summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/run.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 66922 via svnmerge fromBenjamin Peterson2008-10-161-2/+4
* Queue renaming reversal part 3: move module into place andGeorg Brandl2008-05-251-2/+2
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-3/+3
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-3/+3
* Added stub for the Queue module to be renamed in 3.0.Alexandre Vassalotti2008-05-111-2/+2
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* There was an error on exit if no sys.exitfunc was defined. Issue 1647.Kurt B. Kaiser2008-01-231-1/+4
* Allow interrupt only when executing user code in subprocessKurt B. Kaiser2007-10-091-3/+10
* 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
* 1. Revert subprocess environment clearing, will restart subprocessKurt B. Kaiser2002-08-251-11/+3
* GvR provided solution to the socket rebinding timeout problem.Kurt B. Kaiser2002-08-051-2/+2
* Reset the Python execution server environment to its initial value priorKurt B. Kaiser2002-07-281-3/+11
* Reverse the RPC socket connection: Python execution server connects toKurt B. Kaiser2002-07-261-1/+32
* Shutdown subprocess debugger and associated Proxies/Adapters when closingKurt B. Kaiser2002-06-261-3/+7
* Polish RemoteDebugger code.Kurt B. Kaiser2002-06-161-2/+2
* GvR's rpc patchChui Tey2002-05-261-0/+49