summaryrefslogtreecommitdiff
path: root/Lib/io.py
Commit message (Expand)AuthorAgeFilesLines
* Cleanup.Guido van Rossum2007-04-081-61/+124
* Add some backwards compatibility stuff.Guido van Rossum2007-04-071-4/+29
* Checkpoint.Guido van Rossum2007-04-061-16/+49
* Get rid of duplicate definition of BufferedIOBase.Guido van Rossum2007-04-061-12/+6
* Added a working Text I/O layer, by Mark Russell.Guido van Rossum2007-04-061-26/+257
* Bug 1679498: remove unused instance variables _readable, _writable andGuido van Rossum2007-03-181-4/+0
* Bug 1679498: unset variable 'bs'.Guido van Rossum2007-03-181-0/+2
* Add some XXX comments and fix BufferedReader signature.Guido van Rossum2007-03-151-2/+6
* Check in Daniel Stutzbach's _fileio.c and test_fileio.pyGuido van Rossum2007-03-081-1/+13
* Change the specs for readinto() -- it should *not* shorten the buffer toGuido van Rossum2007-03-071-4/+10
* New version from Mike Verdone (sat in my inbox since 2/27).Guido van Rossum2007-03-071-57/+174
* Mike Verdone's checkpoint, cleaned up.Guido van Rossum2007-02-271-12/+132
* Added some comments and docstrings. More is needed.Guido van Rossum2007-02-271-16/+62
* Add some XXX comments for Guido to look at.Neal Norwitz2007-02-271-0/+4
* Checkpoint for new I/O library.Guido van Rossum2007-02-271-0/+264