1. ce75df3 bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911) by ValeriyaSinevich · 7 years ago
  2. 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 7 years ago
  3. 42c35d9 bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754) by Serhiy Storchaka · 7 years ago
  4. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 8 years ago
  5. e613e6a bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285) by Serhiy Storchaka · 8 years ago
  6. 29adc13 bpo-30601: Fix a refleak in WindowsConsoleIO (#2003) by Victor Stinner · 8 years ago
  7. 523776c bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConsoleW fails (#1912) by Segev Finer · 8 years ago
  8. 762bf40 bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716) by Serhiy Storchaka · 8 years ago
  9. 202fda5 bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) by Serhiy Storchaka · 8 years ago
  10. 8c67fdd Merge from 3.6 by Steve Dower · 9 years ago
  11. a7e1648 Adds precheck for console filename to fix Windows 7. by Steve Dower · 9 years ago
  12. 43fec9b Merge issue #28164 and issue #29409 by Steve Dower · 9 years ago
  13. 722e3e2 Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) by Steve Dower · 9 years ago
  14. 61bdb0d Use _PyObject_CallMethodIdObjArgs() in _io by Victor Stinner · 9 years ago
  15. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  16. c6f9b2b Issue #28162: Fixes Ctrl+Z handling in console readall() by Steve Dower · 9 years ago
  17. 312cef7 Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests. by Steve Dower · 9 years ago
  18. e2e792d merge 3.5 (#28184) by Benjamin Peterson · 9 years ago
  19. 27f26ad Issue #28161: Opening CON for write access fails by Steve Dower · 9 years ago
  20. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 9 years ago