cpython/Modules/_io
Antoine Pitrou de20b0b50e Issue #13149: Speed up append-only StringIO objects.
This is very similar to the "lazy strings" idea.
2011-11-10 21:47:38 +01:00
..
_iomodule.c Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). 2011-10-31 20:34:46 +02:00
_iomodule.h PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. 2011-10-12 02:54:14 +02:00
bufferedio.c Replace {Get,Set,Has}AttrString with *AttrId. 2011-10-14 15:35: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 Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). 2011-10-31 20:34:46 +02:00
iobase.c Replace {Get,Set,Has}AttrString with *AttrId. 2011-10-14 15:35:36 +02:00
stringio.c Issue #13149: Speed up append-only StringIO objects. 2011-11-10 21:47:38 +01:00
textio.c Replace {Get,Set,Has}AttrString with *AttrId. 2011-10-14 15:35:36 +02:00