cpython/Modules/_io
Serhiy Storchaka 7e9d1d1a1b Issue #23908: os functions now reject paths with embedded null character
on Windows instead of silently truncate them.

Removed no longer used _PyUnicode_HasNULChars().
2015-04-20 10:12:28 +03:00
..
clinic Issue #20175: Converted the _io module to Argument Clinic. 2015-04-16 11:19:43 +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