1. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 15 years ago
  2. d2e0c79 implement a detach() method for BufferedIOBase and TextIOBase #5883 by Benjamin Peterson · 15 years ago
  3. b487e63 stringio doesn't have an encoding by Benjamin Peterson · 15 years ago
  4. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  5. 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 16 years ago
  6. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  7. 96de30a Removed test_overflow from test_memoryio.CBytesIOTest. by Alexandre Vassalotti · 16 years ago
  8. 1bfe9dc8 Changed _bytesio.c to avoid comparing a signed with an unsigned value. by Alexandre Vassalotti · 16 years ago
  9. 4833b3c Fixed a small bug introduced by r62778. by Alexandre Vassalotti · 16 years ago
  10. 5da31eb Added tests to check the buffer type returned during reading. by Alexandre Vassalotti · 16 years ago
  11. 77250f4 Added fast alternate io.BytesIO implementation and its test suite. by Alexandre Vassalotti · 16 years ago