summaryrefslogtreecommitdiff
path: root/kombu/entity.py
Commit message (Expand)AuthorAgeFilesLines
* chore(ci): fix lint job (#1718)Stevie Gayet2023-05-151-3/+17
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-151-0/+2
* Remove five usage from kombu/.Omer Katz2020-07-231-7/+3
* pyupgradeOmer Katz2020-07-131-11/+10
* Another possible fix for #1174Bernd Wechner2020-04-241-1/+3
* Removed dangerous default mutable arguments from function definitions… (#1040)Todd Cook2019-04-251-1/+2
* fix a typo in Queue's docstring (#971)Li Ming2018-12-271-1/+1
* Used a tuple instead of a list to define __all__. (#945)Mads Jensen2018-11-121-1/+1
* Queue: add handling of Exchange as str to constructor (#904)Antonio Gutierrez2018-08-121-1/+4
* don't cache declaration of expiring queues (#884)Matt Yule-Bennett2018-08-091-1/+5
* Fixed broken link to AMQP documentation (#743)Mads Jensen2017-05-301-1/+1
* Exchange.publish now supports str/bytes argumentAsk Solem2016-10-271-15/+16
* Entities can now be declared without binding to channel: entity.declare(chann...Ask Solem2016-10-271-51/+64
* Adds kombu.utils.time to API ReferenceAsk Solem2016-10-141-4/+0
* Removes left-over print statementAsk Solem2016-10-141-1/+0
* Adds Queue.expires,.message_ttl,.max_length,.max_length_bytes,.max_priority (...Ask Solem2016-10-141-9/+87
* Adds pydocstyle as a tox targetAsk Solem2016-10-111-4/+6
* flakesAsk Solem2016-07-161-21/+27
* Use Google-style docstringsAsk Solem2016-07-161-228/+190
* Make sure __repr__ and __str__ returns bytes on Python 2Ask Solem2016-04-111-9/+13
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-061-1/+1
* flakesAsk Solem2016-03-231-2/+2
* no_declare option added to Queue/Exchange (also enabled for internal amq. exc...Ask Solem2016-03-231-6/+34
* Adds Queue.consumer_arguments for the ability to set Consumer Priority via x-...Ask Solem2016-03-101-1/+17
* Use US spelling of cancelled -> canceledAsk Solem2016-02-011-1/+1
* Merge branch 'tumb1er/json_error'Ask Solem2015-10-231-2/+9
|\
| * #453 remove recursion and add separate bindings handling for as_dict(recurse=...Sergey Tikhonov2015-02-121-0/+10
| * fix json serializable error for active_queuesSergey Tikhonov2015-02-121-2/+9
* | Single item tuples no longer require whitespaceAsk Solem2015-07-131-3/+3
* | Exchange.delivery_mode now defaults to None, and the default set later by Pro...Ask Solem2015-05-071-6/+13
* | #453 remove recursion and add separate bindings handling for as_dict(recurse=...Sergey Tikhonov2015-02-121-0/+10
|/
* Make sure there's no unicode in __repr__. Closes #440Ask Solem2015-01-131-6/+20
* Forgot one more can_cache_declaration declaration.Roger Hu2014-06-241-1/+1
* Bind the exchange to the channel earlier.Roger Hu2014-06-201-1/+1
* Breaks Celery control signals by caching auto-delete entities.Roger Hu2014-06-201-1/+1
* Also cache durable and auto_delete entitiesAsk Solem2014-06-091-1/+1
* Optimizes maybe_declare for transient queuesAsk Solem2014-06-091-1/+1
* Message: Handle decompression and postencod errors as decode errorsAsk Solem2014-01-281-0/+2
* Do not repr name in repr(Queue)Ask Solem2013-12-061-2/+2
* Merge branch '2.5'Ask Solem2013-10-011-2/+2
|\
| * Declaration cache: Only keep hash of entity, and respect entity.can_cache_dec...Ask Solem2013-09-121-2/+2
* | WordingAsk Solem2013-10-011-1/+1
* | Adds more testsAsk Solem2013-09-121-15/+14
* | ContentDisallowed testsAsk Solem2013-09-111-0/+3
* | Merge branch '2.5'Ask Solem2013-09-101-0/+1
|\ \ | |/
| * Queue.get now supports accept argumentAsk Solem2013-09-091-2/+5
* | Fixes typo prepare_accept_encoding -> prepare_accept_contentAsk Solem2013-09-091-2/+2
* | Tests passingAsk Solem2013-09-091-1/+1
* | Fixes for last commitAsk Solem2013-09-091-2/+2
* | Queue.get now supports accept argumentAsk Solem2013-09-091-1/+3