summaryrefslogtreecommitdiff
path: root/Lib/test/test_fileio.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28016: Skip /dev/tty seekable() test on AIXMartin Panter2016-11-141-1/+1
* Issue #20557: Use specific asserts in io tests.Serhiy Storchaka2015-08-021-3/+3
|\
| * Issue #20557: Use specific asserts in io tests.Serhiy Storchaka2015-08-021-3/+3
| * Backported tests from issue #20175.Serhiy Storchaka2015-04-161-3/+12
* | Issue #20175: Converted the _io module to Argument Clinic.Serhiy Storchaka2015-04-161-5/+11
* | Issue #21859: Added Python implementation of io.FileIO.Serhiy Storchaka2015-04-101-58/+122
* | Issue #17401: Output the closefd attribute as boolean.Serhiy Storchaka2014-12-021-4/+14
* | Issue #17401: document closefd in io.FileIO docs and add to reprRobert Collins2014-10-181-4/+6
* | Issue #22215: Now ValueError is raised instead of TypeError when str or bytesSerhiy Storchaka2014-09-061-2/+2
* | Issue #21679: Prevent extraneous fstat() calls during open(). Patch by Bohus...Antoine Pitrou2014-06-291-1/+10
|/
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-10/+10
|\
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-10/+10
| |\
| | * Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...Antoine Pitrou2013-09-041-10/+10
| | |\
| | | * Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-151-0/+4
| | | * Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-9/+9
| | | * Get rig of EnvironmentError (#16705)Andrew Svetlov2012-12-171-1/+1
* | | | Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-2/+5
|/ / /
* | | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-2/+1
|/ /
* | Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...Antoine Pitrou2013-09-041-1/+16
* | Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-2/+3
|\ \ | |/
| * Merge for issue #15744: add tests for the writelines() method of file objects.Antoine Pitrou2012-10-161-2/+3
| |\
| | * Issue #15247: FileIO now raises an error when given a file descriptor pointin...Antoine Pitrou2012-07-061-2/+3
| | |\
| | | * #10053: Don't close FDs when FileIO.__init__ failsHynek Schlawack2012-06-211-2/+3
| | | |\
| | | | * Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-291-0/+5
| | | | |\
| | | | * | use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked, le...Eli Bendersky2012-01-031-2/+3
* | | | | | Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-0/+4
|/ / / / /
* | | | | Add tests for the writelines() method of file objects.Antoine Pitrou2012-10-161-0/+22
|/ / / /
* | | | Issue #15247: FileIO now raises an error when given a file descriptor pointin...Antoine Pitrou2012-07-061-0/+8
|/ / /
* | | #10053: Don't close FDs when FileIO.__init__ failsHynek Schlawack2012-06-211-0/+11
| |/ |/|
* | Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-291-0/+5
|/
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-29/+29
* Fix ResourceWarning about unclosed fileBrian Curtin2010-10-301-1/+0
* Issue #10253: FileIO leaks a file descriptor when trying to open a fileAntoine Pitrou2010-10-301-0/+1
* Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid fileAntoine Pitrou2010-09-041-0/+3
* Merged revisions 79024 via svnmerge fromEzio Melotti2010-03-181-1/+1
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-3/+1
* Only the parts which are relevant for 3.x branch.Florent Xicluna2010-03-131-1/+1
* Merged revisions 77890 via svnmerge fromAntoine Pitrou2010-01-311-0/+11
* don't accept bytes in FileIO.write #7785Benjamin Peterson2010-01-271-1/+4
* Merged revisions 76805 via svnmerge fromBenjamin Peterson2009-12-131-0/+9
* Remove AtheOS support, as per PEP 11 (which claims that all code was removed ...Antoine Pitrou2009-10-241-2/+0
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-6/+6
* Issue #5761: Add the name of the underlying file to the repr() of various IO ...Antoine Pitrou2009-05-231-3/+7
* Merged revisions 72859 via svnmerge fromAntoine Pitrou2009-05-231-1/+1
* http://bugs.python.org/issue5544Kristján Valur Jónsson2009-03-241-13/+100
* The error detection code in FileIO.close() could fail to reflect the `errno` ...Antoine Pitrou2009-03-131-0/+15
* Fix failures introduced by buggy merge (1)Antoine Pitrou2009-03-041-2/+2
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-19/+35
* Merged revisions 68779 via svnmerge fromBenjamin Peterson2009-01-191-2/+3
* Merged revisions 68755 via svnmerge fromBenjamin Peterson2009-01-191-0/+4