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