summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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 34
| * Fix for issue 34Robert Ayrapetyan2015-03-041-2/+7
|/ | | Fix for https://github.com/joshmarshall/jsonrpclib/issues/34
* Merge pull request #16 from jsalz/masterJosh Marshall2013-10-251-0/+7
|\ | | | | Fix for issue #15 (importing)
| * Fix importing of nested modules.Jon Salz2012-04-201-0/+7
|/ | | | https://github.com/joshmarshall/jsonrpclib/issues/15
* 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 ↵Josh Marshall2011-02-263-28/+99
| | | | prevented access if they are missing.
* 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
| | | | | | | | unlink UNIX sockets before binding them
* | 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 ↵Josh Marshall2010-10-302-15/+25
| | | | xml parsers by overwriting Transport.getparser)
* Remove <code> from README.md (apparently not needed for github) and adding ↵Josh Marshall2010-10-262-10/+1
| | | | build/ to gitignore.
* Setting fcntl to None if not importable, adding tests module, updating ↵Josh Marshall2010-10-266-34/+614
| | | | README to markdown.
* Removed /RPC2 default setting -- this isn't part of the JSON-RPC spec.catchjosh2010-09-101-1/+2
| | | | git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@20 ae587032-bbab-11de-869a-473eb4776397
* ...and adding the newly named jsonrpc.py (from jsonrpclib.py).catchjosh2010-09-041-0/+503
| | | | git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@19 ae587032-bbab-11de-869a-473eb4776397
* Added unit tests, renamed to follow absolute importing guidelines, and made ↵catchjosh2010-09-045-513/+62
| | | | | | minor corrections introduced by unit tests. git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@18 ae587032-bbab-11de-869a-473eb4776397
* ProtocolErrors raise a (code, message) tuple instead of a string as per ↵catchjosh2010-06-151-1/+1
| | | | | | request in issue #6. git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@17 ae587032-bbab-11de-869a-473eb4776397
* Fixed issue #3 - fixed bad function call.catchjosh2010-06-151-1/+1
| | | | git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@16 ae587032-bbab-11de-869a-473eb4776397
* SimpleJSONRPCServer works on Python 2.5yucetekol2009-11-031-2/+9
| | | | git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@14 ae587032-bbab-11de-869a-473eb4776397
* Oops -- NOW adding the new jsonrpclib/ files (jsonclass, config, history, ↵catchjosh2009-11-026-0/+892
| | | | | | __init__) git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@13 ae587032-bbab-11de-869a-473eb4776397
* Moved into a library directory, added jsonclass translation, and ↵catchjosh2009-11-022-493/+2
| | | | | | SimpleJSONRPCServer. git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@12 ae587032-bbab-11de-869a-473eb4776397
* Added proper content-type heading.catchjosh2009-10-191-1/+1
| | | | git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@11 ae587032-bbab-11de-869a-473eb4776397
* Added installation instructions to the README.catchjosh2009-10-191-13/+23
| | | | git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@10 ae587032-bbab-11de-869a-473eb4776397
* Added setup, moved library into lib.catchjosh2009-10-193-11/+74
| | | | git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@9 ae587032-bbab-11de-869a-473eb4776397
* Tweaked _notify so it's a property instead of string method and tuple ↵catchjosh2009-10-181-49/+78
| | | | | | parameter passing. Also tweaked verbose response so it mirrors xmlrpclib. git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@8 ae587032-bbab-11de-869a-473eb4776397
* ...and I left in a couple of print statements. Removed them.catchjosh2009-10-181-3/+0
| | | | git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@7 ae587032-bbab-11de-869a-473eb4776397
* Tweaked MultiCall so it takes a 'ServerProxy' instance instead of a string ↵catchjosh2009-10-181-17/+19
| | | | | | (like the xmlrpclib implementation.) git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@6 ae587032-bbab-11de-869a-473eb4776397
* Whoops, forgot to add parameters to the __notify on Job for the MultiCall, ↵catchjosh2009-10-181-6/+13
| | | | | | and had to tweak the __notify call response parsing to ensure it didn't fail. git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@5 ae587032-bbab-11de-869a-473eb4776397
* Renamed Batch to MultiCall, added check_for_errors so that we get a ↵catchjosh2009-10-181-19/+10
| | | | | | _last_response before Exceptions get called. git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@4 ae587032-bbab-11de-869a-473eb4776397
* Adding the library.catchjosh2009-10-181-0/+431
| | | | git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@3 ae587032-bbab-11de-869a-473eb4776397
* Adding README, and verifying that this puts the files in the proper place. :)catchjosh2009-10-181-0/+13
| | | | git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@2 ae587032-bbab-11de-869a-473eb4776397
* Initial directory structure.(no author)2009-10-180-0/+0
git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@1 ae587032-bbab-11de-869a-473eb4776397