summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Backport of #1638: %zd configure test fails on LinuxChristian Heimes2007-12-183-6/+29
| * Issue #1642: Fix segfault in ctypes when trying to delete attributes.Thomas Heller2007-12-184-0/+44
| * Add a note about future import needed for with statement.Georg Brandl2007-12-151-0/+4
| * Regenerated with autoconf.Thomas Heller2007-12-141-7769/+8202
| * Bug #1608: use -fwrapv when GCC supports it. This is important, newerGuido van Rossum2007-12-135-8217/+7784
| * Backport r59480.Alexandre Vassalotti2007-12-132-1/+11
| * Backport patch #1643738.Guido van Rossum2007-12-102-5/+27
| * This is a backport of the fix in rev. 59369.Ronald Oussoren2007-12-055-1/+97
| * merge -r59315:59316 from py3k: Fix issue #1553: An errornous __length_hint__ ...Christian Heimes2007-12-053-4/+9
| * os.access now returns True on Windows for any existing directory.Martin v. Löwis2007-12-032-2/+7
| * Issue #1531: Read fileobj from the current offset, do not seek toLars Gustäbel2007-12-013-3/+46
| * Backport of r59241: str.decode fails on very long strings on 64bit platforms.Amaury Forgeot d'Arc2007-11-303-7/+15
| * Spaces vs. Tabs.Georg Brandl2007-11-291-4/+4
| * Fix bug #1517, a possible segfault in lookup().Guido van Rossum2007-11-291-0/+4
| * - Backported a workaround for a bug in SQLite 3.2.x/3.3.x versions where aGerhard Häring2007-11-252-4/+14
| * back in these go - thanks to Titus Brown for the fixSkip Montanaro2007-11-243-0/+18
| * Issue #1445: Fix a SystemError when accessing the ``cell_contents``Amaury Forgeot d'Arc2007-11-243-2/+22
| * revertSkip Montanaro2007-11-241-3/+0
| * revert change that breaks test_doctest (which I forgot to run - sorry)Skip Montanaro2007-11-242-13/+0
| * issue 1429818Skip Montanaro2007-11-231-0/+3
| * Make trace and doctest play nice together (issue 1429818). Backported fromSkip Montanaro2007-11-232-0/+13
| * Backport of a fix for the __loader__.get_data() test.Brett Cannon2007-11-231-0/+1
| * A test that should test for osx >= 10.4.0 actually tested for os versions <= ...Ronald Oussoren2007-11-221-1/+1
| * Allow simultaneous installation of 32-bit and 64-bit versionsMartin v. Löwis2007-11-222-2/+26
| * Backport of r59082 (doctest and using __loader__.get_data()).Brett Cannon2007-11-213-1/+24
| * Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompressChristian Heimes2007-11-212-2/+5
| * Remove an old SF reference.Brett Cannon2007-11-191-2/+2
| * Backport r59049:Walter Dörwald2007-11-192-5/+55
| * Backport r59047: Fix typo in comment.Walter Dörwald2007-11-191-1/+1
| * Backport revision 58471, replace PyErr_Print() with PyErr_Clear().Guido van Rossum2007-11-151-1/+1
| * Backport for issue1265 (pdb bug with "with" statement).Amaury Forgeot d'Arc2007-11-133-9/+63
| * News about list_repeat() fix.Guido van Rossum2007-11-131-0/+2
| * Issue 1704621. Fix segfaults in list_repeat() and list_inplace_repeat().Guido van Rossum2007-11-122-5/+14
| * Fixed #1254: pdb fails to launch some script.Christian Heimes2007-11-121-1/+1
| * Backport r58942:Walter Dörwald2007-11-121-1/+1
| * Fix for #1427: Error in standard module calendarChristian Heimes2007-11-121-8/+12
| * when talking about an imminent 2.5.2c1, the build should identify itselfFred Drake2007-11-091-3/+3
| * Fix issue #1705170 (backport from trunk)Nick Coghlan2007-11-073-0/+24
| * * fix failing test_recno.py - backport from trunk.Gregory P. Smith2007-11-072-6/+6
| * Backport r58892.Guido van Rossum2007-11-071-0/+1
| * Backport r58868:Gregory P. Smith2007-11-064-2/+142
| * Note change to get_dialect semantics in 2.5.Skip Montanaro2007-11-041-0/+5
| * Backport r58709 from trunk:Georg Brandl2007-11-022-7/+12
| * Backport r58757, r58758, r58759.Gregory P. Smith2007-11-014-12/+26
| * #1364: os.lstat is available on Windows too, as an alias to os.stat.Georg Brandl2007-11-011-2/+3
| * Sets are marshalable.Raymond Hettinger2007-10-311-1/+1
| * Clarify the reasons why pickle is almost always better than marshalRaymond Hettinger2007-10-311-1/+9
| * - Build using system ffi library on arm*-linux*, pass --with-system-ffi to CO...Matthias Klose2007-10-252-3/+3
| * - Build using system ffi library on arm*-linux*.Matthias Klose2007-10-243-5/+147
| * Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__()Vinay Sajip2007-10-241-7/+7