cpython/Modules/_io
Victor Stinner c5af7730e3 Fix FileIO.readall() (new_buffersize()) for large files
Truncate the buffer size to PY_SSIZE_T_MAX.
2011-10-11 23:00:31 +02:00
..
_iomodule.c Add API for static strings, primarily good for identifiers. 2011-10-09 10:38:36 +02:00
_iomodule.h Implement PEP 393. 2011-09-28 07:41:54 +02:00
bufferedio.c Add API for static strings, primarily good for identifiers. 2011-10-09 10:38:36 +02:00
bytesio.c Issue #8914: fix various warnings from the Clang static analyzer v254. 2011-02-22 20:15:44 +00:00
fileio.c Fix FileIO.readall() (new_buffersize()) for large files 2011-10-11 23:00:31 +02:00
iobase.c Add API for static strings, primarily good for identifiers. 2011-10-09 10:38:36 +02:00
stringio.c Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead 2011-10-11 22:11:42 +02:00
textio.c Add API for static strings, primarily good for identifiers. 2011-10-09 10:38:36 +02:00