cpython/Modules/_io
Serhiy Storchaka 202fda55c2 bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) 2017-03-12 10:10:47 +02:00
..
clinic bpo-29741: Clean up C implementations of BytesIO and StringIO. (#606) 2017-03-11 00:52:01 +02:00
_iomodule.c bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) 2017-03-12 10:10:47 +02:00
_iomodule.h Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests. 2016-10-03 09:04:58 -07:00
bufferedio.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 2017-01-23 09:47:21 +02:00
bytesio.c bpo-29741: Clean up C implementations of BytesIO and StringIO. (#606) 2017-03-11 00:52:01 +02:00
fileio.c bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) 2017-03-12 10:10:47 +02:00
iobase.c Use _PyObject_CallMethodIdObjArgs() in _io 2016-12-09 15:39:28 +01:00
stringio.c bpo-29741: Clean up C implementations of BytesIO and StringIO. (#606) 2017-03-11 00:52:01 +02:00
textio.c bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) 2017-03-12 10:10:47 +02:00
winconsoleio.c bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) 2017-03-12 10:10:47 +02:00