summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo: 2013 -> 0213Hye-Shik Chang2006-09-051-1/+1
* Fix a few bugs on cjkcodecs found by Oren Tirosh:Hye-Shik Chang2006-09-051-0/+6
* 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
* Add a NEWS entry for str.rpartition() changeNeal Norwitz2006-09-051-0/+3
* This was found by Guido AFAIK on p3yk (sic) branch.Neal Norwitz2006-09-051-0/+3
* Fix SF bug #1546288, crash in dict_equal.Neal Norwitz2006-09-051-1/+3
* "Conceptual" merge of rev 51711 from the 2.5 branch.Tim Peters2006-09-051-2/+5
* NEWS entry on trunk for decimal module changesNick Coghlan2006-09-031-2/+5
* Bug #1550714: fix SystemError from itertools.tee on negative value for n.Neal Norwitz2006-09-021-0/+2
* Bug #1548092: fix curses.tparm seg fault on invalid input. Needs backport to...Neal Norwitz2006-09-021-0/+2
* Have pre-existing C files use 8 spaces indents (to match old PEP 7 style), butBrett Cannon2006-08-311-2/+3
* Fix comment about indentation level in C files.Brett Cannon2006-08-311-1/+1
* Fix SF bug #1545837: array.array borks on deepcopy.Thomas Wouters2006-08-241-0/+1
* Patch #1541585: fix buffer overrun when performing repr() onNeal Norwitz2006-08-211-0/+1
* 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