summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_io.py
Commit message (Collapse)AuthorAgeFilesLines
* Check in Daniel Stutzbach's _fileio.c and test_fileio.pyGuido van Rossum2007-03-081-0/+46
| | | | | | (see SF#1671314) with small tweaks. The io module now uses this instead of its own implementation of the FileIO class, if it can import _fileio.
* Delete TESTFN after the test.Guido van Rossum2007-03-071-0/+3
|
* Change the specs for readinto() -- it should *not* shorten the buffer toGuido van Rossum2007-03-071-3/+6
| | | | the amount of data read.
* New version from Mike Verdone (sat in my inbox since 2/27).Guido van Rossum2007-03-071-30/+114
| | | | | | | I cleaned up whitespace but otherwise didn't change it. This will need work to reflect the tentative decision to drop nonblocking I/O support from the buffering layers.
* Mike Verdone's checkpoint, cleaned up.Guido van Rossum2007-02-271-1/+145
| | | | | | Also implemented Neal's suggestion (add fileno() to SocketIO) and some unrelated changes, e.g. remove Google copyright and make BytesIO a subclass of BufferedIOBase.
* Checkpoint for new I/O library.Guido van Rossum2007-02-271-0/+62