| Commit message (Expand) | Author | Age | Files | Lines |
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -29/+29 |
|
|
* | Fix ResourceWarning about unclosed file | Brian Curtin | 2010-10-30 | 1 | -1/+0 |
|
|
* | Issue #10253: FileIO leaks a file descriptor when trying to open a file | Antoine Pitrou | 2010-10-30 | 1 | -0/+1 |
|
|
* | Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid file | Antoine Pitrou | 2010-09-04 | 1 | -0/+3 |
|
|
* | Merged revisions 79024 via svnmerge from | Ezio Melotti | 2010-03-18 | 1 | -1/+1 |
|
|
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -3/+1 |
|
|
* | Only the parts which are relevant for 3.x branch. | Florent Xicluna | 2010-03-13 | 1 | -1/+1 |
|
|
* | Merged revisions 77890 via svnmerge from | Antoine Pitrou | 2010-01-31 | 1 | -0/+11 |
|
|
* | don't accept bytes in FileIO.write #7785 | Benjamin Peterson | 2010-01-27 | 1 | -1/+4 |
|
|
* | Merged revisions 76805 via svnmerge from | Benjamin Peterson | 2009-12-13 | 1 | -0/+9 |
|
|
* | Remove AtheOS support, as per PEP 11 (which claims that all code was removed ... | Antoine Pitrou | 2009-10-24 | 1 | -2/+0 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -6/+6 |
|
|
* | Issue #5761: Add the name of the underlying file to the repr() of various IO ... | Antoine Pitrou | 2009-05-23 | 1 | -3/+7 |
|
|
* | Merged revisions 72859 via svnmerge from | Antoine Pitrou | 2009-05-23 | 1 | -1/+1 |
|
|
* | http://bugs.python.org/issue5544 | Kristján Valur Jónsson | 2009-03-24 | 1 | -13/+100 |
|
|
* | The error detection code in FileIO.close() could fail to reflect the `errno` ... | Antoine Pitrou | 2009-03-13 | 1 | -0/+15 |
|
|
* | Fix failures introduced by buggy merge (1) | Antoine Pitrou | 2009-03-04 | 1 | -2/+2 |
|
|
* | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 | 1 | -19/+35 |
|
|
* | Merged revisions 68779 via svnmerge from | Benjamin Peterson | 2009-01-19 | 1 | -2/+3 |
|
|
* | Merged revisions 68755 via svnmerge from | Benjamin Peterson | 2009-01-19 | 1 | -0/+4 |
|
|
* | Merged revisions 68016 via svnmerge from | Benjamin Peterson | 2008-12-29 | 1 | -0/+1 |
|
|
* | make FileIO.mode always include 'b' | Benjamin Peterson | 2008-11-22 | 1 | -2/+2 |
|
|
* | Merged revisions 67089,67091,67101 via svnmerge from | Benjamin Peterson | 2008-11-05 | 1 | -1/+9 |
|
|
* | Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-... | Benjamin Peterson | 2008-09-02 | 1 | -0/+11 |
|
|
* | Merged revisions 66018 via svnmerge from | Neal Norwitz | 2008-08-24 | 1 | -0/+4 |
|
|
* | it seems that /dev/tty is seekable on Solaris, too | Benjamin Peterson | 2008-07-17 | 1 | -1/+2 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
|
|
* | Move UserList to collections. | Raymond Hettinger | 2008-02-12 | 1 | -1/+1 |
|
|
* | The final occurrences of exception slicing. | Georg Brandl | 2008-01-06 | 1 | -1/+1 |
|
|
* | Fix a failing test on FreeBSD: ttys are seekable in FreeBSD, too. | Hye-Shik Chang | 2007-08-13 | 1 | -2/+3 |
|
|
* | Skip testing the special file "/dev/tty" on Windows. This test does | Thomas Heller | 2007-07-12 | 1 | -16/+17 |
|
|
* | If append mode is specified seek to the end of the file. | Walter Dörwald | 2007-06-06 | 1 | -0/+18 |
|
|
* | Make test_fileio.py work. | Guido van Rossum | 2007-05-15 | 1 | -1/+1 |
|
|
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -1/+1 |
|
|
* | Merged revisions 55184-55224 via svnmerge from | Guido van Rossum | 2007-05-10 | 1 | -1/+8 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -1/+1 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -2/+2 |
|
|
* | Oops, don't test for a name attribute here. That's a higher-level feature. | Guido van Rossum | 2007-04-13 | 1 | -1/+0 |
|
|
* | Support name and mode attributes on all file types. | Guido van Rossum | 2007-04-13 | 1 | -0/+1 |
|
|
* | Fix most XXX remarks. | Guido van Rossum | 2007-04-12 | 1 | -24/+13 |
|
|
* | Test closed, mode attribute; don't test __exit__(). | Guido van Rossum | 2007-04-12 | 1 | -21/+16 |
|
|
* | Fix embarrassing syntax mix. | Guido van Rossum | 2007-03-08 | 1 | -1/+1 |
|
|
* | Check in Daniel Stutzbach's _fileio.c and test_fileio.py | Guido van Rossum | 2007-03-08 | 1 | -0/+227 |
|
|