Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-108996: fix and enable test_msvcrt (#109226) | AN Long | 2023-09-22 | 1 | -17/+13 |
| | | | | | | * Add _testconsole.flush_console_input_buffer() function. * test_kbhit(), test_getwch() and test_getwche() now call flush_console_input_buffer(). * Don't override sys.stdin anymore (not needed). | ||||
* | gh-108996: Skip broken test_msvcrt for now (#109169) | Victor Stinner | 2023-09-08 | 1 | -0/+2 |
| | |||||
* | gh-108996: add tests for msvcrt (#109004) | AN Long | 2023-09-08 | 1 | -0/+111 |
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Steve Dower <steve.dower@microsoft.com> |