summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* remove 2.5 final section from NEWS.txt until after rc2 (reduced confusion)v2.5c2Anthony Baxter2006-09-111-7/+0
* preparing for 2.5c2Anthony Baxter2006-09-111-1/+1
* Building with HP's cc on HP-UX turned up a couple of problems.Neal Norwitz2006-09-111-0/+3
* As mentioned on python-dev, reverting patch #1504333 because it introducedNeal Norwitz2006-09-111-0/+2
* Add NEWS entries for ctypes backports.Neal Norwitz2006-09-111-1/+5
* Remove __unicode__ method so that ``unicode(BaseException)`` succeeds.Brett Cannon2006-09-091-0/+3
* Backport inspect.py fix from rev 51803Nick Coghlan2006-09-081-0/+3
* Backport from trunk r51737:Hye-Shik Chang2006-09-071-0/+6
* Fixed bug #1531862: Do not close standard file descriptors in subprocess.Gustavo Niemeyer2006-09-061-0/+2
* Backport bug fix for SF bug report #1546372.Marc-André Lemburg2006-09-061-0/+7
* Fix missing import of the types module in logging.config.Georg Brandl2006-09-061-0/+2
* Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack.Georg Brandl2006-09-061-0/+4
* Bug #1550983: emit better error messages for erroneous relativeGeorg Brandl2006-09-061-0/+3
* Bug #1551427: fix a wrong NULL pointer check in the win32 versionGeorg Brandl2006-09-061-0/+3
* Revert 51759 because it broke all the buildbotsNeal Norwitz2006-09-061-2/+0
* Backporting fix for bug #1531862, committed in 51758, into 2.5,Gustavo Niemeyer2006-09-061-0/+2
* Fixing an improperly escaped grep in .spec file, pointed out by Neal Norwitz.Sean Reifscheider2006-09-051-1/+1
* Add another NEWS entry for a fix already in 2.5c1Neal Norwitz2006-09-051-0/+2
* Add some NEWS for fixes already in 2.5c1Neal Norwitz2006-09-051-0/+4
* Bug #1520864 (again): unpacking singleton tuples in list comprehensions andNeal Norwitz2006-09-051-0/+5
* Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34].Neal Norwitz2006-09-051-0/+2
* Backport fix from 51683.Neal Norwitz2006-09-051-0/+2
* Backport fix for SF bug #1550714, itertools.tee raises SystemErrorNeal Norwitz2006-09-051-0/+6
* Fix str.rpartition(sep) when sep is not found in str.Neal Norwitz2006-09-051-0/+3
* This was found by Guido AFAIK on p3yk (sic) branch.Neal Norwitz2006-09-051-0/+7
* Fix SF bug #1546288, crash in dict_equalNeal Norwitz2006-09-051-1/+10
* i_divmod(): As discussed on Python-Dev, changed the overflowTim Peters2006-09-051-2/+5
* SF patch #1551340 ] Updated spec file for 2.5 release (c2)Neal Norwitz2006-09-051-15/+25
* NEWS entry for decimal module changesNick Coghlan2006-09-031-0/+3
* Patch #1545507: Exclude ctypes package in Win64 MSI file.Martin v. Löwis2006-08-251-0/+2
* - Patch #1541585: fix buffer overrun when performing repr() onNeal Norwitz2006-08-212-0/+8
* Backport 51432:Neal Norwitz2006-08-211-0/+2
* Patch #1542948: fix urllib2 header casing issue. With new test.Georg Brandl2006-08-201-2/+2
* SF #1542693: Remove semi-colon at end of PyImport_ImportModuleEx macroNeal Norwitz2006-08-191-4/+7
* Bug #1541682: Fix example in the "Refcount details" API docs.Georg Brandl2006-08-181-1/+11
* Bug #1541863: uuid.uuid1 failed to generate unique identifiersMartin v. Löwis2006-08-181-0/+6
* Invoke debug mk1mf.pl after running Configure.Martin v. Löwis2006-08-171-0/+10
* Fix a bug in the ``compiler`` package that caused invalid code to beNeil Schemenauer2006-08-161-0/+3
* Grammar fixAndrew M. Kuchling2006-08-161-2/+2
* Add NEWS item mentioning the reverted distutils version number patch.Marc-André Lemburg2006-08-161-0/+5
* Remove the special casing of Py_None when converting the return valueThomas Heller2006-08-161-0/+5
* Wording/typo fixesAndrew M. Kuchling2006-08-161-11/+11
* The __repr__ method of a NULL py_object does no longer raise anThomas Heller2006-08-161-0/+3
* news entry for 51307Anthony Baxter2006-08-161-0/+5
* Build _hashlib on Windows. Build OpenSSL with masm assembler code.Martin v. Löwis2006-08-161-0/+3
* Patch #1540892: site.py Quitter() class attempts to close sys.stdinKurt B. Kaiser2006-08-161-0/+3
* preparing for 2.5c1Anthony Baxter2006-08-162-2/+2
* Fix the test for SocketServer so it should pass on cygwin and not failNeal Norwitz2006-08-151-0/+3
* Georg fixed one of my bugs, so I'll repay him with 2 NEWS entries.Neal Norwitz2006-08-151-0/+4
* Patch #1536071: trace.py should now find the full module name of aGeorg Brandl2006-08-141-0/+3