summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 67484 via svnmerge fromChristian Heimes2008-12-031-1/+1
* Issue #4387: binascii now refuses to accept str as binary input.Martin v. Löwis2008-12-021-8/+8
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-302-2/+38
* - Modules/Setup.dist: Add _bisectMatthias Klose2008-11-271-0/+1
* - Modules/Setup.dist: add datetime, update _elementtreeMatthias Klose2008-11-271-1/+2
* - Modules/Setup.dist: Update pyexpatMatthias Klose2008-11-271-3/+1
* Remove the Py_TPFLAGS_HAVE_GC from the _ctypes.COMError type.Thomas Heller2008-11-261-2/+1
* - Modules/Setup.dist: Fix typo in last checkinMatthias Klose2008-11-261-1/+1
* - Modules/Setup.dist: Mention _elementtree and _pickle.Matthias Klose2008-11-261-0/+2
* - Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2.Matthias Klose2008-11-261-1/+8
* - fix build failure in Modules/fpectlmodule.c (not built by default)Matthias Klose2008-11-261-1/+1
* Prevent UnicodeDecodeErrors in ctypes with non-ascii error messages.Thomas Heller2008-11-261-29/+16
* #4373: Reference leak in the pickle module.Amaury Forgeot d'Arc2008-11-251-0/+2
* dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For theBrett Cannon2008-11-252-4/+4
* - Fix typo in last checkinMatthias Klose2008-11-231-1/+1
* Merge 67349 from the trunk:Matthias Klose2008-11-231-0/+1
* These files used to belong to the "sv" module, which was deleted.Amaury Forgeot d'Arc2008-11-222-217/+0
* make FileIO.mode always include 'b'Benjamin Peterson2008-11-221-3/+5
* Issue #4313: Fixed segfault on IDLE exit. Reverted r57540 and reopened Issue ...Hirokazu Yamamoto2008-11-181-8/+2
* Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via sv...Benjamin Peterson2008-11-161-6/+20
* Style fix, use tab instead of spaceChristian Heimes2008-11-121-2/+2
* #3705: Command-line arguments were not correctly decoded when theAmaury Forgeot d'Arc2008-11-111-21/+19
* #4298: pickle.load() can segfault on invalid or truncated input.Amaury Forgeot d'Arc2008-11-111-0/+5
* Fixed a compiler warningChristian Heimes2008-11-111-1/+3
* Fixed issue #4233.Christian Heimes2008-11-051-4/+9
* Merged revisions 67098 via svnmerge fromMartin v. Löwis2008-11-042-0/+10
* Sorry, r67092 is commit miss....Hirokazu Yamamoto2008-11-041-8/+8
* Blocked revisions 67002 via svnmergeHirokazu Yamamoto2008-11-041-8/+8
* Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv...Benjamin Peterson2008-11-032-3/+3
* Merged revisions 67066 via svnmerge fromBenjamin Peterson2008-10-311-7/+36
* #3626: On cygwin, starting "python z" would not display any error message:Amaury Forgeot d'Arc2008-10-301-2/+11
* Merged revisions 67049 via svnmerge fromAmaury Forgeot d'Arc2008-10-301-16/+28
* Issue #4200: Changed the atexit module to store its state in its PyModuleDef ...Christian Heimes2008-10-301-50/+82
* Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient ...Christian Heimes2008-10-301-2/+4
* #4170: Fix segfault when pickling a defauldict object.Amaury Forgeot d'Arc2008-10-301-1/+9
* restore compilation on OpenBSD #4146Benjamin Peterson2008-10-191-3/+3
* Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-...Benjamin Peterson2008-10-192-6/+6
* #3664: The pickle module could segfault if a Pickler instance is not correctl...Amaury Forgeot d'Arc2008-10-171-0/+15
* add tests for PyInstanceMethod_TypeBenjamin Peterson2008-10-161-0/+2
* Merged revisions 66938,66942 via svnmerge fromBenjamin Peterson2008-10-161-4/+6
* merge r66932 and add a few py3k only checksBenjamin Peterson2008-10-161-4/+6
* merge from trunkBenjamin Peterson2008-10-114-5/+10
* #4004: Missing newline in some startup error messages.Amaury Forgeot d'Arc2008-10-071-4/+4
* Merged revisions 66677,66700 via svnmerge fromBenjamin Peterson2008-10-071-1/+1
* Second part of #3187, for windows:Amaury Forgeot d'Arc2008-10-031-3/+3
* Merged revisions 66748 via svnmerge fromChristian Heimes2008-10-023-4/+4
* Issue #3187: Better support for "undecodable" filenames. Code by VictorGuido van Rossum2008-10-021-55/+35
* Fix a probable merge glitch in r66695:Amaury Forgeot d'Arc2008-09-301-2/+2
* check for errors after PyLong_Ssize_tBenjamin Peterson2008-09-301-0/+4
* Merged revisions 66693 via svnmerge fromBenjamin Peterson2008-09-302-0/+10