- 808cec5 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 14 years ago
- eaf312a Issue #12434: make StringIO.write error message consistent with Python 2.7 nomenclature by Eli Bendersky · 14 years ago
- 59729ff Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and by Victor Stinner · 14 years ago
- daf17e9 Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 14 years ago
- 5100a40 Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 14 years ago
- ee46a7b Issue #12062: In the `io` module, fix a flushing bug when doing a certain by Antoine Pitrou · 14 years ago
- c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- 6439c00 Merged revisions 88610 via svnmerge from by Antoine Pitrou · 14 years ago
- fc9ead6 Merged revisions 87427 via svnmerge from by Antoine Pitrou · 15 years ago
- 4cb64ad Merged revisions 86981,86984 via svnmerge from by Antoine Pitrou · 15 years ago
- 1060380 Merged revisions 85768-85771,85773,85777,85823,85825 via svnmerge from by Georg Brandl · 15 years ago
- 4fec9ce Merged revisions 86587 via svnmerge from by Benjamin Peterson · 15 years ago
- 594a046 Merged revisions 85982 via svnmerge from by Antoine Pitrou · 15 years ago
- 78de9cc Merged revisions 85864 via svnmerge from by Antoine Pitrou · 15 years ago
- 6391b34 Merged revisions 84814 via svnmerge from by Antoine Pitrou · 15 years ago
- 5cd2d8c Merged revisions 84438 via svnmerge from by Antoine Pitrou · 15 years ago
- 3ebaed6 Merged revisions 84239 via svnmerge from by Antoine Pitrou · 15 years ago
- cb4f47c Merged revisions 83944 via svnmerge from by Antoine Pitrou · 15 years ago
- 607951d Merged revisions 83411 via svnmerge from by Antoine Pitrou · 15 years ago
- b26dc46 Untabify Modules/_io/fileio.c by Antoine Pitrou · 15 years ago
- f7fd8e4 Issue #7865: The close() method of :mod:`io` objects should not swallow by Antoine Pitrou · 15 years ago
- 7c587bf Issue #8438: Remove reference to the missing "surrogateescape" encoding by Antoine Pitrou · 15 years ago
- bba8f2d Revert temporary commit in r79937 by Antoine Pitrou · 15 years ago
- 16e026c Temporary commit of fix to issue #5380 (in order to watch buildbot response) by Antoine Pitrou · 15 years ago
- 4b81bc7 #7706: add include guards where they're missing; required for Windows CE by Andrew M. Kuchling · 15 years ago
- f3fa074 - Issue #6939: Fix file I/O objects in the `io` module to keep the original by Antoine Pitrou · 16 years ago
- e812d29 Issue #7545: improve documentation of the `buffering` argument in io.open(). by Antoine Pitrou · 16 years ago
- aef1899 remove unused variable by Benjamin Peterson · 16 years ago
- ddd392c accept None as the same as having passed no argument in file types #7349 by Benjamin Peterson · 16 years ago
- 889d9645 Issue #7228: Fix format mismatch when printing something of type off_t. by Mark Dickinson · 16 years ago
- e50efaa Buffered I/O: optimize lock taking in the common non-contended case. by Antoine Pitrou · 16 years ago
- 3ddb527 Roll back ill-considered attempts to fix printf specifier mismatch for off_t. by Mark Dickinson · 16 years ago
- e848693 Fix format specifier for MSVC by Mark Dickinson · 16 years ago
- 791181b Replace long long with PY_LONG_LONG by Mark Dickinson · 16 years ago
- bf1039d Silence gcc warnings when trying to print an off_t using "lld", on platforms by Mark Dickinson · 16 years ago
- e052b64 Use correct conversion specifier and length modifier when printing an by Mark Dickinson · 16 years ago
- 5e9f667 Fix compilation error in debug mode. by Antoine Pitrou · 16 years ago
- f7820c1 Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept arbitrary keywords by Antoine Pitrou · 16 years ago
- fa94e80 Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable. by Antoine Pitrou · 16 years ago
- f98a267 Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringIO and io.BytesIO by Antoine Pitrou · 16 years ago
- 3de4647 Fix compilation warning on Windows, where size_t is 32bit but file offsets are 64bit. by Amaury Forgeot d'Arc · 16 years ago
- 2a46658 Issue #6236, #6348: Fix various failures in the io module under AIX by Antoine Pitrou · 16 years ago
- fff896b #6750: TextIOWrapped could duplicate output when several threads write to it. by Amaury Forgeot d'Arc · 16 years ago
- 20e1f93 Issue #6629: Fix a data corruption issue in the new `io` package, which could by Antoine Pitrou · 16 years ago
- a3c5609 Issue #4856: Remove checks for win NT. by Hirokazu Yamamoto · 16 years ago
- 9f7baec backport r73430 by Benjamin Peterson · 16 years ago
- 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 16 years ago