summaryrefslogtreecommitdiff
path: root/Lib/idlelib/configHandler.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-221-760/+0
* 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-221-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-061-255/+233
* Issue #22420: Avoid 'write to None' crashes by using print instead.Terry Jan Reedy2014-09-191-12/+12
* 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-271-5/+7
* Issue #17114: IDLE?now uses non-strict config parser.Serhiy Storchaka2013-02-071-7/+7
|\
| * Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-7/+7
* | Issue #17114: IDLE?now uses non-strict config parser.Serhiy Storchaka2013-02-071-1/+1
|\ \ | |/ |/|
| * Issue #17114: IDLE?now uses non-strict config parser.Serhiy Storchaka2013-02-071-1/+1
* | Issue #16511: Use default IDLE width and height if config param is not valid.Andrew Svetlov2012-12-241-1/+2
|\ \ | |/ |/|
| * Merge with 3.2Andrew Svetlov2012-03-291-1/+1
| |\
| * | Fix a few ResourceWarnings in idleAmaury Forgeot d'Arc2011-10-031-1/+2
* | | Issue #16511: Use default IDLE width and height if config param is not valid.Andrew Svetlov2012-12-241-18/+33
| |/ |/|
* | Issue #14409: IDLE doesn't not execute commands from shell with default keybi...Andrew Svetlov2012-03-291-1/+1
|/
* Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-...Benjamin Peterson2009-03-301-1/+1
* Renamed ConfigParser to configparser.Alexandre Vassalotti2008-05-141-1/+1
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-4/+16
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-121-1/+1
* Convert some custom sort comparison functions to equivalent key functions.Kurt B. Kaiser2008-02-121-9/+1
* Merged revisions 60210-60233 via svnmerge fromChristian Heimes2008-01-241-1/+6
* Conform to py3k dict.{keys, items, values} with some advice from 2b3Kurt B. Kaiser2007-08-231-8/+8
* Fix raise with 2to3Kurt B. Kaiser2007-08-231-5/+5
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-221-2/+2
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-201-2/+3
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-2/+1
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-12/+11
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-7/+7
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-2/+14
* 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