summaryrefslogtreecommitdiff
path: root/jsonrpclib/jsonrpc.py
Commit message (Expand)AuthorAgeFilesLines
* Getting rid of the silly copyright statements.Josh Marshall2011-02-261-1/+0
* Added minimal discovery for whether unix sockets are supported, and prevented...Josh Marshall2011-02-261-13/+32
* Merge branch 'quentinmit-master'Josh Marshall2011-02-121-7/+30
|\
| * Support unix:/foo/bar URLs for the clientQuentin Smith2011-01-231-7/+30
* | Fixed cjson import error and random id on Windows error.Josh Marshall2011-02-121-15/+14
|/
* Initial SSL modifications for client.Josh Marshall2010-11-031-6/+8
* Making corrections for 2.7 compatibility (which mostly means bypassing the xm...Josh Marshall2010-10-301-14/+24
* Removed /RPC2 default setting -- this isn't part of the JSON-RPC spec.catchjosh2010-09-101-1/+2
* ...and adding the newly named jsonrpc.py (from jsonrpclib.py).catchjosh2010-09-041-0/+503