summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* issue4483: dbm build failures on systems with gdbm_compat lib.Skip Montanaro2008-12-061-0/+3
* Merged revisions 67326,67498,67531-67532,67538,67553-67554,67556-67557 via sv...Georg Brandl2008-12-051-3/+5
* Merged revisions 67398,67423-67424,67432,67440-67441,67444-67445,67454,67457,...Georg Brandl2008-12-051-1/+1
* Merged revisions 67245,67277,67289,67295,67301-67303,67307,67330,67332,67336,...Georg Brandl2008-12-051-4/+9
* Merged revisions 67154,67157-67159,67162-67163,67166,67175-67176,67189,67224-...Georg Brandl2008-12-051-6/+20
* Issue #4025 againChristian Heimes2008-12-031-1/+1
* - Modules/Setup.dist: Update _elementtree, add _bisect, datetimeMatthias Klose2008-11-271-1/+3
* - Modules/Setup.dist: Update pyexpatMatthias Klose2008-11-271-3/+2
* - Merge rev 67396, Modules/Setup.dist: Mention _elementtree and _pickle.Matthias Klose2008-11-261-0/+2
* Merged revisions 67365 via svnmerge fromBenjamin Peterson2008-11-241-1/+37
* - Fix typo in last checkinMatthias Klose2008-11-231-1/+1
* Merge 67349 from the trunk:Matthias Klose2008-11-231-0/+1
* Merged revisions 67266 via svnmerge fromAmaury Forgeot d'Arc2008-11-181-1/+1
* Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,...Georg Brandl2008-11-073-10/+14
* Merged revisions 67098 via svnmerge fromMartin v. Löwis2008-11-042-0/+10
* Merged revisions 67077 via svnmerge fromBenjamin Peterson2008-11-031-2/+2
* Merged revisions 67066 via svnmerge fromBenjamin Peterson2008-10-311-7/+36
* Merged revisions 67052 via svnmerge fromChristian Heimes2008-10-301-2/+4
* Issue #4176: Pickle would crash the interpreter when a __reduce__ functionAmaury Forgeot d'Arc2008-10-301-26/+33
* Merged revisions 66891 via svnmerge fromAmaury Forgeot d'Arc2008-10-141-0/+4
* Merged revisions 66809-66810,66835,66862-66863 via svnmerge fromHirokazu Yamamoto2008-10-091-1/+6
* Merged revisions 66766-66767,66771-66772,66774,66776,66783-66787,66790,66793,...Benjamin Peterson2008-10-042-2/+2
* Merged revisions 66748 via svnmerge fromChristian Heimes2008-10-023-4/+4
* Fix a refleak introduced by r66677.Brett Cannon2008-09-301-10/+1
* Victor Stinner's patches to check the return result of PyLong_Ssize_tBenjamin Peterson2008-09-302-0/+10
* fix security issue 2: imageop's poor validation of arguments could result in ...Benjamin Peterson2008-09-301-162/+110
* Fix issue #3547 for MingW, update comments.Thomas Heller2008-09-291-3/+5
* The _lsprof module could crash the interpreter if it was given an externalBrett Cannon2008-09-291-1/+10
* bsddb4.7.3pre9 renamed to 4.7.3Jesus Cea2008-09-281-1/+1
* Fix issue #3547: ctypes is confused by bitfields of varying integer typesThomas Heller2008-09-241-1/+1
* Bugfix for issue3885 and 'DB.verify()' crash.Jesus Cea2008-09-232-28/+87
* Issue #3945: Fixed compile error on cygwin. (initializer element is not const...Hirokazu Yamamoto2008-09-231-1/+1
* #3897: _collections now has an underscore.Georg Brandl2008-09-211-1/+1
* #3852: fix some select.kqueue and kevent docs.Georg Brandl2008-09-211-1/+1
* tabifyBenjamin Peterson2008-09-181-2/+2
* fix possible integer overflows in _hashopenssl #3886Benjamin Peterson2008-09-181-9/+42
* Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concu...Gerhard Häring2008-09-122-0/+6
* Fixes issue #3103. In the sqlite3 module, made one more function static. All ...Gerhard Häring2008-09-128-28/+28
* sqlite3 module: Mark iterdump() method as "Non-standard" like all the other m...Gerhard Häring2008-09-121-1/+1
* #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply n...Amaury Forgeot d'Arc2008-09-111-64/+117
* #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not forAmaury Forgeot d'Arc2008-09-103-5/+4
* - Issue #3629: Fix sre "bytecode" validator for an end case.Guido van Rossum2008-09-101-3/+4
* Issue #3811: The Unicode database was updated to 5.1.Martin v. Löwis2008-09-103-14500/+17573
* Python3.0 bsddb testsuite compatibility improvementsJesus Cea2008-09-031-1/+1
* Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by pi...Jesse Noller2008-09-031-0/+11
* Fix some leaks - Neal NorwitzJesus Cea2008-09-032-4/+6
* Improve compatibility with Python3.0 testsuiteJesus Cea2008-09-021-1/+1
* #3703 unhelpful _fileio.FileIO error message when trying to open a directoryBenjamin Peterson2008-09-011-1/+3
* Update bsddb code to version 4.7.3pre2. This code shouldJesus Cea2008-08-312-38/+116
* #3662: Fix segfault introduced when fixing memory leaks.Neal Norwitz2008-08-241-1/+1