summaryrefslogtreecommitdiff
path: root/Lib/idlelib/rpc.py
Commit message (Expand)AuthorAgeFilesLines
...
* 1. Eliminate putrequest(): only used in asynccall(), merge it there.Kurt B. Kaiser2003-01-251-19/+36
* Whitespace NormalizationKurt B. Kaiser2002-12-311-15/+13
* Remove debugging connection messageKurt B. Kaiser2002-12-231-2/+3
* M PyShell.pyKurt B. Kaiser2002-12-061-15/+20
* M PyShell.pyKurt B. Kaiser2002-11-301-1/+2
* M CallTips.py Add support for getting calltip from subprocess,Kurt B. Kaiser2002-10-101-1/+4
* 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