1. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  2. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  3. b57f108 Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available. by Victor Stinner · 13 years ago
  4. ea5d17d In open(), only set the buffer size from st.st_blksize when it is greater by Antoine Pitrou · 14 years ago
  5. 972ee13 Issue #5506: BytesIO objects now have a getbuffer() method exporting a by Antoine Pitrou · 14 years ago
  6. e40ee50 #9184: fix default value for "buffering" param of open(). by Georg Brandl · 14 years ago
  7. 5e8f6d1 #7417: add signature to open() docstring. by Georg Brandl · 15 years ago
  8. d5587bc Merged revisions 76896,76898 via svnmerge from by Antoine Pitrou · 15 years ago
  9. bf5ff76 Merged revisions 76805 via svnmerge from by Benjamin Peterson · 15 years ago
  10. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 15 years ago
  11. e450185 Issue #5006: Better handling of unicode byte-order marks (BOM) in the io library. by Antoine Pitrou · 15 years ago
  12. 8f2b665 fix typo #5687 by Benjamin Peterson · 15 years ago
  13. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 15 years ago[Renamed from Modules/io.c]
  14. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago