1. efb00c0 Issue #14153 Create _Py_device_encoding() to prevent _io from having to import by Brett Cannon · 12 years ago
  2. 408026c Merge 3.2 by Éric Araujo · 12 years ago
  3. fab9766 Fix typo in “seperat{or,ion}” by Éric Araujo · 12 years ago
  4. bb5b92d Merge refleak fixes from 3.2 by Antoine Pitrou · 13 years ago
  5. fc1b6f0 Fix the _io module leaking references when a sub-interpreter is created. by Antoine Pitrou · 13 years ago
  6. dc3044c Issue #12760: Add a create mode to open(). Patch by David Townshend. by Charles-François Natali · 13 years ago
  7. 767046a Replace {Get,Set,Has}AttrString with *AttrId. by Martin v. Löwis · 13 years ago
  8. 59142db Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). by Ross Lagerwall · 13 years ago
  9. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  10. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  11. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  12. b57f108 Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available. by Victor Stinner · 13 years ago
  13. ea5d17d In open(), only set the buffer size from st.st_blksize when it is greater by Antoine Pitrou · 14 years ago
  14. 972ee13 Issue #5506: BytesIO objects now have a getbuffer() method exporting a by Antoine Pitrou · 14 years ago
  15. e40ee50 #9184: fix default value for "buffering" param of open(). by Georg Brandl · 14 years ago
  16. 5e8f6d1 #7417: add signature to open() docstring. by Georg Brandl · 15 years ago
  17. d5587bc Merged revisions 76896,76898 via svnmerge from by Antoine Pitrou · 15 years ago
  18. bf5ff76 Merged revisions 76805 via svnmerge from by Benjamin Peterson · 15 years ago
  19. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 15 years ago
  20. e450185 Issue #5006: Better handling of unicode byte-order marks (BOM) in the io library. by Antoine Pitrou · 15 years ago
  21. 8f2b665 fix typo #5687 by Benjamin Peterson · 15 years ago
  22. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 15 years ago[Renamed from Modules/io.c]
  23. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago