summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* Issue 4910, patch 2 of (probably) 3: pave the way for renaming ofMark Dickinson2009-01-151-2/+2
* Merged revisions 68425,68461,68498 via svnmerge fromBenjamin Peterson2009-01-131-0/+38
* Merged revisions 68560 via svnmerge fromAmaury Forgeot d'Arc2009-01-121-8/+0
* Merged revisions 68484-68485 via svnmerge fromAntoine Pitrou2009-01-101-0/+32
* Merged revisions 68462 via svnmerge fromAntoine Pitrou2009-01-091-1/+65
* Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-lineAntoine Pitrou2009-01-091-4/+3
* Issue #4751: hashlib now releases the GIL when hashing large buffersAntoine Pitrou2009-01-081-91/+154
* Merge in r68394 fixing itertools.permutations() and combinations().Raymond Hettinger2009-01-081-10/+2
* Fixed a crash in ctypes, when HAVE_USABLE_WCHAR_T is false.Thomas Heller2009-01-081-1/+1
* Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 ...Georg Brandl2009-01-032-8/+8
* Fix for issue #3638: Remove module level functions in _tkinter thatGuilherme Polo2009-01-031-66/+8
* 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