summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* issue1597011: Fix for bz2 module corner-case error due to error checking bug.Sean Reifscheider2007-09-171-23/+17
* ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris.Thomas Heller2007-09-142-9/+24
* Backport 58150: Rename debug import lib to _msi_d.lib.Martin v. Löwis2007-09-141-1/+1
* Backport r58149: Clean Release projects as well.Martin v. Löwis2007-09-141-0/+1
* Add 2.5 MSI builder.Martin v. Löwis2007-09-132-0/+29
* Bug #1153: repr.repr() now doesn't require set and dictionary itemsGeorg Brandl2007-09-123-5/+28
* bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier.Georg Brandl2007-09-123-0/+3