Initial import of Rpyc library. License is public domain, so it's no problem.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 31 Jul 2008 20:56:01 +0000 (20:56 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 31 Jul 2008 20:56:01 +0000 (20:56 +0000)
commit518d32bd27e1b868b53da405959a25179591573e
treeadcca25d2eaadccb307b0de053c217fe5ddbae5b
parent269b879964d4fde30d530daf3f9ee8a79c5fac53
Initial import of Rpyc library.  License is public domain, so it's no problem.
38 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/.demo-1.py.swo [new file with mode: 0644]
Rpyc/Demo/.demo-1.py.swp [new file with mode: 0644]
Rpyc/Demo/.demo-2.py.swo [new file with mode: 0644]
Rpyc/Demo/.demo-2.py.swp [new file with mode: 0644]
Rpyc/Demo/.demo-3.py.swo [new file with mode: 0644]
Rpyc/Demo/.demo-3.py.swp [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]