kombu/kombu
Ask Solem 8504822940 Tests passing 2014-06-02 17:31:52 +01:00
..
async Be selective about how file descriptors are removed since they may be reused for a different purpose. 2014-05-19 18:37:01 +01:00
tests Tests passing 2014-06-02 17:31:52 +01:00
transport beanstalk can now be imported without beanstalkc dependency 2014-06-02 17:18:24 +01:00
utils sanitize_url now works if host is None 2014-05-30 14:32:55 +01:00
__init__.py Bumps version to 3.0.17 and updates Changelog 2014-06-02 16:56:34 +01:00
abstract.py
clocks.py cosmetics 2013-12-06 22:21:00 +00:00
common.py eventloop() should not swallow socket.errors 2014-05-23 14:25:17 +01:00
compat.py
compression.py flakes 2014-04-15 17:04:44 +01:00
connection.py Adds sanitize_url and as_url to kombu.utils.url 2014-05-30 14:32:10 +01:00
entity.py Message: Handle decompression and postencod errors as decode errors 2014-01-28 13:53:05 +00:00
exceptions.py Updates __all__ for .exceptions 2014-01-28 13:38:39 +00:00
five.py Use numbers module 2014-02-13 18:14:26 +00:00
log.py Use numbers module 2014-02-13 18:14:26 +00:00
message.py Tests passing on py3 2014-01-28 14:32:32 +00:00
messaging.py Qos apply_global flag is supported by RabbitMQ 2014-04-14 15:46:51 +01:00
mixins.py move heartbeat check to only occur on timeouts 2014-01-13 10:17:56 -05:00
pidbox.py Added serialization support 2014-04-04 17:57:27 +07:00
pools.py Use callable() now that it's allowed again (Issue celery/celery#1678) 2013-11-22 22:02:59 +00:00
serialization.py Always trust application/data+application/text and no content_type. Closes #306 2014-02-03 16:26:14 +00:00
simple.py Add suppport to custom routing_key if passing a Queue 2013-12-22 23:51:02 -02:00
syn.py