summaryrefslogtreecommitdiff
path: root/kombu/transport/virtual/base.py
Commit message (Expand)AuthorAgeFilesLines
* Remove python2 compatibility code (#1277)Matus Valo2020-11-251-1/+1
* autopep8.remove-python2-supportOmer Katz2020-08-041-2/+0
* Remove five usage from kombu/transport.Omer Katz2020-07-231-3/+3
* pyupgradeOmer Katz2020-07-131-12/+11
* Fix flake8Matus Valo2020-05-121-3/+3
* Revert "Revert "Revert "Use SIMEMBERS instead of SMEMBERS to check for queue ...Asif Saif Uddin2019-11-101-16/+0
* Revert "Issue #1087 redis fix (#1089)" (#1106)Asif Saif Uddin2019-11-021-5/+21
* Issue #1087 redis fix (#1089)Matt Davis2019-08-311-21/+5
* Revert "Revert "Use SIMEMBERS instead of SMEMBERS to check for queue (redis b...Asif Saif Uddin2019-06-291-0/+16
* Revert "Use SIMEMBERS instead of SMEMBERS to check for queue (redis broker) (...Asif Saif Uddin2019-06-111-16/+0
* Use SIMEMBERS instead of SMEMBERS to check for queue (redis broker) (#1041)Stevan Milic2019-05-291-0/+16
* Fix a deprecation warning about logger.warn() (#924)Bruno Alla2018-09-271-1/+1
* Rename `async` keyword to `asynchronous` (#839)Thomas Achtemichuk2018-03-191-1/+1
* Replaced a dict-construct with a dictionary comprehension. (#828)Mads Jensen2018-01-271-3/+3
* Virtual transport timeout does not supesede period polling (#689)Arcadiy Ivanov2018-01-131-0/+2
* Prefer dict literal syntax over dict() (#787)Mads Jensen2017-09-081-1/+1
* flakesAsk Solem2016-10-271-2/+0
* Signature of Message is now Message(body, channel=), not Message(channel, body=)Ask Solem2016-10-271-16/+18
* Entities can now be declared without binding to channel: entity.declare(chann...Ask Solem2016-10-271-2/+1
* Adds pydocstyle as a tox targetAsk Solem2016-10-111-12/+22
* Virtual transport deliver now calls callback, no return value. Fixes #593Ask Solem2016-09-021-18/+24
* flakesAsk Solem2016-08-231-1/+0
* Rewrite tests to use py.testAsk Solem2016-08-231-0/+989