summaryrefslogtreecommitdiff
path: root/Modules/_io/winconsoleio.c
Commit message (Expand)AuthorAgeFilesLines
* Use _PyObject_CallMethodIdObjArgs() in _ioVictor Stinner2016-12-091-3/+3
* Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...Serhiy Storchaka2016-11-161-3/+3
* Issue #28162: Fixes Ctrl+Z handling in console readall()Steve Dower2016-10-081-20/+29
* Issue #28217: Adds _testconsole module to test console input. Fixes some issu...Steve Dower2016-10-031-11/+43
* merge 3.5 (#28184)Benjamin Peterson2016-09-191-6/+6
* Issue #28161: Opening CON for write access failsSteve Dower2016-09-171-14/+31
* Issue #1602: Windows console doesn't input or print Unicode (PEP 528)Steve Dower2016-08-301-0/+1096