Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | 1 | -2/+2 |
| | |||||
* | Tkinter rename, step 2: fix imports and add stub modules. | Georg Brandl | 2008-05-16 | 1 | -2/+2 |
| | |||||
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
| | |||||
* | Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168. | Kurt B. Kaiser | 2006-07-18 | 1 | -1/+1 |
| | |||||
* | This patch improves the L&F of IDLE on OSX. The changes are conditionalized on | Ronald Oussoren | 2006-06-11 | 1 | -1/+1 |
| | | | | | being in an IDLE.app bundle on darwin. This does a slight reorganisation of the menus and adds support for file-open events. | ||||
* | 1. Made advanced keybinding dialog functional. | Kurt B. Kaiser | 2005-11-22 | 1 | -12/+19 |
| | | | | 2. Allow binding of movement keys | ||||
* | Keybindings with the Shift modifier now work correctly. So do bindings | Kurt B. Kaiser | 2003-11-24 | 1 | -66/+66 |
| | | | | | | | | | | | | | | | | which use the Space key. Limit unmodified user keybindings to the function keys. Python Bug 775353, IDLEfork Bugs 755647, 761557 Improve error handling during startup if there's no Tkinter. M NEWS.txt M PyShell.py M config-keys.def M configHandler.py M keybindingDialog.py Backport candidate. | ||||
* | SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) | Raymond Hettinger | 2003-07-09 | 1 | -2/+1 |
| | |||||
* | Whitespace Normalization | Kurt B. Kaiser | 2002-12-31 | 1 | -18/+18 |
| | |||||
* | Mac users now see correct modifiers in the Key Binding Entry window. | Tony Lownds | 2002-09-29 | 1 | -29/+35 |
| | |||||
* | further work on new config system | Steven M. Gava | 2002-03-05 | 1 | -6/+9 |
| | |||||
* | improvement to keybinding re-use check | Steven M. Gava | 2002-02-11 | 1 | -18/+0 |
| | |||||
* | further work on saving configs | Steven M. Gava | 2002-01-24 | 1 | -2/+0 |
| | |||||
* | further work on keybinding configuration | Steven M. Gava | 2002-01-19 | 1 | -6/+26 |
| | |||||
* | keybinding configuration | Steven M. Gava | 2002-01-19 | 1 | -11/+28 |
| | |||||
* | keybinding configuration | Steven M. Gava | 2002-01-19 | 1 | -30/+58 |
| | |||||
* | key binding handling dialog | Steven M. Gava | 2002-01-12 | 1 | -0/+208 |