summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/run.py
Commit message (Expand)AuthorAgeFilesLines
* 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