summaryrefslogtreecommitdiff
path: root/Lib/idlelib/run.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 74446-74449 via svnmerge fromGuilherme Polo2009-08-141-3/+4
* Convert print to Py3Kurt B. Kaiser2009-04-041-1/+2
* Merged revisions 71023 via svnmerge fromKurt B. Kaiser2009-04-041-3/+6
* Fix more threading API related bugs: Thread.get_name() --> Thread.name.Amaury Forgeot d'Arc2008-11-291-1/+1
* #4383: UnboundLocalError when IDLE cannot connect to its subprocess.Amaury Forgeot d'Arc2008-11-211-3/+4
* Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-...Benjamin Peterson2008-10-191-2/+4
* fix #3628; idle wouldn't start because of a typoBenjamin Peterson2008-09-191-1/+1
* fix more threading API related bugsBenjamin Peterson2008-06-131-2/+2
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+1
* Fix Queue -> queue.Georg Brandl2008-05-251-1/+1
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-3/+3
* Rename Queue module to queue.Alexandre Vassalotti2008-05-111-2/+2
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* help() was not paging to the shell. Issue1650.Kurt B. Kaiser2007-12-281-0/+3
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-3/+10
* In followup to #1310: Remove more exception indexing.Georg Brandl2007-10-221-4/+5
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-221-7/+7
* Merged revisions 56782-56847 via svnmerge fromGuido van Rossum2007-08-091-3/+5
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-2/+2
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-201-7/+7
* Kill off softspace completely (except in formatter.py which seems to haveGuido van Rossum2007-02-091-6/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-14/+14
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-181-0/+6
* Use Queue's blocking feature instead of sleeping in the mainKurt B. Kaiser2005-05-051-2/+1
* The remote procedure call module rpc.py can now access data attributes ofKurt B. Kaiser2004-12-211-1/+1
* On OpenBSD, terminating IDLE with ctrl-c from the command line caused aKurt B. Kaiser2004-11-191-1/+3
* Redirect the warning stream to the shell during the ScriptBinding check of us...Kurt B. Kaiser2004-07-041-0/+17
* Added a Tk error dialog to run.py inform the user if the subprocess can'tKurt B. Kaiser2004-01-211-8/+23
* - Print correct exception even if source file changed since shell wasKurt B. Kaiser2004-01-021-0/+2
* - After an exception, run.py was not setting the exception vector. NoamKurt B. Kaiser2003-11-191-1/+2
* Idlefork patch #682347: convert Unicode strings from readline toMartin v. Löwis2003-06-221-0/+3
* Remove the 2.2 compatibility module boolcheck.py and related codeKurt B. Kaiser2003-06-141-2/+0
* Interrupt module has been folded into the thread moduleKurt B. Kaiser2003-06-131-5/+5
* Avoid problem resolving 'localhost'Kurt B. Kaiser2003-06-051-1/+3
* Modify the remote stack viewer to work in the threaded subprocess.Kurt B. Kaiser2003-06-021-3/+12
* Added a config-main General option to delete sys.exitfunc. The defaultKurt B. Kaiser2003-05-281-5/+17
* 1. Stake Freddy.Kurt B. Kaiser2003-05-241-24/+34
* Show Freddy the mirrorKurt B. Kaiser2003-05-171-7/+15
* On Windows the subprocess was not exiting during a restart.Kurt B. Kaiser2003-05-141-0/+2
* 1. RemoteDebugger now runs user code in subprocess MainThreadKurt B. Kaiser2003-05-121-53/+58
* 1. Implement processing of user code in subprocess MainThread. Pass loopKurt B. Kaiser2003-05-081-55/+75
* M PyShell.pyKurt B. Kaiser2003-03-221-9/+72
* M rpc.pyKurt B. Kaiser2003-03-111-1/+1
* SF 695861Kurt B. Kaiser2003-03-031-1/+11
* M rpc.pyKurt B. Kaiser2003-02-271-1/+45
* M NEWS.txtKurt B. Kaiser2003-02-171-0/+5
* Update way a subprocess is launched for Mac OS X.Tony Lownds2002-12-201-0/+2
* M CallTips.py Add support for getting calltip from subprocess,Kurt B. Kaiser2002-10-101-15/+23