cpython/Modules/_io
Serhiy Storchaka 281945f427 Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
stream's read() returns more bytes than requested.
2013-05-28 16:27:08 +03:00
..
_iomodule.c Issue #15989: Fix several occurrences of integer overflow 2013-01-19 12:26:26 +02:00
_iomodule.h
bufferedio.c Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw 2013-05-28 16:27:08 +03:00
bytesio.c
fileio.c FileIO.readall(): remove trailing space from an exception message 2013-05-18 00:38:43 +02:00
iobase.c Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4 2013-03-11 17:45:12 -04:00
stringio.c
textio.c Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying 2013-02-03 17:09:17 +02:00