1. f22913b cast to getter by Benjamin Peterson · 14 years ago
  2. f6f3a35 add a __dict__ descr for IOBase (closes #12878) by Benjamin Peterson · 14 years ago
  3. 988512c (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 14 years ago
  4. a80987f Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 14 years ago
  5. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
  6. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  7. e5e75c6 Merged revisions 84814 via svnmerge from by Antoine Pitrou · 15 years ago
  8. 328ec74 Issue #9854: The default read() implementation in io.RawIOBase now by Antoine Pitrou · 15 years ago
  9. 616453c More docstring updates by Amaury Forgeot d'Arc · 15 years ago
  10. 0d739d7 Issue #9293: I/O streams now raise `io.UnsupportedOperation` when an by Antoine Pitrou · 15 years ago
  11. faf9007 Merged revisions 80722 via svnmerge from by Antoine Pitrou · 15 years ago
  12. 6be8876 Merged revisions 80720 via svnmerge from by Antoine Pitrou · 15 years ago
  13. 66f9fea Merged revisions 77895-77896 via svnmerge from by Antoine Pitrou · 16 years ago
  14. 905a2ff Merged revisions 77890 via svnmerge from by Antoine Pitrou · 16 years ago
  15. 6b59f77 Merged revisions 76806,76808 via svnmerge from by Benjamin Peterson · 16 years ago
  16. 0551613 Merged revisions 76807 via svnmerge from by Benjamin Peterson · 16 years ago
  17. bf5ff76 Merged revisions 76805 via svnmerge from by Benjamin Peterson · 16 years ago
  18. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 16 years ago
  19. 1fea321 use NULL for the ends of tables by Benjamin Peterson · 16 years ago
  20. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 16 years ago[Renamed from Modules/_iobase.c]
  21. 00a9b73 Rewrite IOBase.readall to avoid costly string resizes, and plug a leak by Antoine Pitrou · 16 years ago
  22. 1fcadce Fix failures introduced by buggy merge (2) by Antoine Pitrou · 16 years ago
  23. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago