Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214) | Miss Islington (bot) | 2020-06-30 | 1 | -5/+0 |
| | | | | | (cherry picked from commit 2515a28230b1a011205f30263da6b01c6bd167a3) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> | ||||
* | bpo-33855: More edits and new minimal tests for IDLE (GH-7761) | Terry Jan Reedy | 2018-06-18 | 1 | -4/+3 |
| | | | | Part 2 of 3. Continues PR #7689, changeset ee5ef30. Edit and add tests for 18 modules, help_about to replace and run. | ||||
* | bpo-30617: IDLE: docstrings and unittest for outwin.py (#2046) | Cheryl Sabella | 2017-08-27 | 1 | -0/+172 |
Move some data and functions from the class to module level. Patch by Cheryl Sabella. |