summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Patch #1542451: disallow continue anywhere under a finallyNeal 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/+3
* RPM specfile updatesAnthony Baxter2006-08-181-3/+3
* Bug #1541682: Fix example in the "Refcount details" API docs.Georg Brandl2006-08-181-0/+4
* More version wibbleNeal Norwitz2006-08-181-1/+1
* Add template for 2.6 on HEADNeal Norwitz2006-08-181-2/+31
* Bug #1541863: uuid.uuid1 failed to generate unique identifiersMartin v. Löwis2006-08-181-0/+11
* 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
* Patch #1535500: fix segfault in BZ2File.writelines and make sure itGeorg Brandl2006-08-141-0/+3
* News item for rev 51281.Thomas Heller2006-08-141-0/+3
* Readd NEWS items that were accidentally removed by r51276.Marc-André Lemburg2006-08-141-0/+13
* Apply the patch #1532975 plus ideas from the patch #1533481.Thomas Heller2006-08-141-0/+4
* Slightly revised version of patch #1538956:Marc-André Lemburg2006-08-141-12/+14
* Update purify doc some.Neal Norwitz2006-08-141-2/+18
* Fix segfault when doing string formatting on subclasses of long ifNeal Norwitz2006-08-131-0/+2
* Fix a couple of bugs exposed by the new __index__ code. The 64-bit buildbotsNeal Norwitz2006-08-121-0/+6
* Patch #1538606, Patch to fix __index__() clipping.Neal Norwitz2006-08-121-0/+5
* Klocwork made another run and found a bunch more problems.Neal Norwitz2006-08-121-0/+4
* logging's atexit hook now runs even if the rest of the module hasGeorg Brandl2006-08-111-0/+3
* Add Chris McDonough (latest cgi.py patch)Georg Brandl2006-08-111-0/+1
* Fix the failures on cygwin (2006-08-10 fixed the actual locking issue).Neal Norwitz2006-08-111-0/+2
* Followup to bug #1069160.Tim Peters2006-08-101-2/+11
* Fix title -- it's rc1, not beta3.Guido van Rossum2006-08-101-2/+2
* News item for SF bug 1112549.Guido van Rossum2006-08-101-3/+5
* __hash__ may now return long int; the final hashMartin v. Löwis2006-08-091-0/+3
* memcmp() can return values other than -1, 0, and +1 but tp_compareThomas Heller2006-08-081-0/+2
* test_threading now skips testing alternate thread stack sizes onAndrew MacIntyre2006-08-061-0/+3
* Bug #1535165: fixed a segfault in input() and raw_input() whenGeorg Brandl2006-08-061-0/+3
* Bug #1535182: really test the xreadlines() method of bz2 objects.Georg Brandl2006-08-061-0/+2
* Patch #1534922: correct and enhance unittest docs.Georg Brandl2006-08-051-0/+7
* Fix #1530559, struct.pack raises TypeError where it used to convert.Bob Ippolito2006-08-041-0/+4
* Fix #1534738: win32 debug version of _msi must be _msi_d.pyd, not _msi.pyd.Thomas Heller2006-08-041-0/+2
* Fix #1530448 - fix ctypes build failure on solaris 10.Thomas Heller2006-08-041-0/+2
* On Windows, make PyErr_Warn an exported function again.Thomas Heller2006-08-041-0/+3
* Change fix for segfaulting property(), add a NEWS entry and a test.Georg Brandl2006-08-041-0/+2
* Fix the 'compiler' package to generate correct code for MAKE_CLOSURE.Neil Schemenauer2006-08-041-0/+3
* Bug #1333982: string/number constants were inappropriately storedNeal Norwitz2006-08-041-0/+4