summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/configDialog.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bruce Sherwood RFE/PatchKurt B. Kaiser2003-05-261-7/+31
* [ SF 710733 - Martin v. Loewis] Improving source encoding dialogKurt B. Kaiser2003-05-101-0/+23
* M Bindings.pyKurt B. Kaiser2003-01-141-12/+14
* M configDialog.pyKurt B. Kaiser2003-01-101-20/+28
* Whitespace NormalizationKurt B. Kaiser2002-12-311-88/+88
* [ 629984 ] Smaller font sizes not supportedChui Tey2002-11-041-1/+1
* MERGE DS_RPC_BRANCH into MAIN:Kurt B. Kaiser2002-09-141-2/+2
* further work on new config system;Steven M. Gava2002-03-271-4/+0
* further work on new config system;Steven M. Gava2002-03-271-16/+23
* further work on dynamic reconfiguration;Steven M. Gava2002-03-181-0/+1
* fixes to tabwidth code removalSteven M. Gava2002-03-121-6/+6
* remove tabwidth (for tabs) config stuff,Steven M. Gava2002-03-121-11/+11
* further work on dynamic config changes;Steven M. Gava2002-03-121-1/+1