| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. | Antoine Pitrou | 2012-07-29 | 1 | -0/+14 |
|
|
* | Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is | Antoine Pitrou | 2011-11-21 | 1 | -32/+46 |
|
|
* | Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle | Charles-François Natali | 2011-10-06 | 1 | -0/+5 |
|
|
* | Issue #12213: Fix a buffering bug with interleaved reads and writes that | Antoine Pitrou | 2011-08-20 | 1 | -59/+58 |
|
|
* | Issue #12062: In the `io` module, fix a flushing bug when doing a certain | Antoine Pitrou | 2011-05-12 | 1 | -1/+1 |
|
|
* | Merged revisions 88610 via svnmerge from | Antoine Pitrou | 2011-02-25 | 1 | -2/+49 |
|
|
* | Merged revisions 87427 via svnmerge from | Antoine Pitrou | 2010-12-21 | 1 | -3/+3 |
|
|
* | Merged revisions 86981,86984 via svnmerge from | Antoine Pitrou | 2010-12-03 | 1 | -19/+57 |
|
|
* | Merged revisions 84239 via svnmerge from | Antoine Pitrou | 2010-08-21 | 1 | -0/+10 |
|
|
* | Merged revisions 83944 via svnmerge from | Antoine Pitrou | 2010-08-11 | 1 | -1/+4 |
|
|
* | Merged revisions 83411 via svnmerge from | Antoine Pitrou | 2010-08-01 | 1 | -0/+2 |
|
|
* | Issue #7865: The close() method of :mod:`io` objects should not swallow | Antoine Pitrou | 2010-05-03 | 1 | -5/+1 |
|
|
* | accept None as the same as having passed no argument in file types #7349 | Benjamin Peterson | 2009-12-13 | 1 | -16/+2 |
|
|
* | Issue #7228: Fix format mismatch when printing something of type off_t. | Mark Dickinson | 2009-11-24 | 1 | -2/+4 |
|
|
* | Buffered I/O: optimize lock taking in the common non-contended case. | Antoine Pitrou | 2009-11-01 | 1 | -3/+5 |
|
|
* | Roll back ill-considered attempts to fix printf specifier mismatch for off_t. | Mark Dickinson | 2009-10-29 | 1 | -4/+2 |
|
|
* | Silence gcc warnings when trying to print an off_t using "lld", on platforms | Mark Dickinson | 2009-10-27 | 1 | -2/+2 |
|
|
* | Use correct conversion specifier and length modifier when printing an | Mark Dickinson | 2009-10-26 | 1 | -2/+4 |
|
|
* | Fix compilation warning on Windows, where size_t is 32bit but file offsets ar... | Amaury Forgeot d'Arc | 2009-10-05 | 1 | -6/+7 |
|
|
* | Issue #6629: Fix a data corruption issue in the new `io` package, which could | Antoine Pitrou | 2009-08-06 | 1 | -0/+13 |
|
|
* | Issue #6215: backport the 3.1 io lib | Antoine Pitrou | 2009-06-12 | 1 | -0/+2289 |
|
|