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_io.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235)
Oren Milman
2017-08-29
1
-0/+20
*
[2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ...
Serhiy Storchaka
2017-04-19
1
-0/+16
*
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...
Xiang Zhang
2017-04-15
1
-0/+1
*
Issue #23908: os functions, open() and the io.FileIO constructor now reject
Serhiy Storchaka
2016-07-01
1
-0/+9
*
Issue #20699: Document that “io” methods should accept memoryview
Martin Panter
2016-06-03
1
-8/+31
*
Issue #22854: fileno() is always required in IOBase; remove test
Martin Panter
2016-03-31
1
-6/+0
*
Issue #25523: Backported a-to-an corrections.
Serhiy Storchaka
2015-11-02
1
-1/+1
*
Issue #20557: Use specific asserts in io tests.
Serhiy Storchaka
2015-08-02
1
-10/+10
*
Issue #19543: Emit deprecation warning for known non-text encodings.
Serhiy Storchaka
2015-05-31
1
-6/+37
*
Backported tests from issue #20175.
Serhiy Storchaka
2015-04-16
1
-0/+11
*
Issue #23799: Added test.test_support.start_threads() for running and
Serhiy Storchaka
2015-04-01
1
-20/+12
*
Make some tests more frienly to MemoryError.
Serhiy Storchaka
2015-03-28
1
-4/+10
*
Issue #21802: The reader in BufferedRWPair now is closed even when closing
Serhiy Storchaka
2015-03-24
1
-0/+45
*
Broke reference loops in tests added in issue #5700.
Serhiy Storchaka
2015-02-22
1
-0/+3
*
Issue #5700: io.FileIO() called flush() after closing the file.
Serhiy Storchaka
2015-02-20
1
-2/+48
*
allow more operations to work on detached streams (closes #23093)
Benjamin Peterson
2014-12-22
1
-0/+14
*
clear BufferedRWPair weakrefs on deallocation (closes #22517)
Benjamin Peterson
2014-09-30
1
-0/+6
*
Issue #21310: Fixed possible resource leak in failed open().
Serhiy Storchaka
2014-06-09
1
-0/+15
*
Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair.
Serhiy Storchaka
2014-02-12
1
-0/+38
*
Issue #19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-10
1
-8/+4
*
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than...
Antoine Pitrou
2013-04-24
1
-2/+2
*
Use a larger amount of data for the interrupted_write tests so that
Gregory P. Smith
2013-03-20
1
-1/+1
*
#17275: Fix class name in init errors in C bufferedio classes.
R David Murray
2013-02-24
1
-0/+18
*
Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
Serhiy Storchaka
2013-02-03
1
-1/+39
*
call close on the underlying stream even if flush raises (#16597)
Benjamin Peterson
2012-12-20
1
-0/+27
*
Also add tests for TextIOWrapper.writelines() (issue #15744).
Antoine Pitrou
2012-10-16
1
-0/+22
*
Add tests for the writelines() method of file objects.
Antoine Pitrou
2012-10-16
1
-0/+23
*
Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
Antoine Pitrou
2012-07-29
1
-4/+18
*
#4841: Fix FileIO constructor to honor closefd when called repeatedly
Hynek Schlawack
2012-05-25
1
-0/+13
*
Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
Antoine Pitrou
2011-11-21
1
-3/+74
*
Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle
Charles-François Natali
2011-10-06
1
-0/+15
*
Issue #12213: Fix a buffering bug with interleaved reads and writes that
Antoine Pitrou
2011-08-20
1
-2/+43
*
Issue #12149: Update the method cache after a type's dictionnary gets
Antoine Pitrou
2011-07-12
1
-1/+18
*
test_io: make quiet the DeprecationWarning('classic int division')
Victor Stinner
2011-07-05
1
-1/+1
*
Issue #12429: Skip interrupted write tests on FreeBSD <= 7
Victor Stinner
2011-07-04
1
-0/+2
*
Issue #12175: RawIOBase.readall() now returns None if read() returns None.
Victor Stinner
2011-05-25
1
-2/+5
*
Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if
Victor Stinner
2011-05-25
1
-0/+2
*
Issue #12062: In the `io` module, fix a flushing bug when doing a certain
Antoine Pitrou
2011-05-12
1
-0/+26
*
Merged revisions 88610 via svnmerge from
Antoine Pitrou
2011-02-25
1
-1/+94
*
Merged revisions 87427 via svnmerge from
Antoine Pitrou
2010-12-21
1
-0/+13
*
Merged revisions 86981,86984 via svnmerge from
Antoine Pitrou
2010-12-03
1
-0/+38
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-164/+164
*
Merged revisions 85482 via svnmerge from
Antoine Pitrou
2010-10-14
1
-0/+2
*
Merged revisions 84814 via svnmerge from
Antoine Pitrou
2010-09-14
1
-10/+34
*
Silence warning about 1/0
Florent Xicluna
2010-09-13
1
-1/+1
*
Merged revisions 84239 via svnmerge from
Antoine Pitrou
2010-08-21
1
-0/+72
*
Merged revisions 83944 via svnmerge from
Antoine Pitrou
2010-08-11
1
-0/+24
*
Issue #6213: Implement getstate() and setstate() methods of utf-8-sig and
Victor Stinner
2010-07-28
1
-2/+0
*
Issue #7865: The close() method of :mod:`io` objects should not swallow
Antoine Pitrou
2010-05-03
1
-0/+44
*
Issue #7449, last part (11): fix many tests if thread support is disabled
Victor Stinner
2010-04-27
1
-2/+7
[next]