cpython/Modules/_io
Antoine Pitrou 711af3ae1e #5502: accelerate binary buffered IO (especially small operations).
On a suggestion by Victor Stinner.
2009-04-11 15:39:24 +00:00
..
_iomodule.c fix typo #5687 2009-04-05 00:46:27 +00:00
_iomodule.h Issue 5682: Move _io module into its own subdirectory. 2009-04-04 19:58:40 +00:00
bufferedio.c #5502: accelerate binary buffered IO (especially small operations). 2009-04-11 15:39:24 +00:00
bytesio.c Issue 5682: Move _io module into its own subdirectory. 2009-04-04 19:58:40 +00:00
fileio.c Issue 5682: Move _io module into its own subdirectory. 2009-04-04 19:58:40 +00:00
iobase.c Issue 5682: Move _io module into its own subdirectory. 2009-04-04 19:58:40 +00:00
stringio.c Issue 5682: Move _io module into its own subdirectory. 2009-04-04 19:58:40 +00:00
textio.c Issue 5682: Move _io module into its own subdirectory. 2009-04-04 19:58:40 +00:00