terryjreedy
93b88e9953
[3.6] bpo-21519: IDLE basic custom key entry better detects duplicates. (GH-2428) ( #2433 )
...
Original patch by Saimadhav Heblikar.
(cherry picked from commit 44913e5
)
2017-06-27 01:58:18 -04:00
terryjreedy
64a0c266e7
[3.6] bpo-6739: IDLE: Check for valid keybinding in config_keys (GH-2377) ( #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
)
2017-06-26 01:21:02 -04:00
terryjreedy
c6696feb09
[3.6] bpo-29919 Remove unused imports from idlelib [GH-137] ( #2105 )
...
Part of patch by Victor Stinner.
(cherry-pick from d6debb24e0
)
2017-06-11 05:53:46 -04:00
Terry Jan Reedy
5f30f79357
Issue #27922 : IDLE tests no longer flash tk widgets (Merge 3.5).
2016-08-31 21:09:02 -04:00
Terry Jan Reedy
3f3dc89a15
Issue #27714 : text_textview now passes when re-run in the same process
...
because test_idle failed while running with test -w (and no -jn).
Prevent a non-fatal warning from test_config_key.
2016-08-10 15:15:25 -04:00
Terry Jan Reedy
01e35754fb
Issue *24750: Switch all scrollbars in IDLE to ttk versions.
...
Where needed, add minimal tests to cover changes.
2016-06-10 18:19:21 -04:00