summaryrefslogtreecommitdiffstats
path: root/Lib/_pyio.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some py3k warnings in the standard library.Florent Xicluna2010-03-071-4/+13
* - Issue #6939: Fix file I/O objects in the `io` module to keep the originalAntoine Pitrou2010-01-311-5/+3
* Remove superfetatory paragraph (left there by mistake).Antoine Pitrou2009-12-191-5/+0
* Issue #7545: improve documentation of the `buffering` argument in io.open().Antoine Pitrou2009-12-191-0/+15
* Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.String...Antoine Pitrou2009-10-241-0/+5
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-0/+1962