1. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  2. c249221 Issue #20699: Merge io bytes-like fixes from 3.5 by Martin Panter · 8 years ago
  3. 6bb91f3 Issue #20699: Document that “io” methods accept bytes-like objects by Martin Panter · 8 years ago
  4. 047f3b7 Issue #22854: Merge UnsupportedOperation fixes from 3.5 by Martin Panter · 8 years ago
  5. 754aab2 Issue #22854: Clarify documentation about UnsupportedOperation and add tests by Martin Panter · 8 years ago
  6. 928bff0 cleanup iobase.c by Victor Stinner · 9 years ago
  7. 45d6156 Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Rupprecht. by Antoine Pitrou · 9 years ago
  8. f24131f Issue #20175: Converted the _io module to Argument Clinic. by Serhiy Storchaka · 9 years ago
  9. 7646620 #15840: make docs consistent by saying operations on closed files raise ValueError. by Andrew Kuchling · 10 years ago
  10. 712cb73 Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown. by Antoine Pitrou · 11 years ago
  11. 3f36a57 Issue #19515: Remove identifiers duplicated in the same file. by Victor Stinner · 11 years ago
  12. aa5bbfa Issue #19437: Fix _io._IOBase.close(), handle _PyObject_SetAttrId() failure by Victor Stinner · 11 years ago
  13. cc024d1 Issue #18408: Fix iobase_readline(), handle PyByteArray_Resize() failure by Victor Stinner · 11 years ago
  14. 72f455e Fix use of uninitialized scalar variable, see 3f994367a979 CID 1058763 by Christian Heimes · 11 years ago
  15. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  16. 09b7503 Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4 by Terry Jan Reedy · 12 years ago
  17. 0158af3 Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, by Terry Jan Reedy · 12 years ago
  18. 99ec7f6 Additional fix for issue #12268: The io module file object write methods no by Gregory P. Smith · 12 years ago
  19. b9817b0 Additional fix for Issue #12268: The io module file object writelines() methods no longer abort early when one of its write system calls is interrupted (EINTR). by Gregory P. Smith · 12 years ago
  20. 6d10b4d #15796: merge with 3.2. by Ezio Melotti · 12 years ago
  21. 16d2b47 #15796: Fix \n in readline docstring. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  22. 990a5fe Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 12 years ago
  23. 5135992 Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 12 years ago
  24. 23d7f12 use new generic __dict__ descriptor implementations by Benjamin Peterson · 13 years ago
  25. 767046a Replace {Get,Set,Has}AttrString with *AttrId. by Martin v. Löwis · 13 years ago
  26. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  27. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  28. f22913b cast to getter by Benjamin Peterson · 13 years ago
  29. f6f3a35 add a __dict__ descr for IOBase (closes #12878) by Benjamin Peterson · 13 years ago
  30. 988512c (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 13 years ago
  31. a80987f Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 13 years ago
  32. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
  33. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  34. e5e75c6 Merged revisions 84814 via svnmerge from by Antoine Pitrou · 14 years ago
  35. 328ec74 Issue #9854: The default read() implementation in io.RawIOBase now by Antoine Pitrou · 14 years ago
  36. 616453c More docstring updates by Amaury Forgeot d'Arc · 14 years ago
  37. 0d739d7 Issue #9293: I/O streams now raise `io.UnsupportedOperation` when an by Antoine Pitrou · 14 years ago
  38. faf9007 Merged revisions 80722 via svnmerge from by Antoine Pitrou · 14 years ago
  39. 6be8876 Merged revisions 80720 via svnmerge from by Antoine Pitrou · 14 years ago
  40. 66f9fea Merged revisions 77895-77896 via svnmerge from by Antoine Pitrou · 15 years ago
  41. 905a2ff Merged revisions 77890 via svnmerge from by Antoine Pitrou · 15 years ago
  42. 6b59f77 Merged revisions 76806,76808 via svnmerge from by Benjamin Peterson · 15 years ago
  43. 0551613 Merged revisions 76807 via svnmerge from by Benjamin Peterson · 15 years ago
  44. bf5ff76 Merged revisions 76805 via svnmerge from by Benjamin Peterson · 15 years ago
  45. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 15 years ago
  46. 1fea321 use NULL for the ends of tables by Benjamin Peterson · 15 years ago
  47. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 15 years ago[Renamed from Modules/_iobase.c]
  48. 00a9b73 Rewrite IOBase.readall to avoid costly string resizes, and plug a leak by Antoine Pitrou · 16 years ago
  49. 1fcadce Fix failures introduced by buggy merge (2) by Antoine Pitrou · 16 years ago
  50. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago