Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | accept None as the same as having passed no argument in file types #7349 | Benjamin Peterson | 2009-12-13 | 1 | -0/+9 |
| | | | | | | | This is for consistency with imitation file objects like StringIO and BytesIO. This commit also adds a few tests, where they were lacking for concerned methods. | ||||
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -6/+6 |
| | |||||
* | Issue #6215: backport the 3.1 io lib | Antoine Pitrou | 2009-06-12 | 1 | -31/+154 |
| | |||||
* | Issue #3877: skip a test_fileio subtest on all BSDs, not only FreeBSD | Antoine Pitrou | 2009-05-23 | 1 | -1/+1 |
| | |||||
* | make bad file descriptor tests more robust | Benjamin Peterson | 2009-01-19 | 1 | -2/+3 |
| | |||||
* | raise an OSError for invalid fds #4991 | Benjamin Peterson | 2009-01-19 | 1 | -0/+4 |
| | |||||
* | #4764 in io.open, set IOError.filename when trying to open a directory on ↵ | Benjamin Peterson | 2008-12-29 | 1 | -0/+1 |
| | | | | POSIX platforms | ||||
* | backport r67325: make FileIO.mode always contain 'b' | Benjamin Peterson | 2008-11-22 | 1 | -2/+2 |
| | |||||
* | move a FileIO test to test_fileio | Benjamin Peterson | 2008-11-03 | 1 | -1/+9 |
| | |||||
* | #3703 unhelpful _fileio.FileIO error message when trying to open a directory | Benjamin Peterson | 2008-09-01 | 1 | -0/+11 |
| | | | | Reviewer: Gregory P. Smith | ||||
* | #3662: Fix segfault introduced when fixing memory leaks. | Neal Norwitz | 2008-08-24 | 1 | -0/+4 |
| | | | | | TESTED=./python -E -tt ./Lib/test/regrtest.py test_fileio R (approach from bug)=Amaury and Benjamin | ||||
* | backport test_fileio | Benjamin Peterson | 2008-07-18 | 1 | -0/+240 |