| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 ... | Georg Brandl | 2009-01-03 | 2 | -8/+8 |
|
|
* | Fix for issue #3638: Remove module level functions in _tkinter that | Guilherme Polo | 2009-01-03 | 1 | -66/+8 |
|
|
* | Issue #4738: finer-grained locking in the zlib module. | Antoine Pitrou | 2009-01-02 | 1 | -61/+63 |
|
|
* | #4747: on Windows, starting a module with a non-ascii filename would print a ... | Amaury Forgeot d'Arc | 2009-01-01 | 1 | -4/+7 |
|
|
* | Merged revisions 68134 via svnmerge from | Hirokazu Yamamoto | 2009-01-01 | 1 | -3/+4 |
|
|
* | Merged revisions 68128 via svnmerge from | Antoine Pitrou | 2009-01-01 | 1 | -7/+16 |
|
|
* | Merged revisions 68097,68099 via svnmerge from | Hirokazu Yamamoto | 2008-12-31 | 1 | -1/+3 |
|
|
* | Recorded merge of revisions 68051 via svnmerge from | Nick Coghlan | 2008-12-30 | 1 | -0/+100 |
|
|
* | Merged revisions 68018 via svnmerge from | Martin v. Löwis | 2008-12-29 | 1 | -9/+16 |
|
|
* | Merged revisions 68016 via svnmerge from | Benjamin Peterson | 2008-12-29 | 1 | -4/+4 |
|
|
* | Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,... | Benjamin Peterson | 2008-12-27 | 1 | -1/+29 |
|
|
* | Update copy of PyUnicode_EncodeRawUnicodeEscape in _pickle. | Alexandre Vassalotti | 2008-12-27 | 1 | -5/+36 |
|
|
* | Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-... | Benjamin Peterson | 2008-12-21 | 1 | -2/+5 |
|
|
* | Fix an issue in the tokenizer, where a file is opened by fd, but the underlyi... | Kristján Valur Jónsson | 2008-12-18 | 1 | -14/+16 |
|
|
* | Issue #4583: crash after resizing an array.array which has buffer exports. | Antoine Pitrou | 2008-12-18 | 1 | -96/+46 |
|
|
* | Merged revisions 67832 via svnmerge from | Antoine Pitrou | 2008-12-17 | 1 | -23/+26 |
|
|
* | Merged revisions 67750-67751 via svnmerge from | Nick Coghlan | 2008-12-14 | 1 | -0/+31 |
|
|
* | Merged revisions 67707 via svnmerge from | Mark Dickinson | 2008-12-11 | 1 | -3/+55 |
|
|
* | Issue #2173: fix build failure on OS X. device_encoding was returning an | Mark Dickinson | 2008-12-11 | 1 | -1/+1 |
|
|
* | Merged revisions 67463,67572,67576,67628 via svnmerge from | Georg Brandl | 2008-12-07 | 1 | -23/+23 |
|
|
* | issue 4483 - _dbm build failures on systems with gdbm_compat lib. | Skip Montanaro | 2008-12-06 | 1 | -0/+3 |
|
|
* | Fixed issue #4533: File read operation was dreadfully slow | Christian Heimes | 2008-12-05 | 1 | -4/+27 |
|
|
* | #4542: On Windows, binascii.crc32 still accepted str as binary input. | Amaury Forgeot d'Arc | 2008-12-05 | 1 | -1/+1 |
|
|
* | Merged revisions 67484 via svnmerge from | Christian Heimes | 2008-12-03 | 1 | -1/+1 |
|
|
* | Issue #4387: binascii now refuses to accept str as binary input. | Martin v. Löwis | 2008-12-02 | 1 | -8/+8 |
|
|
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 2 | -2/+38 |
|
|
* | - Modules/Setup.dist: Add _bisect | Matthias Klose | 2008-11-27 | 1 | -0/+1 |
|
|
* | - Modules/Setup.dist: add datetime, update _elementtree | Matthias Klose | 2008-11-27 | 1 | -1/+2 |
|
|
* | - Modules/Setup.dist: Update pyexpat | Matthias Klose | 2008-11-27 | 1 | -3/+1 |
|
|
* | Remove the Py_TPFLAGS_HAVE_GC from the _ctypes.COMError type. | Thomas Heller | 2008-11-26 | 1 | -2/+1 |
|
|
* | - Modules/Setup.dist: Fix typo in last checkin | Matthias Klose | 2008-11-26 | 1 | -1/+1 |
|
|
* | - Modules/Setup.dist: Mention _elementtree and _pickle. | Matthias Klose | 2008-11-26 | 1 | -0/+2 |
|
|
* | - Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2. | Matthias Klose | 2008-11-26 | 1 | -1/+8 |
|
|
* | - fix build failure in Modules/fpectlmodule.c (not built by default) | Matthias Klose | 2008-11-26 | 1 | -1/+1 |
|
|
* | Prevent UnicodeDecodeErrors in ctypes with non-ascii error messages. | Thomas Heller | 2008-11-26 | 1 | -29/+16 |
|
|
* | #4373: Reference leak in the pickle module. | Amaury Forgeot d'Arc | 2008-11-25 | 1 | -0/+2 |
|
|
* | dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the | Brett Cannon | 2008-11-25 | 2 | -4/+4 |
|
|
* | - Fix typo in last checkin | Matthias Klose | 2008-11-23 | 1 | -1/+1 |
|
|
* | Merge 67349 from the trunk: | Matthias Klose | 2008-11-23 | 1 | -0/+1 |
|
|
* | These files used to belong to the "sv" module, which was deleted. | Amaury Forgeot d'Arc | 2008-11-22 | 2 | -217/+0 |
|
|
* | make FileIO.mode always include 'b' | Benjamin Peterson | 2008-11-22 | 1 | -3/+5 |
|
|
* | Issue #4313: Fixed segfault on IDLE exit. Reverted r57540 and reopened Issue ... | Hirokazu Yamamoto | 2008-11-18 | 1 | -8/+2 |
|
|
* | Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via sv... | Benjamin Peterson | 2008-11-16 | 1 | -6/+20 |
|
|
* | Style fix, use tab instead of space | Christian Heimes | 2008-11-12 | 1 | -2/+2 |
|
|
* | #3705: Command-line arguments were not correctly decoded when the | Amaury Forgeot d'Arc | 2008-11-11 | 1 | -21/+19 |
|
|
* | #4298: pickle.load() can segfault on invalid or truncated input. | Amaury Forgeot d'Arc | 2008-11-11 | 1 | -0/+5 |
|
|
* | Fixed a compiler warning | Christian Heimes | 2008-11-11 | 1 | -1/+3 |
|
|
* | Fixed issue #4233. | Christian Heimes | 2008-11-05 | 1 | -4/+9 |
|
|
* | Merged revisions 67098 via svnmerge from | Martin v. Löwis | 2008-11-04 | 2 | -0/+10 |
|
|
* | Sorry, r67092 is commit miss.... | Hirokazu Yamamoto | 2008-11-04 | 1 | -8/+8 |
|
|