Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Adding new test instructions. | Joshua Marshall | 2015-10-05 | 1 | -1/+2 | |
| | | | ||||||
| * | | Adding Travis badge. | Joshua Marshall | 2015-10-05 | 1 | -0/+2 | |
| | | | ||||||
| * | | Fixing assert contexts for <= 2.6 / unittest2 | Joshua Marshall | 2015-10-05 | 1 | -8/+9 | |
| | | | ||||||
| * | | Adding unittest2 for Python <= 2.6 | Joshua Marshall | 2015-10-05 | 2 | -1/+11 | |
| | | | ||||||
| * | | Adding coverage to requirements. | Joshua Marshall | 2015-10-05 | 1 | -0/+1 | |
| | | | ||||||
| * | | Adding magic sudo:false for Travis upgrade. | Joshua Marshall | 2015-10-05 | 1 | -0/+1 | |
| | | | ||||||
| * | | Initial travis integration, cleanups for running tests. | Joshua Marshall | 2015-10-05 | 9 | -212/+267 | |
|/ / | ||||||
* | | Merge pull request #36 from rayrapetyan/patch-1 | Josh Marshall | 2015-03-05 | 1 | -2/+7 | |
|\ \ | |/ |/| | Fix for issue 34 | |||||
| * | Fix for issue 34 | Robert Ayrapetyan | 2015-03-04 | 1 | -2/+7 | |
|/ | | | Fix for https://github.com/joshmarshall/jsonrpclib/issues/34 | |||||
* | Merge pull request #16 from jsalz/master | Josh Marshall | 2013-10-25 | 1 | -0/+7 | |
|\ | | | | | Fix for issue #15 (importing) | |||||
| * | Fix importing of nested modules. | Jon Salz | 2012-04-20 | 1 | -0/+7 | |
|/ | | | | https://github.com/joshmarshall/jsonrpclib/issues/15 | |||||
* | Fixing setup env line. | Josh Marshall | 2011-08-20 | 1 | -10/+10 | |
| | ||||||
* | Adding updates for PyPI submission. | Josh Marshall | 2011-02-26 | 5 | -3/+33 | |
| | ||||||
* | Getting rid of the silly copyright statements. | Josh Marshall | 2011-02-26 | 2 | -2/+0 | |
| | ||||||
* | Added minimal discovery for whether unix sockets are supported, and ↵ | Josh Marshall | 2011-02-26 | 3 | -28/+99 | |
| | | | | prevented access if they are missing. | |||||
* | Incrementing version. | Josh Marshall | 2011-02-12 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'quentinmit-master' | Josh Marshall | 2011-02-12 | 3 | -12/+60 | |
|\ | ||||||
| * | Add test cases for Unix sockets | Quentin Smith | 2011-01-23 | 1 | -0/+12 | |
| | | ||||||
| * | Allow Unix socket unit testing | Quentin Smith | 2011-01-23 | 1 | -4/+5 | |
| | | ||||||
| * | Support unix:/foo/bar URLs for the client | Quentin Smith | 2011-01-23 | 1 | -7/+30 | |
| | | ||||||
| * | Allow the specification of address_family for JSONRPC servers, and | Quentin Smith | 2011-01-23 | 1 | -1/+13 | |
| | | | | | | | | unlink UNIX sockets before binding them | |||||
* | | Fixed cjson import error and random id on Windows error. | Josh Marshall | 2011-02-12 | 2 | -15/+14 | |
|/ | ||||||
* | Initial SSL modifications for client. | Josh Marshall | 2010-11-03 | 1 | -6/+8 | |
| | ||||||
* | Making corrections for 2.7 compatibility (which mostly means bypassing the ↵ | Josh Marshall | 2010-10-30 | 2 | -15/+25 | |
| | | | | xml parsers by overwriting Transport.getparser) | |||||
* | Remove <code> from README.md (apparently not needed for github) and adding ↵ | Josh Marshall | 2010-10-26 | 2 | -10/+1 | |
| | | | | build/ to gitignore. | |||||
* | Setting fcntl to None if not importable, adding tests module, updating ↵ | Josh Marshall | 2010-10-26 | 6 | -34/+614 | |
| | | | | README to markdown. | |||||
* | Removed /RPC2 default setting -- this isn't part of the JSON-RPC spec. | catchjosh | 2010-09-10 | 1 | -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). | catchjosh | 2010-09-04 | 1 | -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 ↵ | catchjosh | 2010-09-04 | 5 | -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 ↵ | catchjosh | 2010-06-15 | 1 | -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. | catchjosh | 2010-06-15 | 1 | -1/+1 | |
| | | | | git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@16 ae587032-bbab-11de-869a-473eb4776397 | |||||
* | SimpleJSONRPCServer works on Python 2.5 | yucetekol | 2009-11-03 | 1 | -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, ↵ | catchjosh | 2009-11-02 | 6 | -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 ↵ | catchjosh | 2009-11-02 | 2 | -493/+2 | |
| | | | | | | SimpleJSONRPCServer. git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@12 ae587032-bbab-11de-869a-473eb4776397 | |||||
* | Added proper content-type heading. | catchjosh | 2009-10-19 | 1 | -1/+1 | |
| | | | | git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@11 ae587032-bbab-11de-869a-473eb4776397 | |||||
* | Added installation instructions to the README. | catchjosh | 2009-10-19 | 1 | -13/+23 | |
| | | | | git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@10 ae587032-bbab-11de-869a-473eb4776397 | |||||
* | Added setup, moved library into lib. | catchjosh | 2009-10-19 | 3 | -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 ↵ | catchjosh | 2009-10-18 | 1 | -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. | catchjosh | 2009-10-18 | 1 | -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 ↵ | catchjosh | 2009-10-18 | 1 | -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, ↵ | catchjosh | 2009-10-18 | 1 | -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 ↵ | catchjosh | 2009-10-18 | 1 | -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. | catchjosh | 2009-10-18 | 1 | -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. :) | catchjosh | 2009-10-18 | 1 | -0/+13 | |
| | | | | git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@2 ae587032-bbab-11de-869a-473eb4776397 | |||||
* | Initial directory structure. | (no author) | 2009-10-18 | 0 | -0/+0 | |
git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@1 ae587032-bbab-11de-869a-473eb4776397 |