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 bpo-31095: fix potential crash during GC (GH-2974) 2017-08-24 14:55:17 +09:00
fileio.c bpo-32186: Release the GIL during lseek and fstat (#4652) 2017-12-01 02:18:58 +01:00
iobase.c bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) 2017-04-19 20:03:52 +03:00
stringio.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) 2017-04-16 10:46:38 +03:00
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