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
*
Merged revisions 88610 via svnmerge from
Antoine Pitrou
2011-02-25
1
-1/+94
*
Issue #10872: The repr() of TextIOWrapper objects now includes the mode
Antoine Pitrou
2011-01-09
1
-1/+4
*
Issue #10750: The `raw` attribute of buffered IO objects is now read-only.
Antoine Pitrou
2010-12-21
1
-0/+13
*
Issue #10478: Reentrant calls inside buffered IO objects (for example by
Antoine Pitrou
2010-12-03
1
-0/+38
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-164/+164
*
Issue #10180: Pickling file objects is now explicitly forbidden, since
Antoine Pitrou
2010-11-05
1
-0/+18
*
use addCleanup
Benjamin Peterson
2010-10-31
1
-12/+12
*
patch up leaking fds
Benjamin Peterson
2010-10-31
1
-22/+21
*
this test manages the fds itself
Benjamin Peterson
2010-10-31
1
-0/+1
*
Silence ResourceWarning when testing that the file destructor closes the file.
Brett Cannon
2010-10-29
1
-7/+8
*
Issue #10093: ResourceWarnings are now issued when files and sockets are
Antoine Pitrou
2010-10-29
1
-0/+41
*
Replace the "compiler" resource with the more generic "cpu", so
Antoine Pitrou
2010-10-14
1
-0/+2
*
Issue #9854: The default read() implementation in io.RawIOBase now
Antoine Pitrou
2010-09-14
1
-10/+34
*
Issue #9293: I/O streams now raise `io.UnsupportedOperation` when an
Antoine Pitrou
2010-09-05
1
-7/+47
*
Issue #8990: array.fromstring() and array.tostring() get renamed to
Antoine Pitrou
2010-09-01
1
-1/+1
*
Issue #9617: Signals received during a low-level write operation aren't
Antoine Pitrou
2010-08-21
1
-1/+74
*
Issue #9550: a BufferedReader could issue an additional read when the
Antoine Pitrou
2010-08-11
1
-0/+24
*
Merged revisions 80720 via svnmerge from
Antoine Pitrou
2010-05-03
1
-0/+44
*
Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from
Victor Stinner
2010-04-28
1
-2/+7
*
(partially)
Florent Xicluna
2010-04-02
1
-1/+0
*
Merged revisions 79030-79032 via svnmerge from
Florent Xicluna
2010-03-17
1
-14/+4
*
Merged revisions 78093 via svnmerge from
Georg Brandl
2010-03-14
1
-2/+1
*
Merged revisions 77890 via svnmerge from
Antoine Pitrou
2010-01-31
1
-3/+17
*
Merged revisions 77727 via svnmerge from
Ezio Melotti
2010-01-24
1
-16/+16
*
Merged revisions 76805 via svnmerge from
Benjamin Peterson
2009-12-13
1
-4/+32
*
Merged revisions 74581 via svnmerge from
Amaury Forgeot d'Arc
2009-08-29
1
-0/+21
*
Merged revisions 74336 via svnmerge from
Antoine Pitrou
2009-08-06
1
-0/+20
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-13/+13
*
Merged revisions 73461 via svnmerge from
Hirokazu Yamamoto
2009-06-18
1
-18/+18
*
give the C implementation of TextIOWrapper the errors property #6217
Benjamin Peterson
2009-06-06
1
-0/+6
*
Issue #5761: Add the name of the underlying file to the repr() of various IO ...
Antoine Pitrou
2009-05-23
1
-1/+19
*
correctly handle invalid operations on streams (like writing on a non-writabl...
Benjamin Peterson
2009-05-14
1
-0/+13
*
Issue #5006: Better handling of unicode byte-order marks (BOM) in the io libr...
Antoine Pitrou
2009-05-14
1
-0/+31
*
implement a detach() method for BufferedIOBase and TextIOBase #5883
Benjamin Peterson
2009-05-01
1
-0/+31
*
fix test__all__
Benjamin Peterson
2009-04-29
1
-1/+1
*
these tests must call gc_collect() for non-refcounting gcs
Benjamin Peterson
2009-04-24
1
-4/+10
*
make sure to close files
Benjamin Peterson
2009-04-24
1
-53/+43
*
readline() args must be an int #3521
Benjamin Peterson
2009-04-24
1
-1/+4
*
Fix use of test skipping API.
Antoine Pitrou
2009-04-19
1
-3/+3
*
Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs.
Antoine Pitrou
2009-04-19
1
-6/+97
*
use the more offical skipping api
Benjamin Peterson
2009-04-18
1
-3/+3
*
Merged revisions 71014 via svnmerge from
Benjamin Peterson
2009-04-02
1
-4/+4
*
fix TextIOWrapper.read() when the buffer is not readable #5628
Benjamin Peterson
2009-03-31
1
-0/+7
*
Plug another leak, and finally add a test for #1174606 (read() from /dev/zero).
Antoine Pitrou
2009-03-29
1
-0/+16
*
officially deprecated max_buffer_size
Benjamin Peterson
2009-03-26
1
-2/+24
*
give TextIOWrapper a repr that tells you the encoding
Benjamin Peterson
2009-03-09
1
-0/+6
*
Issue #5433: Excessive newline detection optimization in IncrementalNewlineDe...
Antoine Pitrou
2009-03-06
1
-0/+13
*
rename
Benjamin Peterson
2009-03-05
1
-3/+3
*
fix #4862 in _pyio: reset the decoder on seek(0)
Benjamin Peterson
2009-03-05
1
-0/+2
*
merge the io-c branch: C implementation of the io module
Benjamin Peterson
2009-03-04
1
-404/+1114
[next]