| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-... | Benjamin Peterson | 2009-03-21 | 1 | -1/+1 |
|
|
* | - Issue #5463: In struct module, remove deprecated overflow wrapping | Mark Dickinson | 2009-03-21 | 1 | -182/+7 |
|
|
* | stringio doesn't have an encoding | Benjamin Peterson | 2009-03-21 | 1 | -1/+1 |
|
|
* | Issue 4474: On platforms with sizeof(wchar_t) == 4 and | Mark Dickinson | 2009-03-18 | 1 | -0/+45 |
|
|
* | Issue #5016: FileIO.seekable() could return False if the file position | Antoine Pitrou | 2009-03-13 | 1 | -6/+8 |
|
|
* | The error detection code in FileIO.close() could fail to reflect the `errno` ... | Antoine Pitrou | 2009-03-13 | 1 | -3/+1 |
|
|
* | For collections.deque() objects, expose the maxlen parameter as a read-only a... | Raymond Hettinger | 2009-03-10 | 1 | -1/+15 |
|
|
* | Small optimization for corner case where maxlen==0. | Raymond Hettinger | 2009-03-10 | 1 | -0/+23 |
|
|
* | give TextIOWrapper a repr that tells you the encoding | Benjamin Peterson | 2009-03-09 | 1 | -2/+10 |
|
|
* | Merged revisions 70218-70219 via svnmerge from | Guilherme Polo | 2009-03-07 | 1 | -1/+1 |
|
|
* | Remove double negative | Antoine Pitrou | 2009-03-06 | 1 | -1/+1 |
|
|
* | Issue #5433: Excessive newline detection optimization in IncrementalNewlineDe... | Antoine Pitrou | 2009-03-06 | 1 | -12/+30 |
|
|
* | Issue #5429: unaligned access in TextIOWrapper cookie parsing (segfaults on S... | Antoine Pitrou | 2009-03-06 | 1 | -10/+10 |
|
|
* | Issue #5334: array.fromfile() failed to insert values when EOFError was raised. | Hirokazu Yamamoto | 2009-03-06 | 1 | -6/+11 |
|
|
* | properly export PyExc_BlockingIOError | Benjamin Peterson | 2009-03-05 | 1 | -1/+1 |
|
|
* | Merged revisions 70189 via svnmerge from | Hirokazu Yamamoto | 2009-03-05 | 1 | -6/+13 |
|
|
* | FileIO.readinto() isn't going anywhere | Benjamin Peterson | 2009-03-05 | 1 | -1/+1 |
|
|
* | Fix failures introduced by buggy merge (2) | Antoine Pitrou | 2009-03-04 | 1 | -3/+0 |
|
|
* | Fix failures introduced by buggy merge (1) | Antoine Pitrou | 2009-03-04 | 1 | -13/+27 |
|
|
* | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 | 9 | -235/+6964 |
|
|
* | Fixed memory leak on failure. This is related to issue5403 but won't crash on... | Hirokazu Yamamoto | 2009-03-03 | 4 | -8/+38 |
|
|
* | Issue5407 | Kristján Valur Jónsson | 2009-03-03 | 1 | -0/+6 |
|
|
* | re-merge r69268 (issue4804) from trunk: | Amaury Forgeot d'Arc | 2009-03-02 | 1 | -0/+18 |
|
|
* | #4967 fix buggy read() | Benjamin Peterson | 2009-02-28 | 1 | -36/+33 |
|
|
* | Merged revisions 70062 via svnmerge from | Mark Dickinson | 2009-02-28 | 1 | -2/+2 |
|
|
* | Merged revisions 70056 via svnmerge from | Hirokazu Yamamoto | 2009-02-28 | 1 | -1/+1 |
|
|
* | Merged revisions 70052 via svnmerge from | Hirokazu Yamamoto | 2009-02-28 | 1 | -4/+11 |
|
|
* | another instance of #804543: use strdup() when saving the result of setlocale... | Georg Brandl | 2009-02-27 | 1 | -1/+2 |
|
|
* | - Modules/Setup.dist: Mention _heapq | Matthias Klose | 2009-02-22 | 1 | -0/+1 |
|
|
* | Merged revisions 69855 via svnmerge from | Benjamin Peterson | 2009-02-21 | 1 | -6/+6 |
|
|
* | Port r69837: Fix keyword arguments for itertools.count(). Step arg without a ... | Raymond Hettinger | 2009-02-21 | 1 | -28/+43 |
|
|
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 7 | -15/+15 |
|
|
* | #5306: Fix compilation on Windows by properly merging change 69495. | Amaury Forgeot d'Arc | 2009-02-19 | 1 | -1/+125 |
|
|
* | Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-... | Benjamin Peterson | 2009-02-19 | 1 | -6/+8 |
|
|
* | Add keyword arg support to itertools.repeat(). | Raymond Hettinger | 2009-02-19 | 1 | -7/+6 |
|
|
* | Add keyword arg support to itertools.compress(). | Raymond Hettinger | 2009-02-19 | 1 | -6/+4 |
|
|
* | Merged revisions 69714,69718 via svnmerge from | Hirokazu Yamamoto | 2009-02-18 | 1 | -4/+4 |
|
|
* | Merged revisions 69688,69690 via svnmerge from | Benjamin Peterson | 2009-02-16 | 1 | -7/+9 |
|
|
* | Add GC support to count() objects. | Raymond Hettinger | 2009-02-16 | 1 | -4/+14 |
|
|
* | Issue #5249: time.strftime returned malformed string when format string | Hirokazu Yamamoto | 2009-02-16 | 1 | -3/+8 |
|
|
* | Add keyword argument support to itertools.count(). | Raymond Hettinger | 2009-02-14 | 1 | -6/+5 |
|
|
* | #3694: fix an "XXX undetected error" leak in struct. | Georg Brandl | 2009-02-13 | 1 | -1/+1 |
|
|
* | Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,... | Benjamin Peterson | 2009-02-13 | 2 | -3/+9 |
|
|
* | This fixes issue5143 and includes a test. | Ronald Oussoren | 2009-02-12 | 2 | -5/+24 |
|
|
* | Fix spaces/tabs in example. | Raymond Hettinger | 2009-02-12 | 1 | -4/+3 |
|
|
* | Fixes Issue #3745: Fix hashlib to always reject unicode and non | Gregory P. Smith | 2009-02-12 | 6 | -68/+117 |
|
|
* | Issue 5032: added a step argument to itertools.count() and allowed non-integ... | Raymond Hettinger | 2009-02-12 | 1 | -31/+83 |
|
|
* | (The fix has been slightly adjusted.) | Thomas Heller | 2009-02-10 | 1 | -1/+2 |
|
|
* | Merged revisions 69498 via svnmerge from | Mark Dickinson | 2009-02-10 | 1 | -1/+17 |
|
|
* | Merged revisions 69466,69480 via svnmerge from | Benjamin Peterson | 2009-02-10 | 1 | -0/+3 |
|
|