cpython/Modules/_io
Antoine Pitrou 32cfedeb1c Issue #9550: a BufferedReader could issue an additional read when the
original read request had been satisfied, which can block indefinitely
when the underlying raw IO channel is e.g. a socket.  Report and original
patch by Jason V. Miller.
2010-08-11 13:31:33 +00:00
..
_iomodule.c #9184: fix default value for "buffering" param of open(). 2010-07-11 09:33:39 +00:00
_iomodule.h Merged revisions 76805 via svnmerge from 2009-12-13 19:25:34 +00:00
bufferedio.c Issue #9550: a BufferedReader could issue an additional read when the 2010-08-11 13:31:33 +00:00
bytesio.c Merged revisions 80720 via svnmerge from 2010-05-03 16:48:20 +00:00
fileio.c Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode 2010-05-15 16:27:27 +00:00
iobase.c Merged revisions 80720 via svnmerge from 2010-05-03 16:48:20 +00:00
stringio.c Merged revisions 77890 via svnmerge from 2010-01-31 22:47:27 +00:00
textio.c Issue #6697: Check that _PyUnicode_AsString() result is not NULL in textio.c 2010-05-19 01:17:01 +00:00