1. 5fbdfc3 bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1152) by Xiang Zhang · 7 years ago
  2. 6507657 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  3. b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  4. c9813d8 Issue #20699: Document that “io” methods should accept memoryview by Martin Panter · 8 years ago
  5. a48aa85 check the result of PyByteArray_Resize in readline() (closes #27211) by Benjamin Peterson · 8 years ago
  6. 68e85e5 #15840: make docs consistent by saying operations on closed files raise ValueError. by Andrew Kuchling · 10 years ago
  7. ce9cc49 Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, by Terry Jan Reedy · 12 years ago
  8. a998ad0 Additional fix for Issue #12268: The io module file object writelines() methods by Gregory P. Smith · 12 years ago
  9. 9971616 Fixes Issue #12268 for the io module - File readline, readlines and by Gregory P. Smith · 12 years ago
  10. ba372a5 #15796: Fix \n in readline docstring. by Ezio Melotti · 12 years ago
  11. daf17e9 Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 13 years ago
  12. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  13. 6391b34 Merged revisions 84814 via svnmerge from by Antoine Pitrou · 14 years ago
  14. f7fd8e4 Issue #7865: The close() method of :mod:`io` objects should not swallow by Antoine Pitrou · 14 years ago
  15. f3fa074 - Issue #6939: Fix file I/O objects in the `io` module to keep the original by Antoine Pitrou · 15 years ago
  16. aef1899 remove unused variable by Benjamin Peterson · 15 years ago
  17. ddd392c accept None as the same as having passed no argument in file types #7349 by Benjamin Peterson · 15 years ago
  18. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 15 years ago