cpython/Modules/_io
Steve Dower 27f26ad962 Issue #28161: Opening CON for write access fails
Issue #28162: WindowsConsoleIO readall() fails if first line starts with Ctrl+Z
Issue #28163: WindowsConsoleIO fileno() passes wrong flags to _open_osfhandle
Issue #28164: _PyIO_get_console_type fails for various paths
2016-09-17 13:51:23 -07:00
..
clinic Issue #27810: Regenerate Argument Clinic. 2016-09-11 21:25:45 +03:00
_iomodule.c Issue #1602: Windows console doesn't input or print Unicode (PEP 528) 2016-08-30 21:22:36 -07:00
_iomodule.h more PY_LONG_LONG to long long 2016-09-08 09:15:54 -07:00
bufferedio.c Issue #20699: Merge io bytes-like fixes from 3.5 2016-05-28 01:07:08 +00:00
bytesio.c Issue #20699: Merge io bytes-like fixes from 3.5 2016-05-28 01:07:08 +00:00
fileio.c Issue #23524: Finish removing _PyVerify_fd from sources 2016-09-08 11:21:54 -07:00
iobase.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-08-30 10:47:49 -07:00
stringio.c Merge doc and comment fixes from 3.5 2016-04-19 23:23:16 +00:00
textio.c more PY_LONG_LONG to long long 2016-09-08 09:15:54 -07:00
winconsoleio.c Issue #28161: Opening CON for write access fails 2016-09-17 13:51:23 -07:00