summaryrefslogtreecommitdiff
path: root/kombu
Commit message (Expand)AuthorAgeFilesLines
* pyflakesAsk Solem2010-10-273-16/+11
* Bumped version to 0.9.1Ask Solem2010-10-271-1/+1
* compat: Fixed typo _CSet -> ConsumerSetAsk Solem2010-10-271-1/+1
* Memory backend state must be globalAsk Solem2010-10-272-2/+11
* Improved reference documentationAsk Solem2010-10-2723-522/+728
* Added autodoc for new modulesAsk Solem2010-10-261-2/+1
* AMQ Emulation: Added support for topic and fanout exchanges. (fanout only sup...Ask Solem2010-10-266-346/+678
* Added Consumer.reviveAsk Solem2010-10-251-0/+5
* connection.ensure now worksAsk Solem2010-10-223-6/+19
* tests for BrokerConnection.Pool + .ChannelPoolAsk Solem2010-10-221-0/+54
* exceptions.LimitExceededAsk Solem2010-10-221-6/+13
* ensure fixes + ConnectionPoolAsk Solem2010-10-221-48/+129
* Draft ChannelPool implementationAsk Solem2010-10-221-1/+96
* kombu.pidbox: Fixed typo in docstringAsk Solem2010-10-221-1/+1
* kombu.pidbox: Fixed rst in docstringsAsk Solem2010-10-211-17/+28
* Bumped version to 0.9.0Ask Solem2010-10-211-1/+1
* kombu.pidbox: Process mailbox. Generic implementation of Celery's remote con...Ask Solem2010-10-212-0/+286
* Fixed typo self.release() -> self.close() in BrokerConnection.__exit__Ask Solem2010-10-211-1/+1
* Consumer.consume did not set no_ack settingAsk Solem2010-10-211-0/+1
* CosmeticsAsk Solem2010-10-201-4/+4
* Remove incomplete connection pool implementation that was accidentally committedAsk Solem2010-10-201-196/+6
* add_consumer_from_dict should return queueAsk Solem2010-10-201-1/+3
* redis: _put must take kwargsAsk Solem2010-10-201-2/+1
* Update with recent changes in carrotAsk Solem2010-10-184-8/+11
* Virtual methods should support the nowait argumentAsk Solem2010-10-181-6/+6
* Merge branch 'dgelvin/master'Ask Solem2010-10-061-1/+1
|\
| * Set _consuming to True after consumeDavid Gelvin2010-10-051-1/+1
| * Include requeue=False when rejecting a messageDavid Gelvin2010-10-051-1/+1
* | messaging.Consumer: Add the ability to add/remove consumers at runtimeAsk Solem2010-10-061-23/+20
|/
* Bumped version to 0.2.0v0.2.0Ask Solem2010-09-201-1/+1
* Fix broken unicode test for Py 2.4Ask Solem2010-09-171-5/+4
* Added kombu.utils.functional.wraps for Py 2.4 compatibility.Ask Solem2010-09-163-1/+134
* test_functional.test_amqplib: test_produce__consume_multiple: Make sure queue...Ask Solem2010-09-161-0/+1
* Functional tests for pyamqplib are passing againAsk Solem2010-09-162-10/+10
* Use set.discard instead of set.removeAsk Solem2010-08-131-4/+1
* Fixed typo in docstringAsk Solem2010-08-131-1/+1
* Fixed rst errorsAsk Solem2010-08-042-2/+2
* Documentation: Started writing the User GuideAsk Solem2010-08-041-2/+8
* All occurences of the term Backend has been replaced with Transport.Ask Solem2010-08-0416-119/+121
* Fixed typoAsk Solem2010-08-041-2/+2
* Some typos in Connection.ensureAsk Solem2010-08-042-3/+11
* Fixed typo form -> fromAsk Solem2010-08-021-1/+1
* amqplib's handshake mistakenly identifies as protocol version 1191,Ask Solem2010-08-021-0/+6
* amqplib backend: Support for mandatory/immediate (basic_return) callbacks.Ask Solem2010-08-012-2/+31
* kombu.simple.SimpleQueue + SimpleBuffer: Simple queueing interface.Ask Solem2010-08-012-0/+161
* backends.virtual.Consumer renamed to FairCycleAsk Solem2010-08-011-4/+4
* Added kombu.messaging.Producer.compression attribute.Ask Solem2010-08-011-4/+13
* kombu.Binding has been renamed to kombu.QueueAsk Solem2010-08-018-142/+147
* unittests passing againAsk Solem2010-07-315-15/+28
* Added support for automatic compression/decompression of messages.Ask Solem2010-07-313-6/+54