cpython/Modules/_io
2021-10-01 21:46:25 +01:00
..
clinic
_iomodule.c
_iomodule.h
bufferedio.c bpo-44687: Ensure BufferedReader objects with unread buffers can peek even when the underlying file is closed (GH-28457) 2021-10-01 21:46:25 +01:00
bytesio.c
fileio.c bpo-43499: Silence compiler warnings about using legacy C API on Windows (GH-24873) 2021-03-16 08:03:37 +02:00
iobase.c
stringio.c
textio.c bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592) 2021-02-22 10:32:55 +09:00
winconsoleio.c