1. 66f9fea Merged revisions 77895-77896 via svnmerge from by Antoine Pitrou · 16 years ago
  2. 194da4a Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from by Georg Brandl · 16 years ago
  3. 6a38ced just throw a normal AttributeError for no buffer attribute by Benjamin Peterson · 16 years ago
  4. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 16 years ago
  5. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 16 years ago
  6. 1fea321 use NULL for the ends of tables by Benjamin Peterson · 16 years ago
  7. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 16 years ago[Renamed from Modules/_stringio.c]
  8. b487e63 stringio doesn't have an encoding by Benjamin Peterson · 16 years ago
  9. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
  10. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 17 years ago
  11. 58fb905 Fix a probable merge glitch in r66695: by Amaury Forgeot d'Arc · 17 years ago
  12. c9e435e check for errors after PyLong_Ssize_t by Benjamin Peterson · 17 years ago
  13. 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 17 years ago