1. 8742977 truncate() returns the new size and position. by Guido van Rossum · 18 years ago
  2. 53807da Implement long positioning (Unix only, probably). Etc., etc. by Guido van Rossum · 18 years ago
  3. cce92b2 BufferedIOBase and TextIOBase should derive from IOBase, not from RawIOBase! by Guido van Rossum · 18 years ago
  4. 141f767 More cleanup. Renamed BlockingIO to BlockingIOError. by Guido van Rossum · 18 years ago
  5. 4f0db6e Cleanup. by Guido van Rossum · 18 years ago
  6. 9be5597 Add some backwards compatibility stuff. by Guido van Rossum · 18 years ago
  7. 76c5d4d Checkpoint. by Guido van Rossum · 18 years ago
  8. 1866859 Get rid of duplicate definition of BufferedIOBase. by Guido van Rossum · 18 years ago
  9. 78892e4 Added a working Text I/O layer, by Mark Russell. by Guido van Rossum · 18 years ago
  10. ef17c16 Bug 1679498: remove unused instance variables _readable, _writable and by Guido van Rossum · 18 years ago
  11. bb09b21 Bug 1679498: unset variable 'bs'. by Guido van Rossum · 18 years ago
  12. c819dea Add some XXX comments and fix BufferedReader signature. by Guido van Rossum · 18 years ago
  13. a9e2024 Check in Daniel Stutzbach's _fileio.c and test_fileio.py by Guido van Rossum · 18 years ago
  14. 00efead Change the specs for readinto() -- it should *not* shorten the buffer to by Guido van Rossum · 18 years ago
  15. 01a2752 New version from Mike Verdone (sat in my inbox since 2/27). by Guido van Rossum · 18 years ago
  16. 68bbcd2 Mike Verdone's checkpoint, cleaned up. by Guido van Rossum · 18 years ago
  17. 17e43e5 Added some comments and docstrings. More is needed. by Guido van Rossum · 18 years ago
  18. 8b41c3d Add some XXX comments for Guido to look at. by Neal Norwitz · 18 years ago
  19. 28524c7 Checkpoint for new I/O library. by Guido van Rossum · 18 years ago