1. d76e779 Instead of pickling the whole decoder, use the new getstate/setstate API. by Guido van Rossum · 17 years ago
  2. dc0b1a1 Make a few more tests pass with the new I/O library. by Guido van Rossum · 17 years ago
  3. d410395 Make sure that writing an array instance returns the number of bytes, by Guido van Rossum · 17 years ago
  4. d071281 Re-enable cleanup code. by Guido van Rossum · 17 years ago
  5. b9c4c3e Speed up next() by disabling snapshot updating then. by Guido van Rossum · 17 years ago
  6. cba608c More efficient implementation of tell(); _read_chunk() doesn't have to by Guido van Rossum · 17 years ago
  7. 9b76da6 Checkpoint so I can continue to work on this at a different box. by Guido van Rossum · 17 years ago
  8. 8742977 truncate() returns the new size and position. by Guido van Rossum · 17 years ago
  9. 34d69e5 Skip large file tests on Windowns and OSX. by Guido van Rossum · 17 years ago
  10. 53807da Implement long positioning (Unix only, probably). Etc., etc. by Guido van Rossum · 17 years ago
  11. 141f767 More cleanup. Renamed BlockingIO to BlockingIOError. by Guido van Rossum · 17 years ago
  12. 76c5d4d Checkpoint. by Guido van Rossum · 17 years ago
  13. 78892e4 Added a working Text I/O layer, by Mark Russell. by Guido van Rossum · 17 years ago
  14. a9e2024 Check in Daniel Stutzbach's _fileio.c and test_fileio.py by Guido van Rossum · 17 years ago
  15. 4d0f5a4 Delete TESTFN after the test. by Guido van Rossum · 17 years ago
  16. 00efead Change the specs for readinto() -- it should *not* shorten the buffer to by Guido van Rossum · 17 years ago
  17. 01a2752 New version from Mike Verdone (sat in my inbox since 2/27). by Guido van Rossum · 17 years ago
  18. 68bbcd2 Mike Verdone's checkpoint, cleaned up. by Guido van Rossum · 18 years ago
  19. 28524c7 Checkpoint for new I/O library. by Guido van Rossum · 18 years ago