1. 6391b34 Merged revisions 84814 via svnmerge from by Antoine Pitrou · 15 years ago
  2. 5cd2d8c Merged revisions 84438 via svnmerge from by Antoine Pitrou · 15 years ago
  3. 3ebaed6 Merged revisions 84239 via svnmerge from by Antoine Pitrou · 15 years ago
  4. cb4f47c Merged revisions 83944 via svnmerge from by Antoine Pitrou · 15 years ago
  5. 607951d Merged revisions 83411 via svnmerge from by Antoine Pitrou · 15 years ago
  6. b26dc46 Untabify Modules/_io/fileio.c by Antoine Pitrou · 15 years ago
  7. f7fd8e4 Issue #7865: The close() method of :mod:`io` objects should not swallow by Antoine Pitrou · 15 years ago
  8. 7c587bf Issue #8438: Remove reference to the missing "surrogateescape" encoding by Antoine Pitrou · 15 years ago
  9. bba8f2d Revert temporary commit in r79937 by Antoine Pitrou · 15 years ago
  10. 16e026c Temporary commit of fix to issue #5380 (in order to watch buildbot response) by Antoine Pitrou · 15 years ago
  11. 4b81bc7 #7706: add include guards where they're missing; required for Windows CE by Andrew M. Kuchling · 15 years ago
  12. f3fa074 - Issue #6939: Fix file I/O objects in the `io` module to keep the original by Antoine Pitrou · 16 years ago
  13. e812d29 Issue #7545: improve documentation of the `buffering` argument in io.open(). by Antoine Pitrou · 16 years ago
  14. aef1899 remove unused variable by Benjamin Peterson · 16 years ago
  15. ddd392c accept None as the same as having passed no argument in file types #7349 by Benjamin Peterson · 16 years ago
  16. 889d9645 Issue #7228: Fix format mismatch when printing something of type off_t. by Mark Dickinson · 16 years ago
  17. e50efaa Buffered I/O: optimize lock taking in the common non-contended case. by Antoine Pitrou · 16 years ago
  18. 3ddb527 Roll back ill-considered attempts to fix printf specifier mismatch for off_t. by Mark Dickinson · 16 years ago
  19. e848693 Fix format specifier for MSVC by Mark Dickinson · 16 years ago
  20. 791181b Replace long long with PY_LONG_LONG by Mark Dickinson · 16 years ago
  21. bf1039d Silence gcc warnings when trying to print an off_t using "lld", on platforms by Mark Dickinson · 16 years ago
  22. e052b64 Use correct conversion specifier and length modifier when printing an by Mark Dickinson · 16 years ago
  23. 5e9f667 Fix compilation error in debug mode. by Antoine Pitrou · 16 years ago
  24. f7820c1 Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept arbitrary keywords by Antoine Pitrou · 16 years ago
  25. fa94e80 Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable. by Antoine Pitrou · 16 years ago
  26. f98a267 Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringIO and io.BytesIO by Antoine Pitrou · 16 years ago
  27. 3de4647 Fix compilation warning on Windows, where size_t is 32bit but file offsets are 64bit. by Amaury Forgeot d'Arc · 16 years ago
  28. 2a46658 Issue #6236, #6348: Fix various failures in the io module under AIX by Antoine Pitrou · 16 years ago
  29. fff896b #6750: TextIOWrapped could duplicate output when several threads write to it. by Amaury Forgeot d'Arc · 16 years ago
  30. 20e1f93 Issue #6629: Fix a data corruption issue in the new `io` package, which could by Antoine Pitrou · 16 years ago
  31. a3c5609 Issue #4856: Remove checks for win NT. by Hirokazu Yamamoto · 16 years ago
  32. 9f7baec backport r73430 by Benjamin Peterson · 16 years ago
  33. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 16 years ago