1. fa73555 correct logic when pos is after the string #10467 by Benjamin Peterson · 14 years ago
  2. 972ee13 Issue #5506: BytesIO objects now have a getbuffer() method exporting a by Antoine Pitrou · 14 years ago
  3. 1ce3eb5 Issue #8990: array.fromstring() and array.tostring() get renamed to by Antoine Pitrou · 14 years ago
  4. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  5. a5336b6 Merged revisions 78088 via svnmerge from by Antoine Pitrou · 14 years ago
  6. 905a2ff Merged revisions 77890 via svnmerge from by Antoine Pitrou · 14 years ago
  7. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  8. ba5c743 Issue 5449: Fix io.BytesIO to not accept arbitrary keywords by Alexandre Vassalotti · 15 years ago
  9. cf76e1a Issue #6218: Make io.BytesIO and io.StringIO picklable. by Alexandre Vassalotti · 15 years ago
  10. d2bb18b Issue #6241: Better type checking for the arguments of io.StringIO. by Alexandre Vassalotti · 15 years ago
  11. fc47704 Issue #6242: Fix deallocator of io.StringIO and io.BytesIO. by Alexandre Vassalotti · 15 years ago
  12. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  13. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 15 years ago
  14. d2e0c79 implement a detach() method for BufferedIOBase and TextIOBase #5883 by Benjamin Peterson · 15 years ago
  15. b487e63 stringio doesn't have an encoding by Benjamin Peterson · 15 years ago
  16. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  17. 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 16 years ago
  18. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  19. 96de30a Removed test_overflow from test_memoryio.CBytesIOTest. by Alexandre Vassalotti · 16 years ago
  20. 1bfe9dc8 Changed _bytesio.c to avoid comparing a signed with an unsigned value. by Alexandre Vassalotti · 16 years ago
  21. 4833b3c Fixed a small bug introduced by r62778. by Alexandre Vassalotti · 16 years ago
  22. 5da31eb Added tests to check the buffer type returned during reading. by Alexandre Vassalotti · 16 years ago
  23. 77250f4 Added fast alternate io.BytesIO implementation and its test suite. by Alexandre Vassalotti · 16 years ago