1. d5c3f6c BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS. by Antoine Pitrou · 15 years ago
  2. 905a2ff Merged revisions 77890 via svnmerge from by Antoine Pitrou · 16 years ago
  3. 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
  4. cf76e1a Issue #6218: Make io.BytesIO and io.StringIO picklable. by Alexandre Vassalotti · 16 years ago
  5. d2bb18b Issue #6241: Better type checking for the arguments of io.StringIO. by Alexandre Vassalotti · 16 years ago
  6. fc47704 Issue #6242: Fix deallocator of io.StringIO and io.BytesIO. by Alexandre Vassalotti · 16 years ago
  7. 6a38ced just throw a normal AttributeError for no buffer attribute by Benjamin Peterson · 16 years ago
  8. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 16 years ago
  9. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 16 years ago
  10. 1fea321 use NULL for the ends of tables by Benjamin Peterson · 16 years ago
  11. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 16 years ago[Renamed from Modules/_stringio.c]
  12. b487e63 stringio doesn't have an encoding by Benjamin Peterson · 16 years ago
  13. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
  14. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 17 years ago
  15. 58fb905 Fix a probable merge glitch in r66695: by Amaury Forgeot d'Arc · 17 years ago
  16. c9e435e check for errors after PyLong_Ssize_t by Benjamin Peterson · 17 years ago
  17. 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 17 years ago