summaryrefslogtreecommitdiffstats
path: root/Lib/io.py
Commit message (Expand)AuthorAgeFilesLines
...
* Support name and mode attributes on all file types.Guido van Rossum2007-04-131-10/+81
* Make a few more tests pass with the new I/O library.Guido van Rossum2007-04-121-2/+0
* Make sure that writing an array instance returns the number of bytes,Guido van Rossum2007-04-121-1/+6
* TextIO improvement:Guido van Rossum2007-04-121-3/+5
* Speed up next() by disabling snapshot updating then.Guido van Rossum2007-04-111-5/+19
* More efficient implementation of tell(); _read_chunk() doesn't have toGuido van Rossum2007-04-111-29/+34
* Real pickling for bytes.Guido van Rossum2007-04-111-1/+5
* Checkpoint so I can continue to work on this at a different box.Guido van Rossum2007-04-111-25/+145
* truncate() returns the new size and position.Guido van Rossum2007-04-101-11/+14
* Implement long positioning (Unix only, probably).Guido van Rossum2007-04-101-14/+22
* BufferedIOBase and TextIOBase should derive from IOBase, not from RawIOBase!Guido van Rossum2007-04-101-3/+2
* More cleanup. Renamed BlockingIO to BlockingIOError.Guido van Rossum2007-04-101-253/+312
* 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