summaryrefslogtreecommitdiff
path: root/kombu/mixins.py
Commit message (Expand)AuthorAgeFilesLines
* enable pre-commit (#1355)Thomas Grainger2021-07-201-2/+1
* Remove five usage from kombu/.Omer Katz2020-07-231-1/+0
* pyupgradeOmer Katz2020-07-131-4/+2
* logger.warn is deprecated.Omer Katz2019-03-131-1/+6
* Used a tuple instead of a list to define __all__. (#945)Mads Jensen2018-11-121-1/+1
* Add ConsumerProducerMixin to __all__ in mixins.py (#840)Jonas Lergell2018-04-021-1/+1
* Fix example in docstring (#679)Dmitry Dygalo2017-01-041-1/+1
* Adds pydocstyle as a tox targetAsk Solem2016-10-111-8/+5
* Reorganizes kombu.utils.__init__ packageAsk Solem2016-07-161-1/+2
* Use Google-style docstringsAsk Solem2016-07-161-37/+34
* Removes deprecated amqplib transport (replaced by py-amqp)Ask Solem2016-06-281-3/+0
* Update mixins.pyfirefly42682016-04-071-1/+1
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-061-1/+1
* [mixins] ConsumerMixin.run now passes kwargs to .consumeAsk Solem2016-02-291-3/+3
* Use US spelling of cancelled -> canceledAsk Solem2016-02-011-2/+2
* Adds ConsumerProducerMixin (Issue #530)Ask Solem2015-10-211-1/+50
* ConsumerMixin: Connection error logs now include traceback. Closes #480Ask Solem2015-06-121-4/+10
* move heartbeat check to only occur on timeoutsDustin J. Mitchell2014-01-131-1/+1
* Call `heartbeat_check` in `ConsumerMixin`Dustin J. Mitchell2014-01-081-0/+1
* Adds ConsumerMixin.consumer_contextAsk Solem2013-10-221-19/+27
* Adds kombu.async.timer (+ accidentally staged documentation fixes)Ask Solem2013-10-011-0/+1
* flakesAsk Solem2013-09-231-2/+2
* Adds more testsAsk Solem2013-09-121-1/+1
* Merge branch '2.5'Ask Solem2013-09-101-3/+6
|\
| * flakesAsk Solem2013-08-161-4/+7
| * #243: Handle connection errors and channel errors for failover reconnectCorentin Ardeois2013-08-161-1/+4
* | 95% coverage for kombu.mixinsAsk Solem2013-06-181-2/+5
* | Merge branch '2.5'Ask Solem2013-01-171-2/+2
|\ \ | |/
| * Cosmetics for new pep8 rulesAsk Solem2013-01-171-2/+2
* | Merge branch 'master' into 3.0Ask Solem2012-11-271-3/+0
|\ \ | |/
| * Copyright 2012 is VMware, inc.Ask Solem2012-11-221-3/+0
| * Revert 7f9b38f... [kombu3] No longer supports Python 2.5Ask Solem2012-11-131-0/+1
* | Use more str.formatAsk Solem2012-11-131-1/+1
* | Started dual Py3/Py2 codebaseAsk Solem2012-11-121-1/+2
|/
* [kombu3] No longer supports Python 2.5Ask Solem2012-11-081-1/+0
* Don't use LogMixin. Closes #169Ask Solem2012-11-021-14/+16
* Refs to kombu top level symbols now resolve, and there's a kombu reference pageAsk Solem2012-10-231-1/+1
* Updates ChangelogAsk Solem2012-10-041-8/+3
* BrokerConnection is now Connection in docsAsk Solem2012-06-241-1/+1
* Use single quotesAsk Solem2012-06-151-12/+12
* CosmeticsAsk Solem2012-01-111-3/+1
* Updates copyright years to include 2012Ask Solem2012-01-061-1/+1
* kombu.mixins: Fixes typoAsk Solem2011-11-281-1/+1
* Using kamqpAsk Solem2011-11-101-1/+9
* Producer improvementsAsk Solem2011-09-131-14/+135
* Task queue example workingAsk Solem2011-09-121-3/+12
* Moves LogMixin + Log from cl to kombuAsk Solem2011-09-101-8/+2
* Merge branch 'master' into 2.0-develAsk Solem2011-09-091-0/+10
|\
| * Adds missing file headersAsk Solem2011-09-091-0/+10
* | Ship with our own version of contexlib.nestedAsk Solem2011-09-091-4/+4