index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_io.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #26926: Merge 3.6
Xavier de Gaye
2016-11-17
1
-2
/
+14
|
\
|
*
Issue #23214: Implement optional BufferedReader, BytesIO read1() argument
Martin Panter
2016-10-20
1
-2
/
+14
*
|
Issue #26926: Skip some test_io tests on platforms without large file support
Xavier de Gaye
2016-11-17
1
-1
/
+4
|
/
*
Use sequence repetition instead of bytes constructor with integer argument.
Serhiy Storchaka
2016-09-11
1
-1
/
+1
*
Fixes expected error when getting encoding while shutting down.
Steve Dower
2016-09-09
1
-1
/
+1
*
Fix expected error message in PyTextIOWrapperTest
Steve Dower
2016-09-07
1
-1
/
+1
*
Issue #27959: Prevent ImportError from escaping codec search function
Steve Dower
2016-09-07
1
-2
/
+1
*
new and exciting shutdown error on windows
Benjamin Peterson
2016-09-07
1
-1
/
+2
*
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
Serhiy Storchaka
2016-07-03
1
-0
/
+2
|
\
|
*
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
Serhiy Storchaka
2016-07-03
1
-0
/
+2
*
|
Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return
Brett Cannon
2016-06-24
1
-1
/
+1
*
|
Issue #27066: Fixed SystemError if a custom opener (for open()) returns a
Barry Warsaw
2016-06-08
1
-3
/
+32
|
\
\
|
|
/
|
/
|
|
*
issue27186: add open/io.open; patch by Jelle Zijlstra
Ethan Furman
2016-06-04
1
-0
/
+26
|
*
Issue #20699: Merge io bytes-like fixes from 3.5
Martin Panter
2016-05-28
1
-3
/
+6
|
|
\
|
|
*
Issue #22854: Merge test fix from 3.5
Martin Panter
2016-03-31
1
-3
/
+6
|
|
|
\
|
|
|
*
Issue #22854: Merge Windows pipe skipping from 3.5
Martin Panter
2016-03-31
1
-7
/
+7
|
|
|
|
\
|
|
|
*
|
Issue #22854: Skip pipe seekable() tests on Windows
Martin Panter
2016-03-31
1
-1
/
+6
|
|
|
*
|
Issue #22854: Merge UnsupportedOperation fixes from 3.5
Martin Panter
2016-03-31
1
-3
/
+6
|
|
|
|
\
\
|
|
|
|
*
|
test_io: ignore DeprecationWarning on bytes path on Windows
Victor Stinner
2016-03-25
1
-1
/
+5
|
|
|
|
*
|
Issue #26637: Fix test_io
Victor Stinner
2016-03-25
1
-2
/
+1
*
|
|
|
|
|
Issue #27066: Fixed SystemError if a custom opener (for open()) returns
Barry Warsaw
2016-06-08
1
-0
/
+16
|
/
/
/
/
/
*
|
|
|
|
Issue #20699: Document that ?io? methods accept bytes-like objects
Martin Panter
2016-05-28
1
-14
/
+64
|
/
/
/
/
*
|
|
|
Issue #22854: Fix logic for skipping test
Martin Panter
2016-03-31
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Issue #22854: Skip pipe seek tests on Windows
Martin Panter
2016-03-31
1
-2
/
+7
|
/
/
*
|
Issue #22854: Clarify documentation about UnsupportedOperation and add tests
Martin Panter
2016-03-31
1
-11
/
+105
|
/
*
Issue #26325: Added test.support.check_no_resource_warning() to check that
Serhiy Storchaka
2016-02-11
1
-9
/
+3
*
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka
2015-11-02
1
-24
/
+130
|
\
|
*
Issue #20557: Use specific asserts in io tests.
Serhiy Storchaka
2015-08-02
1
-10
/
+10
|
|
\
|
*
|
Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Ruppr...
Antoine Pitrou
2015-05-20
1
-2
/
+2
|
*
|
Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
Berker Peksag
2015-05-12
1
-0
/
+8
|
*
|
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
1
-1
/
+1
|
*
|
Issue #20175: Converted the _io module to Argument Clinic.
Serhiy Storchaka
2015-04-16
1
-2
/
+11
|
*
|
issue9859: Use an expected failure rather than a skip.
Gregory P. Smith
2015-04-14
1
-1
/
+1
|
*
|
issue9859: rename CPyMatchTest to APIMismatchTest and add @support.cpython_only.
Gregory P. Smith
2015-04-14
1
-2
/
+3
|
*
|
issue9859: Adds a CPyMatchTest test case to compare the exposed APIs
Gregory P. Smith
2015-04-14
1
-1
/
+15
|
*
|
Issue #22982: Improve BOM handling when seeking to multiple positions of a wr...
Antoine Pitrou
2015-04-13
1
-20
/
+113
|
|
\
\
|
|
*
\
Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
Antoine Pitrou
2015-04-13
1
-1
/
+44
|
|
|
\
\
|
|
*
\
\
Issue #23799: Added test.support.start_threads() for running and cleaning up
Serhiy Storchaka
2015-04-01
1
-18
/
+8
|
|
|
\
\
\
|
|
*
\
\
\
Make some tests more frienly to MemoryError.
Serhiy Storchaka
2015-03-28
1
-20
/
+113
|
|
|
\
\
\
\
|
|
|
*
\
\
\
Issue #21802: The reader in BufferedRWPair now is closed even when closing
Serhiy Storchaka
2015-03-24
1
-20
/
+114
|
|
|
|
\
\
\
\
|
|
|
|
*
|
|
|
Issue #23680: Reduce risk of race condition in check_interrupted_write() of
Victor Stinner
2015-03-16
1
-2
/
+2
|
|
|
|
*
|
|
|
Issue #23680: Reduce risk of race condition in check_interrupted_write_retry()
Victor Stinner
2015-03-16
1
-1
/
+8
|
|
|
|
*
|
|
|
Broke reference loops in tests added in issue #5700.
Serhiy Storchaka
2015-02-23
1
-0
/
+3
|
|
|
|
|
\
\
\
\
|
|
|
|
*
\
\
\
\
Issue #5700: io.FileIO() called flush() after closing the file.
Serhiy Storchaka
2015-02-21
1
-2
/
+48
|
|
|
|
|
\
\
\
\
\
|
|
|
|
*
\
\
\
\
\
merge 3.4 (#23093)
Benjamin Peterson
2014-12-21
1
-17
/
+104
|
|
|
|
|
\
\
\
\
\
\
|
|
|
|
|
*
|
|
|
|
|
add space
Benjamin Peterson
2014-11-12
1
-0
/
+1
|
|
|
|
|
*
|
|
|
|
|
merge 3.4 (#22849)
Benjamin Peterson
2014-11-12
1
-0
/
+16
|
|
|
|
|
|
\
\
\
\
\
\
|
|
|
|
|
*
\
\
\
\
\
\
merge 3.4 (#22517)
Benjamin Peterson
2014-09-29
1
-17
/
+102
|
|
|
|
|
|
\
\
\
\
\
\
\
|
|
|
|
|
|
*
|
|
|
|
|
|
Issue #22215: Now ValueError is raised instead of TypeError when str or bytes
Serhiy Storchaka
2014-09-06
1
-2
/
+2
|
|
|
|
|
|
*
|
|
|
|
|
|
(Merge 3.4) Issue #22331: Skip test_interrupted_write_text() on FreeBSD older
Victor Stinner
2014-09-03
1
-0
/
+2
|
|
|
|
|
|
|
\
\
\
\
\
\
\
[next]