1. 7120219 _pyio: Fix TextIOWrapper constructor: os has no device_encoding() function by Victor Stinner · 15 years ago
  2. f7fd8e4 Issue #7865: The close() method of :mod:`io` objects should not swallow by Antoine Pitrou · 15 years ago
  3. ae9f8bd correct signature by Benjamin Peterson · 15 years ago
  4. 2773725 condense import by Benjamin Peterson · 15 years ago
  5. fed4abc fold __future__ imports by Benjamin Peterson · 15 years ago
  6. 5e9cc5e fix comment by Benjamin Peterson · 15 years ago
  7. a9bd6d5 reject None as the buffering argument like the C implementation does #8546 by Benjamin Peterson · 15 years ago
  8. 1f3b4e1 Fix some py3k warnings in the standard library. by Florent Xicluna · 15 years ago
  9. f3fa074 - Issue #6939: Fix file I/O objects in the `io` module to keep the original by Antoine Pitrou · 15 years ago
  10. 98a24de Remove superfetatory paragraph (left there by mistake). by Antoine Pitrou · 15 years ago
  11. e812d29 Issue #7545: improve documentation of the `buffering` argument in io.open(). by Antoine Pitrou · 15 years ago
  12. fa94e80 Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable. by Antoine Pitrou · 15 years ago
  13. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 15 years ago