summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/configDialog.py
Commit message (Expand)AuthorAgeFilesLines
* Backports: #25747: remove bad test. #27044: stop test_idle from leaking.Terry Jan Reedy2016-05-171-0/+10
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #25313: Change the handling of new built-in text color themes to betterTerry Jan Reedy2015-11-121-16/+13
* Issue #24782: Limit width of canvas and hence IDLE settings dialog.Terry Jan Reedy2015-10-221-1/+1
* Issue #24782: Don't try to run now-removed extension dialog test.Terry Jan Reedy2015-10-201-1/+1
* Issue #24782: whitespaceTerry Jan Reedy2015-10-141-1/+1
* Issue #24782: Finish converting the Configure Extension dialog into a newTerry Jan Reedy2015-10-141-169/+131
* Issue #22726: Re-activate config dialog help button with some content aboutTerry Jan Reedy2015-10-121-19/+32
* Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution.Terry Jan Reedy2015-10-041-0/+14
* Issue #24820: Users can now set breakpoint colors in Settings ->Terry Jan Reedy2015-10-031-14/+16
* Issue #24782: In Idle extension config dialog, replace tabs with sorted list.Terry Jan Reedy2015-08-271-35/+50
* Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as defaultTerry Jan Reedy2015-08-011-20/+20
* idlelib: remove unused names and imports (one is a duplicate import).Terry Jan Reedy2015-05-141-1/+0
* Issue #20577: move configuration of FormatParagraph extension to new extensionTerry Jan Reedy2014-12-161-19/+0
* Issue #3068: Add Idle extension configuration dialog to Options menu.Terry Jan Reedy2014-10-231-15/+258
* Issue #22629: Revise idle_test.htest, mostly docstring. Start revision ofTerry Jan Reedy2014-10-171-2/+2
* Issue 3068: Move idlelib.configDialog action button creation into a separateTerry Jan Reedy2014-10-091-19/+21
* PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments,Terry Jan Reedy2014-08-041-565/+603
* Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog.Terry Jan Reedy2014-07-301-29/+38
* Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py.Terry Jan Reedy2014-07-271-29/+28
* Issue #21982: Add minimal unittest for configDialog with 46% coverage.Terry Jan Reedy2014-07-151-3/+9
* Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.Terry Jan Reedy2014-05-291-8/+9
* Issue #17654: Ensure IDLE menus are customized properly on OS X forNed Deily2014-03-281-1/+1
* Issue #17721: Remove non-functional configuration dialog help button until weTerry Jan Reedy2014-01-271-4/+5
* Issue #16511: Use default IDLE width and height if config param is not valid.Andrew Svetlov2012-12-241-4/+7
* Issue #15853: Prevent IDLE crash on OS X when opening Preferences menuNed Deily2012-10-221-4/+3
* Issue #14876: Use user-selected font for highlight configuration.Terry Jan Reedy2012-05-261-2/+4
* #7092: Drop the cmp argument.Florent Xicluna2010-04-021-6/+1
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ab...Florent Xicluna2010-04-021-7/+7
* replace has_key with 'in' operatorBenjamin Peterson2009-10-091-5/+5
* #6076 Add a title to the IDLE Preferences window.Amaury Forgeot d'Arc2009-07-151-0/+1
* Fixes issues 3883 and 5194Ronald Oussoren2009-03-041-4/+12
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-4/+2
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-2/+4
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Configured selection highlighting colors were ignored; updating highlightingKurt B. Kaiser2008-02-151-3/+0
* Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat.Kurt B. Kaiser2007-12-281-20/+22
* check in Tal Einat's update to tabpage.pyKurt B. Kaiser2007-10-301-9/+8
* Allow cursor color change w/o restart. Patch 1725576 Tal Einat.Kurt B. Kaiser2007-10-101-0/+3
* configDialog cleanup. Patch 1730217 Tal Einat.Kurt B. Kaiser2007-10-041-40/+42
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-181-1/+9
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-1/+1
* Removed ability to configure tabs indent from Options dialog. This 'feature'Kurt B. Kaiser2005-01-311-78/+9
* Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"Kurt B. Kaiser2004-11-161-0/+3
* SF patch #961387: Make IDLE's paragraph reformatting width configurableRaymond Hettinger2004-06-041-0/+18
* M EditorWindow.pyKurt B. Kaiser2004-04-111-2/+2
* Add a highlight theme for builtin keywords. Python Patch 805830 Nigel RoweKurt B. Kaiser2004-03-081-10/+14
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-091-3/+2
* 1. SF Bug 661676Kurt B. Kaiser2003-05-261-6/+9