summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_io.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #10956: Buffered I/O classes retry reading or writing after a signalAntoine Pitrou2011-02-251-1/+94
* Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-9/+9
* Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-211-0/+2
* Issue #10872: The repr() of TextIOWrapper objects now includes the modeAntoine Pitrou2011-01-091-1/+4
* Issue #10750: The `raw` attribute of buffered IO objects is now read-only.Antoine Pitrou2010-12-211-0/+13
* Issue #10478: Reentrant calls inside buffered IO objects (for example byAntoine Pitrou2010-12-031-0/+38
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-164/+164
* Issue #10180: Pickling file objects is now explicitly forbidden, sinceAntoine Pitrou2010-11-051-0/+18
* use addCleanupBenjamin Peterson2010-10-311-12/+12
* patch up leaking fdsBenjamin Peterson2010-10-311-22/+21
* this test manages the fds itselfBenjamin Peterson2010-10-311-0/+1
* Silence ResourceWarning when testing that the file destructor closes the file.Brett Cannon2010-10-291-7/+8
* Issue #10093: ResourceWarnings are now issued when files and sockets areAntoine Pitrou2010-10-291-0/+41
* Replace the "compiler" resource with the more generic "cpu", soAntoine Pitrou2010-10-141-0/+2
* Issue #9854: The default read() implementation in io.RawIOBase nowAntoine Pitrou2010-09-141-10/+34
* Issue #9293: I/O streams now raise `io.UnsupportedOperation` when anAntoine Pitrou2010-09-051-7/+47
* Issue #8990: array.fromstring() and array.tostring() get renamed toAntoine Pitrou2010-09-011-1/+1
* Issue #9617: Signals received during a low-level write operation aren'tAntoine Pitrou2010-08-211-1/+74
* Issue #9550: a BufferedReader could issue an additional read when theAntoine Pitrou2010-08-111-0/+24
* Merged revisions 80720 via svnmerge fromAntoine Pitrou2010-05-031-0/+44
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-2/+7
* (partially)Florent Xicluna2010-04-021-1/+0
* Merged revisions 79030-79032 via svnmerge fromFlorent Xicluna2010-03-171-14/+4
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-2/+1
* Merged revisions 77890 via svnmerge fromAntoine Pitrou2010-01-311-3/+17
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-16/+16
* Merged revisions 76805 via svnmerge fromBenjamin Peterson2009-12-131-4/+32
* Merged revisions 74581 via svnmerge fromAmaury Forgeot d'Arc2009-08-291-0/+21
* Merged revisions 74336 via svnmerge fromAntoine Pitrou2009-08-061-0/+20
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-13/+13
* Merged revisions 73461 via svnmerge fromHirokazu Yamamoto2009-06-181-18/+18
* give the C implementation of TextIOWrapper the errors property #6217Benjamin Peterson2009-06-061-0/+6
* Issue #5761: Add the name of the underlying file to the repr() of various IO ...Antoine Pitrou2009-05-231-1/+19
* correctly handle invalid operations on streams (like writing on a non-writabl...Benjamin Peterson2009-05-141-0/+13
* Issue #5006: Better handling of unicode byte-order marks (BOM) in the io libr...Antoine Pitrou2009-05-141-0/+31
* implement a detach() method for BufferedIOBase and TextIOBase #5883Benjamin Peterson2009-05-011-0/+31
* fix test__all__Benjamin Peterson2009-04-291-1/+1
* these tests must call gc_collect() for non-refcounting gcsBenjamin Peterson2009-04-241-4/+10
* make sure to close filesBenjamin Peterson2009-04-241-53/+43
* readline() args must be an int #3521Benjamin Peterson2009-04-241-1/+4
* Fix use of test skipping API.Antoine Pitrou2009-04-191-3/+3
* Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs.Antoine Pitrou2009-04-191-6/+97
* use the more offical skipping apiBenjamin Peterson2009-04-181-3/+3
* Merged revisions 71014 via svnmerge fromBenjamin Peterson2009-04-021-4/+4
* fix TextIOWrapper.read() when the buffer is not readable #5628Benjamin Peterson2009-03-311-0/+7
* Plug another leak, and finally add a test for #1174606 (read() from /dev/zero).Antoine Pitrou2009-03-291-0/+16
* officially deprecated max_buffer_sizeBenjamin Peterson2009-03-261-2/+24
* give TextIOWrapper a repr that tells you the encodingBenjamin Peterson2009-03-091-0/+6
* Issue #5433: Excessive newline detection optimization in IncrementalNewlineDe...Antoine Pitrou2009-03-061-0/+13
* renameBenjamin Peterson2009-03-051-3/+3