summaryrefslogtreecommitdiffstats
path: root/Modules/_io
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation warning on Windows, where size_t is 32bit but file offsets ar...Amaury Forgeot d'Arc2009-10-051-6/+7
* Issue #6236, #6348: Fix various failures in the io module under AIXAntoine Pitrou2009-09-212-7/+7
* #6750: TextIOWrapped could duplicate output when several threads write to it.Amaury Forgeot d'Arc2009-08-291-4/+9
* Issue #6629: Fix a data corruption issue in the new `io` package, which couldAntoine Pitrou2009-08-061-0/+13
* Issue #4856: Remove checks for win NT.Hirokazu Yamamoto2009-06-281-5/+2
* backport r73430Benjamin Peterson2009-06-141-9/+0
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-128-0/+9244