summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/rpc.py
Commit message (Expand)AuthorAgeFilesLines
* 1. Revert subprocess environment clearing, will restart subprocessKurt B. Kaiser2002-08-251-26/+14
* Improve exception handling across rpc interfaceKurt B. Kaiser2002-08-241-1/+4
* GvR provided solution to the socket rebinding timeout problem.Kurt B. Kaiser2002-08-051-0/+1
* Reverse the RPC socket connection: Python execution server connects toKurt B. Kaiser2002-07-261-67/+69
* Shutdown subprocess debugger and associated Proxies/Adapters when closingKurt B. Kaiser2002-06-261-22/+40
* Polish RemoteDebugger code.Kurt B. Kaiser2002-06-161-5/+8
* GvR's rpc patchChui Tey2002-05-261-0/+530