summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_config_key.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-21519: IDLE basic custom key entry better detects duplicates. (#2428)terryjreedy2017-06-271-4/+10
|
* bpo-6739: IDLE: Check for valid keybinding in config_keys (#2377)csabella2017-06-261-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 Stinner2017-03-271-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 Reedy2016-09-011-0/+1
|
* Issue #27714: text_textview now passes when re-run in the same processTerry Jan Reedy2016-08-101-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 Reedy2016-06-101-0/+31
Where needed, add minimal tests to cover changes.