Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | IDLE: fix config_key htest (#112545) | Terry Jan Reedy | 2023-11-30 |
| | | | Change 'Dialog' to 'Window' in two places to match the name of the config_key class being tested. | ||
* | bpo-35675: IDLE - separate config_key window and frame (#11427) | Cheryl Sabella | 2022-09-30 |
| | | | | | bpo-35598: IDLE: Refactor window and frame class Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> | ||
* | bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by ↵ | Serhiy Storchaka | 2021-04-25 |
| | | | | window managers on macOS and X Window (#25187) | ||
* | bpo-40443: Remove unused imports in idlelib (GH-19801) | Victor Stinner | 2020-04-29 |
| | |||
* | bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395) | Terry Jan Reedy | 2019-01-02 |
| | |||
* | bpo-35598: IDLE - Globalize some config_key objects (GH-11392) | Cheryl Sabella | 2018-12-31 |
| | | | | | 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 |
| | |||
* | bpo-35598: IDLE: Increase test coverage for config_key.py (#11360) | Cheryl Sabella | 2018-12-29 |
| | |||
* | bpo-35598: IDLE: Update config_key.py with PEP8 names (GH-11330) | Cheryl Sabella | 2018-12-27 |
| | | | A few other changes make the code easier to follow. | ||
* | bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) | Tal Einat | 2018-08-02 |
| | | | | Added missing .grab_release() calls to all places where we call .grab_set(). | ||
* | bpo-33855: Still more edits and minimal tests for IDLE (GH-7784) | Terry Jan Reedy | 2018-06-19 |
| | | | | | Part 3 of 3, continuing PR #7689. This covers 14 idlelib modules and their tests, rpc to zoomheight except for run (already done) and tooltip (being done separately). | ||
* | bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839) | Terry Jan Reedy | 2017-09-30 |
| | |||
* | bpo-21624: IDLE -- minor htest fixes (#2575) | terryjreedy | 2017-07-04 |
| | |||
* | bpo-21519: IDLE basic custom key entry better detects duplicates. (#2428) | terryjreedy | 2017-06-27 |
| | |||
* | bpo-6739: IDLE: Check for valid keybinding in config_keys (#2377) | csabella | 2017-06-26 |
| | | | | | | 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 |
| | |||
* | Issue *24750: Switch all scrollbars in IDLE to ttk versions. | Terry Jan Reedy | 2016-06-10 |
| | | | | 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 |