Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
13da1a60f13e173f65bb0da5ab325641d5bb99ec
/
Lib
/
test
/
test_fileio.py
536d93d
Issue #28016: Skip /dev/tty seekable() test on AIX
by Martin Panter
· 9 years ago
3c9ce74
Issue #23908: os functions, open() and the io.FileIO constructor now reject
by Serhiy Storchaka
· 9 years ago
ea4d287
Issue #20557: Use specific asserts in io tests.
by Serhiy Storchaka
· 10 years ago
abb7e65
Backported tests from issue #20175.
by Serhiy Storchaka
· 10 years ago
76249ea
Issue #20532: Tests which use _testcapi now are marked as CPython only.
by Serhiy Storchaka
· 11 years ago
1f70221
Issue #19572: More silently skipped tests explicitly skipped.
by Zachary Ware
· 12 years ago
213fec4
Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened.
by Antoine Pitrou
· 12 years ago
aa1e1a2
Issue #17111: Prevent test_surrogates (test_fileio) failure on OS X 10.4.
by Ned Deily
· 12 years ago
74f49ab
Issue #15989: Fix several occurrences of integer overflow
by Serhiy Storchaka
· 13 years ago
78e761e
Add tests for the writelines() method of file objects.
by Antoine Pitrou
· 13 years ago
c2ec992
Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory.
by Antoine Pitrou
· 13 years ago
9bd4bf2
#10053: Don't close FDs when FileIO.__init__ fails
by Hynek Schlawack
· 13 years ago
2623a37
Merged revisions 86596 via svnmerge from
by Ezio Melotti
· 15 years ago
594a046
Merged revisions 85982 via svnmerge from
by Antoine Pitrou
· 15 years ago
f62ae82
Merged revisions 86000 via svnmerge from
by Brian Curtin
· 15 years ago
e6ebcda
Merged revisions 84506 via svnmerge from
by Antoine Pitrou
· 15 years ago
7c587bf
Issue #8438: Remove reference to the missing "surrogateescape" encoding
by Antoine Pitrou
· 15 years ago
187f93d
Use "x in y" instead of y.find(x) != -1.
by Ezio Melotti
· 15 years ago
6de9e93
Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are
by Florent Xicluna
· 15 years ago
a4f46e1
Remove unused imports in test modules.
by Georg Brandl
· 15 years ago
f3fa074
- Issue #6939: Fix file I/O objects in the `io` module to keep the original
by Antoine Pitrou
· 16 years ago
ddd392c
accept None as the same as having passed no argument in file types #7349
by Benjamin Peterson
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
1969059
Issue #6215: backport the 3.1 io lib
by Antoine Pitrou
· 16 years ago
f3bd687
Issue #3877: skip a test_fileio subtest on all BSDs, not only FreeBSD
by Antoine Pitrou
· 16 years ago
5539c78
make bad file descriptor tests more robust
by Benjamin Peterson
· 17 years ago
5848d1f
raise an OSError for invalid fds #4991
by Benjamin Peterson
· 17 years ago
7af6556
#4764 in io.open, set IOError.filename when trying to open a directory on POSIX platforms
by Benjamin Peterson
· 17 years ago
bfc5156
backport r67325: make FileIO.mode always contain 'b'
by Benjamin Peterson
· 17 years ago
81e92e5
move a FileIO test to test_fileio
by Benjamin Peterson
· 17 years ago
f22c26e
#3703 unhelpful _fileio.FileIO error message when trying to open a directory
by Benjamin Peterson
· 17 years ago
901e471
#3662: Fix segfault introduced when fixing memory leaks.
by Neal Norwitz
· 17 years ago
0e3a6cf
backport test_fileio
by Benjamin Peterson
· 17 years ago