Age | Commit message (Collapse) | Author | Files | Lines |
|
v0.4.2
Use urlparse from urllib.parse (Python 3) or urlparse (Python 2)
to prepare for the deprecation of urllib.parse.splittype.
Unix socket clients now send localhost as Host: HTTP field instead of
the path to the socket
Added a TransportError exception, subclass of ProtocolError, which
provides more details
Added PowerPC 64 architecture (ppc64le) to Travis CI runs, to ease the
integration of new release into RHEL/Ubuntu
|
|
This seems to be no longer required by Electron, so I no longer have any use
for it. Feel free to delete this once I updated Electron.
|
|
|
|
v0.4.1:
Fixed a size computation issue in the request handler
|
|
|
|
|
|
This is a dependency of wip/electrum, with the goal of importing
wip/electrum later on.
This library is an implementation of the JSON-RPC specification.
It supports both the original 1.0 specification, as well as the
new (proposed) 2.0 spec, which includes batch submission, keyword
arguments, etc.
|