1. 6b59f77 Merged revisions 76806,76808 via svnmerge from by Benjamin Peterson · 15 years ago
  2. 00de1bd Merged revisions 75941 via svnmerge from by Mark Dickinson · 15 years ago
  3. b4bddf5 Merged revisions 75911 via svnmerge from by Mark Dickinson · 15 years ago
  4. b7365bc Merged revisions 75907 via svnmerge from by Mark Dickinson · 15 years ago
  5. 121fbe4 Merged revisions 75881 via svnmerge from by Mark Dickinson · 15 years ago
  6. 6576848 Merged revisions 75729 via svnmerge from by Mark Dickinson · 15 years ago
  7. 384c920 Merged revisions 75009 via svnmerge from by Antoine Pitrou · 15 years ago
  8. af0312a Merged revisions 74582 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  9. 194da4a Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from by Georg Brandl · 15 years ago
  10. 97b28f8 Merged revisions 74316,74335 via svnmerge from by Georg Brandl · 15 years ago
  11. 0473e56 Merged revisions 74338 via svnmerge from by Antoine Pitrou · 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. 2cfca79 stop throwing out all errors when PyObject_GetAttr fails by Benjamin Peterson · 15 years ago
  15. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 15 years ago
  16. 716c444 Issue #5761: Add the name of the underlying file to the repr() of various IO objects. by Antoine Pitrou · 15 years ago
  17. 8223c24 Merged revisions 72698-72699 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  18. c3583b2 Silence a compiler warning. by Raymond Hettinger · 15 years ago
  19. 81971ea correctly handle invalid operations on streams (like writing on a non-writable one) by Benjamin Peterson · 15 years ago
  20. e450185 Issue #5006: Better handling of unicode byte-order marks (BOM) in the io library. by Antoine Pitrou · 15 years ago
  21. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
  22. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 15 years ago
  23. d2e0c79 implement a detach() method for BufferedIOBase and TextIOBase #5883 by Benjamin Peterson · 15 years ago
  24. 1fea321 use NULL for the ends of tables by Benjamin Peterson · 15 years ago
  25. cf4c749 Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs. by Antoine Pitrou · 15 years ago
  26. 711af3a #5502: accelerate binary buffered IO (especially small operations). by Antoine Pitrou · 15 years ago
  27. dfd7344 Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. by Georg Brandl · 15 years ago
  28. 8f2b665 fix typo #5687 by Benjamin Peterson · 15 years ago
  29. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 15 years ago