summaryrefslogtreecommitdiff
path: root/kombu/compat.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.5'Ask Solem2013-01-171-6/+6
|\
| * Cosmetics for new pep8 rulesAsk Solem2013-01-171-6/+6
* | Merge branch 'master' into 3.0Ask Solem2012-11-271-3/+0
|\ \ | |/
| * 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 default_chan...Ask Solem2012-06-111-20/+19
* 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
|\
| * 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
|\ \ | |/
| * 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