summaryrefslogtreecommitdiff
path: root/kombu/common.py
Commit message (Expand)AuthorAgeFilesLines
* enable pre-commit (#1355)Thomas Grainger2021-07-201-3/+1
* Remove backward compatible code not used anymore (#1344)Matus Valo2021-05-251-8/+1
* Remove five usage from kombu/.Omer Katz2020-07-231-3/+2
* pyupgradeOmer Katz2020-07-131-8/+7
* Fix connection imaybe_declare (#1196)Oleh Kuchuk2020-05-261-0/+4
* Revert "Raise RecoverableConnectionError in maybe_declare with retry on and d...Matus Valo2020-05-251-4/+0
* Raise RecoverableConnectionError in maybe_declare with retry on and dropped c...Oleh Kuchuk2020-04-151-0/+4
* Issue 129 fix maybe declare (#1066)Matt Davis2019-06-291-7/+24
* Reintroduce unqiue broadcast queue name generation as optional. (#1033)Omer Katz2019-03-311-3/+14
* Revert "fix/Broadcast-fail-by-give-queue-kwargs (#906)" (#1031)Omer Katz2019-03-271-1/+1
* fixing an infinite loop when entity.channel is replaced by revive() on an con...Tzach Yarimi2019-01-081-11/+8
* Used a tuple instead of a list to define __all__. (#945)Mads Jensen2018-11-121-2/+2
* Fix a deprecation warning about logger.warn() (#924)Bruno Alla2018-09-271-2/+2
* fix/Broadcast-fail-by-give-queue-kwargs (#906)KUAN Hsuan-Tso2018-08-151-1/+1
* Use uuid5() as an option in generate_oid if uuid3 fails.Bill Nottingham2017-04-261-2/+6
* Entities can now be declared without binding to channel: entity.declare(chann...Ask Solem2016-10-271-2/+1
* oid_from now accepts threads argument that if set to false does not use get_i...Ask Solem2016-10-131-2/+7
* Adds pydocstyle as a tox targetAsk Solem2016-10-111-4/+14
* Reorganizes kombu.utils.__init__ packageAsk Solem2016-07-161-1/+1
* flakesAsk Solem2016-07-161-1/+2
* Use Google-style docstringsAsk Solem2016-07-161-54/+40
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-061-3/+4
* Broadcast must retain queue name between copy/pickle. Closes #578Ask Solem2016-04-041-5/+12
* maybe_declare now sets name on original for autogen queuesAsk Solem2015-10-211-5/+9
* flakesAsk Solem2015-07-131-3/+4
* Single item tuples no longer require whitespaceAsk Solem2015-07-131-2/+2
* Avoid calling uuid.getnode. Closes #427Ask Solem2014-11-171-3/+3
* Fix the order for Consumer argument invocation in itermessagesrumineykova2014-07-241-1/+2
* Bind the exchange to the channel earlier.Roger Hu2014-06-201-1/+4
* Merge branch 'master' into curlclientcurlclientAsk Solem2014-06-111-22/+26
|\
| * Optimizes maybe_declare for transient queuesAsk Solem2014-06-051-20/+25
| * eventloop() should not swallow socket.errorsAsk Solem2014-05-231-2/+0
|/
* Use uuid4() instead of uuid.getnode. celery/celery#1822Ask Solem2014-02-031-3/+12
* uuid.getnode() is already cachedAsk Solem2014-01-281-4/+3
* maybe_declare mus raise recoverable conncetion error, and not channel errorAsk Solem2014-01-161-2/+3
* flakesAsk Solem2013-11-211-12/+21
* QoS: Make sure value does not get below 1Ask Solem2013-11-061-0/+2
* Removes .common.entry_to_queue and .messaging.entry_to_queueAsk Solem2013-10-071-4/+0
* Removes kombu.common.ipublish and isend_replyAsk Solem2013-10-071-29/+21
* CosmeticsAsk Solem2013-10-021-1/+1
* Fixes typoAsk Solem2013-10-021-2/+1
* Merge branch '2.5'Ask Solem2013-10-011-6/+11
|\
| * Declaration cache: Only keep hash of entity, and respect entity.can_cache_dec...Ask Solem2013-09-121-6/+12
| * Remove accidental print statementAsk Solem2013-04-111-1/+1
* | Replaced StdConnectionError+StdChannelError with amqp.ConnectionError+amqp.Ch...Ask Solem2013-09-241-2/+2
* | Adds more testsAsk Solem2013-09-121-2/+2
* | Tests passingAsk Solem2013-09-101-1/+1
* | Remove accidental print statementAsk Solem2013-04-111-1/+1
* | Merge branch '2.5'Ask Solem2013-04-101-1/+1
|\ \ | |/
| * URL parsing: do not eat to much after the +. Fixes celery/celery#103Ask Solem2013-04-101-1/+1