You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Antoine Pitrou a3f4457b17 Speed up reading of small files. This avoids multiple C read() calls on pyc files. 14 years ago
..
_iomodule.c Issue #14153 Create _Py_device_encoding() to prevent _io from having to import 14 years ago
_iomodule.h Issue #14153 Create _Py_device_encoding() to prevent _io from having to import 14 years ago
bufferedio.c Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is 14 years ago
bytesio.c Issue #8914: fix various warnings from the Clang static analyzer v254. 15 years ago
fileio.c Speed up reading of small files. This avoids multiple C read() calls on pyc files. 14 years ago
iobase.c use new generic __dict__ descriptor implementations 14 years ago
stringio.c Issue #14387: Do not include accu.h from Python.h. 14 years ago
textio.c Don't Py_DECREF NULL variable in io.IncrementalNewlineDecoder. 14 years ago