summaryrefslogtreecommitdiffstats
path: root/Modules/_fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Make a few more tests pass with the new I/O library.Guido van Rossum2007-04-121-12/+9
* truncate() returns the new size and position.Guido van Rossum2007-04-101-4/+10
* Implement long positioning (Unix only, probably).Guido van Rossum2007-04-101-130/+146
* Make it possible to instantiate a _FileIO() with an integer file descriptorGuido van Rossum2007-04-081-18/+50
* Add a missing forward declaration for PyFileIO_Type. The _fileio module now c...Collin Winter2007-03-081-0/+2
* Check in Daniel Stutzbach's _fileio.c and test_fileio.pyGuido van Rossum2007-03-081-0/+713