| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #6215: backport the 3.1 io lib | Antoine Pitrou | 2009-06-12 | 1 | -1803/+32 |
* | add seek constants to __all__ | Benjamin Peterson | 2009-04-01 | 1 | -1/+2 |
* | #4572: add SEEK_* values as constants in io.py. | Georg Brandl | 2009-04-01 | 1 | -0/+5 |
* | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 1 | -2/+2 |
* | #4736 BufferRWPair.closed shouldn't try to call another property as a function | Benjamin Peterson | 2008-12-24 | 1 | -1/+1 |
* | Backport r67759 (fix io.IncrementalNewlineDecoder for UTF-16 et al.). | Antoine Pitrou | 2008-12-14 | 1 | -15/+12 |
* | backport r67300 | Benjamin Peterson | 2008-11-20 | 1 | -9/+16 |
* | Remove two unneeded imports in 'io'. | Brett Cannon | 2008-08-18 | 1 | -2/+0 |
* | Issue #3476: make BufferedReader and BufferedWriter thread-safe | Antoine Pitrou | 2008-08-14 | 1 | -39/+63 |
* | backport r65264 | Benjamin Peterson | 2008-07-28 | 1 | -30/+61 |
* | Cleaned up io._BytesIO.write(). | Alexandre Vassalotti | 2008-05-10 | 1 | -6/+6 |
* | Backport fast alternate io.BytesIO implementation. | Alexandre Vassalotti | 2008-05-09 | 1 | -11/+78 |
* | Remove method signatures from the docstrings of io.py | Benjamin Peterson | 2008-05-04 | 1 | -50/+38 |
* | In test_io, StatefulIncrementalDecoderTest was not part of the test suite. | Amaury Forgeot d'Arc | 2008-05-03 | 1 | -2/+1 |
* | Backport the removal of a __repr__ from 62251 | Benjamin Peterson | 2008-04-13 | 1 | -3/+0 |
* | Backported io module docs | Benjamin Peterson | 2008-04-13 | 1 | -133/+285 |
* | Use the new unicode literals for the io module | Christian Heimes | 2008-03-26 | 1 | -6/+8 |
* | Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,... | Christian Heimes | 2008-03-26 | 1 | -0/+1601 |