summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/keybindingDialog.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-221-266/+0
* Issue #21477: Idle htest: modify run; add more tests.Terry Jan Reedy2014-05-251-14/+12
* Issue #17654: Ensure IDLE menus are customized properly on OS X forNed Deily2014-03-281-3/+2
* Use of 'filter' in keybindingDialog.py was causingKurt B. Kaiser2009-04-271-1/+1
* Fix for issue5194, based on a patch by Ned Deily.Ronald Oussoren2009-02-121-1/+2
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-2/+2
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* Conform to py3k dict.{keys, items, values} with some advice from 2b3Kurt B. Kaiser2007-08-231-1/+1
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-2/+2
* 1. Made advanced keybinding dialog functional.Kurt B. Kaiser2005-11-221-12/+19
* Keybindings with the Shift modifier now work correctly. So do bindingsKurt B. Kaiser2003-11-241-66/+66
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-091-2/+1
* Whitespace NormalizationKurt B. Kaiser2002-12-311-18/+18
* Mac users now see correct modifiers in the Key Binding Entry window.Tony Lownds2002-09-291-29/+35
* further work on new config systemSteven M. Gava2002-03-051-6/+9
* improvement to keybinding re-use checkSteven M. Gava2002-02-111-18/+0
* further work on saving configsSteven M. Gava2002-01-241-2/+0
* further work on keybinding configurationSteven M. Gava2002-01-191-6/+26
* keybinding configurationSteven M. Gava2002-01-191-11/+28
* keybinding configurationSteven M. Gava2002-01-191-30/+58
* key binding handling dialogSteven M. Gava2002-01-121-0/+208