1. ada9948 Change docstrings to match the implementation by Amaury Forgeot d'Arc · 14 years ago
  2. 972ee13 Issue #5506: BytesIO objects now have a getbuffer() method exporting a by Antoine Pitrou · 14 years ago
  3. 0d739d7 Issue #9293: I/O streams now raise `io.UnsupportedOperation` when an by Antoine Pitrou · 14 years ago
  4. 6be8876 Merged revisions 80720 via svnmerge from by Antoine Pitrou · 14 years ago
  5. c3be11a Merged revisions 80548-80549 via svnmerge from by Benjamin Peterson · 14 years ago
  6. 95e392c Merged revisions 80544 via svnmerge from by Benjamin Peterson · 14 years ago
  7. b14930c Only the parts which are relevant for 3.x branch. by Florent Xicluna · 14 years ago
  8. 905a2ff Merged revisions 77890 via svnmerge from by Antoine Pitrou · 14 years ago
  9. d5587bc Merged revisions 76896,76898 via svnmerge from by Antoine Pitrou · 15 years ago
  10. cf76e1a Issue #6218: Make io.BytesIO and io.StringIO picklable. by Alexandre Vassalotti · 15 years ago
  11. d2bb18b Issue #6241: Better type checking for the arguments of io.StringIO. by Alexandre Vassalotti · 15 years ago
  12. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 15 years ago
  13. 716c444 Issue #5761: Add the name of the underlying file to the repr() of various IO objects. by Antoine Pitrou · 15 years ago
  14. e450185 Issue #5006: Better handling of unicode byte-order marks (BOM) in the io library. by Antoine Pitrou · 15 years ago
  15. d2e0c79 implement a detach() method for BufferedIOBase and TextIOBase #5883 by Benjamin Peterson · 15 years ago
  16. b01138a readline() args must be an int #3521 by Benjamin Peterson · 15 years ago
  17. cf4c749 Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs. by Antoine Pitrou · 15 years ago
  18. 9990e8c add annotations to open() by Benjamin Peterson · 15 years ago
  19. 54f963e other places like this just catch IOError by Benjamin Peterson · 15 years ago
  20. 1144648 Fix test_memoryio under Windows by Antoine Pitrou · 15 years ago
  21. 8d5fd4e add SEEK_ constants to _pyio by Benjamin Peterson · 15 years ago
  22. a1b4901 fix TextIOWrapper.read() when the buffer is not readable #5628 by Benjamin Peterson · 15 years ago
  23. 59406a9 officially deprecated max_buffer_size by Benjamin Peterson · 15 years ago
  24. b487e63 stringio doesn't have an encoding by Benjamin Peterson · 15 years ago
  25. 9fd459a hack StringIO's repr, so it doesn't give an encoding by Benjamin Peterson · 15 years ago
  26. c4c0eae give TextIOWrapper a repr that tells you the encoding by Benjamin Peterson · 15 years ago
  27. 394ee00 remove usage of the deprecated max_buffer_size by Benjamin Peterson · 15 years ago
  28. 5ac89cc rather pointless XXX by Benjamin Peterson · 15 years ago
  29. 9363a65 fix #4862 in _pyio: reset the decoder on seek(0) by Benjamin Peterson · 15 years ago
  30. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago