summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/rpc.py
Commit message (Expand)AuthorAgeFilesLines
* Improve subprocess link error notificationKurt B. Kaiser2005-05-101-3/+4
* Improve error message if rpc'l localcall() fails with unexpectedKurt B. Kaiser2004-12-231-1/+3
* The remote procedure call module rpc.py can now access data attributes ofKurt B. Kaiser2004-12-211-6/+10
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-5/+5
* rpc.py:SocketIO - Large modules were generating large pickles when downloadedKurt B. Kaiser2004-01-211-8/+6
* Python Bug 775061Kurt B. Kaiser2003-09-101-72/+2
* Avoid problem resolving 'localhost'Kurt B. Kaiser2003-06-051-2/+3
* 1. Stake Freddy.Kurt B. Kaiser2003-05-241-6/+1
* 1. Update debugger to not trace RPC code even when calling Queue andKurt B. Kaiser2003-05-101-2/+0
* 1. Implement processing of user code in subprocess MainThread. Pass loopKurt B. Kaiser2003-05-081-53/+146
* Correct error in last checkin noticed by Neal Norwitz. And some more.Kurt B. Kaiser2003-03-221-4/+4
* Improve error message handling.Kurt B. Kaiser2003-03-221-3/+21
* Move setting of ioready 'wait' earlier in call chain, toKurt B. Kaiser2003-03-121-8/+8
* M rpc.pyKurt B. Kaiser2003-03-111-3/+3
* M PyShell.pyKurt B. Kaiser2003-03-101-0/+2
* M rpc.pyKurt B. Kaiser2003-02-271-42/+1
* M NEWS.txtKurt B. Kaiser2003-02-171-17/+43
* M PyShell.pyKurt B. Kaiser2003-01-311-37/+41
* M PyShell.pyKurt B. Kaiser2003-01-251-2/+3
* 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