summaryrefslogtreecommitdiffstats
path: root/Modules/_io/bufferedio.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #7865: The close() method of :mod:`io` objects should not swallowAntoine Pitrou2010-05-031-5/+1
* accept None as the same as having passed no argument in file types #7349Benjamin Peterson2009-12-131-16/+2
* Issue #7228: Fix format mismatch when printing something of type off_t.Mark Dickinson2009-11-241-2/+4
* Buffered I/O: optimize lock taking in the common non-contended case.Antoine Pitrou2009-11-011-3/+5
* Roll back ill-considered attempts to fix printf specifier mismatch for off_t.Mark Dickinson2009-10-291-4/+2
* Silence gcc warnings when trying to print an off_t using "lld", on platformsMark Dickinson2009-10-271-2/+2
* Use correct conversion specifier and length modifier when printing anMark Dickinson2009-10-261-2/+4
* Fix compilation warning on Windows, where size_t is 32bit but file offsets ar...Amaury Forgeot d'Arc2009-10-051-6/+7
* Issue #6629: Fix a data corruption issue in the new `io` package, which couldAntoine Pitrou2009-08-061-0/+13
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-0/+2289