summaryrefslogtreecommitdiffstats
path: root/Modules/_io/iobase.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #12175: RawIOBase.readall() now returns None if read() returns None.Victor Stinner2011-05-251-0/+8
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* Merged revisions 84814 via svnmerge fromAntoine Pitrou2010-09-141-2/+2
* 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