summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/configHandler.py
Commit message (Expand)AuthorAgeFilesLines
* ConfigParser renaming reversal part 3: move module into place and adapt imports.Georg Brandl2008-05-251-1/+1
* Updated import statements to use the new `configparser` module name.Alexandre Vassalotti2008-05-141-1/+1
* Issue 2665: On Windows, sys.stderr does not contain a valid file when running...Amaury Forgeot d'Arc2008-04-211-4/+16
* what??! Correct r60225.Kurt B. Kaiser2008-02-121-1/+1
* Could not open files in .idlerc directory if latter was hidden on Windows.Kurt B. Kaiser2008-01-231-1/+6
* Add 'raw' support to configHandler. Patch 1650174 Tal Einat.Kurt B. Kaiser2007-02-051-12/+11
* Whitespace normalization.Tim Peters2006-06-111-1/+1
* This patch improves the L&F of IDLE on OSX. The changes are conditionalized onRonald Oussoren2006-06-111-1/+13
* Make use of new str.startswith/endswith semantics.Georg Brandl2006-06-091-1/+1
* Add keybindings for del-word-left and del-word-right.Kurt B. Kaiser2005-01-281-1/+3
* Whitespace normalization.Tim Peters2005-01-131-1/+1
* Improve error handling when .idlerc can't be created.Kurt B. Kaiser2005-01-111-14/+16
* Noam Raphel: Further developemt of CodeContext feature.Kurt B. Kaiser2004-06-061-16/+36
* Add a highlight theme for builtin keywords. Python Patch 805830 Nigel RoweKurt B. Kaiser2004-03-081-0/+2
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-12/+15
* Keybindings with the Shift modifier now work correctly. So do bindingsKurt B. Kaiser2003-11-241-1/+1
* Whitespace normalization.Kurt B. Kaiser2003-01-271-2/+2
* M Bindings.pyKurt B. Kaiser2003-01-221-0/+1
* M Bindings.pyKurt B. Kaiser2003-01-141-18/+43
* M AutoExpand.pyKurt B. Kaiser2003-01-041-0/+1
* Whitespace NormalizationKurt B. Kaiser2002-12-311-89/+89
* Convert string exceptions to classes, string exceptions are deprecatedNeal Norwitz2002-11-301-5/+10
* Fix Bug 612886 copy/paste menu items failKurt B. Kaiser2002-09-261-0/+1
* MERGE DS_RPC_BRANCH into MAINKurt B. Kaiser2002-09-141-1/+13
* add a version of GvR's q&d python idle printing patch,Steven M. Gava2002-06-111-0/+1
* First work on making config changes dynamic,Steven M. Gava2002-03-021-2/+8
* handle user theme and key set deletionSteven M. Gava2002-02-181-2/+8
* base GetHighlight on GetThemeDict for better defaultsSteven M. Gava2002-02-111-18/+9
* further work on config savingSteven M. Gava2002-02-111-3/+12
* further work on config system and config savingSteven M. Gava2002-02-051-6/+40
* improve user config dir handlingSteven M. Gava2002-02-011-13/+31
* more work on configuration savingSteven M. Gava2002-02-011-4/+28
* further work on config savingSteven M. Gava2002-01-291-4/+61
* further work on saving configsSteven M. Gava2002-01-241-23/+68
* extension config reading by configDialog andSteven M. Gava2002-01-211-4/+5
* further work on keybinding configurationSteven M. Gava2002-01-191-6/+95
* keybinding configurationSteven M. Gava2002-01-191-1/+0
* loading core keybindings via new config system plusSteven M. Gava2002-01-041-7/+27
* move core functionality of SearchBindings.py into EditorWindow.py properSteven M. Gava2002-01-041-15/+7
* further development of highlighting and editor preference handling,Steven M. Gava2002-01-031-21/+85
* further work on new configuration system, specifically,Steven M. Gava2001-12-031-7/+42
* further config system workSteven M. Gava2001-11-041-1/+10
* more work to support new config systemSteven M. Gava2001-11-031-9/+6
* more of config dialog reading from filesSteven M. Gava2001-10-291-5/+6
* further work supporting reading config dialog values form config files.Steven M. Gava2001-10-261-20/+40
* font/tabs config dialog page now reads its data from the config fileSteven M. Gava2001-10-231-15/+34
* start of new config handling stuffSteven M. Gava2001-09-241-0/+173