cpython/Modules/_io
Benjamin Peterson 0a37a30037
closes bpo-32460: ensure all non-static globals have initializers (#5061)
2017-12-31 10:04:13 -08:00
..
clinic bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newline (GH-2343) 2017-12-21 09:59:53 +09:00
_iomodule.c closes bpo-32460: ensure all non-static globals have initializers (#5061) 2017-12-31 10:04:13 -08:00
_iomodule.h bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() semantics (#4826) 2017-12-13 01:39:26 +01:00
bufferedio.c bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() semantics (#4826) 2017-12-13 01:39:26 +01:00
bytesio.c
fileio.c bpo-32186: Release the GIL during lseek and fstat (#4652) 2017-12-01 02:18:58 +01:00
iobase.c
stringio.c
textio.c bpo-32402: io: Add missing NULL check. (GH-4971) 2017-12-24 10:29:19 +09:00
winconsoleio.c Replace KB unit with KiB (#4293) 2017-11-08 14:44:44 -08:00