| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 5682: Move _io module into its own subdirectory. | Alexandre Vassalotti | 2009-04-04 | 1 | -1034/+0 |
|
|
* | Plug another leak, and finally add a test for #1174606 (read() from /dev/zero). | Antoine Pitrou | 2009-03-29 | 1 | -0/+1 |
|
|
* | Fix leak in _fileio.c (patch by Hirokazu Yamamoto) | Antoine Pitrou | 2009-03-29 | 1 | -0/+1 |
|
|
* | Restore a conditional I removed by mistake. | Antoine Pitrou | 2009-03-29 | 1 | -1/+1 |
|
|
* | Issue #1174606: Calling read() without arguments of an unbounded file | Antoine Pitrou | 2009-03-29 | 1 | -3/+14 |
|
|
* | http://bugs.python.org/issue5544 | Kristján Valur Jónsson | 2009-03-24 | 1 | -17/+34 |
|
|
* | http://bugs.python.org/issue5544 | Kristján Valur Jónsson | 2009-03-24 | 1 | -2/+4 |
|
|
* | http://bugs.python.org/issue5544 | Kristján Valur Jónsson | 2009-03-24 | 1 | -5/+9 |
|
|
* | Issue #5016: FileIO.seekable() could return False if the file position | Antoine Pitrou | 2009-03-13 | 1 | -6/+8 |
|
|
* | The error detection code in FileIO.close() could fail to reflect the `errno` ... | Antoine Pitrou | 2009-03-13 | 1 | -3/+1 |
|
|
* | FileIO.readinto() isn't going anywhere | Benjamin Peterson | 2009-03-05 | 1 | -1/+1 |
|
|
* | Fix failures introduced by buggy merge (1) | Antoine Pitrou | 2009-03-04 | 1 | -13/+27 |
|
|
* | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 | 1 | -109/+121 |
|
|
* | Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,... | Benjamin Peterson | 2009-02-13 | 1 | -1/+1 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
|
|
* | Merged revisions 68835 via svnmerge from | Antoine Pitrou | 2009-01-21 | 1 | -0/+13 |
|
|
* | Fix typo | Antoine Pitrou | 2009-01-20 | 1 | -1/+1 |
|
|
* | fix compiler warning | Benjamin Peterson | 2009-01-19 | 1 | -1/+1 |
|
|
* | Merged revisions 68755 via svnmerge from | Benjamin Peterson | 2009-01-19 | 1 | -0/+20 |
|
|
* | Merged revisions 68134 via svnmerge from | Hirokazu Yamamoto | 2009-01-01 | 1 | -3/+4 |
|
|
* | Merged revisions 68016 via svnmerge from | Benjamin Peterson | 2008-12-29 | 1 | -4/+4 |
|
|
* | Fix an issue in the tokenizer, where a file is opened by fd, but the underlyi... | Kristján Valur Jónsson | 2008-12-18 | 1 | -14/+16 |
|
|
* | Fixed issue #4533: File read operation was dreadfully slow | Christian Heimes | 2008-12-05 | 1 | -4/+27 |
|
|
* | make FileIO.mode always include 'b' | Benjamin Peterson | 2008-11-22 | 1 | -3/+5 |
|
|
* | Fixed issue #4233. | Christian Heimes | 2008-11-05 | 1 | -4/+9 |
|
|
* | Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv... | Benjamin Peterson | 2008-11-03 | 1 | -1/+1 |
|
|
* | Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient ... | Christian Heimes | 2008-10-30 | 1 | -2/+4 |
|
|
* | Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-... | Benjamin Peterson | 2008-09-02 | 1 | -1/+3 |
|
|
* | Merged revisions 66018 via svnmerge from | Neal Norwitz | 2008-08-24 | 1 | -1/+1 |
|
|
* | Merged revisions 66006 via svnmerge from | Neal Norwitz | 2008-08-24 | 1 | -0/+1 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 1 | -6/+9 |
|
|
* | Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,... | Georg Brandl | 2008-07-16 | 1 | -1/+0 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -5/+17 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -9/+9 |
|
|
* | Added fast alternate io.BytesIO implementation and its test suite. | Alexandre Vassalotti | 2008-05-06 | 1 | -48/+16 |
|
|
* | Merged revisions 61520,61523-61528,61532 via svnmerge from | Christian Heimes | 2008-03-18 | 1 | -8/+0 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -8/+8 |
|
|
* | Issue1395: Universal mode used to duplicate newlines when using read(1). | Amaury Forgeot d'Arc | 2007-11-19 | 1 | -1/+1 |
|
|
* | Fixed bug #1081: file.seek allows float arguments | Christian Heimes | 2007-11-08 | 1 | -0/+4 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -9/+9 |
|
|
* | Fixed bug in _fileio.c and test_pep277. On Windows IOError.filename was not s... | Christian Heimes | 2007-10-31 | 1 | -0/+4 |
|
|
* | Patch 1329 (partial) by Christian Heimes. | Guido van Rossum | 2007-10-30 | 1 | -9/+27 |
|
|
* | Patch 1330 by Christian Heimes (with some TLC applied by myself). | Guido van Rossum | 2007-10-26 | 1 | -3/+22 |
|
|
* | Remove a bogus comment based on the code above. | Neal Norwitz | 2007-08-16 | 1 | -2/+0 |
|
|
* | Cleanup a little. | Neal Norwitz | 2007-08-12 | 1 | -31/+34 |
|
|
* | Py_ssize_t requires "n" format, this fixes most of the 64-bit only failures. | Neal Norwitz | 2007-08-08 | 1 | -1/+1 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -3/+2 |
|
|
* | Second part of sf# 1752225: On windows, emulate ftruncate with Win32 | Thomas Heller | 2007-07-12 | 1 | -4/+37 |
|
|
* | First part of sf# 1752225: Support for wide filenames on Windows. | Thomas Heller | 2007-07-12 | 1 | -9/+12 |
|
|