-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: ezhangle/zerorpc-python
base: master
head repository: 0rpc/zerorpc-python
compare: master
- 10 commits
- 14 files changed
- 4 contributors
Commits on Jan 5, 2022
-
try collections.abc instead of collections for Python >= 3.4
Kill a depreciation warning by importing "collections.abc" and fallback to "collections" on failure in order to maintain support for older versions of Python. Fixes: 0rpc#231 Signed-off-by: Cedric Hombourger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c43ac74 - Browse repository at this point
Copy the full SHA c43ac74View commit details -
Merge pull request 0rpc#246 from chombourger/issue-231
try collections.abc instead of collections for Python >= 3.4
Configuration menu - View commit details
-
Copy full SHA for 465cf16 - Browse repository at this point
Copy the full SHA 465cf16View commit details -
core: handle both "async" and "async_" in remote calls
Python 3.7 made "async" a reserved keyword: this causes a syntax error when passing "async" as a named parameter in remote procedure calls. Make ClientBase.__call__() understand both "async" and "async_" so we don't break our binary interface with older clients. Fixes: 0rpc#239 Signed-off-by: Cedric Hombourger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6346f5 - Browse repository at this point
Copy the full SHA d6346f5View commit details -
Merge pull request 0rpc#245 from chombourger/issue-239
core: handle both "async" and "asynchronous" in remote calls
Configuration menu - View commit details
-
Copy full SHA for 6e21cd2 - Browse repository at this point
Copy the full SHA 6e21cd2View commit details
Commits on Jan 6, 2022
-
Move from deprecated nose to pytest (solves 0rpc#243)
Signed-off-by: Tomasz Kłoczko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f662983 - Browse repository at this point
Copy the full SHA f662983View commit details -
Merge pull request 0rpc#247 from kloczek/master
Move from deprecated nose to pytest (solves 0rpc#243)
Configuration menu - View commit details
-
Copy full SHA for 99ee6e4 - Browse repository at this point
Copy the full SHA 99ee6e4View commit details
Commits on May 19, 2022
-
gevent_zmq: import enums from pyzmq >= 23.0.0
With pyzmq 23.0.0, constants were changed to enums and moved to the constants module. Attempt to import all globals from it into our zmq wrapper. Closes: 0rpc#251 Signed-off-by: Cedric Hombourger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd6843c - Browse repository at this point
Copy the full SHA dd6843cView commit details
Commits on Jul 20, 2022
-
There are small typos in: - doc/protocol.md - zerorpc/core.py Fixes: - Should read `transferred` rather than `transfered`. - Should read `occurred` rather than `occured`. Signed-off-by: Tim Gates <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be57835 - Browse repository at this point
Copy the full SHA be57835View commit details
Commits on Feb 8, 2025
-
Merge pull request 0rpc#253 from timgates42/bugfix_typos
docs: Fix a few typos
Configuration menu - View commit details
-
Copy full SHA for 9b174c8 - Browse repository at this point
Copy the full SHA 9b174c8View commit details -
Merge pull request 0rpc#252 from chombourger/issue-251
gevent_zmq: import enums from pyzmq >= 23.0.0
Configuration menu - View commit details
-
Copy full SHA for 668af5b - Browse repository at this point
Copy the full SHA 668af5bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master