1. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  2. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  3. b82d5e1 Merged revisions 84438 via svnmerge from by Antoine Pitrou · 14 years ago
  4. d5c3f6c BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS. by Antoine Pitrou · 14 years ago
  5. 66f9fea Merged revisions 77895-77896 via svnmerge from by Antoine Pitrou · 14 years ago
  6. 905a2ff Merged revisions 77890 via svnmerge from by Antoine Pitrou · 14 years ago
  7. 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 · 15 years ago
  8. 194da4a Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from by Georg Brandl · 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. 6a38ced just throw a normal AttributeError for no buffer attribute by Benjamin Peterson · 15 years ago
  13. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 15 years ago
  14. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 15 years ago
  15. 1fea321 use NULL for the ends of tables by Benjamin Peterson · 15 years ago
  16. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 15 years ago[Renamed from Modules/_stringio.c]
  17. b487e63 stringio doesn't have an encoding by Benjamin Peterson · 15 years ago
  18. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  19. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  20. 58fb905 Fix a probable merge glitch in r66695: by Amaury Forgeot d'Arc · 16 years ago
  21. c9e435e check for errors after PyLong_Ssize_t by Benjamin Peterson · 16 years ago
  22. 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 16 years ago