1. de20b0b Issue #13149: Speed up append-only StringIO objects. by Antoine Pitrou · 14 years ago
  2. c4f281e Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead by Victor Stinner · 14 years ago
  3. e1335c7 Fix usage og PyUnicode_READY() by Victor Stinner · 14 years ago
  4. d63a3b8 Implement PEP 393. by Martin v. Löwis · 14 years ago
  5. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 15 years ago
  6. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 15 years ago
  7. b82d5e1 Merged revisions 84438 via svnmerge from by Antoine Pitrou · 15 years ago
  8. d5c3f6c BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS. by Antoine Pitrou · 15 years ago
  9. 66f9fea Merged revisions 77895-77896 via svnmerge from by Antoine Pitrou · 16 years ago
  10. 905a2ff Merged revisions 77890 via svnmerge from by Antoine Pitrou · 16 years ago
  11. a0dfa82 Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from by Benjamin Peterson · 16 years ago
  12. 194da4a Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from by Georg Brandl · 16 years ago
  13. cf76e1a Issue #6218: Make io.BytesIO and io.StringIO picklable. by Alexandre Vassalotti · 16 years ago
  14. d2bb18b Issue #6241: Better type checking for the arguments of io.StringIO. by Alexandre Vassalotti · 16 years ago
  15. fc47704 Issue #6242: Fix deallocator of io.StringIO and io.BytesIO. by Alexandre Vassalotti · 16 years ago
  16. 6a38ced just throw a normal AttributeError for no buffer attribute by Benjamin Peterson · 16 years ago
  17. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 16 years ago
  18. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 16 years ago
  19. 1fea321 use NULL for the ends of tables by Benjamin Peterson · 16 years ago
  20. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 16 years ago[Renamed from Modules/_stringio.c]
  21. b487e63 stringio doesn't have an encoding by Benjamin Peterson · 17 years ago
  22. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 17 years ago
  23. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 17 years ago
  24. 58fb905 Fix a probable merge glitch in r66695: by Amaury Forgeot d'Arc · 17 years ago
  25. c9e435e check for errors after PyLong_Ssize_t by Benjamin Peterson · 17 years ago
  26. 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 17 years ago