lp://staging/~oubiwann/txjsonrpc/first-dev
- Get this branch:
- bzr branch lp://staging/~oubiwann/txjsonrpc/first-dev
Branch merges
Branch information
Recent revisions
- 16. By Duncan McGreggor <oubiwann@rivendel>
-
* Renamed the main package from adytum to txjsonrpc.
* Moved web, web2 and netstring subpackages into main package (removed twisted
subpackage).
* Removed .pyc files.
* Updated setup.py.
* Removed ez_setup support.
* Incremented the version number.
* Changed to the new way of flushing logs in twisted.trial.
* Adjusted tests to use the new package and subpackage names.
* Removed the svn commit script.
* Adjusted examples to use the new package and subpackage names. - 12. By oubiwann
-
2006.05.07
* Added a.t.jsonrpc.
RPCFactory to __all__.
* Renamed some of the variables in the examples to be more accurate. - 11. By oubiwann
-
* Commented out the support for returning a dict with keys "result" and
"error" as it seems like unessary overhead for now. Someone convince me
otherwise, and I'll put it back in.
* Changed methodology for adding subhandlers.
* Fixed introspection. - 10. By oubiwann
-
* Removed protocol code, since we don't need a custom protocol for JSON-RCP
over TCP. - 9. By oubiwann
-
* Added test top-level directory as well as an adytum.
twisted- level test
directory.
* Converted a.t.w2.jsonrpc and the client portion of a.t.w.jsonrpc to use the
NetstringReceiver protocol for JSON-RPC over TCP.