cpython/Modules/_io
Serhiy Storchaka 247789cee9 Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the
same line as function name.
2015-04-24 00:40:51 +03:00
..
clinic Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the 2015-04-24 00:40:51 +03:00
_iomodule.c Issue #20175: Converted the _io module to Argument Clinic. 2015-04-16 11:19:43 +03:00
_iomodule.h Issue #22883: Got rid of outdated references to PyInt and PyString in comments. 2015-02-17 10:14:30 +02:00
bufferedio.c Issue #20175: Converted the _io module to Argument Clinic. 2015-04-16 11:19:43 +03:00
bytesio.c Issue #20175: Converted the _io module to Argument Clinic. 2015-04-16 11:19:43 +03:00
fileio.c Issue #23908: os functions now reject paths with embedded null character 2015-04-20 10:12:28 +03:00
iobase.c Issue #20175: Converted the _io module to Argument Clinic. 2015-04-16 11:19:43 +03:00
stringio.c Issue #20175: Converted the _io module to Argument Clinic. 2015-04-16 11:19:43 +03:00
textio.c Use PyArg_ParseTuple (new API) instead of PyArg_Parse (old API) for parsing tuples. 2015-04-19 20:38:19 +03:00