summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adding history configuration.truncate-historyJoshua Marshall2015-12-142-0/+73
* Bumping to 0.1.7v0.1.7Joshua Marshall2015-12-071-1/+1
* Merge pull request #24 from efokschaner/masterJosh Marshall2015-12-072-36/+53
|\
| * Add a test that relies on _Method's immutabilityefokschaner2015-10-081-31/+43
| * Merge upstream master into masterefokschaner2015-10-0811-237/+321
| |\
| * | 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
* | | Merge pull request #43 from efokschaner/use-tox-testsJosh Marshall2015-10-203-2/+11
|\ \ \
| * | | Use tox tests to catch distribution issuesefokschaner2015-10-173-2/+11
|/ / /
* | | Incrementing version.Joshua Marshall2015-10-081-1/+1
* | | Making README.md optional.Joshua Marshall2015-10-081-11/+17
* | | Adding README.md to MANIFEST.in.Joshua Marshall2015-10-081-1/+1
* | | Adding README.md to manifest.Joshua Marshall2015-10-082-1/+2
| |/ |/|
* | Incrementing to 0.1.4v0.1.4Joshua Marshall2015-10-081-1/+1
* | Adding PyPI auto-push.Joshua Marshall2015-10-081-2/+10
* | Merge pull request #40 from joshmarshall/travis-and-pipJosh Marshall2015-10-0810-235/+306
|\ \
| * | 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