summaryrefslogtreecommitdiff
path: root/Lib/test/test_fileio.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-31/+31
* Merged revisions 85982 via svnmerge fromAntoine Pitrou2010-10-311-0/+1
* Merged revisions 86000 via svnmerge fromBrian Curtin2010-10-311-1/+0
* Merged revisions 84506 via svnmerge fromAntoine Pitrou2010-09-041-0/+3
* Issue #8438: Remove reference to the missing "surrogateescape" encodingAntoine Pitrou2010-04-191-0/+20
* Use "x in y" instead of y.find(x) != -1.Ezio Melotti2010-03-171-1/+1
* Issue #7849: Now the utility ``check_warnings`` verifies if the warnings areFlorent Xicluna2010-03-071-1/+1
* Remove unused imports in test modules.Georg Brandl2010-02-071-2/+1
* - Issue #6939: Fix file I/O objects in the `io` module to keep the originalAntoine Pitrou2010-01-311-0/+11
* accept None as the same as having passed no argument in file types #7349Benjamin Peterson2009-12-131-0/+9
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-6/+6
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-31/+154
* Issue #3877: skip a test_fileio subtest on all BSDs, not only FreeBSDAntoine Pitrou2009-05-231-1/+1
* make bad file descriptor tests more robustBenjamin Peterson2009-01-191-2/+3
* raise an OSError for invalid fds #4991Benjamin Peterson2009-01-191-0/+4
* #4764 in io.open, set IOError.filename when trying to open a directory on POS...Benjamin Peterson2008-12-291-0/+1
* backport r67325: make FileIO.mode always contain 'b'Benjamin Peterson2008-11-221-2/+2
* move a FileIO test to test_fileioBenjamin Peterson2008-11-031-1/+9
* #3703 unhelpful _fileio.FileIO error message when trying to open a directoryBenjamin Peterson2008-09-011-0/+11
* #3662: Fix segfault introduced when fixing memory leaks.Neal Norwitz2008-08-241-0/+4
* backport test_fileioBenjamin Peterson2008-07-181-0/+240