summaryrefslogtreecommitdiff
path: root/Lib/test/test_io.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-031-0/+2
* Issue #27066: Fixed SystemError if a custom opener (for open()) returnsBarry Warsaw2016-06-081-0/+16
* Issue #20699: Document that ?io? methods accept bytes-like objectsMartin Panter2016-05-281-14/+64
* Issue #22854: Fix logic for skipping testMartin Panter2016-03-311-1/+1
* Issue #22854: Skip pipe seek tests on WindowsMartin Panter2016-03-311-2/+7
* Issue #22854: Clarify documentation about UnsupportedOperation and add testsMartin Panter2016-03-311-11/+105
* Issue #26325: Added test.support.check_no_resource_warning() to check thatSerhiy Storchaka2016-02-111-9/+3
* Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-021-24/+130
|\
| * Issue #20557: Use specific asserts in io tests.Serhiy Storchaka2015-08-021-10/+10
| |\
| * | Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Ruppr...Antoine Pitrou2015-05-201-2/+2
| * | Issue #23796: peak and read1 methods of BufferedReader now raise ValueErrorBerker Peksag2015-05-121-0/+8
| * | Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+1
| * | Issue #20175: Converted the _io module to Argument Clinic.Serhiy Storchaka2015-04-161-2/+11
| * | issue9859: Use an expected failure rather than a skip.Gregory P. Smith2015-04-141-1/+1
| * | issue9859: rename CPyMatchTest to APIMismatchTest and add @support.cpython_only.Gregory P. Smith2015-04-141-2/+3
| * | issue9859: Adds a CPyMatchTest test case to compare the exposed APIsGregory P. Smith2015-04-141-1/+15
| * | Issue #22982: Improve BOM handling when seeking to multiple positions of a wr...Antoine Pitrou2015-04-131-20/+113
| |\ \
| | * \ Issue #23309: Avoid a deadlock at shutdown if a daemon thread is abortedAntoine Pitrou2015-04-131-1/+44
| | |\ \
| | * \ \ Issue #23799: Added test.support.start_threads() for running and cleaning upSerhiy Storchaka2015-04-011-18/+8
| | |\ \ \
| | * \ \ \ Make some tests more frienly to MemoryError.Serhiy Storchaka2015-03-281-20/+113
| | |\ \ \ \
| | | * \ \ \ Issue #21802: The reader in BufferedRWPair now is closed even when closingSerhiy Storchaka2015-03-241-20/+114
| | | |\ \ \ \
| | | | * | | | Issue #23680: Reduce risk of race condition in check_interrupted_write() ofVictor Stinner2015-03-161-2/+2
| | | | * | | | Issue #23680: Reduce risk of race condition in check_interrupted_write_retry()Victor Stinner2015-03-161-1/+8
| | | | * | | | Broke reference loops in tests added in issue #5700.Serhiy Storchaka2015-02-231-0/+3
| | | | |\ \ \ \
| | | | * \ \ \ \ Issue #5700: io.FileIO() called flush() after closing the file.Serhiy Storchaka2015-02-211-2/+48
| | | | |\ \ \ \ \
| | | | * \ \ \ \ \ merge 3.4 (#23093)Benjamin Peterson2014-12-211-17/+104
| | | | |\ \ \ \ \ \
| | | | | * | | | | | add spaceBenjamin Peterson2014-11-121-0/+1
| | | | | * | | | | | merge 3.4 (#22849)Benjamin Peterson2014-11-121-0/+16
| | | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ \ merge 3.4 (#22517)Benjamin Peterson2014-09-291-17/+102
| | | | | |\ \ \ \ \ \ \
| | | | | | * | | | | | | Issue #22215: Now ValueError is raised instead of TypeError when str or bytesSerhiy Storchaka2014-09-061-2/+2
| | | | | | * | | | | | | (Merge 3.4) Issue #22331: Skip test_interrupted_write_text() on FreeBSD olderVictor Stinner2014-09-031-0/+2
| | | | | | |\ \ \ \ \ \ \
| | | | | | * | | | | | | | Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get andVictor Stinner2014-07-291-14/+4
| | | | | | * | | | | | | | Issue #22032: __qualname__ instead of __name__ is now always used to formatSerhiy Storchaka2014-07-221-1/+1
| | | | | | * | | | | | | | add BufferedIOBase.readinto1 (closes #20578)Benjamin Peterson2014-06-221-0/+67
| | | | | | * | | | | | | | Issue #21310: Fixed possible resource leak in failed open().Serhiy Storchaka2014-06-091-0/+14
| | | | | | |\ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods.Serhiy Storchaka2014-06-091-0/+28
| | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...Antoine Pitrou2014-05-091-0/+28
| | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | Issue #21057: TextIOWrapper now allows the underlying binary stream's read() ...Antoine Pitrou2014-04-291-0/+28
* | | | | | | | | | | | | | | | | Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Issue #20557: Use specific asserts in io tests.Serhiy Storchaka2015-08-021-10/+10
* | | | | | | | | | | | | | | | Issue #23796: peak and read1 methods of BufferedReader now raise ValueErrorBerker Peksag2015-05-121-0/+8
* | | | | | | | | | | | | | | | Backported tests from issue #20175.Serhiy Storchaka2015-04-161-0/+11
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Issue #22982: Improve BOM handling when seeking to multiple positions of a wr...Antoine Pitrou2015-04-131-0/+13
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Issue #23309: Avoid a deadlock at shutdown if a daemon thread is abortedAntoine Pitrou2015-04-131-1/+44
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Issue #23799: Added test.support.start_threads() for running and cleaning upSerhiy Storchaka2015-04-011-20/+10
|/ / / / / / / / / / / /
* | | | | | | | | | | | Make some tests more frienly to MemoryError.Serhiy Storchaka2015-03-281-4/+11
|/ / / / / / / / / / /
* | | | | | | | | | | Issue #21802: The reader in BufferedRWPair now is closed even when closingSerhiy Storchaka2015-03-241-0/+47
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Broke reference loops in tests added in issue #5700.Serhiy Storchaka2015-02-231-0/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Issue #5700: io.FileIO() called flush() after closing the file.Serhiy Storchaka2015-02-211-2/+48
|/ / / / / / / /
* | | | | | | | allow more operations to work on detached streams (closes #23093)Benjamin Peterson2014-12-211-0/+14
| |_|_|_|_|_|/ |/| | | | | |