You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Miguel Grinberg bab4a10f48
Restore binary message support in message queue setups (Fixes #1508) (#1509)
3 days ago
..
__init__.py Internal code restructure (no functional changes) 2 years ago
admin.py Stop using deprecated datetime functions 10 months ago
asgi.py Option to disable routing in ASGIApp 2 years ago
async_admin.py Stop using deprecated datetime functions 10 months ago
async_aiopika_manager.py Replace pickle with json (#1502) 3 weeks ago
async_client.py linter fixes #nolog 2 weeks ago
async_manager.py Enable emitting to single client in managers with to=... (#1374) 1 year ago
async_namespace.py Pass a `reason` argument to the disconnect handler (#1422) 10 months ago
async_pubsub_manager.py Restore binary message support in message queue setups (Fixes #1508) (#1509) 3 days ago
async_redis_manager.py Restore support for rediss:// URLs, and add valkeys:// 2 weeks ago
async_server.py Add missing `async` on session examples for the async server (#1465) 5 months ago
async_simple_client.py Fix: SimpleClient.call does not raise TimeoutError on timeout (#1501) 3 weeks ago
base_client.py keep track of which namespaces failed to connect (#1496) 3 weeks ago
base_manager.py linter fixes #nolog 2 weeks ago
base_namespace.py Upgrade the code to more recent Python versions 10 months ago
base_server.py Pass a `reason` argument to the disconnect handler (#1422) 10 months ago
client.py linter fixes #nolog 2 weeks ago
exceptions.py Simplified client (#1237) 2 years ago
kafka_manager.py Replace pickle with json (#1502) 3 weeks ago
kombu_manager.py Replace pickle with json (#1502) 3 weeks ago
manager.py Enable emitting to single client in managers with to=... (#1374) 1 year ago
middleware.py Remove unneeded arguments from super() 2 years ago
msgpack_packet.py Support optional payloads in msgpack implementation (#981) 3 years ago
namespace.py Pass a `reason` argument to the disconnect handler (#1422) 10 months ago
packet.py Restore binary message support in message queue setups (Fixes #1508) (#1509) 3 days ago
pubsub_manager.py Restore binary message support in message queue setups (Fixes #1508) (#1509) 3 days ago
redis_manager.py Restore support for rediss:// URLs, and add valkeys:// 2 weeks ago
server.py Pass a `reason` argument to the disconnect handler (#1422) 10 months ago
simple_client.py Fix: SimpleClient.call does not raise TimeoutError on timeout (#1501) 3 weeks ago
tornado.py Add support for Python 3.12 and drop 3.7 (#1297) 2 years ago
zmq_manager.py Replace pickle with json (#1502) 3 weeks ago