summaryrefslogtreecommitdiff
path: root/kombu/compat.py
Commit message (Collapse)AuthorAgeFilesLines
* Used a tuple instead of a list to define __all__. (#945)Mads Jensen2018-11-121-1/+1
|
* Update all pypi.python.org URLs to pypi.org (#885)Jon Dufresne2018-06-101-1/+1
| | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
* Removed some unnecessary variable assignments and fix variable-typo in docsMads Jensen2017-09-221-1/+0
|
* Prefer https over http and updated links to new locations. (#745)Mads Jensen2017-05-301-1/+1
|
* Remove deprecated use of StopIteration in generators (#718)Jon Dufresne2017-04-171-2/+2
| | | | | | | | | | Removes warning during tests: DeprecationWarning: generator '...' raised StopIteration For additional information, see: - https://docs.python.org/3/whatsnew/3.5.html#pep-479-change-stopiteration-handling-inside-generators - https://www.python.org/dev/peps/pep-0479/
* Adds pydocstyle as a tox targetAsk Solem2016-10-111-1/+5
|
* Use Google-style docstringsAsk Solem2016-07-161-6/+1
|
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-061-1/+1
|
* Removes deprecated Consumer.add_queue_from_dictAsk Solem2015-12-181-1/+1
|
* Merge branch '2.5'Ask Solem2013-01-171-6/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: kombu/connection.py kombu/pidbox.py kombu/serialization.py kombu/tests/compat.py kombu/tests/mocks.py kombu/tests/test_compat.py kombu/tests/test_serialization.py kombu/tests/test_utils.py kombu/tests/transport/virtual/test_base.py kombu/transport/django/management/commands/clean_kombu_messages.py kombu/transport/django/migrations/0001_initial.py kombu/transport/mongodb.py kombu/transport/redis.py kombu/transport/virtual/__init__.py kombu/utils/__init__.py kombu/utils/debug.py kombu/utils/encoding.py kombu/utils/finalize.py
| * Cosmetics for new pep8 rulesAsk Solem2013-01-171-6/+6
| |
* | Merge branch 'master' into 3.0Ask Solem2012-11-271-3/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: kombu/abstract.py kombu/clocks.py kombu/messaging.py kombu/pidbox.py kombu/pools.py kombu/tests/mocks.py kombu/tests/test_common.py kombu/tests/test_messaging.py kombu/tests/test_serialization.py kombu/tests/test_utils.py kombu/tests/transport/test_redis.py kombu/tests/utilities/test_encoding.py kombu/transport/pika.py kombu/transport/zmq.py kombu/transport/zookeeper.py kombu/utils/__init__.py kombu/utils/encoding.py kombu/utils/finalize.py pavement.py requirements/default.txt
| * Copyright 2012 is VMware, inc.Ask Solem2012-11-221-3/+0
| |
* | Started dual Py3/Py2 codebaseAsk Solem2012-11-121-1/+2
|/
* Adds back kombu.compat.entry_to_queue. Closes celery/celery#8322.3-archivedAsk Solem2012-08-051-0/+3
|
* Use single quotesAsk Solem2012-06-151-11/+11
|
* Exchange+Queue+SimpleQueue can now be bound to connection (using ↵Ask Solem2012-06-111-20/+19
| | | | default_channel), and adds classmethod Queue.from_dict() to be used instead of common.entry_to_queue
* Adds Transport.driver_type, driver_name, and driver_version()Ask Solem2012-06-111-1/+1
|
* Compat ConsumerSet: Adds the ability to specify channelAsk Solem2012-04-271-3/+10
|
* Revert previous commitAsk Solem2012-02-081-10/+14
|
* compat consumer should use connection.default_channelAsk Solem2012-02-081-16/+11
|
* 99% overall coverageAsk Solem2012-01-141-2/+2
|
* Merge branch '1.0'Ask Solem2012-01-091-4/+1
|\ | | | | | | | | | | | | | | | | Conflicts: README.rst kombu/__init__.py kombu/common.py kombu/serialization.py kombu/transport/base.py
| * Fixes issue with kombu.compat. Closes #83Ask Solem2011-11-301-4/+1
| |
* | Updates copyright years to include 2012Ask Solem2012-01-061-1/+1
| |
* | Merge branch 'master' into 2.0-develAsk Solem2011-11-281-1/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.rst kombu/__init__.py kombu/compat.py kombu/connection.py kombu/entity.py kombu/messaging.py kombu/pools.py kombu/syn.py kombu/tests/__init__.py kombu/tests/test_transport_virtual.py kombu/transport/redis.py kombu/utils/encoding.py
| * kombu.compat: Don't close None channelAsk Solem2011-11-271-1/+2
| |
| * FixesAsk Solem2011-11-271-15/+10
| |
* | FixesAsk Solem2011-11-221-14/+10
| |
* | Tests passingAsk Solem2011-09-131-3/+0
| |
* | Adds __all__ to modulesAsk Solem2011-09-091-0/+3
| |
* | 2.0-devel: No longer supports Python 2.4Ask Solem2011-09-071-3/+4
|/
* Moves compat.entry_to_queue to kombu.commonAsk Solem2011-09-071-42/+1
|
* compat.Publisher now supports passing channelAsk Solem2011-08-191-3/+9
|
* Tests passingAsk Solem2011-07-251-6/+2
|
* compat ConsumerSet should auto declare new queuesAsk Solem2011-07-181-2/+4
|
* no_ack can now be controlled on individual queuesAsk Solem2011-06-291-0/+1
|
* Update copyright headers to include 2011Ask Solem2011-01-311-1/+1
|
* Implement connection revive() for kombu.compat classesAsk Solem2011-01-071-0/+12
|
* 98% coverage for kombu.compatAsk Solem2010-11-111-9/+23
|
* compat: Fixed typo _CSet -> ConsumerSetAsk Solem2010-10-271-1/+1
|
* Improved reference documentationAsk Solem2010-10-271-20/+28
|
* add_consumer_from_dict should return queueAsk Solem2010-10-201-1/+3
|
* kombu.Binding has been renamed to kombu.QueueAsk Solem2010-08-011-23/+23
|
* PEP8ify + pyflakesAsk Solem2010-07-221-5/+7
|
* Emulation backend implemented with In-memory backend as the first example.Ask Solem2010-07-211-1/+1
|
* Small bugfixes here and there discovered by running the celery tests.Ask Solem2010-07-211-1/+4
|
* Carrot compat interface now working with celeryAsk Solem2010-07-201-10/+11
|
* kombu.compat: Carrot compatible interface to KombuAsk Solem2010-07-201-0/+208
To use, replace: from carrot.connection import BrokerConnection from carrot.messaging import Publisher, Consumer with: from kombu.connection import BrokerConnection from kombu.compat import Publisher, Consumer