summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix failing test_mailbox on CygwinAndrew M. Kuchling2008-01-241-0/+1
| * Invert the checks in get_[u]long and get_[u]longlong. The intent wasThomas Heller2008-01-243-20/+35
| * Fix two crashers (borrowed_ref_[34].py from the trunk).Guido van Rossum2008-01-232-2/+11
| * Fix product code handling for Win64.Martin v. Löwis2008-01-231-10/+15
| * Fixed bug #1915: Python compiles with --enable-unicode=no again. However seve...Christian Heimes2008-01-234-4/+11
| * Backport r60208, skip some tests for huge passwd/group files.Guido van Rossum2008-01-232-0/+6
| * Backport: #1889 - fixup \xhh specs.Georg Brandl2008-01-221-1/+1
| * Backport of r60190:Gregory P. Smith2008-01-223-4/+33
| * Remove extra test that was accidentally backported from the trunkMark Dickinson2008-01-211-8/+0
| * Issue 1678380: fix a bug identifying -0.0 and 0.0Mark Dickinson2008-01-213-1/+38
| * Add NEWS entry for #1882.Georg Brandl2008-01-211-0/+3
| * Issue #1882: when compiling code from a string, encoding cookies in theGeorg Brandl2008-01-212-3/+22
| * Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. ...Vinay Sajip2008-01-211-2/+5
| * Fix off-by-one error that resulted in missed charactersAndrew M. Kuchling2008-01-191-1/+1
| * backport r60116 - fix zipfile to work with archives having fileGregory P. Smith2008-01-192-2/+5
| * backport r60104 + r60111 from trunk.Gregory P. Smith2008-01-192-1/+17
| * Bug 1296: restore text describing OptionGroupAndrew M. Kuchling2008-01-191-0/+33
| * Backport r59688.Georg Brandl2008-01-192-2/+4
| * Bug 1277: make Maildir use the user-provided factory instead of hard-wiring M...Andrew M. Kuchling2008-01-192-1/+18
| * This got fixed in r60056.Guido van Rossum2008-01-181-17/+0
| * Backport r55080:Guido van Rossum2008-01-184-37/+163
| * Fix an edge case whereby the __del__() method of a classic class couldGuido van Rossum2008-01-181-0/+10
| * ** backport r60015 from trunk.Gregory P. Smith2008-01-172-0/+12
| * Backport from trunk:Thomas Heller2008-01-162-3/+5
| * Backport r59999: fix MSDN link. (#1854)Georg Brandl2008-01-161-1/+1
| * Fix 1698398: Zipfile.printdir() crashed because the format string expected a...Raymond Hettinger2008-01-142-2/+5
| * Added NEWS entry, plus:Thomas Heller2008-01-113-0/+13
| * Link to external documentation about new style classes wasFacundo Batista2008-01-091-2/+2
| * Update reference to bug trackerAndrew M. Kuchling2008-01-091-1/+1
| * Add Decimal backport to Misc/NEWSMark Dickinson2008-01-091-0/+5
| * Fix Decimal hash in Python 2.5 maintenance branch so that hash(x) == hash(int...Mark Dickinson2008-01-082-7/+11
| * Decimal module and test cases were updated to their state ofFacundo Batista2008-01-08149-3647/+63607
| * Patch 1114: fix compilation of curses module on 64-bit AIX, and any other LP6...Andrew M. Kuchling2008-01-082-25/+83
| * Fix bug tracker link.Martin v. Löwis2008-01-071-6/+4
| * Backport of issue 1755179 fix.Facundo Batista2008-01-071-6/+3
| * Forgot to backport the rest of #1637.Guido van Rossum2008-01-062-7/+8
| * Backport r59758.Guido van Rossum2008-01-051-0/+5
| * Backport r57216 (see issue #1731).Guido van Rossum2008-01-041-13/+45
| * Update links to bug/patch trackerAndrew M. Kuchling2008-01-041-4/+4
| * Issue #1735: TarFile.extractall() now correctly sets directoryLars Gustäbel2008-01-043-4/+35
| * Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint.Christian Heimes2008-01-042-2/+4
| * Fix bug #1301 -- a bad assert in _tkinter.Guido van Rossum2008-01-032-3/+7
| * Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh:Guido van Rossum2008-01-033-1/+34
| * Add some news items I missed. Careful inspection of the svn log outputGuido van Rossum2008-01-031-2/+9
| * Patch #1696. Don't attempt to call None.close() in dry-run mode.Guido van Rossum2008-01-021-1/+2
| * Bug #1699: Define _BSD_SOURCE only on OpenBSD.Martin v. Löwis2007-12-293-15/+19
| * Backport of fix for issue 1695.Brett Cannon2007-12-242-2/+4
| * Change ctypes version number to 1.0.3 (when Python 2.5.2 is released,Thomas Heller2007-12-192-2/+2
| * Fixed merge glitch, second tryChristian Heimes2007-12-181-10/+0
| * Fixed merge glitchChristian Heimes2007-12-181-3/+0