summaryrefslogtreecommitdiff
path: root/jsonrpclib/SimpleJSONRPCServer.py
Commit message (Expand)AuthorAgeFilesLines
* Bypassing TCP sockopts for Unix sockets, fixing Unix teardowns.Josh Marshall2021-03-301-0/+8
* Removing Python 2 fallbacks, tweaking test runners, fixing flake8 errors.Josh Marshall2021-03-301-36/+26
* Remove HTTP class and use HTTPConnection instead. Fixes bug for Python 3.x on...Paul Smith2017-06-281-1/+4
* Put in some changes suggested by JoshPaul Smith2017-05-201-9/+8
* method name now checked against string and unicode for python 2.7Paul Smith2017-05-141-2/+5
* Try againPaul Smith2017-05-131-0/+1
* Python 3.x compatibility. Tests pass, need to retest on python 2.7.Paul Smith2017-05-131-15/+18
* Initial travis integration, cleanups for running tests.Joshua Marshall2015-10-051-21/+26
* Added minimal discovery for whether unix sockets are supported, and prevented...Josh Marshall2011-02-261-5/+8
* Allow the specification of address_family for JSONRPC servers, andQuentin Smith2011-01-231-1/+13
* Setting fcntl to None if not importable, adding tests module, updating README...Josh Marshall2010-10-261-10/+6
* Added unit tests, renamed to follow absolute importing guidelines, and made m...catchjosh2010-09-041-19/+42
* 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-021-0/+188