summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| | * Backport 58618:Neal Norwitz2007-10-241-1/+1
| | * Bug #1313, fix typo (wrong variable name) in example.Neal Norwitz2007-10-231-1/+1
| | * Backport 58594:Neal Norwitz2007-10-232-1/+3
| | * Backport r58545.Georg Brandl2007-10-191-1/+1
| | * Backport r58542.Georg Brandl2007-10-191-6/+4
| | * Backport 58539: squelch the warning that this test is intended to raise.Gregory P. Smith2007-10-191-2/+7
| | * Backport 58532, 58533, 58534:Gregory P. Smith2007-10-183-17/+17
| | * Backport 58450: fix uncollectable reference leak in bsddb.db.DBShelf.appendGregory P. Smith2007-10-131-2/+1
| | * Fix email example.Georg Brandl2007-10-131-1/+1
| | * Merge trunk 58434:Gregory P. Smith2007-10-123-23/+81
| | * Silence a compiler warning about a function definition not being a prototype.Brett Cannon2007-10-121-1/+1
| | * Bug #1216: Restore support for Visual Studio 2002.Martin v. Löwis2007-10-122-2/+7
| | * Fix ctypes on 32-bit systems when Python is configured --with-system-ffi.Thomas Heller2007-10-122-6/+13
| | * Backport 58424:Neal Norwitz2007-10-121-0/+2
| | * Backport 58385 from trunk: fix a double free bug in the _bsddb moduleGregory P. Smith2007-10-092-1/+33
| | * Backport rev 58343: fix DBSequence.get_key() to not crash/fail/etc.Gregory P. Smith2007-10-061-1/+7
| | * Backport 58348: use a reliable host in the test.Gregory P. Smith2007-10-061-4/+1
| | * Backport 58344: allow BerkeleyDB 4.6.x >= 4.6.21 for the bsddb moduleGregory P. Smith2007-10-061-3/+13
| | * Backport 58332: Fix Coverity #159.Neal Norwitz2007-10-051-1/+1
| | * Backport 58330:Neal Norwitz2007-10-051-1/+1
| | * move descriptions of ac_(in|out)_buffer_size to the right placeFred Drake2007-10-052-11/+11
| | * #1196: document default radix for int().Georg Brandl2007-09-241-1/+1
| | * Fix -- being converted to - in HTML. #1186.Georg Brandl2007-09-241-30/+30
| | * Fix #1169: remove docstrings in functions for -OO.Georg Brandl2007-09-191-1/+1
| | * issue1172: Documentation of "done" attribute in cgi module.Sean Reifscheider2007-09-181-0/+5
| | * issue1082: Fixing system and platform names for Vista.Sean Reifscheider2007-09-171-0/+6
| | * issue1140: Guido's patch from revision 58098 (2.6) applied to 2.5.Sean Reifscheider2007-09-172-17/+33