cpython/Modules/_io
Victor Stinner a2a6477ba0 Fix io.FileIO.readall() on Windows 64 bits
Use Py_off_t type (64 bits) instead of off_t (32 bits).
2011-10-11 22:45:02 +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 io.FileIO.readall() on Windows 64 bits 2011-10-11 22:45:02 +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