index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
/
idle_test
/
test_config_key.py
Commit message (
Expand
)
Author
Age
*
bpo-35598: IDLE - Globalize some config_key objects (GH-11392)
Cheryl Sabella
2018-12-31
*
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
*
bpo-35202: Remove more unused imports in idlelib (GH-10573)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-11-17
*
bpo-35202: Remove unused imports in idlelib (GH-10438)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-10
*
bpo-33855: Minimally test all IDLE modules. (GH-7689)
Terry Jan Reedy
2018-06-15
*
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
*
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner
2017-03-27
*
Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5).
Terry Jan Reedy
2016-08-31
*
Issue #27714: text_textview now passes when re-run in the same process
Terry Jan Reedy
2016-08-10
*
Issue *24750: Switch all scrollbars in IDLE to ttk versions.
Terry Jan Reedy
2016-06-10