| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merged revisions 70800 via svnmerge from | Hirokazu Yamamoto | 2009-03-31 | 1 | -4/+2 |
|
|
* | merge 70783 to py3k | Jesse Noller | 2009-03-31 | 1 | -1/+1 |
|
|
* | Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-... | Benjamin Peterson | 2009-03-30 | 1 | -6/+28 |
|
|
* | Rewrite IOBase.readall to avoid costly string resizes, and plug a leak | Antoine Pitrou | 2009-03-29 | 2 | -38/+21 |
|
|
* | Plug another leak, and finally add a test for #1174606 (read() from /dev/zero). | Antoine Pitrou | 2009-03-29 | 1 | -0/+1 |
|
|
* | Fix leak in _fileio.c (patch by Hirokazu Yamamoto) | Antoine Pitrou | 2009-03-29 | 1 | -0/+1 |
|
|
* | Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct | Mark Dickinson | 2009-03-29 | 1 | -1/+0 |
|
|
* | Restore a conditional I removed by mistake. | Antoine Pitrou | 2009-03-29 | 1 | -1/+1 |
|
|
* | Issue #1174606: Calling read() without arguments of an unbounded file | Antoine Pitrou | 2009-03-29 | 1 | -3/+14 |
|
|
* | Issue #5592: make the encodefuncs symbol static | Antoine Pitrou | 2009-03-28 | 1 | -11/+11 |
|
|
* | officially deprecated max_buffer_size | Benjamin Peterson | 2009-03-26 | 1 | -6/+24 |
|
|
* | http://bugs.python.org/issue5544 | Kristján Valur Jónsson | 2009-03-24 | 1 | -17/+34 |
|
|
* | http://bugs.python.org/issue5552 | Kristján Valur Jónsson | 2009-03-24 | 1 | -3/+1 |
|
|
* | http://bugs.python.org/issue5544 | Kristján Valur Jónsson | 2009-03-24 | 1 | -2/+4 |
|
|
* | http://bugs.python.org/issue5544 | Kristján Valur Jónsson | 2009-03-24 | 1 | -5/+9 |
|
|
* | Merged revisions 70546 via svnmerge from | Antoine Pitrou | 2009-03-23 | 1 | -1/+29 |
|
|
* | - Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge. | Matthias Klose | 2009-03-22 | 1 | -0/+1 |
|
|
* | 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 |
|
|