1. 10ea940 bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) by Tal Einat · 6 years ago
  2. 4d92158 bpo-33855: Still more edits and minimal tests for IDLE (GH-7784) by Terry Jan Reedy · 6 years ago
  3. 800415e bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137) by Terry Jan Reedy · 6 years ago
  4. de65162 bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199) by Cheryl Sabella · 6 years ago
  5. 29996a1 bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106) by Cheryl Sabella · 6 years ago
  6. 845d864 bpo-32765: Update configdialog General tab create page docstring (GH-5529) by Cheryl Sabella · 7 years ago
  7. c3d9508 bpo-32746: Fix multiple typos (GH-5144) by Leo Arias · 7 years ago
  8. e8f7c78 bpo-30781: Remove unused imports in idlelib.configdialog. (#4627) by Terry Jan Reedy · 7 years ago
  9. ed6554c bpo-31860: Make the font sample in the IDLE font configuration dialog editable. (#4106) by Serhiy Storchaka · 7 years ago
  10. e2e4227 bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (#3960) by Terry Jan Reedy · 7 years ago
  11. bfebfd8 bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839) by Terry Jan Reedy · 7 years ago
  12. d6e2f26 bpo-31500: Removed fixed size of IDLE config dialog. (#3664) by Terry Jan Reedy · 7 years ago
  13. 0efc7c6 bpo-31502: IDLE Configdialog again deletes custom themes and keysets. (#3634) by Terry Jan Reedy · 7 years ago
  14. 5777ecc bpo-31488: IDLE - update former extensions when options change. (#3612) by Terry Jan Reedy · 7 years ago
  15. 3866d9b bpo-30781: IDLE: Fix help button on configdialog (#3238) by Cheryl Sabella · 7 years ago
  16. 58fc71c bpo-27099: IDLE - Convert built-in extensions to regular features (#2494) by wohlganger · 7 years ago
  17. 390eadd bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, and Help sections. (#3239) by Terry Jan Reedy · 7 years ago
  18. 3457f42 bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests. (#3220) by Terry Jan Reedy · 7 years ago
  19. 7028e59 bpo-30781: IDLE - use ttk widgets in configdialog (#2654) by Cheryl Sabella · 7 years ago
  20. 4bfebc6 bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3160) by Cheryl Sabella · 7 years ago
  21. 8f7a798 bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3156) by Cheryl Sabella · 7 years ago
  22. a32e405 bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3141) by Cheryl Sabella · 7 years ago
  23. 82aff62 bpo-31001: IDLE: Add tests for configdialog highlight tab (#3123) by Cheryl Sabella · 7 years ago
  24. e36d9f5 bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (#3096) by Cheryl Sabella · 7 years ago
  25. 2f89646 bpo-31002: IDLE: Add tests for configdialog keys tab (#2996) by Cheryl Sabella · 7 years ago
  26. 733d0f6 bpo-31130: IDLE -- stop leaks in test_configdialog. (#3016) by Terry Jan Reedy · 7 years ago
  27. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 7 years ago
  28. 6f446be bpo-31083: IDLE: Describe the Page classes in configdialog (#2965) by csabella · 7 years ago
  29. e8eb17b bpo-31050: IDLE: Factor GenPage class from ConfigDialog (#2952) by csabella · 7 years ago
  30. 9397e2a bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (#2905) by csabella · 7 years ago
  31. b331f80 bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (#2938) by Terry Jan Reedy · 7 years ago
  32. 5d0f30a bpo-30853: IDLE - touch-up configdialog.VarTrace and tests. (#2936) by Terry Jan Reedy · 7 years ago
  33. 5b59154 bpo-30853: IDLE: Convert font and general vars to use VarTrace (#2914) by csabella · 7 years ago
  34. b166080 bpo-31060: IDLE: Finish regrouping ConfigDialog methods (#2908) by Terry Jan Reedy · 7 years ago
  35. 2bc8f0e bpo-31003: IDLE - Add more tests for General tab (#2859) by Terry Jan Reedy · 7 years ago
  36. 45bf723 bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialog. (#2872) by csabella · 7 years ago
  37. 77e97ca bpo-30993: IDLE - Improve configdialog font page and tests. (#2831) by Terry Jan Reedy · 7 years ago
  38. 07ba305 bpo-30993: IDLE - Improve configdialog font page and tests. (#2818) by Terry Jan Reedy · 7 years ago
  39. 616ecf1 bpo-30981: IDLE: Augment one configdialog font page test (#2810) by Terry Jan Reedy · 7 years ago
  40. 7c5798e bpo-30981: temporarity skip failing IDLE test class (#2798) by Terry Jan Reedy · 7 years ago
  41. d0969d6 bpo-30981: IDLE -- Add more configdialog font page tests. (#2794) by Terry Jan Reedy · 7 years ago
  42. a54a8f1 bpo-28523: IDLE: Use 'color' instead of 'colour'. (#2787) by Terry Jan Reedy · 7 years ago
  43. 36329a4 bpo-30913: IDLE: Document tk vars, attributes, and methods for ConfigDialog (#2697) by csabella · 7 years ago
  44. 9b622fb bpo-30870: IDLE: Add configdialog fontlist selection unittest (#2666) by Louie Lu · 7 years ago
  45. 6d13b22 bpo-30779: IDLE: fix changes.delete_section calls in configdialog (#2667) by csabella · 7 years ago
  46. 5b62b35 bpo-30870: IDLE -- fix logic error in eae2537. (#2660) by terryjreedy · 7 years ago
  47. aa8d0a2 bpo-30851: IDLE: Remove unused tk variables in configdialog. (#2626) by csabella · 7 years ago
  48. bb2bae8 bpo-30870: IDLE: Change sample font when select by key-up/down (#2617) by Louie Lu · 7 years ago
  49. 349abd9 bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in config; test. (#2612) by terryjreedy · 7 years ago
  50. 7eb5883 bpo-30777: IDLE: configdialog - add docstrings and improve comments (#2440) by csabella · 7 years ago
  51. fae2c35 bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (#2306) by wohlganger · 7 years ago
  52. bac7d33 bpo-30728: IDLE: Refactor configdialog to PEP8 names (#2307) by csabella · 7 years ago
  53. f46b782 Issue #28572: Add 10% to coverage of IDLE's test_configdialog. by Terry Jan Reedy · 8 years ago
  54. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 8 years ago
  55. da02887 Issue #17642: add larger font sizes for classroom projection. by Terry Jan Reedy · 8 years ago
  56. 9bdb1ed Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets. by Terry Jan Reedy · 8 years ago
  57. 8b22c0a Issue #27380: IDLE: add query.HelpSource class and tests. by Terry Jan Reedy · 8 years ago
  58. 68a53c5 Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclass by Terry Jan Reedy · 8 years ago
  59. 8122174 Issue #22115: Added methods trace_add, trace_remove and trace_info in the by Serhiy Storchaka · 8 years ago
  60. 5cd6ea4 Issue #27245: revert temporary rename by Terry Jan Reedy · 8 years ago[Renamed from Lib/idlelib/configDialog.py]
  61. d34bafa Merge with 3.5 by Terry Jan Reedy · 8 years ago
  62. cdd3a99 Issue #27245: temporary rename for merge. by Terry Jan Reedy · 8 years ago[Renamed from Lib/idlelib/configdialog.py]
  63. 01e3575 Issue *24750: Switch all scrollbars in IDLE to ttk versions. by Terry Jan Reedy · 8 years ago
  64. 6fa5bdc Issue #24225: Within idlelib files, update idlelib module names. by Terry Jan Reedy · 8 years ago
  65. 0d9220e Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. by Terry Jan Reedy · 8 years ago[Renamed from Lib/idlelib/configDialog.py]
  66. 6b98ce2 Issue #27044: stop test_idle from leaking by deleting callbacks. by Terry Jan Reedy · 8 years ago
  67. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  68. d0c0f00 Issue #25313: Change the handling of new built-in text color themes to better by Terry Jan Reedy · 9 years ago
  69. d081229 Issue #24782: Limit width of canvas and hence IDLE settings dialog. by Terry Jan Reedy · 9 years ago
  70. 47304c0 Issue #24782: Don't try to run now-removed extension dialog test. by Terry Jan Reedy · 9 years ago
  71. b2f8760 Issue #24782: whitespace by Terry Jan Reedy · 9 years ago
  72. 93f3542 Issue #24782: Finish converting the Configure Extension dialog into a new by Terry Jan Reedy · 9 years ago
  73. d0cadba Issue #22726: Re-activate config dialog help button with some content about by Terry Jan Reedy · 9 years ago
  74. be5b7a2 Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution. by Terry Jan Reedy · 9 years ago
  75. a8aa4d5 Issue #24820: Users can now set breakpoint colors in Settings -> by Terry Jan Reedy · 9 years ago
  76. 41a27e0 Issue #24782: In Idle extension config dialog, replace tabs with sorted list. by Terry Jan Reedy · 9 years ago
  77. d87d168 Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default by Terry Jan Reedy · 9 years ago
  78. 2733618 idlelib: remove unused names and imports (one is a duplicate import). by Terry Jan Reedy · 9 years ago
  79. df93869 Issue #20577: move configuration of FormatParagraph extension to new extension by Terry Jan Reedy · 10 years ago
  80. a9421fb Issue #3068: Add Idle extension configuration dialog to Options menu. by Terry Jan Reedy · 10 years ago
  81. cd56736 Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of by Terry Jan Reedy · 10 years ago
  82. 92cb0a3 Issue 3068: Move idlelib.configDialog action button creation into a separate by Terry Jan Reedy · 10 years ago
  83. 4036d87 PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, by Terry Jan Reedy · 10 years ago
  84. 2240533 Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. by Terry Jan Reedy · 10 years ago
  85. e3416e6 Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. by Terry Jan Reedy · 10 years ago
  86. cfa8950 Issue #21982: Add minimal unittest for configDialog with 46% coverage. by Terry Jan Reedy · 10 years ago
  87. 44f09eb Delete a few unused names suggested by pyflakes. by Terry Jan Reedy · 10 years ago
  88. 2e8234a Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. by Terry Jan Reedy · 10 years ago
  89. b760167 Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 10 years ago
  90. 91d4278 Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 11 years ago
  91. 8a495a4 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  92. fdf0f27 Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu by Ned Deily · 12 years ago
  93. 809309a Issue #14876: Use user-selected font for highlight configuration. by Terry Jan Reedy · 12 years ago
  94. dc224f8 #6528 None, True, False are keywords in 3.x. Patch by Roger Serwy. by Terry Jan Reedy · 13 years ago
  95. e52e378 Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from by Alexandre Vassalotti · 15 years ago
  96. e261ae0 Remove debug statement that leaked into the repository. by Ronald Oussoren · 15 years ago
  97. afbca49 * Adapt framework install makefiles to 2to3 tool by Ronald Oussoren · 15 years ago
  98. 9e35004 This fixes issue3883 (text on the buttons in the preferences panel for IDLE doesn't fit on OSX) by Ronald Oussoren · 16 years ago
  99. 5216d08 Issue #4323: Always encode source as UTF-8 without asking by Martin v. Löwis · 16 years ago
  100. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 16 years ago