summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/configHandler.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27452: add line counter and crc to IDLE configHandler test dump.Terry Jan Reedy2016-07-061-10/+21
* Issue #26673: Protect IDLE from Linux fonts with reported default size 0.Terry Jan Reedy2016-05-221-1/+1
* IndentTerry Jan Reedy2015-11-121-1/+1
* WhitespaceTerry Jan Reedy2015-11-121-1/+1
* Issue #25313: Change the handling of new built-in text color themes to betterTerry Jan Reedy2015-11-121-2/+26
* Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily.Terry Jan Reedy2015-09-041-7/+11
* Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as defaultTerry Jan Reedy2015-08-011-0/+27
* Issue #3068: Add Idle extension configuration dialog to Options menu.Terry Jan Reedy2014-10-231-0/+3
* De-'colour'ize stdlib except for idlelib.configDialog.Terry Jan Reedy2014-10-091-17/+19
* idlelib.configHandler: revise docstrings, add spaces, use False/True, add someTerry Jan Reedy2014-10-071-254/+232
* Update 2.7 idlelib.configHandler and reduce differences from 3.4 code.Terry Jan Reedy2014-10-061-17/+19
* Issue #22420: Avoid 'write to None' crashes by using print instead.Terry Jan Reedy2014-09-201-21/+21
* Delete a few unused names suggested by pyflakes.Terry Jan Reedy2014-07-011-1/+1
* Issue #17654: Ensure IDLE menus are customized properly on OS X forNed Deily2014-03-281-5/+7
* Issue #16511: Use default IDLE width and height if config param is not valid.Andrew Svetlov2012-12-241-18/+33
* Backport of Issue #14409 to 2.7Andrew Svetlov2012-03-291-1/+1
* #7092: Drop the cmp argument.Florent Xicluna2010-04-021-9/+1
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ab...Florent Xicluna2010-04-021-1/+1
* Typo fix.Guilherme Polo2009-03-291-1/+1
* 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