1. 6e3dbbd replace has_key with 'in' operator by Benjamin Peterson · 15 years ago
  2. de05599 replace callable() by Benjamin Peterson · 15 years ago
  3. 3d75555 Easier reference to find (at least while svn continues being used). by Guilherme Polo · 15 years ago
  4. 013d6cc Allow multiple IDLE GUI/subprocess pairs to exist by Kurt B. Kaiser · 16 years ago
  5. a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 16 years ago
  6. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 16 years ago
  7. dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 16 years ago
  8. d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 16 years ago
  9. 30ece44 Added stub for the Queue module to be renamed in 3.0. by Alexandre Vassalotti · 16 years ago
  10. 9510e4a Added module stub for copy_reg renaming in 3.0. by Alexandre Vassalotti · 16 years ago
  11. 935ea9a Improve subprocess link error notification M NEWS.txt M PyShell.py M rpc.py by Kurt B. Kaiser · 20 years ago
  12. e852c19 Improve error message if rpc'l localcall() fails with unexpected exception. by Kurt B. Kaiser · 20 years ago
  13. dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 20 years ago
  14. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  15. d6ab77d rpc.py:SocketIO - Large modules were generating large pickles when downloaded by Kurt B. Kaiser · 21 years ago
  16. 62685d3 Python Bug 775061 by Kurt B. Kaiser · 21 years ago
  17. 24d7e0c Avoid problem resolving 'localhost' by Kurt B. Kaiser · 21 years ago
  18. 67fd0ea 1. Stake Freddy. by Kurt B. Kaiser · 21 years ago
  19. 57bfe5d 1. Update debugger to not trace RPC code even when calling Queue and by Kurt B. Kaiser · 22 years ago
  20. a00050f 1. Implement processing of user code in subprocess MainThread. Pass loop by Kurt B. Kaiser · 22 years ago
  21. 0529377 Correct error in last checkin noticed by Neal Norwitz. And some more. by Kurt B. Kaiser · 22 years ago
  22. e51529d Improve error message handling. by Kurt B. Kaiser · 22 years ago
  23. 94afd30 Move setting of ioready 'wait' earlier in call chain, to by Kurt B. Kaiser · 22 years ago
  24. 7c22132 M rpc.py by Kurt B. Kaiser · 22 years ago
  25. 9ac783d M PyShell.py M rpc.py Improve exception handing if peer process has terminated. by Kurt B. Kaiser · 22 years ago
  26. 86bc464 M rpc.py M run.py by Kurt B. Kaiser · 22 years ago
  27. 003091c M NEWS.txt M PyShell.py M ScriptBinding.py M rpc.py M run.py by Kurt B. Kaiser · 22 years ago
  28. 8cd0def M PyShell.py M rpc.py by Kurt B. Kaiser · 22 years ago
  29. bc28613 M PyShell.py M RemoteDebugger.py M rpc.py by Kurt B. Kaiser · 22 years ago
  30. 0a0e6c3 1. Eliminate putrequest(): only used in asynccall(), merge it there. by Kurt B. Kaiser · 22 years ago
  31. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  32. 74d93c8 Remove debugging connection message by Kurt B. Kaiser · 22 years ago
  33. 0930c43 M PyShell.py 1. Format and print exceptions raised in user code. by Kurt B. Kaiser · 22 years ago
  34. 6e44cc2 M PyShell.py M rpc.py by Kurt B. Kaiser · 22 years ago
  35. 5afa1df M CallTips.py Add support for getting calltip from subprocess, by Kurt B. Kaiser · 22 years ago
  36. adc6384 1. Revert subprocess environment clearing, will restart subprocess by Kurt B. Kaiser · 22 years ago
  37. a552e3a Improve exception handling across rpc interface Modified Files: rpc.py by Kurt B. Kaiser · 22 years ago
  38. 8dcdb77 GvR provided solution to the socket rebinding timeout problem. by Kurt B. Kaiser · 22 years ago
  39. b417936 Reverse the RPC socket connection: Python execution server connects to by Kurt B. Kaiser · 22 years ago
  40. ffd3a42 Shutdown subprocess debugger and associated Proxies/Adapters when closing by Kurt B. Kaiser · 22 years ago
  41. 0e3a577 Polish RemoteDebugger code. by Kurt B. Kaiser · 22 years ago
  42. 5d2af63 GvR's rpc patch by Chui Tey · 22 years ago