summaryrefslogtreecommitdiff
path: root/Lib/_pyio.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 88610 via svnmerge fromAntoine Pitrou2011-02-251-4/+27
* Merged revisions 87427 via svnmerge fromAntoine Pitrou2010-12-211-6/+14
* Merged revisions 84814 via svnmerge fromAntoine Pitrou2010-09-141-1/+3
* _pyio: Fix TextIOWrapper constructor: os has no device_encoding() functionVictor Stinner2010-05-041-11/+6
* Issue #7865: The close() method of :mod:`io` objects should not swallowAntoine Pitrou2010-05-031-14/+8
* correct signatureBenjamin Peterson2010-04-271-1/+1
* condense importBenjamin Peterson2010-04-271-2/+1
* fold __future__ importsBenjamin Peterson2010-04-271-2/+1
* fix commentBenjamin Peterson2010-04-271-1/+1
* reject None as the buffering argument like the C implementation does #8546Benjamin Peterson2010-04-271-4/+2
* 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