Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
test
/
test_fileio.py
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
· 15 years ago
ddd392c
accept None as the same as having passed no argument in file types #7349
by Benjamin Peterson
· 15 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
· 16 years ago
5848d1f
raise an OSError for invalid fds #4991
by Benjamin Peterson
· 16 years ago
7af6556
#4764 in io.open, set IOError.filename when trying to open a directory on POSIX platforms
by Benjamin Peterson
· 16 years ago
bfc5156
backport r67325: make FileIO.mode always contain 'b'
by Benjamin Peterson
· 16 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