1. 392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. by Georg Brandl · 17 years ago
  2. e2514c6 Updated import statements to use the new `configparser` module name. by Alexandre Vassalotti · 17 years ago
  3. 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
  4. 8d365c3 what??! Correct r60225. by Kurt B. Kaiser · 17 years ago
  5. b4aaa76 Could not open files in .idlerc directory if latter was hidden on Windows. by Kurt B. Kaiser · 17 years ago
  6. 90f8492 Add 'raw' support to configHandler. Patch 1650174 Tal Einat. by Kurt B. Kaiser · 18 years ago
  7. 4f96f1f Whitespace normalization. by Tim Peters · 19 years ago
  8. 19302d9 This patch improves the L&F of IDLE on OSX. The changes are conditionalized on by Ronald Oussoren · 19 years ago
  9. b2afe85 Make use of new str.startswith/endswith semantics. by Georg Brandl · 19 years ago
  10. 3069dbb Add keybindings for del-word-left and del-word-right. by Kurt B. Kaiser · 20 years ago
  11. 608c2ff Whitespace normalization. by Tim Peters · 20 years ago
  12. 1b6f398 Improve error handling when .idlerc can't be created. by Kurt B. Kaiser · 20 years ago
  13. 4d5bc60 Noam Raphel: Further developemt of CodeContext feature. by Kurt B. Kaiser · 21 years ago
  14. 73360a3 Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe by Kurt B. Kaiser · 21 years ago
  15. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  16. 2303b1c Keybindings with the Shift modifier now work correctly. So do bindings by Kurt B. Kaiser · 21 years ago
  17. e66675b Whitespace normalization. by Kurt B. Kaiser · 22 years ago
  18. 4cc5ef5 M Bindings.py M PyShell.py M config-keys.def M configHandler.py by Kurt B. Kaiser · 22 years ago
  19. 8e92bf7 M Bindings.py by Kurt B. Kaiser · 22 years ago
  20. 1061e72 M AutoExpand.py by Kurt B. Kaiser · 22 years ago
  21. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  22. 5b0b00f Convert string exceptions to classes, string exceptions are deprecated by Neal Norwitz · 22 years ago
  23. 84f4803 Fix Bug 612886 copy/paste menu items fail by Kurt B. Kaiser · 23 years ago
  24. a9f8cbc MERGE DS_RPC_BRANCH into MAIN configHandler.py AutoIndent merged 21Jul by Kurt B. Kaiser · 23 years ago
  25. 7981ce5 add a version of GvR's q&d python idle printing patch, by Steven M. Gava · 23 years ago
  26. b77d343 First work on making config changes dynamic, dynamic theme changes by Steven M. Gava · 23 years ago
  27. 4974575 handle user theme and key set deletion by Steven M. Gava · 23 years ago
  28. 9f25e67 base GetHighlight on GetThemeDict for better defaults by Steven M. Gava · 23 years ago
  29. 052937f further work on config saving by Steven M. Gava · 23 years ago
  30. 085eb1b further work on config system and config saving by Steven M. Gava · 23 years ago
  31. 7cff66d improve user config dir handling by Steven M. Gava · 23 years ago
  32. a498af2 more work on configuration saving by Steven M. Gava · 23 years ago
  33. 2d7bb3f further work on config saving by Steven M. Gava · 23 years ago
  34. f9bb90e further work on saving configs by Steven M. Gava · 23 years ago
  35. 5f28e8f extension config reading by configDialog and beginning of configuration saving by Steven M. Gava · 23 years ago
  36. c628a06 further work on keybinding configuration by Steven M. Gava · 23 years ago
  37. facfc09 keybinding configuration by Steven M. Gava · 23 years ago
  38. 0cae01c loading core keybindings via new config system plus by Steven M. Gava · 23 years ago
  39. c597640 move core functionality of SearchBindings.py into EditorWindow.py proper by Steven M. Gava · 23 years ago
  40. ad4f532 further development of highlighting and editor preference handling, by Steven M. Gava · 23 years ago
  41. 17d0154 further work on new configuration system, specifically, by Steven M. Gava · 23 years ago
  42. 9930061 further config system work by Steven M. Gava · 24 years ago
  43. e16d94b more work to support new config system by Steven M. Gava · 24 years ago
  44. 41a8532 more of config dialog reading from files by Steven M. Gava · 24 years ago
  45. 2a63a07 further work supporting reading config dialog values form config files. by Steven M. Gava · 24 years ago
  46. 429a86a font/tabs config dialog page now reads its data from the config file by Steven M. Gava · 24 years ago
  47. c11ccf3 start of new config handling stuff by Steven M. Gava · 24 years ago