1. 712cb73 Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown. by Antoine Pitrou · 11 years ago
  2. 3f36a57 Issue #19515: Remove identifiers duplicated in the same file. by Victor Stinner · 11 years ago
  3. aa5bbfa Issue #19437: Fix _io._IOBase.close(), handle _PyObject_SetAttrId() failure by Victor Stinner · 11 years ago
  4. cc024d1 Issue #18408: Fix iobase_readline(), handle PyByteArray_Resize() failure by Victor Stinner · 11 years ago
  5. 72f455e Fix use of uninitialized scalar variable, see 3f994367a979 CID 1058763 by Christian Heimes · 11 years ago
  6. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  7. 09b7503 Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4 by Terry Jan Reedy · 12 years ago
  8. 0158af3 Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, by Terry Jan Reedy · 12 years ago
  9. 99ec7f6 Additional fix for issue #12268: The io module file object write methods no by Gregory P. Smith · 12 years ago
  10. 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
  11. 6d10b4d #15796: merge with 3.2. by Ezio Melotti · 12 years ago
  12. 16d2b47 #15796: Fix \n in readline docstring. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  13. 990a5fe Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 12 years ago
  14. 5135992 Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 12 years ago
  15. 23d7f12 use new generic __dict__ descriptor implementations by Benjamin Peterson · 13 years ago
  16. 767046a Replace {Get,Set,Has}AttrString with *AttrId. by Martin v. Löwis · 13 years ago
  17. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  18. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  19. f22913b cast to getter by Benjamin Peterson · 13 years ago
  20. f6f3a35 add a __dict__ descr for IOBase (closes #12878) by Benjamin Peterson · 13 years ago
  21. 988512c (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 13 years ago
  22. a80987f Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 13 years ago
  23. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
  24. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  25. e5e75c6 Merged revisions 84814 via svnmerge from by Antoine Pitrou · 14 years ago
  26. 328ec74 Issue #9854: The default read() implementation in io.RawIOBase now by Antoine Pitrou · 14 years ago
  27. 616453c More docstring updates by Amaury Forgeot d'Arc · 14 years ago
  28. 0d739d7 Issue #9293: I/O streams now raise `io.UnsupportedOperation` when an by Antoine Pitrou · 14 years ago
  29. faf9007 Merged revisions 80722 via svnmerge from by Antoine Pitrou · 14 years ago
  30. 6be8876 Merged revisions 80720 via svnmerge from by Antoine Pitrou · 14 years ago
  31. 66f9fea Merged revisions 77895-77896 via svnmerge from by Antoine Pitrou · 15 years ago
  32. 905a2ff Merged revisions 77890 via svnmerge from by Antoine Pitrou · 15 years ago
  33. 6b59f77 Merged revisions 76806,76808 via svnmerge from by Benjamin Peterson · 15 years ago
  34. 0551613 Merged revisions 76807 via svnmerge from by Benjamin Peterson · 15 years ago
  35. bf5ff76 Merged revisions 76805 via svnmerge from by Benjamin Peterson · 15 years ago
  36. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 15 years ago
  37. 1fea321 use NULL for the ends of tables by Benjamin Peterson · 16 years ago
  38. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 16 years ago[Renamed from Modules/_iobase.c]
  39. 00a9b73 Rewrite IOBase.readall to avoid costly string resizes, and plug a leak by Antoine Pitrou · 16 years ago
  40. 1fcadce Fix failures introduced by buggy merge (2) by Antoine Pitrou · 16 years ago
  41. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago