Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-41729: Fix test_winconsole failures (3) and hang (GH-22146) | Miss Islington (bot) | 2020-09-12 | 1 | -1/+1 |
| | | | | | | | | The problems occured with a repository build on machine with freshly updated Windows 10 Pro. (cherry picked from commit 31c9828ec026e5d9b9122d55bf0aa7cb45bfecc5) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> | ||||
* | Use calloc-based functions, not malloc. (GH-19152) | Andy Lester | 2020-03-25 | 1 | -2/+1 |
| | |||||
* | bpo-31462: Remove trailing whitespaces. (#3564) | Serhiy Storchaka | 2017-09-14 | 1 | -3/+3 |
| | |||||
* | Issue #28217: Adds _testconsole module to test console input. Fixes some ↵ | Steve Dower | 2016-10-03 | 1 | -0/+131 |
issues found by the tests. |