summaryrefslogtreecommitdiff
path: root/kombu
Commit message (Expand)AuthorAgeFilesLines
...
* Add Etcd Transport (#619)Stephen Milner2016-08-263-1/+362
* flakesAsk Solem2016-08-231-1/+0
* Rewrite tests to use py.testAsk Solem2016-08-2367-14379/+1005
* Add qpid to master (#617)bmbouter2016-08-113-1606/+1451
* One space after period for proportional fontsAsk Solem2016-07-295-15/+15
* Ensure* now raises kombu.exceptions.OperationalError insteadAsk Solem2016-07-263-9/+10
* Ensure* now reraises as RecoverableConnectionError/RecoverableChannelErrorAsk Solem2016-07-262-40/+78
* Memory transport does support fanoutAsk Solem2016-07-251-0/+3
* Have Connection.info return textual failover_strategy. Partial fix for celery...Ask Solem2016-07-181-2/+6
* Must be able to import kombu.utils.symbol_by_nameAsk Solem2016-07-181-2/+4
* Reorganizes kombu.utils.__init__ packageAsk Solem2016-07-1647-796/+827
* flakesAsk Solem2016-07-165-29/+40
* Use Google-style docstringsAsk Solem2016-07-1647-1183/+924
* Fix deepcopy bug of a connection with alernate urlEmmanuel Cazenave2016-07-081-0/+1
* Reproduce a deepcopy bug of a Connection instanceEmmanuel Cazenave2016-07-081-1/+6
* Bumps version to 4.0.0rc3 (forgot to PGP sign, parity with celery 4 rc number)v4.0.0rc3Ask Solem2016-07-081-1/+1
* Bumps version to 4.0.0rc1v4.0.0rc1Ask Solem2016-07-081-1/+1
* Async: Timer: Removes __eq__ __ne__Ask Solem2016-07-081-6/+0
* Async: Timer: Remove __hash__ of args/kwargs for Entry. Closes #605Ask Solem2016-07-081-3/+0
* Fixes tests for #607Ask Solem2016-07-081-2/+5
* Redis: Use PING instead of INFO. Closes #607Ask Solem2016-07-081-1/+1
* Typo: text_type -> text_tAsk Solem2016-07-081-2/+2
* JSON: Encoder now handles datetimes, django Promise, UUID and Decimal. Close...Ask Solem2016-07-082-10/+81
* Avoid expensive try: except in cached_propertyAsk Solem2016-07-071-8/+4
* Attempt to fix Travis buildAsk Solem2016-07-061-3/+2
* CosmeticsAsk Solem2016-07-011-3/+3
* Adds bumpversionAsk Solem2016-07-011-8/+17
* Oops, accidentally removed zookeeper transport also. Need more info about thi...Ask Solem2016-06-281-0/+199
* Removes deprecated amqplib transport (replaced by py-amqp)Ask Solem2016-06-285-567/+1
* Removes ZeroMQ transport for lack of resources to support it.Ask Solem2016-06-283-512/+0
* Removes Beanstalk transport for lack of resources to support itAsk Solem2016-06-284-265/+1
* Removes CouchDB transport for lack of resources to maintain it.Ask Solem2016-06-282-154/+0
* Removes Django ORM as a broker supportAsk Solem2016-06-2712-384/+0
* Removes ghettoq transport compatibility namesAsk Solem2016-06-272-35/+0
* Removes SQLAlchemy as a broker supportAsk Solem2016-06-274-297/+0
* Use set comprehensions (Issue #599)Ask Solem2016-06-231-7/+5
* added order invariance of assert_has_calls in Redis restore testFederico Ficarelli2016-06-231-2/+2
* removed useless importFederico Ficarelli2016-06-231-1/+0
* removed useless list copies, lookup methods now return setsFederico Ficarelli2016-06-232-44/+32
* fixed queue lookup in virtual transports with multiple overlapping bindingsFederico Ficarelli2016-06-232-5/+63
* Build: Attempt to fix breaking test on Python 3.4Ask Solem2016-06-221-1/+1
* Coverage: Adds some testsAsk Solem2016-06-222-1/+62
* Renames test_entities -> test_entityAsk Solem2016-06-201-0/+7
* Some mostly cosmetic changes to #584Ask Solem2016-06-152-148/+157
* flakesAsk Solem2016-06-154-15/+23
* Add Consul K/V store TransportWido den Hollander2016-06-153-0/+363
* Merge pull request #594 from adamchainz/readthedocs.ioAsk Solem2016-06-152-2/+2
|\
| * Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-292-2/+2
* | Removed useless bindings parameter from BrokerState constructorFederico Ficarelli2016-06-151-0/+3
* | Finished queue_unbind for virtual channel, tests passingFederico Ficarelli2016-06-151-4/+0