summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_fileio.py
Commit message (Expand)AuthorAgeFilesLines
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Move UserList to collections.Raymond Hettinger2008-02-121-1/+1
* The final occurrences of exception slicing.Georg Brandl2008-01-061-1/+1
* Fix a failing test on FreeBSD: ttys are seekable in FreeBSD, too.Hye-Shik Chang2007-08-131-2/+3
* Skip testing the special file "/dev/tty" on Windows. This test doesThomas Heller2007-07-121-16/+17
* If append mode is specified seek to the end of the file.Walter Dörwald2007-06-061-0/+18
* Make test_fileio.py work.Guido van Rossum2007-05-151-1/+1
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-1/+1
* Merged revisions 55184-55224 via svnmerge fromGuido van Rossum2007-05-101-1/+8
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-2/+2
* Oops, don't test for a name attribute here. That's a higher-level feature.Guido van Rossum2007-04-131-1/+0
* Support name and mode attributes on all file types.Guido van Rossum2007-04-131-0/+1
* Fix most XXX remarks.Guido van Rossum2007-04-121-24/+13
* Test closed, mode attribute; don't test __exit__().Guido van Rossum2007-04-121-21/+16
* Fix embarrassing syntax mix.Guido van Rossum2007-03-081-1/+1
* Check in Daniel Stutzbach's _fileio.c and test_fileio.pyGuido van Rossum2007-03-081-0/+227