summaryrefslogtreecommitdiffstats
path: root/Modules/_io/textio.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace"Serhiy Storchaka2013-08-201-1/+1
* Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlyingSerhiy Storchaka2013-02-031-19/+44
* Additional fix for Issue #12268: The io module file object writelines() methodsGregory P. Smith2013-02-011-2/+5
* call close on the underlying stream even if flush raises (#16597)Benjamin Peterson2012-12-201-4/+16
* Fixes Issue #12268 for the io module - File readline, readlines andGregory P. Smith2012-10-121-2/+14
* Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...Antoine Pitrou2012-08-151-1/+4
* Make TextIOWrapper's documentation clearer by copying the newline argument's ...Antoine Pitrou2012-08-031-9/+16
* Fix typo “seperator”Éric Araujo2012-02-261-1/+1
* Issue #7865: The close() method of :mod:`io` objects should not swallowAntoine Pitrou2010-05-031-7/+21
* - Issue #6939: Fix file I/O objects in the `io` module to keep the originalAntoine Pitrou2010-01-311-9/+1
* accept None as the same as having passed no argument in file types #7349Benjamin Peterson2009-12-131-1/+1
* Issue #6236, #6348: Fix various failures in the io module under AIXAntoine Pitrou2009-09-211-3/+3
* #6750: TextIOWrapped could duplicate output when several threads write to it.Amaury Forgeot d'Arc2009-08-291-4/+9
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-0/+2606