summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_config_key.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.6] bpo-21519: IDLE basic custom key entry better detects duplicates. ↵terryjreedy2017-06-271-4/+10
| | | | | | (GH-2428) (#2433) Original patch by Saimadhav Heblikar. (cherry picked from commit 44913e5)
* [3.6] bpo-6739: IDLE: Check for valid keybinding in config_keys (GH-2377) ↵terryjreedy2017-06-261-8/+71
| | | | | | | | (#2397) 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. (cherry picked from commit 8c78aa7)
* [3.6] bpo-29919 Remove unused imports from idlelib [GH-137] (#2105)terryjreedy2017-06-111-1/+1
| | | | Part of patch by Victor Stinner. (cherry-pick from d6debb24e06152a827769b0cac24c47deccdeac1)
* 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.