1. 6f80464 Issue #25030: Do not document seek() as if it accepts keyword arguments by Martin Panter · 10 years ago
  2. c5eec0e Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO by Antoine Pitrou · 13 years ago
  3. baee34c Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 13 years ago
  4. 4fec9ce Merged revisions 86587 via svnmerge from by Benjamin Peterson · 15 years ago
  5. 5cd2d8c Merged revisions 84438 via svnmerge from by Antoine Pitrou · 15 years ago
  6. f7fd8e4 Issue #7865: The close() method of :mod:`io` objects should not swallow by Antoine Pitrou · 15 years ago
  7. f3fa074 - Issue #6939: Fix file I/O objects in the `io` module to keep the original by Antoine Pitrou · 16 years ago
  8. f7820c1 Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept arbitrary keywords by Antoine Pitrou · 16 years ago
  9. fa94e80 Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable. by Antoine Pitrou · 16 years ago
  10. f98a267 Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringIO and io.BytesIO by Antoine Pitrou · 16 years ago
  11. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 16 years ago[Renamed (81%) from Modules/_bytesio.c]
  12. 0225248 Victor Stinner's patches to check the return result of PyLong_Ssize_t by Benjamin Peterson · 17 years ago
  13. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  14. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  15. 1aed624 Backport fast alternate io.BytesIO implementation. by Alexandre Vassalotti · 17 years ago