1. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 8 years ago
  2. da02887 Issue #17642: add larger font sizes for classroom projection. by Terry Jan Reedy · 8 years ago
  3. 9bdb1ed Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets. by Terry Jan Reedy · 8 years ago
  4. 8b22c0a Issue #27380: IDLE: add query.HelpSource class and tests. by Terry Jan Reedy · 8 years ago
  5. 68a53c5 Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclass by Terry Jan Reedy · 8 years ago
  6. 8122174 Issue #22115: Added methods trace_add, trace_remove and trace_info in the by Serhiy Storchaka · 8 years ago
  7. 5cd6ea4 Issue #27245: revert temporary rename by Terry Jan Reedy · 8 years ago[Renamed from Lib/idlelib/configDialog.py]
  8. d34bafa Merge with 3.5 by Terry Jan Reedy · 8 years ago
  9. cdd3a99 Issue #27245: temporary rename for merge. by Terry Jan Reedy · 8 years ago[Renamed from Lib/idlelib/configdialog.py]
  10. 01e3575 Issue *24750: Switch all scrollbars in IDLE to ttk versions. by Terry Jan Reedy · 8 years ago
  11. 6fa5bdc Issue #24225: Within idlelib files, update idlelib module names. by Terry Jan Reedy · 8 years ago
  12. 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]
  13. 6b98ce2 Issue #27044: stop test_idle from leaking by deleting callbacks. by Terry Jan Reedy · 8 years ago
  14. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  15. d0c0f00 Issue #25313: Change the handling of new built-in text color themes to better by Terry Jan Reedy · 9 years ago
  16. d081229 Issue #24782: Limit width of canvas and hence IDLE settings dialog. by Terry Jan Reedy · 9 years ago
  17. 47304c0 Issue #24782: Don't try to run now-removed extension dialog test. by Terry Jan Reedy · 9 years ago
  18. b2f8760 Issue #24782: whitespace by Terry Jan Reedy · 9 years ago
  19. 93f3542 Issue #24782: Finish converting the Configure Extension dialog into a new by Terry Jan Reedy · 9 years ago
  20. d0cadba Issue #22726: Re-activate config dialog help button with some content about by Terry Jan Reedy · 9 years ago
  21. be5b7a2 Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution. by Terry Jan Reedy · 9 years ago
  22. a8aa4d5 Issue #24820: Users can now set breakpoint colors in Settings -> by Terry Jan Reedy · 9 years ago
  23. 41a27e0 Issue #24782: In Idle extension config dialog, replace tabs with sorted list. by Terry Jan Reedy · 9 years ago
  24. d87d168 Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default by Terry Jan Reedy · 9 years ago
  25. 2733618 idlelib: remove unused names and imports (one is a duplicate import). by Terry Jan Reedy · 9 years ago
  26. df93869 Issue #20577: move configuration of FormatParagraph extension to new extension by Terry Jan Reedy · 10 years ago
  27. a9421fb Issue #3068: Add Idle extension configuration dialog to Options menu. by Terry Jan Reedy · 10 years ago
  28. cd56736 Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of by Terry Jan Reedy · 10 years ago
  29. 92cb0a3 Issue 3068: Move idlelib.configDialog action button creation into a separate by Terry Jan Reedy · 10 years ago
  30. 4036d87 PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, by Terry Jan Reedy · 10 years ago
  31. 2240533 Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. by Terry Jan Reedy · 10 years ago
  32. e3416e6 Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. by Terry Jan Reedy · 10 years ago
  33. cfa8950 Issue #21982: Add minimal unittest for configDialog with 46% coverage. by Terry Jan Reedy · 10 years ago
  34. 44f09eb Delete a few unused names suggested by pyflakes. by Terry Jan Reedy · 10 years ago
  35. 2e8234a Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. by Terry Jan Reedy · 10 years ago
  36. b760167 Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 11 years ago
  37. 91d4278 Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 11 years ago
  38. 8a495a4 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  39. fdf0f27 Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu by Ned Deily · 12 years ago
  40. 809309a Issue #14876: Use user-selected font for highlight configuration. by Terry Jan Reedy · 12 years ago
  41. dc224f8 #6528 None, True, False are keywords in 3.x. Patch by Roger Serwy. by Terry Jan Reedy · 13 years ago
  42. e52e378 Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from by Alexandre Vassalotti · 15 years ago
  43. e261ae0 Remove debug statement that leaked into the repository. by Ronald Oussoren · 15 years ago
  44. afbca49 * Adapt framework install makefiles to 2to3 tool by Ronald Oussoren · 15 years ago
  45. 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
  46. 5216d08 Issue #4323: Always encode source as UTF-8 without asking by Martin v. Löwis · 16 years ago
  47. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 16 years ago
  48. a156e09 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 17 years ago
  49. 4718bf8 Convert some custom sort comparison functions to equivalent key functions. by Kurt B. Kaiser · 17 years ago
  50. 9a37159 Merged revisions 59595-59604 via svnmerge from by Christian Heimes · 17 years ago
  51. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  52. e071277 Conform to py3k dict.{keys, items, values} with some advice from 2b3 by Kurt B. Kaiser · 17 years ago
  53. 2d7f6a0 Switch to absolute imports to support direct execution of modules. Many by Kurt B. Kaiser · 17 years ago
  54. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  55. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 18 years ago
  56. 811c4e0 Remove has_key() references from idlelib. IDLE still doesn't run due by Guido van Rossum · 18 years ago
  57. b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 19 years ago
  58. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  59. acdef85 Removed ability to configure tabs indent from Options dialog. This 'feature' by Kurt B. Kaiser · 20 years ago
  60. 5acdf93 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" by Kurt B. Kaiser · 20 years ago
  61. 4e49b83 SF patch #961387: Make IDLE's paragraph reformatting width configurable by Raymond Hettinger · 20 years ago
  62. cf6f1b6 M EditorWindow.py M IOBinding.py M NEWS.txt M configDialog.py by Kurt B. Kaiser · 21 years ago
  63. 73360a3 Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe by Kurt B. Kaiser · 21 years ago
  64. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  65. 931237e SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) by Raymond Hettinger · 21 years ago
  66. 0539169 1. SF Bug 661676 by Kurt B. Kaiser · 21 years ago
  67. 6c638b6 Bruce Sherwood RFE/Patch SF 661318 by Kurt B. Kaiser · 21 years ago
  68. a053f33 [ SF 710733 - Martin v. Loewis] Improving source encoding dialog by Kurt B. Kaiser · 21 years ago
  69. 8e92bf7 M Bindings.py by Kurt B. Kaiser · 22 years ago
  70. e7a161e M configDialog.py M configHelpSourceEdit.py by Kurt B. Kaiser · 22 years ago
  71. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  72. a178cff [ 629984 ] Smaller font sizes not supported by Chui Tey · 22 years ago
  73. 39df7c4 MERGE DS_RPC_BRANCH into MAIN: configDialog.py AutoIndent merged 21Jul by Kurt B. Kaiser · 22 years ago
  74. 1d46e40 further work on new config system; recent files menu by Steven M. Gava · 23 years ago
  75. 0c5bc8c further work on new config system; user defined help items by Steven M. Gava · 23 years ago
  76. dbfe92c further work on dynamic reconfiguration; keybindings by Steven M. Gava · 23 years ago
  77. 9d142ad fixes to tabwidth code removal by Steven M. Gava · 23 years ago
  78. 63f6714 remove tabwidth (for tabs) config stuff, by Steven M. Gava · 23 years ago
  79. b158541 further work on dynamic config changes; editor font by Steven M. Gava · 23 years ago
  80. dfd0b29 remove debug cruft by Steven M. Gava · 23 years ago
  81. f31eec0 further work on new config system by Steven M. Gava · 23 years ago
  82. b77d343 First work on making config changes dynamic, dynamic theme changes by Steven M. Gava · 23 years ago
  83. 4974575 handle user theme and key set deletion by Steven M. Gava · 23 years ago
  84. e28ee75 improvement to keybinding re-use check by Steven M. Gava · 23 years ago
  85. 9f25e67 base GetHighlight on GetThemeDict for better defaults by Steven M. Gava · 23 years ago
  86. 46fa7bf further work on config saving by Steven M. Gava · 23 years ago
  87. 052937f further work on config saving by Steven M. Gava · 23 years ago
  88. 085eb1b further work on config system and config saving by Steven M. Gava · 23 years ago
  89. a498af2 more work on configuration saving by Steven M. Gava · 23 years ago
  90. 2d7bb3f further work on config saving by Steven M. Gava · 23 years ago
  91. f9bb90e further work on saving configs by Steven M. Gava · 23 years ago
  92. bbf5ef5 more on config saving by Steven M. Gava · 23 years ago
  93. c112cd8 further work on config saving by Steven M. Gava · 23 years ago
  94. 5f28e8f extension config reading by configDialog and beginning of configuration saving by Steven M. Gava · 23 years ago
  95. c628a06 further work on keybinding configuration by Steven M. Gava · 23 years ago
  96. 68d7336 keybinding configuration by Steven M. Gava · 23 years ago
  97. facfc09 keybinding configuration by Steven M. Gava · 23 years ago
  98. 0cae01c loading core keybindings via new config system plus by Steven M. Gava · 23 years ago
  99. ad4f532 further development of highlighting and editor preference handling, by Steven M. Gava · 23 years ago
  100. 2d4e03b changes to use new tabpages classes by Steven M. Gava · 23 years ago