1. fd4722c Issue #9548: Add a minimal "_bootlocale" module that is imported by the _io module instead of the full locale module. by Antoine Pitrou · 11 years ago
  2. 932ff83 Issue #18608: Avoid keeping a strong reference to the locale module inside the _io module. by Antoine Pitrou · 11 years ago
  3. c7b6c50 Describe 'surrogateescape' in the documentation. by Andrew Kuchling · 11 years ago
  4. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  5. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  6. 6d10b4d #15796: merge with 3.2. by Ezio Melotti · 12 years ago
  7. 16d2b47 #15796: Fix \n in readline docstring. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  8. 89ff3c7 Fixed out-of-bounce write to rawmode buffer. The fixed size buffer wasn't enlarged for the new 'x' flag. The buffer may contain the 5 flags xrwa+ and the \0 byte by Christian Heimes · 12 years ago
  9. d1f9352 (Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n' by Victor Stinner · 12 years ago
  10. 401e17d open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't by Victor Stinner · 12 years ago
  11. f86a5e8 Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore by Victor Stinner · 12 years ago
  12. efb00c0 Issue #14153 Create _Py_device_encoding() to prevent _io from having to import by Brett Cannon · 12 years ago
  13. 408026c Merge 3.2 by Éric Araujo · 12 years ago
  14. fab9766 Fix typo in “seperat{or,ion}” by Éric Araujo · 12 years ago
  15. bb5b92d Merge refleak fixes from 3.2 by Antoine Pitrou · 13 years ago
  16. fc1b6f0 Fix the _io module leaking references when a sub-interpreter is created. by Antoine Pitrou · 13 years ago
  17. dc3044c Issue #12760: Add a create mode to open(). Patch by David Townshend. by Charles-François Natali · 13 years ago
  18. 767046a Replace {Get,Set,Has}AttrString with *AttrId. by Martin v. Löwis · 13 years ago
  19. 59142db Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). by Ross Lagerwall · 13 years ago
  20. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  21. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  22. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  23. b57f108 Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available. by Victor Stinner · 13 years ago
  24. ea5d17d In open(), only set the buffer size from st.st_blksize when it is greater by Antoine Pitrou · 14 years ago
  25. 972ee13 Issue #5506: BytesIO objects now have a getbuffer() method exporting a by Antoine Pitrou · 14 years ago
  26. e40ee50 #9184: fix default value for "buffering" param of open(). by Georg Brandl · 14 years ago
  27. 5e8f6d1 #7417: add signature to open() docstring. by Georg Brandl · 15 years ago
  28. d5587bc Merged revisions 76896,76898 via svnmerge from by Antoine Pitrou · 15 years ago
  29. bf5ff76 Merged revisions 76805 via svnmerge from by Benjamin Peterson · 15 years ago
  30. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 15 years ago
  31. e450185 Issue #5006: Better handling of unicode byte-order marks (BOM) in the io library. by Antoine Pitrou · 15 years ago
  32. 8f2b665 fix typo #5687 by Benjamin Peterson · 15 years ago
  33. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 15 years ago[Renamed from Modules/io.c]
  34. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago