Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make a few more tests pass with the new I/O library. | Guido van Rossum | 2007-04-12 | 1 | -12/+9 |
* | truncate() returns the new size and position. | Guido van Rossum | 2007-04-10 | 1 | -4/+10 |
* | Implement long positioning (Unix only, probably). | Guido van Rossum | 2007-04-10 | 1 | -130/+146 |
* | Make it possible to instantiate a _FileIO() with an integer file descriptor | Guido van Rossum | 2007-04-08 | 1 | -18/+50 |
* | Add a missing forward declaration for PyFileIO_Type. The _fileio module now c... | Collin Winter | 2007-03-08 | 1 | -0/+2 |
* | Check in Daniel Stutzbach's _fileio.c and test_fileio.py | Guido van Rossum | 2007-03-08 | 1 | -0/+713 |