1. 038770e bpo-38325: Skip non-BMP tests of test_winconsoleio (GH-18448) by Victor Stinner · 5 years ago
  2. b71d8d6 bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562) by Victor Stinner · 6 years ago
  3. 42c35d9 bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754) by Serhiy Storchaka · 7 years ago
  4. 2dfa6cb Issue #28164: Improves test on Windows 7 by Steve Dower · 8 years ago
  5. 0c8ee60 Updates test_winconsoleio to better show the source of its issues. by Steve Dower · 9 years ago
  6. 722e3e2 Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) by Steve Dower · 9 years ago
  7. c6f9b2b Issue #28162: Fixes Ctrl+Z handling in console readall() by Steve Dower · 9 years ago
  8. 312cef7 Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests. by Steve Dower · 9 years ago
  9. 33df0c3 More lenient skipping of console tests. by Steve Dower · 9 years ago
  10. f09e2fa Skips console open_fd tests when we don't have real consoles. by Steve Dower · 9 years ago
  11. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 9 years ago