copy Rpyc from 1.0 branch into trunk
authorStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 17 Jun 2009 20:38:04 +0000 (20:38 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 17 Jun 2009 20:38:04 +0000 (20:38 +0000)
commiteb2e41c982c902039b1985d446756a4c3992f130
treee97ca6e58001ec361277156f4a05853acfa60609
parent987eafd44873ce59439ec5485f51099f060dac3f
copy Rpyc from 1.0 branch into trunk
32 files changed:
Rpyc/AsyncNetProxy.py [new file with mode: 0644]
Rpyc/Authentication.py [new file with mode: 0644]
Rpyc/Boxing.py [new file with mode: 0644]
Rpyc/Channel.py [new file with mode: 0644]
Rpyc/Connection.py [new file with mode: 0644]
Rpyc/Demo/__init__.py [new file with mode: 0644]
Rpyc/Demo/demo-1.py [new file with mode: 0644]
Rpyc/Demo/demo-2.py [new file with mode: 0644]
Rpyc/Demo/demo-3.py [new file with mode: 0644]
Rpyc/Demo/demo-4.py [new file with mode: 0644]
Rpyc/Demo/demo-5.py [new file with mode: 0644]
Rpyc/Demo/demo-6.py [new file with mode: 0644]
Rpyc/Demo/pipe-child.py [new file with mode: 0644]
Rpyc/Demo/pipe-parent.py [new file with mode: 0644]
Rpyc/Demo/testmodule.py [new file with mode: 0644]
Rpyc/Demo/testsuite.bat [new file with mode: 0644]
Rpyc/Factories.py [new file with mode: 0644]
Rpyc/Lib.py [new file with mode: 0644]
Rpyc/ModuleNetProxy.py [new file with mode: 0644]
Rpyc/NetProxy.py [new file with mode: 0644]
Rpyc/Servers/ServerUtils.py [new file with mode: 0644]
Rpyc/Servers/__init__.py [new file with mode: 0644]
Rpyc/Servers/auth_server.py [new file with mode: 0644]
Rpyc/Servers/forking_server.py [new file with mode: 0644]
Rpyc/Servers/selecting_server.py [new file with mode: 0644]
Rpyc/Servers/simple_server.py [new file with mode: 0644]
Rpyc/Servers/std_server.py [new file with mode: 0644]
Rpyc/Servers/threaded_server.py [new file with mode: 0644]
Rpyc/Stream.py [new file with mode: 0644]
Rpyc/Utils.py [new file with mode: 0644]
Rpyc/__init__.py [new file with mode: 0644]
Rpyc/changelog.txt [new file with mode: 0644]