summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_io.py
Commit message (Expand)AuthorAgeFilesLines
...
| * (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.2) Issue #12175: FileIO.readall() now raises a ValueError instead ofVictor Stinner2011-05-251-0/+2
|\ \ \ | |/ /
| * | (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
| |\ \ | | |/
| | * 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 #9971: Write an optimized implementation of BufferedReader.readinto().Antoine Pitrou2011-05-111-0/+6
* | | Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetchVictor Stinner2011-04-301-0/+2
* | | 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