1. aff0ada bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395) by Terry Jan Reedy · 7 years ago
  2. b4ea8bb bpo-35598: IDLE - Globalize some config_key objects (GH-11392) by Cheryl Sabella · 7 years ago
  3. 4bd79c3 bpo-35598: IDLE: Switch config_key dialog to ttk widgets (GH-11365) by Cheryl Sabella · 7 years ago
  4. b0a6196 bpo-35598: IDLE: Increase test coverage for config_key.py (#11360) by Cheryl Sabella · 7 years ago
  5. 55698cc bpo-35598: IDLE: Update config_key.py with PEP8 names (GH-11330) by Cheryl Sabella · 7 years ago
  6. 10ea940 bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) by Tal Einat · 7 years ago
  7. 4d92158 bpo-33855: Still more edits and minimal tests for IDLE (GH-7784) by Terry Jan Reedy · 7 years ago
  8. bfebfd8 bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839) by Terry Jan Reedy · 8 years ago
  9. 2000150 bpo-21624: IDLE -- minor htest fixes (#2575) by terryjreedy · 8 years ago
  10. 44913e5 bpo-21519: IDLE basic custom key entry better detects duplicates. (#2428) by terryjreedy · 8 years ago
  11. 8c78aa7 bpo-6739: IDLE: Check for valid keybinding in config_keys (#2377) by csabella · 8 years ago
  12. a0e911b Fix typo in idlelib.config_key.py (#2322) by terryjreedy · 8 years ago
  13. 01e3575 Issue *24750: Switch all scrollbars in IDLE to ttk versions. by Terry Jan Reedy · 9 years ago
  14. 0d9220e Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. by Terry Jan Reedy · 9 years ago[Renamed from Lib/idlelib/keybindingDialog.py]
  15. a2fc99e Issue #21477: Idle htest: modify run; add more tests. by Terry Jan Reedy · 11 years ago
  16. b760167 Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 11 years ago
  17. 5c32f67 Use of 'filter' in keybindingDialog.py was causing by Kurt B. Kaiser · 16 years ago
  18. 827822e Fix for issue5194, based on a patch by Ned Deily. by Ronald Oussoren · 17 years ago
  19. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 17 years ago
  20. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 18 years ago
  21. e071277 Conform to py3k dict.{keys, items, values} with some advice from 2b3 by Kurt B. Kaiser · 18 years ago
  22. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 18 years ago
  23. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 19 years ago
  24. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  25. 5c6e0a1 1. Made advanced keybinding dialog functional. 2. Allow binding of movement keys by Kurt B. Kaiser · 20 years ago
  26. 2303b1c Keybindings with the Shift modifier now work correctly. So do bindings by Kurt B. Kaiser · 22 years ago
  27. 931237e SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) by Raymond Hettinger · 22 years ago
  28. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 23 years ago
  29. af7a302 Mac users now see correct modifiers in the Key Binding Entry window. by Tony Lownds · 23 years ago
  30. f31eec0 further work on new config system by Steven M. Gava · 24 years ago
  31. e28ee75 improvement to keybinding re-use check by Steven M. Gava · 24 years ago
  32. f9bb90e further work on saving configs by Steven M. Gava · 24 years ago
  33. c628a06 further work on keybinding configuration by Steven M. Gava · 24 years ago
  34. 68d7336 keybinding configuration by Steven M. Gava · 24 years ago
  35. facfc09 keybinding configuration by Steven M. Gava · 24 years ago
  36. edb60a7 key binding handling dialog by Steven M. Gava · 24 years ago