| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #60 from domob1812/simpleserver-versionHEADmaster | Josh Marshall | 2021-04-02 | 1 | -0/+1 |
|\ |
|
| * | Pass down API version in SimpleJSONRPCServer. | Daniel Kraft | 2018-06-27 | 1 | -0/+1 |
* | | Bypassing TCP sockopts for Unix sockets, fixing Unix teardowns. | Josh Marshall | 2021-03-30 | 1 | -0/+8 |
* | | Removing Python 2 fallbacks, tweaking test runners, fixing flake8 errors. | Josh Marshall | 2021-03-30 | 1 | -36/+26 |
* | | Remove HTTP class and use HTTPConnection instead. Fixes bug for Python 3.x on... | Paul Smith | 2017-06-28 | 1 | -1/+4 |
* | | Put in some changes suggested by Josh | Paul Smith | 2017-05-20 | 1 | -9/+8 |
* | | method name now checked against string and unicode for python 2.7 | Paul Smith | 2017-05-14 | 1 | -2/+5 |
* | | Try again | Paul Smith | 2017-05-13 | 1 | -0/+1 |
* | | Python 3.x compatibility. Tests pass, need to retest on python 2.7. | Paul Smith | 2017-05-13 | 1 | -15/+18 |
|/ |
|
* | Initial travis integration, cleanups for running tests. | Joshua Marshall | 2015-10-05 | 1 | -21/+26 |
* | Added minimal discovery for whether unix sockets are supported, and prevented... | Josh Marshall | 2011-02-26 | 1 | -5/+8 |
* | Allow the specification of address_family for JSONRPC servers, and | Quentin Smith | 2011-01-23 | 1 | -1/+13 |
* | Setting fcntl to None if not importable, adding tests module, updating README... | Josh Marshall | 2010-10-26 | 1 | -10/+6 |
* | Added unit tests, renamed to follow absolute importing guidelines, and made m... | catchjosh | 2010-09-04 | 1 | -19/+42 |
* | Fixed issue #3 - fixed bad function call. | catchjosh | 2010-06-15 | 1 | -1/+1 |
* | SimpleJSONRPCServer works on Python 2.5 | yucetekol | 2009-11-03 | 1 | -2/+9 |
* | Oops -- NOW adding the new jsonrpclib/ files (jsonclass, config, history, __i... | catchjosh | 2009-11-02 | 1 | -0/+188 |