Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-45975: IDLE - Remove extraneous parens (GH-31107) | Terry Jan Reedy | 2022-02-03 | 1 | -1/+1 |
| | | | | mistakenly included in 3 files in previous PR and backported both to 3.10 and 3.9. | ||||
* | bpo-45975: Use walrus operator for some idlelib while loops (GH-31083) | Nick Drozd | 2022-02-03 | 1 | -8/+4 |
| | |||||
* | bpo-32989: IDLE - remove unneeded parameter (GH-18138) | Terry Jan Reedy | 2020-01-23 | 1 | -1/+1 |
| | | | | | IDLE does not pass a non-default _synchre in any of its calls to pyparse.find_good_parse_start. | ||||
* | bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968) | Cheryl Sabella | 2020-01-21 | 1 | -6/+1 |
| | | | | | | | | Fix comments and add tests for editor newline_and_indent_event method. Remove unused None default for function parameter of pyparse find_good_parse_start method and code triggered by that default. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> | ||||
* | Fix idlelib typos discovered by min ho, pr 15018. (GH-15029) | Terry Jan Reedy | 2019-07-30 | 1 | -1/+1 |
| | |||||
* | bpo-35202: Remove unused imports in idlelib (GH-10438) | Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) | 2018-11-10 | 1 | -1/+0 |
| | |||||
* | bpo-33855: More edits and new minimal tests for IDLE (GH-7761) | Terry Jan Reedy | 2018-06-18 | 1 | -3/+3 |
| | | | | Part 2 of 3. Continues PR #7689, changeset ee5ef30. Edit and add tests for 18 modules, help_about to replace and run. | ||||
* | bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862) | Cheryl Sabella | 2018-02-28 | 1 | -47/+17 |
| | | | The new code also runs faster. | ||||
* | bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830) | Cheryl Sabella | 2018-02-24 | 1 | -61/+61 |
| | | | Adjust tests and user modules to match. | ||||
* | bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) | Terry Jan Reedy | 2018-02-22 | 1 | -20/+3 |
| | | | dump is similar to print but less flexible. lastopenbracketpos is now always initialized in _study2, as was stmt_bracketing, so the class settings are not needed. get_last_open_bracket_pos is never called. | ||||
* | bpo-32874: IDLE: add tests for pyparse (GH-5755) | Cheryl Sabella | 2018-02-22 | 1 | -66/+95 |
| | | | | There are no code changes other than comments and docstrings. | ||||
* | bpo-30144: Import collections ABC from collections.abc rather than ↵ | Serhiy Storchaka | 2017-04-24 | 1 | -1/+1 |
| | | | | collections. (#1263) | ||||
* | Issue #27891: Consistently group and sort imports within idlelib modules. | Terry Jan Reedy | 2016-08-31 | 1 | -1/+1 |
| | |||||
* | Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. | Terry Jan Reedy | 2016-05-22 | 1 | -0/+617 |