1. 7a16207 Issue #3068: Add Idle extension configuration dialog to Options menu. by Terry Jan Reedy · 11 years ago
  2. 1375538 De-'colour'ize stdlib except for idlelib.configDialog. by Terry Jan Reedy · 11 years ago
  3. 163d7fb idlelib.configHandler: revise docstrings, add spaces, use False/True, add some by Terry Jan Reedy · 11 years ago
  4. f8b7e78 Update 2.7 idlelib.configHandler and reduce differences from 3.4 code. by Terry Jan Reedy · 11 years ago
  5. bee003c Issue #22420: Avoid 'write to None' crashes by using print instead. by Terry Jan Reedy · 11 years ago
  6. 9bc5056 Delete a few unused names suggested by pyflakes. by Terry Jan Reedy · 11 years ago
  7. 57847df Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 11 years ago
  8. d8590ff Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  9. c37db10 Backport of Issue #14409 to 2.7 by Andrew Svetlov · 13 years ago
  10. a7f242f #7092: Drop the cmp argument. by Florent Xicluna · 15 years ago
  11. d630c04 #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. by Florent Xicluna · 15 years ago
  12. 3109162 Typo fix. by Guilherme Polo · 16 years ago
  13. 392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. by Georg Brandl · 17 years ago
  14. e2514c6 Updated import statements to use the new `configparser` module name. by Alexandre Vassalotti · 17 years ago
  15. dd8d824 Issue 2665: On Windows, sys.stderr does not contain a valid file when running without a console. by Amaury Forgeot d'Arc · 17 years ago
  16. 8d365c3 what??! Correct r60225. by Kurt B. Kaiser · 17 years ago
  17. b4aaa76 Could not open files in .idlerc directory if latter was hidden on Windows. by Kurt B. Kaiser · 17 years ago
  18. 90f8492 Add 'raw' support to configHandler. Patch 1650174 Tal Einat. by Kurt B. Kaiser · 18 years ago
  19. 4f96f1f Whitespace normalization. by Tim Peters · 19 years ago
  20. 19302d9 This patch improves the L&F of IDLE on OSX. The changes are conditionalized on by Ronald Oussoren · 19 years ago
  21. b2afe85 Make use of new str.startswith/endswith semantics. by Georg Brandl · 19 years ago
  22. 3069dbb Add keybindings for del-word-left and del-word-right. by Kurt B. Kaiser · 20 years ago
  23. 608c2ff Whitespace normalization. by Tim Peters · 20 years ago
  24. 1b6f398 Improve error handling when .idlerc can't be created. by Kurt B. Kaiser · 20 years ago
  25. 4d5bc60 Noam Raphel: Further developemt of CodeContext feature. by Kurt B. Kaiser · 21 years ago
  26. 73360a3 Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe by Kurt B. Kaiser · 21 years ago
  27. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  28. 2303b1c Keybindings with the Shift modifier now work correctly. So do bindings by Kurt B. Kaiser · 21 years ago
  29. e66675b Whitespace normalization. by Kurt B. Kaiser · 22 years ago
  30. 4cc5ef5 M Bindings.py M PyShell.py M config-keys.def M configHandler.py by Kurt B. Kaiser · 22 years ago
  31. 8e92bf7 M Bindings.py by Kurt B. Kaiser · 22 years ago
  32. 1061e72 M AutoExpand.py by Kurt B. Kaiser · 22 years ago
  33. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  34. 5b0b00f Convert string exceptions to classes, string exceptions are deprecated by Neal Norwitz · 22 years ago
  35. 84f4803 Fix Bug 612886 copy/paste menu items fail by Kurt B. Kaiser · 23 years ago
  36. a9f8cbc MERGE DS_RPC_BRANCH into MAIN configHandler.py AutoIndent merged 21Jul by Kurt B. Kaiser · 23 years ago
  37. 7981ce5 add a version of GvR's q&d python idle printing patch, by Steven M. Gava · 23 years ago
  38. b77d343 First work on making config changes dynamic, dynamic theme changes by Steven M. Gava · 23 years ago
  39. 4974575 handle user theme and key set deletion by Steven M. Gava · 23 years ago
  40. 9f25e67 base GetHighlight on GetThemeDict for better defaults by Steven M. Gava · 23 years ago
  41. 052937f further work on config saving by Steven M. Gava · 23 years ago
  42. 085eb1b further work on config system and config saving by Steven M. Gava · 23 years ago
  43. 7cff66d improve user config dir handling by Steven M. Gava · 23 years ago
  44. a498af2 more work on configuration saving by Steven M. Gava · 23 years ago
  45. 2d7bb3f further work on config saving by Steven M. Gava · 23 years ago
  46. f9bb90e further work on saving configs by Steven M. Gava · 23 years ago
  47. 5f28e8f extension config reading by configDialog and beginning of configuration saving by Steven M. Gava · 23 years ago
  48. c628a06 further work on keybinding configuration by Steven M. Gava · 23 years ago
  49. facfc09 keybinding configuration by Steven M. Gava · 23 years ago
  50. 0cae01c loading core keybindings via new config system plus by Steven M. Gava · 23 years ago
  51. c597640 move core functionality of SearchBindings.py into EditorWindow.py proper by Steven M. Gava · 23 years ago
  52. ad4f532 further development of highlighting and editor preference handling, by Steven M. Gava · 23 years ago
  53. 17d0154 further work on new configuration system, specifically, by Steven M. Gava · 23 years ago
  54. 9930061 further config system work by Steven M. Gava · 24 years ago
  55. e16d94b more work to support new config system by Steven M. Gava · 24 years ago
  56. 41a8532 more of config dialog reading from files by Steven M. Gava · 24 years ago
  57. 2a63a07 further work supporting reading config dialog values form config files. by Steven M. Gava · 24 years ago
  58. 429a86a font/tabs config dialog page now reads its data from the config file by Steven M. Gava · 24 years ago
  59. c11ccf3 start of new config handling stuff by Steven M. Gava · 24 years ago