index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_fileio.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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