summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #4738: finer-grained locking in the zlib module.Antoine Pitrou2009-01-021-61/+63
* #4747: on Windows, starting a module with a non-ascii filename would print a ...Amaury Forgeot d'Arc2009-01-011-4/+7
* Merged revisions 68134 via svnmerge fromHirokazu Yamamoto2009-01-011-3/+4
* Merged revisions 68128 via svnmerge fromAntoine Pitrou2009-01-011-7/+16
* Merged revisions 68097,68099 via svnmerge fromHirokazu Yamamoto2008-12-311-1/+3
* Recorded merge of revisions 68051 via svnmerge fromNick Coghlan2008-12-301-0/+100
* Merged revisions 68018 via svnmerge fromMartin v. Löwis2008-12-291-9/+16
* Merged revisions 68016 via svnmerge fromBenjamin Peterson2008-12-291-4/+4
* Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,...Benjamin Peterson2008-12-271-1/+29
* Update copy of PyUnicode_EncodeRawUnicodeEscape in _pickle.Alexandre Vassalotti2008-12-271-5/+36
* Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-...Benjamin Peterson2008-12-211-2/+5
* Fix an issue in the tokenizer, where a file is opened by fd, but the underlyi...Kristján Valur Jónsson2008-12-181-14/+16
* Issue #4583: crash after resizing an array.array which has buffer exports.Antoine Pitrou2008-12-181-96/+46
* Merged revisions 67832 via svnmerge fromAntoine Pitrou2008-12-171-23/+26
* Merged revisions 67750-67751 via svnmerge fromNick Coghlan2008-12-141-0/+31
* Merged revisions 67707 via svnmerge fromMark Dickinson2008-12-111-3/+55
* Issue #2173: fix build failure on OS X. device_encoding was returning anMark Dickinson2008-12-111-1/+1
* Merged revisions 67463,67572,67576,67628 via svnmerge fromGeorg Brandl2008-12-071-23/+23
* issue 4483 - _dbm build failures on systems with gdbm_compat lib.Skip Montanaro2008-12-061-0/+3
* Fixed issue #4533: File read operation was dreadfully slowChristian Heimes2008-12-051-4/+27
* #4542: On Windows, binascii.crc32 still accepted str as binary input.Amaury Forgeot d'Arc2008-12-051-1/+1
* 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