summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/config_key.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.6] bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. ↵Terry Jan Reedy2017-09-301-1/+1
| | | | | (GH-3839) (#3841) (cherry picked from commit bfebfd8)
* [3.6] bpo-21624: IDLE -- minor htest fixes (GH-2575) (#2578)terryjreedy2017-07-051-0/+1
| | | (cherry picked from commit 2000150)
* [3.6] bpo-21519: IDLE basic custom key entry better detects duplicates. ↵terryjreedy2017-06-271-3/+3
| | | | | | (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-18/+44
| | | | | | | | (#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] Fix typo in idlelib.config_key.py (GH-2322) (#2323)terryjreedy2017-06-221-1/+1
| | | (cherry picked from commit a0e911b)
* Issue *24750: Switch all scrollbars in IDLE to ttk versions.Terry Jan Reedy2016-06-101-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 Reedy2016-05-221-0/+266