Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) | Miss Islington (bot) | 2018-08-01 | 1 | -0/+2 |
| | | | | | | Added missing .grab_release() calls to all places where we call .grab_set(). (cherry picked from commit 10ea9409ceb5da83cb380b610750551e26561044) Co-authored-by: Tal Einat <taleinat+github@gmail.com> | ||||
* | bpo-33855: Still more edits and minimal tests for IDLE (GH-7784) | Miss Islington (bot) | 2018-06-19 | 1 | -2/+2 |
| | | | | | | | Part 3 of 3, continuing PR GH-7689. This covers 14 idlelib modules and their tests, rpc to zoomheight except for run (already done) and tooltip (being done separately). (cherry picked from commit 4d92158f4c3917fc4fbfebff15224e74782abf79) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> | ||||
* | bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839) | Terry Jan Reedy | 2017-09-30 | 1 | -1/+1 |
| | |||||
* | bpo-21624: IDLE -- minor htest fixes (#2575) | terryjreedy | 2017-07-04 | 1 | -0/+1 |
| | |||||
* | bpo-21519: IDLE basic custom key entry better detects duplicates. (#2428) | terryjreedy | 2017-06-27 | 1 | -3/+3 |
| | |||||
* | bpo-6739: IDLE: Check for valid keybinding in config_keys (#2377) | csabella | 2017-06-26 | 1 | -18/+44 |
| | | | | | | 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. | ||||
* | Fix typo in idlelib.config_key.py (#2322) | terryjreedy | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | Issue *24750: Switch all scrollbars in IDLE to ttk versions. | Terry Jan Reedy | 2016-06-10 | 1 | -8/+13 |
| | | | | Where needed, add minimal tests to cover changes. | ||||
* | Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. | Terry Jan Reedy | 2016-05-22 | 1 | -0/+266 |