summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_io.py
Commit message (Expand)AuthorAgeFilesLines
* Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the testGregory P. Smith2012-06-251-5/+5
* Speed up test_io by >2x by reducing the sleep time using setitimer instead ofGregory P. Smith2012-06-241-5/+5
* #4841: Fix FileIO constructor to honor closefd when called repeatedlyHynek Schlawack2012-05-251-0/+13
* Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-291-0/+5
* Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError isAntoine Pitrou2011-11-211-4/+74
* Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycleCharles-François Natali2011-10-051-0/+15
* Issue #13087: BufferedReader.seek() now always raises UnsupportedOperationAntoine Pitrou2011-10-041-0/+8
* add a __dict__ descr for IOBase (closes #12878)Benjamin Peterson2011-09-031-0/+11
* Issue #12213: Fix a buffering bug with interleaved reads and writes thatAntoine Pitrou2011-08-201-2/+42
* Fix typo in test namesAntoine Pitrou2011-08-191-4/+4
* Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (withoutAntoine Pitrou2011-07-231-0/+21
* Issue #12149: Update the method cache after a type's dictionnary getsAntoine Pitrou2011-07-121-1/+18
* Issue #12429: Skip interrupted write tests on FreeBSD <= 7Victor Stinner2011-07-041-0/+2
* (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read()Victor Stinner2011-05-251-2/+5
|\
| * Issue #12175: RawIOBase.readall() now returns None if read() returns None.Victor Stinner2011-05-251-2/+5
* | (Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead ofVictor Stinner2011-05-251-0/+2
|\ \ | |/
| * Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError ifVictor Stinner2011-05-251-0/+2
* | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-121-0/+26
|\ \ | |/
| * Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-121-0/+26
| * Merged revisions 87427 via svnmerge fromAntoine Pitrou2010-12-211-0/+13
| * Merged revisions 86981,86984 via svnmerge fromAntoine Pitrou2010-12-031-0/+35
| * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-164/+164
| * Merged revisions 85482 via svnmerge fromAntoine Pitrou2010-10-141-0/+2
| * Merged revisions 84814 via svnmerge fromAntoine Pitrou2010-09-141-10/+34
| * Merged revisions 84239 via svnmerge fromAntoine Pitrou2010-08-211-1/+74
| * Merged revisions 83944 via svnmerge fromAntoine Pitrou2010-08-111-0/+24
| * Merged revisions 80722 via svnmerge fromAntoine Pitrou2010-05-031-0/+44
| * Merged revisions 77895-77896 via svnmerge fromAntoine Pitrou2010-01-311-3/+17
| * Merged revisions 76806,76808 via svnmerge fromBenjamin Peterson2009-12-131-4/+32
| * Merged revisions 74582 via svnmerge fromAmaury Forgeot d'Arc2009-08-291-0/+21
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-13/+13
| * Merged revisions 74338 via svnmerge fromAntoine Pitrou2009-08-061-0/+20
* | Merged revisions 88610 via svnmerge fromAntoine Pitrou2011-02-251-1/+94
* | 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