summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_io.py
Commit message (Expand)AuthorAgeFilesLines
* 00131-disable-tests-in-test_io.patchFedora Python maintainers2020-09-291-0/+1
* bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...Zackery Spytz2018-12-201-0/+5
* bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...Miss Islington (bot)2018-10-311-0/+10
* [2.7] bpo-34068: iobase_close could call PyObject_SetAttrString with an excep...Serhiy Storchaka2018-07-171-0/+10
* [2.7] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)...Zackery Spytz2018-06-291-0/+11
* [2.7] bpo-33760: Fix file leaks in test_io. (GH-7361). (GH-7373)Serhiy Storchaka2018-06-041-0/+3
* bpo-31479: Always reset the signal alarm in tests (GH-3588) (GH-7314)Victor Stinner2018-06-011-1/+6
* [2.7] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201...Oren Milman2017-11-071-0/+16
* [2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235)Oren Milman2017-08-291-0/+20
* [2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ...Serhiy Storchaka2017-04-191-0/+16
* bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...Xiang Zhang2017-04-151-0/+1
* Issue #23908: os functions, open() and the io.FileIO constructor now rejectSerhiy Storchaka2016-07-011-0/+9
* Issue #20699: Document that “io” methods should accept memoryviewMartin Panter2016-06-031-8/+31
* Issue #22854: fileno() is always required in IOBase; remove testMartin Panter2016-03-311-6/+0
* Issue #25523: Backported 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 #19543: Emit deprecation warning for known non-text encodings.Serhiy Storchaka2015-05-311-6/+37
* Backported tests from issue #20175.Serhiy Storchaka2015-04-161-0/+11
* Issue #23799: Added test.test_support.start_threads() for running andSerhiy Storchaka2015-04-011-20/+12
* Make some tests more frienly to MemoryError.Serhiy Storchaka2015-03-281-4/+10
* Issue #21802: The reader in BufferedRWPair now is closed even when closingSerhiy Storchaka2015-03-241-0/+45
* Broke reference loops in tests added in issue #5700.Serhiy Storchaka2015-02-221-0/+3
* Issue #5700: io.FileIO() called flush() after closing the file.Serhiy Storchaka2015-02-201-2/+48
* allow more operations to work on detached streams (closes #23093)Benjamin Peterson2014-12-221-0/+14
* clear BufferedRWPair weakrefs on deallocation (closes #22517)Benjamin Peterson2014-09-301-0/+6
* Issue #21310: Fixed possible resource leak in failed open().Serhiy Storchaka2014-06-091-0/+15
* Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair.Serhiy Storchaka2014-02-121-0/+38
* Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-8/+4
* Issue #17835: Fix test_io when the default OS pipe buffer size is larger than...Antoine Pitrou2013-04-241-2/+2
* Use a larger amount of data for the interrupted_write tests so thatGregory P. Smith2013-03-201-1/+1
* #17275: Fix class name in init errors in C bufferedio classes.R David Murray2013-02-241-0/+18
* Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlyingSerhiy Storchaka2013-02-031-1/+39
* call close on the underlying stream even if flush raises (#16597)Benjamin Peterson2012-12-201-0/+27
* Also add tests for TextIOWrapper.writelines() (issue #15744).Antoine Pitrou2012-10-161-0/+22
* Add tests for the writelines() method of file objects.Antoine Pitrou2012-10-161-0/+23
* Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.Antoine Pitrou2012-07-291-4/+18
* #4841: Fix FileIO constructor to honor closefd when called repeatedlyHynek Schlawack2012-05-251-0/+13
* Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError isAntoine Pitrou2011-11-211-3/+74
* Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycleCharles-François Natali2011-10-061-0/+15
* Issue #12213: Fix a buffering bug with interleaved reads and writes thatAntoine Pitrou2011-08-201-2/+43
* Issue #12149: Update the method cache after a type's dictionnary getsAntoine Pitrou2011-07-121-1/+18
* test_io: make quiet the DeprecationWarning('classic int division')Victor Stinner2011-07-051-1/+1
* Issue #12429: Skip interrupted write tests on FreeBSD <= 7Victor Stinner2011-07-041-0/+2
* Issue #12175: RawIOBase.readall() now returns None if read() returns None.Victor Stinner2011-05-251-2/+5
* Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError ifVictor Stinner2011-05-251-0/+2
* Issue #12062: In the `io` module, fix a flushing bug when doing a certainAntoine Pitrou2011-05-121-0/+26
* Merged revisions 88610 via svnmerge fromAntoine Pitrou2011-02-251-1/+94
* Merged revisions 87427 via svnmerge fromAntoine Pitrou2010-12-211-0/+13
* Merged revisions 86981,86984 via svnmerge fromAntoine Pitrou2010-12-031-0/+38
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-164/+164