summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/ScriptBinding.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-221-206/+0
* Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.Terry Jan Reedy2015-09-261-2/+2
* Issue #24833: Add attribute reference needed for 3.x.Terry Jan Reedy2015-08-141-1/+1
* Issue #23672: Allow Idle to edit and run files with astral chars in name.Terry Jan Reedy2015-08-061-1/+3
* Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.Terry Jan Reedy2015-08-011-1/+1
* Issue #23184: idlelib, remove more unused names and imports.Terry Jan Reedy2015-05-161-1/+0
* idlelib: remove unused names and imports (one is a duplicate import).Terry Jan Reedy2015-05-141-3/+1
* Issue #17654: Ensure IDLE menus are customized properly on OS X forNed Deily2014-03-281-2/+2
* Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.Terry Jan Reedy2013-08-041-3/+2
* Issue #8515: Set __file__ when run file in IDLE.Andrew Svetlov2012-04-051-6/+6
* #13506 Add '' to path for interactive interpreter by adding with_cwd parameterTerry Jan Reedy2012-01-311-3/+2
* Issue #9871: Prevent IDLE 3 crash when given byte stingsNed Deily2011-09-141-4/+4
* IDLE: fix some RessourceWarning, reuse tokenize.open()Victor Stinner2011-09-011-19/+14
* Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5Ronald Oussoren2011-05-171-1/+18
* Issue #11896: Save on Close failed despite selecting "Yes" in dialog.Kurt B. Kaiser2011-05-121-9/+7
* Merged revisions 88234 via svnmerge fromNed Deily2011-01-291-2/+2
* Issue #4008: Fix problems with non-ASCII source files.Martin v. Löwis2009-01-181-8/+14
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-161-6/+7
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-221-3/+3
* Replace file() with open()Kurt B. Kaiser2007-08-221-1/+1
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-34/+18
* Merged revisions 56483-56491 via svnmerge fromMartin v. Löwis2007-07-221-2/+2
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-201-2/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-6/+4
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+4
* 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