summaryrefslogtreecommitdiff
path: root/Lib/test/test_winconsoleio.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)Miss Islington (bot)2018-02-241-0/+4
* Issue #28164: Improves test on Windows 7Steve Dower2017-02-061-16/+22
* Updates test_winconsoleio to better show the source of its issues.Steve Dower2017-02-041-15/+27
* Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)Steve Dower2017-02-041-1/+27
* Issue #28162: Fixes Ctrl+Z handling in console readall()Steve Dower2016-10-081-16/+22
* Issue #28217: Adds _testconsole module to test console input. Fixes some issu...Steve Dower2016-10-031-8/+62
* More lenient skipping of console tests.Steve Dower2016-09-081-3/+15
* Skips console open_fd tests when we don't have real consoles.Steve Dower2016-09-081-18/+21
* Issue #1602: Windows console doesn't input or print Unicode (PEP 528)Steve Dower2016-08-301-0/+72