summaryrefslogtreecommitdiffstats
path: root/Modules/_io/iobase.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,Terry Jan Reedy2013-03-111-1/+1
* Additional fix for Issue #12268: The io module file object writelines() methodsGregory P. Smith2013-02-011-1/+4
* Fixes Issue #12268 for the io module - File readline, readlines andGregory P. Smith2012-10-121-2/+19
* #15796: Fix \n in readline docstring.Ezio Melotti2012-09-181-1/+1
* 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