summaryrefslogtreecommitdiffstats
path: root/Modules/_io/textio.c
Commit message (Expand)AuthorAgeFilesLines
* 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