1. 905a2ff Merged revisions 77890 via svnmerge from by Antoine Pitrou · 15 years ago
  2. ba5c743 Issue 5449: Fix io.BytesIO to not accept arbitrary keywords by Alexandre Vassalotti · 15 years ago
  3. cf76e1a Issue #6218: Make io.BytesIO and io.StringIO picklable. by Alexandre Vassalotti · 15 years ago
  4. fc47704 Issue #6242: Fix deallocator of io.StringIO and io.BytesIO. by Alexandre Vassalotti · 15 years ago
  5. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 15 years ago
  6. 1fea321 use NULL for the ends of tables by Benjamin Peterson · 15 years ago
  7. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 15 years ago[Renamed from Modules/_bytesio.c]
  8. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
  9. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  10. a8a9304 Merged revisions 66693 via svnmerge from by Benjamin Peterson · 16 years ago
  11. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  12. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  13. 10dfc1e Fixed bytes naming in the docstrings of _bytesio.c. by Alexandre Vassalotti · 16 years ago
  14. 7d06089 Fixed docstring of _bytesio._BytesIO.writelines(). by Alexandre Vassalotti · 16 years ago
  15. 1bfe9dc8 Changed _bytesio.c to avoid comparing a signed with an unsigned value. by Alexandre Vassalotti · 16 years ago
  16. 77250f4 Added fast alternate io.BytesIO implementation and its test suite. by Alexandre Vassalotti · 16 years ago