summaryrefslogtreecommitdiff
path: root/Lib/idlelib/ScriptBinding.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 79576-79578 via svnmerge fromEzio Melotti2010-08-021-2/+2
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-1/+1
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-1/+1
* ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat.Kurt B. Kaiser2008-02-151-6/+7
* Some syntax errors were being caught by tokenize during the tabnannyKurt B. Kaiser2006-10-011-6/+4
* Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1)Kurt B. Kaiser2006-08-101-0/+3
* - EditorWindow.test() was failing. Bug 1417598Kurt B. Kaiser2006-07-241-1/+1
* Revert previous code elimination, 'filename' is needed.Kurt B. Kaiser2005-08-231-2/+7
* 1. Mac line endings were incorrect when pasting code from some browsersKurt B. Kaiser2005-08-231-7/+3
* 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated withKurt B. Kaiser2005-06-121-8/+5
* 1. Polish tabbing code.Kurt B. Kaiser2005-01-191-0/+2
* Redirect the warning stream to the shell during the ScriptBinding check of us...Kurt B. Kaiser2004-07-041-17/+23
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-3/+3
* Added a Tk error dialog to run.py inform the user if the subprocess can'tKurt B. Kaiser2004-01-211-0/+2
* SF 747667 Error Doesn't DecolorizeKurt B. Kaiser2003-06-051-1/+6
* SF 745525Kurt B. Kaiser2003-05-311-3/+14
* Whitespace NormalizationKurt B. Kaiser2003-05-261-1/+1
* Bruce Sherwood RFE/PatchKurt B. Kaiser2003-05-261-15/+27
* 1. Stake Freddy.Kurt B. Kaiser2003-05-241-11/+0
* 1. When a module is run from an EditorWindow, if its directory is not inKurt B. Kaiser2003-05-151-2/+3
* 1. Restore the capability to run and debug without a subprocess.Kurt B. Kaiser2003-05-151-3/+14
* M NEWS.txtKurt B. Kaiser2003-02-171-3/+0
* M ScriptBinding.pyKurt B. Kaiser2003-01-261-4/+4
* Default the OK key in the Save Before Run dialog.Kurt B. Kaiser2003-01-101-0/+1
* Whitespace NormalizationKurt B. Kaiser2002-12-311-2/+2
* If Edit window has not been saved, offer to save if user tries to Run orKurt B. Kaiser2002-12-191-14/+21
* M ColorDelegator.pyKurt B. Kaiser2002-12-171-21/+39
* Enable Check ModuleKurt B. Kaiser2002-12-031-5/+2
* Cleanup:Neal Norwitz2002-11-301-9/+5
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-2/+1
* M PyShell.pyKurt B. Kaiser2002-09-051-37/+7
* 1. Revert subprocess environment clearing, will restart subprocessKurt B. Kaiser2002-08-251-2/+0
* Reset the Python execution server environment to its initial value priorKurt B. Kaiser2002-07-281-1/+3
* Rework the code to have only the GvR RPC. Output from execution of userKurt B. Kaiser2002-06-121-8/+9
* GvR's rpc patchChui Tey2002-05-261-19/+36
* changeover to new keybinding configuration implementationSteven M. Gava2002-01-191-6/+0
* py-cvs merge, better error dialogSteven M. Gava2001-07-121-3/+7
* Initial revisionDavid Scherer2000-08-151-0/+169