summaryrefslogtreecommitdiffstats
path: root/Modules/_io/iobase.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #7865: The close() method of :mod:`io` objects should not swallowAntoine Pitrou2010-05-031-5/+1
* - Issue #6939: Fix file I/O objects in the `io` module to keep the originalAntoine Pitrou2010-01-311-2/+2
* remove unused variableBenjamin Peterson2009-12-131-1/+1
* accept None as the same as having passed no argument in file types #7349Benjamin Peterson2009-12-131-7/+2
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-0/+894