cpython/Modules/_io
Antoine Pitrou 707ce82cab Issue #10956: Buffered I/O classes retry reading or writing after a signal
has arrived and the handler returned successfully.
2011-02-25 21:24:11 +00:00
..
_iomodule.c In open(), only set the buffer size from st.st_blksize when it is greater 2010-10-27 19:45:43 +00:00
_iomodule.h Issue #5506: BytesIO objects now have a getbuffer() method exporting a 2010-09-06 18:48:21 +00:00
bufferedio.c Issue #10956: Buffered I/O classes retry reading or writing after a signal 2011-02-25 21:24:11 +00:00
bytesio.c Issue #8914: fix various warnings from the Clang static analyzer v254. 2011-02-22 20:15:44 +00:00
fileio.c Issue #9611: remove useless and dangerous explicit conversion to size_t 2011-01-11 00:04:12 +00:00
iobase.c Issue #9854: The default read() implementation in io.RawIOBase now 2010-09-14 18:37:24 +00:00
stringio.c BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS. 2010-09-02 19:48:07 +00:00
textio.c Issue #11114: Fix catastrophic performance of tell() on text files (up 2011-02-25 20:27:33 +00:00