cpython/Modules/_io
Steve Dower b82e17e626
bpo-36842: Implement PEP 578 (GH-12613)
Adds sys.audit, sys.addaudithook, io.open_code, and associated C APIs.
2019-05-23 08:45:22 -07:00
..
clinic bpo-36842: Implement PEP 578 (GH-12613) 2019-05-23 08:45:22 -07:00
_iomodule.c bpo-36842: Implement PEP 578 (GH-12613) 2019-05-23 08:45:22 -07:00
_iomodule.h bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io module. (#3726) 2018-01-16 18:34:21 +02:00
bufferedio.c bpo-35081: Add Include/internal/pycore_object.h (GH-10640) 2018-11-21 22:27:47 +01:00
bytesio.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) 2018-11-27 19:34:35 +02:00
fileio.c bpo-36842: Implement PEP 578 (GH-12613) 2019-05-23 08:45:22 -07:00
iobase.c bpo-36523: Add docstring to io.IOBase.writelines (GH-12683) 2019-04-22 20:13:51 +09:00
stringio.c bpo-35081: Add Include/internal/pycore_object.h (GH-10640) 2018-11-21 22:27:47 +01:00
textio.c bpo-36748: optimize TextIOWrapper.write() for ASCII string (GH-13002) 2019-05-16 15:03:20 +09:00
winconsoleio.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) 2019-03-13 22:59:55 +02:00