cpython/Modules/_io
Serhiy Storchaka 594e54c765 Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
set beyond size.  Based on patch by John Leitch.
2015-09-04 01:08:03 +03:00
..
clinic
_iomodule.c
_iomodule.h
bufferedio.c Fixes cast warning in bufferedio.c 2015-05-23 08:59:25 -07:00
bytesio.c Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is 2015-09-04 01:08:03 +03:00
fileio.c
iobase.c
stringio.c
textio.c