| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace the "compiler" resource with the more generic "cpu", so | Antoine Pitrou | 2010-10-14 | 1 | -0/+2 |
|
|
* | Issue #9854: The default read() implementation in io.RawIOBase now | Antoine Pitrou | 2010-09-14 | 1 | -10/+34 |
|
|
* | Issue #9293: I/O streams now raise `io.UnsupportedOperation` when an | Antoine Pitrou | 2010-09-05 | 1 | -7/+47 |
|
|
* | Issue #8990: array.fromstring() and array.tostring() get renamed to | Antoine Pitrou | 2010-09-01 | 1 | -1/+1 |
|
|
* | Issue #9617: Signals received during a low-level write operation aren't | Antoine Pitrou | 2010-08-21 | 1 | -1/+74 |
|
|
* | Issue #9550: a BufferedReader could issue an additional read when the | Antoine Pitrou | 2010-08-11 | 1 | -0/+24 |
|
|
* | Merged revisions 80720 via svnmerge from | Antoine Pitrou | 2010-05-03 | 1 | -0/+44 |
|
|
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 | 1 | -2/+7 |
|
|
* | (partially) | Florent Xicluna | 2010-04-02 | 1 | -1/+0 |
|
|
* | Merged revisions 79030-79032 via svnmerge from | Florent Xicluna | 2010-03-17 | 1 | -14/+4 |
|
|
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -2/+1 |
|
|
* | Merged revisions 77890 via svnmerge from | Antoine Pitrou | 2010-01-31 | 1 | -3/+17 |
|
|
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -16/+16 |
|
|
* | Merged revisions 76805 via svnmerge from | Benjamin Peterson | 2009-12-13 | 1 | -4/+32 |
|
|
* | Merged revisions 74581 via svnmerge from | Amaury Forgeot d'Arc | 2009-08-29 | 1 | -0/+21 |
|
|
* | Merged revisions 74336 via svnmerge from | Antoine Pitrou | 2009-08-06 | 1 | -0/+20 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -13/+13 |
|
|
* | Merged revisions 73461 via svnmerge from | Hirokazu Yamamoto | 2009-06-18 | 1 | -18/+18 |
|
|
* | give the C implementation of TextIOWrapper the errors property #6217 | Benjamin Peterson | 2009-06-06 | 1 | -0/+6 |
|
|
* | Issue #5761: Add the name of the underlying file to the repr() of various IO ... | Antoine Pitrou | 2009-05-23 | 1 | -1/+19 |
|
|
* | correctly handle invalid operations on streams (like writing on a non-writabl... | Benjamin Peterson | 2009-05-14 | 1 | -0/+13 |
|
|
* | Issue #5006: Better handling of unicode byte-order marks (BOM) in the io libr... | Antoine Pitrou | 2009-05-14 | 1 | -0/+31 |
|
|
* | implement a detach() method for BufferedIOBase and TextIOBase #5883 | Benjamin Peterson | 2009-05-01 | 1 | -0/+31 |
|
|
* | fix test__all__ | Benjamin Peterson | 2009-04-29 | 1 | -1/+1 |
|
|
* | these tests must call gc_collect() for non-refcounting gcs | Benjamin Peterson | 2009-04-24 | 1 | -4/+10 |
|
|
* | make sure to close files | Benjamin Peterson | 2009-04-24 | 1 | -53/+43 |
|
|
* | readline() args must be an int #3521 | Benjamin Peterson | 2009-04-24 | 1 | -1/+4 |
|
|
* | Fix use of test skipping API. | Antoine Pitrou | 2009-04-19 | 1 | -3/+3 |
|
|
* | Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs. | Antoine Pitrou | 2009-04-19 | 1 | -6/+97 |
|
|
* | use the more offical skipping api | Benjamin Peterson | 2009-04-18 | 1 | -3/+3 |
|
|
* | Merged revisions 71014 via svnmerge from | Benjamin Peterson | 2009-04-02 | 1 | -4/+4 |
|
|
* | fix TextIOWrapper.read() when the buffer is not readable #5628 | Benjamin Peterson | 2009-03-31 | 1 | -0/+7 |
|
|
* | Plug another leak, and finally add a test for #1174606 (read() from /dev/zero). | Antoine Pitrou | 2009-03-29 | 1 | -0/+16 |
|
|
* | officially deprecated max_buffer_size | Benjamin Peterson | 2009-03-26 | 1 | -2/+24 |
|
|
* | give TextIOWrapper a repr that tells you the encoding | Benjamin Peterson | 2009-03-09 | 1 | -0/+6 |
|
|
* | Issue #5433: Excessive newline detection optimization in IncrementalNewlineDe... | Antoine Pitrou | 2009-03-06 | 1 | -0/+13 |
|
|
* | rename | Benjamin Peterson | 2009-03-05 | 1 | -3/+3 |
|
|
* | fix #4862 in _pyio: reset the decoder on seek(0) | Benjamin Peterson | 2009-03-05 | 1 | -0/+2 |
|
|
* | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 | 1 | -404/+1114 |
|
|
* | Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. | Antoine Pitrou | 2009-02-11 | 1 | -0/+1 |
|
|
* | Merged revisions 68835 via svnmerge from | Antoine Pitrou | 2009-01-21 | 1 | -0/+11 |
|
|
* | Make test_io faster | Antoine Pitrou | 2009-01-17 | 1 | -1/+5 |
|
|
* | Issue #4604: Some objects of the I/O library could still be used after | Antoine Pitrou | 2009-01-09 | 1 | -0/+39 |
|
|
* | Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. | Antoine Pitrou | 2009-01-03 | 1 | -1/+1 |
|
|
* | Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,... | Benjamin Peterson | 2008-12-27 | 1 | -1/+2 |
|
|
* | Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boun... | Antoine Pitrou | 2008-12-14 | 1 | -40/+72 |
|
|
* | make FileIO.mode always include 'b' | Benjamin Peterson | 2008-11-22 | 1 | -7/+7 |
|
|
* | Fix for bug 4362 "FileIO object in io module"; Patch by amaury.forgeotdarc. | Barry Warsaw | 2008-11-20 | 1 | -0/+31 |
|
|
* | Merged revisions 67089,67091,67101 via svnmerge from | Benjamin Peterson | 2008-11-05 | 1 | -0/+1 |
|
|
* | Fixed issue #4233. | Christian Heimes | 2008-11-05 | 1 | -9/+23 |
|
|