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
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-0/+23
*
bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514)
Serhiy Storchaka
2017-03-19
1
-1/+7
*
Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun)
Steve Dower
2017-02-04
1
-1/+19
*
Issue #28016: Skip /dev/tty seekable() test on AIX
Martin Panter
2016-11-14
1
-1/+1
*
Issue #20557: Use specific asserts in io tests.
Serhiy Storchaka
2015-08-02
1
-3/+3
|
\
|
*
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 #20175: Converted the _io module to Argument Clinic.
Serhiy Storchaka
2015-04-16
1
-5/+11
*
|
Issue #21859: Added Python implementation of io.FileIO.
Serhiy Storchaka
2015-04-10
1
-58/+122
*
|
Issue #17401: Output the closefd attribute as boolean.
Serhiy Storchaka
2014-12-02
1
-4/+14
*
|
Issue #17401: document closefd in io.FileIO docs and add to repr
Robert Collins
2014-10-18
1
-4/+6
*
|
Issue #22215: Now ValueError is raised instead of TypeError when str or bytes
Serhiy Storchaka
2014-09-06
1
-2/+2
*
|
Issue #21679: Prevent extraneous fstat() calls during open(). Patch by Bohus...
Antoine Pitrou
2014-06-30
1
-1/+10
|
/
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-2/+5
|
\
|
*
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-08
1
-2/+1
|
\
\
|
|
/
|
*
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
1
-2/+1
*
|
Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...
Antoine Pitrou
2013-09-04
1
-1/+16
|
\
\
|
|
/
|
*
Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...
Antoine Pitrou
2013-09-04
1
-1/+16
|
*
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-0/+4
|
|
\
|
|
*
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-0/+4
*
|
|
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-14
1
-0/+4
*
|
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-9/+9
*
|
|
Get rig of EnvironmentError (#16705)
Andrew Svetlov
2012-12-17
1
-1/+1
|
/
/
*
|
Merge for issue #15744: add tests for the writelines() method of file objects.
Antoine Pitrou
2012-10-16
1
-0/+22
|
\
\
|
|
/
|
*
Add tests for the writelines() method of file objects.
Antoine Pitrou
2012-10-16
1
-0/+22
*
|
Issue #15247: FileIO now raises an error when given a file descriptor pointin...
Antoine Pitrou
2012-07-06
1
-0/+8
|
\
\
|
|
/
|
*
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
|
\
\
|
|
/
|
*
#10053: Don't close FDs when FileIO.__init__ fails
Hynek Schlawack
2012-06-21
1
-0/+11
*
|
Issue #13848: open() and the FileIO constructor now check for NUL characters ...
Antoine Pitrou
2012-01-29
1
-0/+5
|
\
\
|
|
/
|
*
Issue #13848: open() and the FileIO constructor now check for NUL characters ...
Antoine Pitrou
2012-01-29
1
-0/+5
*
|
use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked, le...
Eli Bendersky
2012-01-03
1
-2/+3
|
/
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-29/+29
*
Fix ResourceWarning about unclosed file
Brian Curtin
2010-10-30
1
-1/+0
*
Issue #10253: FileIO leaks a file descriptor when trying to open a file
Antoine Pitrou
2010-10-30
1
-0/+1
*
Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid file
Antoine Pitrou
2010-09-04
1
-0/+3
*
Merged revisions 79024 via svnmerge from
Ezio Melotti
2010-03-18
1
-1/+1
*
Merged revisions 78093 via svnmerge from
Georg Brandl
2010-03-14
1
-3/+1
*
Only the parts which are relevant for 3.x branch.
Florent Xicluna
2010-03-13
1
-1/+1
*
Merged revisions 77890 via svnmerge from
Antoine Pitrou
2010-01-31
1
-0/+11
*
don't accept bytes in FileIO.write #7785
Benjamin Peterson
2010-01-27
1
-1/+4
*
Merged revisions 76805 via svnmerge from
Benjamin Peterson
2009-12-13
1
-0/+9
*
Remove AtheOS support, as per PEP 11 (which claims that all code was removed ...
Antoine Pitrou
2009-10-24
1
-2/+0
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-6/+6
*
Issue #5761: Add the name of the underlying file to the repr() of various IO ...
Antoine Pitrou
2009-05-23
1
-3/+7
*
Merged revisions 72859 via svnmerge from
Antoine Pitrou
2009-05-23
1
-1/+1
*
http://bugs.python.org/issue5544
Kristján Valur Jónsson
2009-03-24
1
-13/+100
*
The error detection code in FileIO.close() could fail to reflect the `errno` ...
Antoine Pitrou
2009-03-13
1
-0/+15
*
Fix failures introduced by buggy merge (1)
Antoine Pitrou
2009-03-04
1
-2/+2
[next]