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
*
Issue #20557: Use specific asserts in io tests.
Serhiy Storchaka
2015-08-02
1
-3/+3
*
Backported tests from issue #20175.
Serhiy Storchaka
2015-04-16
1
-3/+12
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-2/+5
*
Issue #19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-10
1
-21/+21
*
Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...
Antoine Pitrou
2013-09-04
1
-1/+16
*
Issue #17111: Prevent test_surrogates (test_fileio) failure on OS X 10.4.
Ned Deily
2013-02-12
1
-2/+3
*
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-0/+4
*
Add tests for the writelines() method of file objects.
Antoine Pitrou
2012-10-16
1
-0/+21
*
Issue #15247: FileIO now raises an error when given a file descriptor pointin...
Antoine Pitrou
2012-07-06
1
-0/+8
*
#10053: Don't close FDs when FileIO.__init__ fails
Hynek Schlawack
2012-06-21
1
-0/+11
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-31/+31
*
Merged revisions 85982 via svnmerge from
Antoine Pitrou
2010-10-31
1
-0/+1
*
Merged revisions 86000 via svnmerge from
Brian Curtin
2010-10-31
1
-1/+0
*
Merged revisions 84506 via svnmerge from
Antoine Pitrou
2010-09-04
1
-0/+3
*
Issue #8438: Remove reference to the missing "surrogateescape" encoding
Antoine Pitrou
2010-04-19
1
-0/+20
*
Use "x in y" instead of y.find(x) != -1.
Ezio Melotti
2010-03-17
1
-1/+1
*
Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are
Florent Xicluna
2010-03-07
1
-1/+1
*
Remove unused imports in test modules.
Georg Brandl
2010-02-07
1
-2/+1
*
- Issue #6939: Fix file I/O objects in the `io` module to keep the original
Antoine Pitrou
2010-01-31
1
-0/+11
*
accept None as the same as having passed no argument in file types #7349
Benjamin Peterson
2009-12-13
1
-0/+9
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-6/+6
*
Issue #6215: backport the 3.1 io lib
Antoine Pitrou
2009-06-12
1
-31/+154
*
Issue #3877: skip a test_fileio subtest on all BSDs, not only FreeBSD
Antoine Pitrou
2009-05-23
1
-1/+1
*
make bad file descriptor tests more robust
Benjamin Peterson
2009-01-19
1
-2/+3
*
raise an OSError for invalid fds #4991
Benjamin Peterson
2009-01-19
1
-0/+4
*
#4764 in io.open, set IOError.filename when trying to open a directory on POS...
Benjamin Peterson
2008-12-29
1
-0/+1
*
backport r67325: make FileIO.mode always contain 'b'
Benjamin Peterson
2008-11-22
1
-2/+2
*
move a FileIO test to test_fileio
Benjamin Peterson
2008-11-03
1
-1/+9
*
#3703 unhelpful _fileio.FileIO error message when trying to open a directory
Benjamin Peterson
2008-09-01
1
-0/+11
*
#3662: Fix segfault introduced when fixing memory leaks.
Neal Norwitz
2008-08-24
1
-0/+4
*
backport test_fileio
Benjamin Peterson
2008-07-18
1
-0/+240