summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Making port in tests dynamic.travis-and-pipJoshua Marshall2015-10-081-17/+17
* Adding new test instructions.Joshua Marshall2015-10-051-1/+2
* Adding Travis badge.Joshua Marshall2015-10-051-0/+2
* Fixing assert contexts for <= 2.6 / unittest2Joshua Marshall2015-10-051-8/+9
* Adding unittest2 for Python <= 2.6Joshua Marshall2015-10-052-1/+11
* Adding coverage to requirements.Joshua Marshall2015-10-051-0/+1
* Adding magic sudo:false for Travis upgrade.Joshua Marshall2015-10-051-0/+1
* Initial travis integration, cleanups for running tests.Joshua Marshall2015-10-059-212/+267
* Merge pull request #36 from rayrapetyan/patch-1Josh Marshall2015-03-051-2/+7
|\
| * Fix for issue 34Robert Ayrapetyan2015-03-041-2/+7
|/
* Merge pull request #16 from jsalz/masterJosh Marshall2013-10-251-0/+7
|\
| * Fix importing of nested modules.Jon Salz2012-04-201-0/+7
|/
* Fixing setup env line.Josh Marshall2011-08-201-10/+10
* Adding updates for PyPI submission.Josh Marshall2011-02-265-3/+33
* Getting rid of the silly copyright statements.Josh Marshall2011-02-262-2/+0
* Added minimal discovery for whether unix sockets are supported, and prevented...Josh Marshall2011-02-263-28/+99
* Incrementing version.Josh Marshall2011-02-121-1/+1
* Merge branch 'quentinmit-master'Josh Marshall2011-02-123-12/+60
|\
| * Add test cases for Unix socketsQuentin Smith2011-01-231-0/+12
| * Allow Unix socket unit testingQuentin Smith2011-01-231-4/+5
| * 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-122-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-302-15/+25
* Remove <code> from README.md (apparently not needed for github) and adding bu...Josh Marshall2010-10-262-10/+1
* Setting fcntl to None if not importable, adding tests module, updating README...Josh Marshall2010-10-266-34/+614
* 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
* Moved into a library directory, added jsonclass translation, and SimpleJSONRP...catchjosh2009-11-022-493/+2
* Added proper content-type heading.catchjosh2009-10-191-1/+1
* Added installation instructions to the README.catchjosh2009-10-191-13/+23
* Added setup, moved library into lib.catchjosh2009-10-193-11/+74
* Tweaked _notify so it's a property instead of string method and tuple paramet...catchjosh2009-10-181-49/+78
* ...and I left in a couple of print statements. Removed them.catchjosh2009-10-181-3/+0
* Tweaked MultiCall so it takes a 'ServerProxy' instance instead of a string (l...catchjosh2009-10-181-17/+19
* Whoops, forgot to add parameters to the __notify on Job for the MultiCall, an...catchjosh2009-10-181-6/+13
* Renamed Batch to MultiCall, added check_for_errors so that we get a _last_res...catchjosh2009-10-181-19/+10
* Adding the library.catchjosh2009-10-181-0/+431
* Adding README, and verifying that this puts the files in the proper place. :)catchjosh2009-10-181-0/+13
* Initial directory structure.(no author)2009-10-180-0/+0