summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_io.py
Commit message (Expand)AuthorAgeFilesLines
* Remove native popen() and fdopen(), replacing them with subprocess calls.Guido van Rossum2007-05-241-1/+1
* Fix a few places where a str instead of a bytes object was used.Guido van Rossum2007-05-081-4/+4
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-10/+10
* Instead of pickling the whole decoder, use the new getstate/setstate API.Guido van Rossum2007-04-171-0/+30
* Make a few more tests pass with the new I/O library.Guido van Rossum2007-04-121-2/+2
* Make sure that writing an array instance returns the number of bytes,Guido van Rossum2007-04-121-0/+11
* Re-enable cleanup code.Guido van Rossum2007-04-111-2/+2
* Speed up next() by disabling snapshot updating then.Guido van Rossum2007-04-111-0/+58
* More efficient implementation of tell(); _read_chunk() doesn't have toGuido van Rossum2007-04-111-5/+1
* Checkpoint so I can continue to work on this at a different box.Guido van Rossum2007-04-111-20/+88
* truncate() returns the new size and position.Guido van Rossum2007-04-101-12/+71
* Skip large file tests on Windowns and OSX.Guido van Rossum2007-04-101-10/+25
* Implement long positioning (Unix only, probably).Guido van Rossum2007-04-101-30/+37
* More cleanup. Renamed BlockingIO to BlockingIOError.Guido van Rossum2007-04-101-15/+1
* Checkpoint.Guido van Rossum2007-04-061-61/+62
* Added a working Text I/O layer, by Mark Russell.Guido van Rossum2007-04-061-21/+109
* Check in Daniel Stutzbach's _fileio.c and test_fileio.pyGuido van Rossum2007-03-081-0/+46
* 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
* New version from Mike Verdone (sat in my inbox since 2/27).Guido van Rossum2007-03-071-30/+114
* Mike Verdone's checkpoint, cleaned up.Guido van Rossum2007-02-271-1/+145
* Checkpoint for new I/O library.Guido van Rossum2007-02-271-0/+62