summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Moved serialization section from README to it's own section in the user guideAsk Solem2010-11-113-202/+104
* PEP8ify + pyflakesAsk Solem2010-11-112-6/+8
* 100% coverage for kombu.messaging, 97% totalAsk Solem2010-11-114-8/+51
* Added redis to contrib/requirements/testAsk Solem2010-11-111-1/+1
* Beanstalk transport now passing functional testsAsk Solem2010-11-111-2/+7
* Added functional tests for Beanstalk transportAsk Solem2010-11-111-0/+15
* Functional tests for Redis transportAsk Solem2010-11-111-0/+9
* Added common base class for transport functional testsAsk Solem2010-11-112-112/+142
* 98% coverage for kombu.compatAsk Solem2010-11-114-10/+315
* Fixed typo 'KeyError(' -> 'KeyError'Ask Solem2010-11-111-1/+1
* Fixed test breaking on Python 2.4 because the repr of KeyError is different t...Ask Solem2010-11-111-1/+2
* PE8ify + pyflakesAsk Solem2010-11-1112-33/+28
* 99% coverage for kombu.simpleAsk Solem2010-11-114-9/+131
* 100% coverage for kombu.entityAsk Solem2010-11-112-0/+27
* Added Queue.__eq__ + Exchange.__eq__Ask Solem2010-11-111-0/+22
* Redis: Close channel poller thread on finalizationAsk Solem2010-11-111-0/+3
* Added missing autodoc filesAsk Solem2010-11-112-0/+22
* 100% unit test coverage for Redis transportAsk Solem2010-11-113-21/+286
* Redis: Add Channel.Client so the Redis client can be overriddenAsk Solem2010-11-111-4/+6
* 99% coverage for kombu.pidboxAsk Solem2010-11-102-1/+222
* Moved gen_unique_id test from Celery hereAsk Solem2010-11-101-1/+19
* pika transport: queue_purge must return intAsk Solem2010-11-101-0/+4
* Bumped version to 0.9.4Ask Solem2010-11-102-2/+2
* Remove leftover print statements in pika backendAsk Solem2010-11-101-3/+0
* Added kombu.utils.all() and .any() for Python 2.4Ask Solem2010-11-102-1/+24
* Pidbox node queues must be durable=False auto_delete=TrueAsk Solem2010-11-101-1/+3
* Bumped version to 0.9.3Ask Solem2010-11-102-2/+2
* Fixed a compatibility issue with other clients not sending application headersAsk Solem2010-11-101-8/+9
* Ship with our own version of multiprocessing.util.Finalize for 2.5/2.4Ask Solem2010-11-102-1/+74
* Bumped version to 0.9.2Ask Solem2010-11-103-9/+15
* tests setup: Ignore import errorsAsk Solem2010-11-091-1/+4
* 94% coverage of the core library, but still missing coverage of compat, pidbo...Ask Solem2010-11-0919-38/+492
* Don't show stderr output when running test suiteAsk Solem2010-11-093-5/+39
* Tests for kombu.transport.virtualAsk Solem2010-11-093-6/+372
* 92% coverage for kombu.utils, also tests for kombu.transport.virtual.schedulingAsk Solem2010-11-087-219/+394
* 100% coverage for kombu.transport.virtual.exchangeAsk Solem2010-11-082-6/+113
* redis: brpop doesn't have subsecond timeouts, so use one thread per channel t...Ask Solem2010-11-081-1/+92
* virtual: Prefetch count was totally broken, because of a logic errorAsk Solem2010-11-081-1/+3
* Added transport aliases 'django', and 'sqlalchemy' to django-kombu and kombu-...Ask Solem2010-10-271-0/+37
* Ported Beanstalk transport from ghettoqAsk Solem2010-10-274-0/+138
* mongodb, couchdb: Copyright year 2010 onlyAsk Solem2010-10-272-4/+2
* Added kombu.utils.uuid4, same as gen_unique_id but returns UUID objectAsk Solem2010-10-272-20/+22
* couchdb: Forgot to import uuidAsk Solem2010-10-271-0/+1
* Ported CouchDB transport from ghettoqAsk Solem2010-10-276-5/+142
* Ported MongoDB transport from ghettoqAsk Solem2010-10-274-25/+131
* Remove example using nonexisting Consumer.get in READMEAsk Solem2010-10-274-70/+71
* Fixed wording in docstring of Queue.getAsk Solem2010-10-271-3/+3
* Fixed title for kombu.utils.functionalAsk Solem2010-10-271-2/+1
* Updated MANIFEST.inv0.9.1Ask Solem2010-10-271-0/+2
* Added Shane Caraveo <shane@caraveo.com> to AUTHORSAsk Solem2010-10-271-0/+1