1. 472f07d Add unit tests for the newlines property of IncrementalNewlineDecoder. by Alexandre Vassalotti · 17 years ago
  2. f64db9f Fix the rest of issue 1400, by introducing a proper implementation of by Guido van Rossum · 17 years ago
  3. ecda261 You are right, Guido. The newline argument is easier to use. by Christian Heimes · 17 years ago
  4. 2ca76f6 Fixed line separator problem on Windows by Christian Heimes · 17 years ago
  5. e7fc50f Add an errors parameter to open() and TextIOWrapper() to specify error handling. by Guido van Rossum · 17 years ago
  6. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  7. 1ff9910 Issue1395: Universal mode used to duplicate newlines when using read(1). by Amaury Forgeot d'Arc · 17 years ago
  8. 8e42a0a Fixed bug #1081: file.seek allows float arguments by Christian Heimes · 17 years ago
  9. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  10. 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 17 years ago
  11. bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
  12. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  13. 1f2ca56 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  14. 5abbf75 Changes to io.py and socket.py by Christian Heimes. by Guido van Rossum · 17 years ago
  15. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  16. 1836358 Fix an unfinished though in my own test code. by Guido van Rossum · 17 years ago
  17. 8358db2 New I/O code from Tony Lownds implement newline feature correctly, by Guido van Rossum · 17 years ago
  18. 48fc58a Accellerate binary readline() a bit. by Guido van Rossum · 17 years ago
  19. c2f93dc Remove native popen() and fdopen(), replacing them with subprocess calls. by Guido van Rossum · 17 years ago
  20. 2b08b38 Fix a few places where a str instead of a bytes object was used. by Guido van Rossum · 17 years ago
  21. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  22. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  23. d76e779 Instead of pickling the whole decoder, use the new getstate/setstate API. by Guido van Rossum · 17 years ago
  24. dc0b1a1 Make a few more tests pass with the new I/O library. by Guido van Rossum · 17 years ago
  25. d410395 Make sure that writing an array instance returns the number of bytes, by Guido van Rossum · 17 years ago
  26. d071281 Re-enable cleanup code. by Guido van Rossum · 17 years ago
  27. b9c4c3e Speed up next() by disabling snapshot updating then. by Guido van Rossum · 17 years ago
  28. cba608c More efficient implementation of tell(); _read_chunk() doesn't have to by Guido van Rossum · 17 years ago
  29. 9b76da6 Checkpoint so I can continue to work on this at a different box. by Guido van Rossum · 17 years ago
  30. 8742977 truncate() returns the new size and position. by Guido van Rossum · 17 years ago
  31. 34d69e5 Skip large file tests on Windowns and OSX. by Guido van Rossum · 17 years ago
  32. 53807da Implement long positioning (Unix only, probably). Etc., etc. by Guido van Rossum · 17 years ago
  33. 141f767 More cleanup. Renamed BlockingIO to BlockingIOError. by Guido van Rossum · 17 years ago
  34. 76c5d4d Checkpoint. by Guido van Rossum · 17 years ago
  35. 78892e4 Added a working Text I/O layer, by Mark Russell. by Guido van Rossum · 17 years ago
  36. a9e2024 Check in Daniel Stutzbach's _fileio.c and test_fileio.py by Guido van Rossum · 17 years ago
  37. 4d0f5a4 Delete TESTFN after the test. by Guido van Rossum · 17 years ago
  38. 00efead Change the specs for readinto() -- it should *not* shorten the buffer to by Guido van Rossum · 17 years ago
  39. 01a2752 New version from Mike Verdone (sat in my inbox since 2/27). by Guido van Rossum · 17 years ago
  40. 68bbcd2 Mike Verdone's checkpoint, cleaned up. by Guido van Rossum · 17 years ago
  41. 28524c7 Checkpoint for new I/O library. by Guido van Rossum · 17 years ago