1. 808cec5 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 14 years ago
  2. eaf312a Issue #12434: make StringIO.write error message consistent with Python 2.7 nomenclature by Eli Bendersky · 14 years ago
  3. 59729ff Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and by Victor Stinner · 14 years ago
  4. daf17e9 Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 14 years ago
  5. 5100a40 Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 14 years ago
  6. ee46a7b Issue #12062: In the `io` module, fix a flushing bug when doing a certain by Antoine Pitrou · 14 years ago
  7. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  8. 6439c00 Merged revisions 88610 via svnmerge from by Antoine Pitrou · 14 years ago
  9. fc9ead6 Merged revisions 87427 via svnmerge from by Antoine Pitrou · 15 years ago
  10. 4cb64ad Merged revisions 86981,86984 via svnmerge from by Antoine Pitrou · 15 years ago
  11. 1060380 Merged revisions 85768-85771,85773,85777,85823,85825 via svnmerge from by Georg Brandl · 15 years ago
  12. 4fec9ce Merged revisions 86587 via svnmerge from by Benjamin Peterson · 15 years ago
  13. 594a046 Merged revisions 85982 via svnmerge from by Antoine Pitrou · 15 years ago
  14. 78de9cc Merged revisions 85864 via svnmerge from by Antoine Pitrou · 15 years ago
  15. 6391b34 Merged revisions 84814 via svnmerge from by Antoine Pitrou · 15 years ago
  16. 5cd2d8c Merged revisions 84438 via svnmerge from by Antoine Pitrou · 15 years ago
  17. 3ebaed6 Merged revisions 84239 via svnmerge from by Antoine Pitrou · 15 years ago
  18. cb4f47c Merged revisions 83944 via svnmerge from by Antoine Pitrou · 15 years ago
  19. 607951d Merged revisions 83411 via svnmerge from by Antoine Pitrou · 15 years ago
  20. b26dc46 Untabify Modules/_io/fileio.c by Antoine Pitrou · 15 years ago
  21. f7fd8e4 Issue #7865: The close() method of :mod:`io` objects should not swallow by Antoine Pitrou · 15 years ago
  22. 7c587bf Issue #8438: Remove reference to the missing "surrogateescape" encoding by Antoine Pitrou · 15 years ago
  23. bba8f2d Revert temporary commit in r79937 by Antoine Pitrou · 15 years ago
  24. 16e026c Temporary commit of fix to issue #5380 (in order to watch buildbot response) by Antoine Pitrou · 15 years ago
  25. 4b81bc7 #7706: add include guards where they're missing; required for Windows CE by Andrew M. Kuchling · 15 years ago
  26. f3fa074 - Issue #6939: Fix file I/O objects in the `io` module to keep the original by Antoine Pitrou · 16 years ago
  27. e812d29 Issue #7545: improve documentation of the `buffering` argument in io.open(). by Antoine Pitrou · 16 years ago
  28. aef1899 remove unused variable by Benjamin Peterson · 16 years ago
  29. ddd392c accept None as the same as having passed no argument in file types #7349 by Benjamin Peterson · 16 years ago
  30. 889d9645 Issue #7228: Fix format mismatch when printing something of type off_t. by Mark Dickinson · 16 years ago
  31. e50efaa Buffered I/O: optimize lock taking in the common non-contended case. by Antoine Pitrou · 16 years ago
  32. 3ddb527 Roll back ill-considered attempts to fix printf specifier mismatch for off_t. by Mark Dickinson · 16 years ago
  33. e848693 Fix format specifier for MSVC by Mark Dickinson · 16 years ago
  34. 791181b Replace long long with PY_LONG_LONG by Mark Dickinson · 16 years ago
  35. bf1039d Silence gcc warnings when trying to print an off_t using "lld", on platforms by Mark Dickinson · 16 years ago
  36. e052b64 Use correct conversion specifier and length modifier when printing an by Mark Dickinson · 16 years ago
  37. 5e9f667 Fix compilation error in debug mode. by Antoine Pitrou · 16 years ago
  38. f7820c1 Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept arbitrary keywords by Antoine Pitrou · 16 years ago
  39. fa94e80 Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable. by Antoine Pitrou · 16 years ago
  40. f98a267 Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringIO and io.BytesIO by Antoine Pitrou · 16 years ago
  41. 3de4647 Fix compilation warning on Windows, where size_t is 32bit but file offsets are 64bit. by Amaury Forgeot d'Arc · 16 years ago
  42. 2a46658 Issue #6236, #6348: Fix various failures in the io module under AIX by Antoine Pitrou · 16 years ago
  43. fff896b #6750: TextIOWrapped could duplicate output when several threads write to it. by Amaury Forgeot d'Arc · 16 years ago
  44. 20e1f93 Issue #6629: Fix a data corruption issue in the new `io` package, which could by Antoine Pitrou · 16 years ago
  45. a3c5609 Issue #4856: Remove checks for win NT. by Hirokazu Yamamoto · 16 years ago
  46. 9f7baec backport r73430 by Benjamin Peterson · 16 years ago
  47. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 16 years ago