Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [codemod] Fix non-matching bracket pairs (GH-28473) | Mohamad Mansour | 2021-09-21 | 1 | -1/+1 |
| | | | | | Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | bpo-35598: IDLE - Globalize some config_key objects (GH-11392) | Cheryl Sabella | 2018-12-31 | 1 | -19/+22 |
| | | | | | Move translate_key() and constant tuples to module level. Inline the remnant one-line function. | ||||
* | bpo-35598: IDLE: Switch config_key dialog to ttk widgets (GH-11365) | Cheryl Sabella | 2018-12-30 | 1 | -4/+4 |
| | |||||
* | bpo-35598: IDLE: Increase test coverage for config_key.py (#11360) | Cheryl Sabella | 2018-12-30 | 1 | -3/+192 |
| | |||||
* | bpo-35598: IDLE: Update config_key.py with PEP8 names (GH-11330) | Cheryl Sabella | 2018-12-28 | 1 | -24/+24 |
| | | | A few other changes make the code easier to follow. | ||||
* | bpo-35202: Remove more unused imports in idlelib (GH-10573) | Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) | 2018-11-17 | 1 | -1/+1 |
| | |||||
* | bpo-35202: Remove unused imports in idlelib (GH-10438) | Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) | 2018-11-10 | 1 | -1/+0 |
| | |||||
* | bpo-33855: Minimally test all IDLE modules. (GH-7689) | Terry Jan Reedy | 2018-06-15 | 1 | -3/+1 |
| | | | | Create a template for minimally testing a tkinter-using module by importing it and instantiating its class(es). Add a test file for all non-startup IDLE modules. Edit existing files and update coverage. This is part 1 of 3, covering the 21 autocomplete to help modules and touching 33 idlelib files. | ||||
* | bpo-21519: IDLE basic custom key entry better detects duplicates. (#2428) | terryjreedy | 2017-06-27 | 1 | -4/+10 |
| | |||||
* | bpo-6739: IDLE: Check for valid keybinding in config_keys (#2377) | csabella | 2017-06-26 | 1 | -8/+71 |
| | | | | | | Verify user-entered key sequences by trying to bind them with tk. Add tests for all 3 validation functions. Original patch by G Polo. Tests added by Cheryl Sabella. | ||||
* | bpo-29919: Remove unused imports found by pyflakes (#137) | Victor Stinner | 2017-03-27 | 1 | -1/+1 |
| | | | Make also minor PEP8 coding style fixes on modified imports. | ||||
* | Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5). | Terry Jan Reedy | 2016-09-01 | 1 | -0/+1 |
| | |||||
* | Issue #27714: text_textview now passes when re-run in the same process | Terry Jan Reedy | 2016-08-10 | 1 | -1/+2 |
| | | | | | because test_idle failed while running with test -w (and no -jn). Prevent a non-fatal warning from test_config_key. | ||||
* | Issue *24750: Switch all scrollbars in IDLE to ttk versions. | Terry Jan Reedy | 2016-06-10 | 1 | -0/+31 |
Where needed, add minimal tests to cover changes. |