index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
/
rpc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 74745 via svnmerge from
Benjamin Peterson
2009-09-11
1
-1/+1
*
Merged revisions 71126 via svnmerge from
Kurt B. Kaiser
2009-04-04
1
-2/+0
*
Fix more threading API related bugs: Thread.get_name() --> Thread.name.
Amaury Forgeot d'Arc
2008-11-29
1
-2/+2
*
Fix last traces of old threading API.
Georg Brandl
2008-06-13
1
-1/+1
*
fix more threading API related bugs
Benjamin Peterson
2008-06-13
1
-6/+6
*
Renamed the SocketServer module to 'socketserver'.
Alexandre Vassalotti
2008-05-12
1
-7/+7
*
Rename Queue module to queue.
Alexandre Vassalotti
2008-05-11
1
-4/+4
*
Rename copy_reg module to copyreg.
Alexandre Vassalotti
2008-05-11
1
-3/+3
*
Fix raise with 2to3
Kurt B. Kaiser
2007-08-23
1
-4/+4
*
Use buffer of type 'bytes' to accumulate from socket.
Kurt B. Kaiser
2007-08-22
1
-9/+9
*
Fix remaining map() issues.
Kurt B. Kaiser
2007-08-09
1
-1/+1
*
Getting rid of cPickle. Mmm, feels good!
Guido van Rossum
2007-07-20
1
-1/+1
*
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum
2007-06-07
1
-2/+2
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-2/+2
*
Bug #1697782: remove all remaining code that uses types.InstanceType.
Georg Brandl
2007-04-11
1
-2/+0
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-15/+15
*
Remove has_key() references from idlelib. IDLE still doesn't run due
Guido van Rossum
2006-08-22
1
-3/+3
*
Improve subprocess link error notification
Kurt B. Kaiser
2005-05-10
1
-3/+4
*
Improve error message if rpc'l localcall() fails with unexpected
Kurt B. Kaiser
2004-12-23
1
-1/+3
*
The remote procedure call module rpc.py can now access data attributes of
Kurt B. Kaiser
2004-12-21
1
-6/+10
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-5/+5
*
rpc.py:SocketIO - Large modules were generating large pickles when downloaded
Kurt B. Kaiser
2004-01-21
1
-8/+6
*
Python Bug 775061
Kurt B. Kaiser
2003-09-10
1
-72/+2
*
Avoid problem resolving 'localhost'
Kurt B. Kaiser
2003-06-05
1
-2/+3
*
1. Stake Freddy.
Kurt B. Kaiser
2003-05-24
1
-6/+1
*
1. Update debugger to not trace RPC code even when calling Queue and
Kurt B. Kaiser
2003-05-10
1
-2/+0
*
1. Implement processing of user code in subprocess MainThread. Pass loop
Kurt B. Kaiser
2003-05-08
1
-53/+146
*
Correct error in last checkin noticed by Neal Norwitz. And some more.
Kurt B. Kaiser
2003-03-22
1
-4/+4
*
Improve error message handling.
Kurt B. Kaiser
2003-03-22
1
-3/+21
*
Move setting of ioready 'wait' earlier in call chain, to
Kurt B. Kaiser
2003-03-12
1
-8/+8
*
M rpc.py
Kurt B. Kaiser
2003-03-11
1
-3/+3
*
M PyShell.py
Kurt B. Kaiser
2003-03-10
1
-0/+2
*
M rpc.py
Kurt B. Kaiser
2003-02-27
1
-42/+1
*
M NEWS.txt
Kurt B. Kaiser
2003-02-17
1
-17/+43
*
M PyShell.py
Kurt B. Kaiser
2003-01-31
1
-37/+41
*
M PyShell.py
Kurt B. Kaiser
2003-01-25
1
-2/+3
*
1. Eliminate putrequest(): only used in asynccall(), merge it there.
Kurt B. Kaiser
2003-01-25
1
-19/+36
*
Whitespace Normalization
Kurt B. Kaiser
2002-12-31
1
-15/+13
*
Remove debugging connection message
Kurt B. Kaiser
2002-12-23
1
-2/+3
*
M PyShell.py
Kurt B. Kaiser
2002-12-06
1
-15/+20
*
M PyShell.py
Kurt B. Kaiser
2002-11-30
1
-1/+2
*
M CallTips.py Add support for getting calltip from subprocess,
Kurt B. Kaiser
2002-10-10
1
-1/+4
*
1. Revert subprocess environment clearing, will restart subprocess
Kurt B. Kaiser
2002-08-25
1
-26/+14
*
Improve exception handling across rpc interface
Kurt B. Kaiser
2002-08-24
1
-1/+4
*
GvR provided solution to the socket rebinding timeout problem.
Kurt B. Kaiser
2002-08-05
1
-0/+1
*
Reverse the RPC socket connection: Python execution server connects to
Kurt B. Kaiser
2002-07-26
1
-67/+69
*
Shutdown subprocess debugger and associated Proxies/Adapters when closing
Kurt B. Kaiser
2002-06-26
1
-22/+40
*
Polish RemoteDebugger code.
Kurt B. Kaiser
2002-06-16
1
-5/+8
*
GvR's rpc patch
Chui Tey
2002-05-26
1
-0/+530