issues
search
tcalmant
/
jsonrpclib
A Python (2 & 3) JSON-RPC over HTTP that mirrors the syntax of xmlrpclib (aka jsonrpclib-pelix)
https://jsonrpclib-pelix.readthedocs.io/
Apache License 2.0
54
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
`CGIHandlerTests.test_server` fails
#61
mtelka
opened
4 months ago
0
Bug fix: add handling of decimal.Decimal value to jsonclass.py
#60
pourhouse
closed
4 months ago
1
TypeError: 'NoneType' object is not subscriptable
#59
guyco-redis
opened
2 years ago
3
xmlrpc.client.ProtocolError: <ProtocolError for <ip>:<port>/jsonrpc: 400 BAD REQUEST>
#58
thecowmilk
opened
2 years ago
0
Added GitHub actions
#57
tcalmant
closed
2 years ago
0
Use GitHub actions instead of Travis
#56
tcalmant
closed
2 years ago
0
Order of inherited classes in PooledJSONRPCServer definition
#55
tcalmant
closed
2 years ago
1
Print statements in UJsonHandler
#52
mschmitzer
closed
3 years ago
3
Seems lack of handling for query string on version 0.4.2 when used as a client
#51
greggzj
closed
3 years ago
4
Adding ppc64le architecture support on travis-ci
#50
kishorkunal-raj
closed
4 years ago
5
Add TransportError subclass of ProtocolError
#49
markmcclain
closed
4 years ago
2
use urlparse for both python2 and python3 parsing
#48
markmcclain
closed
4 years ago
0
Improve HTTP/1.1 compliance for unix sockets
#47
markmcclain
closed
4 years ago
4
use urlparse for both python2 and python3 parsing
#46
markmcclain
closed
4 years ago
4
Asynchronous JSON-RPC Server
#45
Noor-Kalibbala
opened
4 years ago
6
Add support for python 3.8/3.9
#44
citrus-it
closed
4 years ago
2
MultiCallIterator incorrectly raises StopIteration
#43
lonetech
closed
4 years ago
2
SimpleJSONRPCRequestHandler hangs handling UTF-8 content
#42
gylead
closed
4 years ago
1
Fixed missing code in docs
#41
EgorBlagov
closed
4 years ago
2
SimpleJSONRPCServer.py: fix logging
#40
FATruden
closed
5 years ago
6
ServerProxy context argument doesn't work in Python 2.7.9+
#39
tjwalton
closed
5 years ago
2
Add a documentation on ReadTheDocs
#38
tcalmant
closed
5 years ago
2
Try to implement an async version
#37
tcalmant
opened
5 years ago
5
Try to implement a ProcessPool
#36
tcalmant
opened
5 years ago
0
Memory leak in pooled server
#35
animalmutch
closed
6 years ago
10
Make the tests easier to run
#34
okeuday
closed
6 years ago
5
jsonrpc: Don't proxy "special" methods
#33
mschmitzer
closed
7 years ago
3
Problem with old-style classes in xmlrpclib
#32
mschmitzer
closed
7 years ago
2
fix returned exception in case of several lines in error
#31
ybrustin
closed
7 years ago
3
SimpleJSONRPCServer: Handle incomplete xmlrpc.server package
#30
mschmitzer
closed
7 years ago
5
Add support for Enum classes
#29
tcalmant
closed
7 years ago
0
Authentication doesn't work
#28
ghost
closed
8 years ago
7
http.client.BadStatusLine error in Python3.4 when calling methods on remote server.
#27
tuxxy
closed
6 years ago
2
jsonrpclib: Fix TransportMixin implementation.
#26
mschmitzer
closed
8 years ago
1
jsonrpc: Add __repr__ method to _Method class.
#25
mschmitzer
closed
9 years ago
1
Get ip of caller?
#24
vimalloc
closed
9 years ago
2
Authentication
#23
kyrias
opened
9 years ago
4
Remove support of Python 2.6
#22
tcalmant
opened
9 years ago
9
Duplicate Content-Type headers
#21
ghost
closed
9 years ago
1
again about highload
#20
byaka
opened
9 years ago
28
Pooled don't start via multiprocessing.Process
#19
byaka
closed
9 years ago
2
Issue with PooledJSONRPCServer (can't connect)
#18
byaka
closed
9 years ago
2
Add headers to server's response?
#17
byaka
closed
9 years ago
2
Get client IP from dispatcher-method?
#16
byaka
closed
9 years ago
2
server: Add data attribute to error response
#15
mschmitzer
closed
9 years ago
0
Make additional_headers an instance variable of the TransportMixin.
#14
mschmitzer
closed
9 years ago
1
Huge memory leak on high load
#13
byaka
closed
9 years ago
8
Error by highload
#12
byaka
closed
9 years ago
8
Non-blocking notifs?
#11
byaka
closed
9 years ago
7
Python 2.7.9 support -- AttributeError: 'SafeTransport' object has no attribute 'context'
#10
tuxxy
closed
9 years ago
5
Next