1. 2e3f570 bpo-30416: Protect the optimizer during constant folding. (#4860) by Serhiy Storchaka · 7 years ago
  2. de50360 bpo-29741: Update some methods in the _pyio module to also accept integer types. Patch by Oren Milman. (#560) by Oren Milman · 7 years ago
  3. ccb2c0e Issue #23214: Implement optional BufferedReader, BytesIO read1() argument by Martin Panter · 8 years ago
  4. 6bb91f3 Issue #20699: Document that “io” methods accept bytes-like objects by Martin Panter · 8 years ago
  5. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  6. 4e63f7a Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is by Serhiy Storchaka · 9 years ago
  7. b064f1e Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 9 years ago
  8. 0dcd80a Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 9 years ago
  9. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  10. 87d0b45 Issue #15381: Optimized io.BytesIO to make less allocations and copyings. by Serhiy Storchaka · 9 years ago
  11. 32ca3dc Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 9 years ago
  12. c057c38 Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 9 years ago
  13. 65ee467 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  14. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  15. cc66a73 Issue #22003: When initialized from a bytes object, io.BytesIO() now by Antoine Pitrou · 10 years ago
  16. 780145d Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. by Serhiy Storchaka · 10 years ago
  17. 1812bd4 Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. by Serhiy Storchaka · 10 years ago
  18. 1328e9d Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 10 years ago
  19. 57839a6 Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 10 years ago
  20. 9f2e46d Issue #20424: Python implementation of io.StringIO now supports lone surrogates. by Serhiy Storchaka · 10 years ago
  21. c92ea76 Issue #20424: Python implementation of io.StringIO now supports lone surrogates. by Serhiy Storchaka · 10 years ago
  22. bdc3eb7 Merge 3.3 by Alexandre Vassalotti · 11 years ago
  23. 6eea818 Fix pickling test in test_memoryio. by Alexandre Vassalotti · 11 years ago
  24. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  25. 11946fb Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  26. 1d85745 Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  27. 754d5ef Better test for BytesIO.__sizeof__, now that the struct module supports (s)size_t. by Antoine Pitrou · 12 years ago
  28. 8f328d0 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  29. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  30. fa73555 correct logic when pos is after the string #10467 by Benjamin Peterson · 14 years ago
  31. 972ee13 Issue #5506: BytesIO objects now have a getbuffer() method exporting a by Antoine Pitrou · 14 years ago
  32. 1ce3eb5 Issue #8990: array.fromstring() and array.tostring() get renamed to by Antoine Pitrou · 14 years ago
  33. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  34. a5336b6 Merged revisions 78088 via svnmerge from by Antoine Pitrou · 14 years ago
  35. 905a2ff Merged revisions 77890 via svnmerge from by Antoine Pitrou · 14 years ago
  36. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  37. ba5c743 Issue 5449: Fix io.BytesIO to not accept arbitrary keywords by Alexandre Vassalotti · 15 years ago
  38. cf76e1a Issue #6218: Make io.BytesIO and io.StringIO picklable. by Alexandre Vassalotti · 15 years ago
  39. d2bb18b Issue #6241: Better type checking for the arguments of io.StringIO. by Alexandre Vassalotti · 15 years ago
  40. fc47704 Issue #6242: Fix deallocator of io.StringIO and io.BytesIO. by Alexandre Vassalotti · 15 years ago
  41. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  42. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 15 years ago
  43. d2e0c79 implement a detach() method for BufferedIOBase and TextIOBase #5883 by Benjamin Peterson · 15 years ago
  44. b487e63 stringio doesn't have an encoding by Benjamin Peterson · 15 years ago
  45. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  46. 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 16 years ago
  47. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  48. 96de30a Removed test_overflow from test_memoryio.CBytesIOTest. by Alexandre Vassalotti · 16 years ago
  49. 1bfe9dc8 Changed _bytesio.c to avoid comparing a signed with an unsigned value. by Alexandre Vassalotti · 16 years ago
  50. 4833b3c Fixed a small bug introduced by r62778. by Alexandre Vassalotti · 16 years ago
  51. 5da31eb Added tests to check the buffer type returned during reading. by Alexandre Vassalotti · 16 years ago
  52. 77250f4 Added fast alternate io.BytesIO implementation and its test suite. by Alexandre Vassalotti · 16 years ago