summaryrefslogtreecommitdiff
path: root/jsonrpclib
Commit message (Expand)AuthorAgeFilesLines
* Adding history configuration.truncate-historyJoshua Marshall2015-12-141-0/+9
* Merge upstream master into masterefokschaner2015-10-085-101/+146
|\
| * Initial travis integration, cleanups for running tests.Joshua Marshall2015-10-055-100/+140
| * Fix for issue 34Robert Ayrapetyan2015-03-041-2/+7
* | Revert to xmlrpclib implementation of _Method.__getattr__Edmund Fokschaner2015-09-261-5/+1
* | Fixing bug with jsonrpc._Method caused by debuggerEdmund Fokschaner2013-12-061-0/+9
|/
* Fix importing of nested modules.Jon Salz2012-04-201-0/+7
* 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-262-18/+40
* Merge branch 'quentinmit-master'Josh Marshall2011-02-122-8/+43
|\
| * Support unix:/foo/bar URLs for the clientQuentin Smith2011-01-231-7/+30
| * Allow the specification of address_family for JSONRPC servers, andQuentin Smith2011-01-231-1/+13
* | 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
* Setting fcntl to None if not importable, adding tests module, updating README...Josh Marshall2010-10-262-11/+6
* 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
* Added unit tests, renamed to follow absolute importing guidelines, and made m...catchjosh2010-09-045-513/+62
* ProtocolErrors raise a (code, message) tuple instead of a string as per reque...catchjosh2010-06-151-1/+1
* Fixed issue #3 - fixed bad function call.catchjosh2010-06-151-1/+1
* SimpleJSONRPCServer works on Python 2.5yucetekol2009-11-031-2/+9
* Oops -- NOW adding the new jsonrpclib/ files (jsonclass, config, history, __i...catchjosh2009-11-026-0/+892