summaryrefslogtreecommitdiffstats
path: root/Modules/_io/winconsoleio.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)Miss Islington (bot)2018-02-241-0/+3
* _winconsoleio: Fix memory leak (#2485)Victor Stinner2017-06-291-3/+3
* [3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (...Serhiy Storchaka2017-06-271-9/+2
* bpo-30601: Fix a refleak in WindowsConsoleIO (#2003) (#2008)Victor Stinner2017-06-081-3/+2
* bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConso...Steve Dower2017-06-021-1/+1
* Adds precheck for console filename to fix Windows 7.Steve Dower2017-02-051-1/+13
* Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)Steve Dower2017-02-041-20/+47
* 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-201-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-311-0/+1096