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