summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "fix/Broadcast-fail-by-give-queue-kwargs (#906)"revert-906-fix/Broadcast-fail-by-give-queue-kwargsOmer Katz2019-03-272-3/+3
* Return an empty list in AWS's _on_list_ready on a timeout response (#976)Erwin Rossen2019-03-271-4/+16
* logger.warn is deprecated.Omer Katz2019-03-132-2/+7
* make redis transport sep param configurable (#1020)Joris Beckers2019-03-092-1/+14
* Avoid pip version check.Omer Katz2019-03-032-2/+4
* Added pytest-travis-fold to clean up CI output.Omer Katz2019-03-031-0/+1
* Bump version: 4.3.0 → 4.4.0v4.4.0Omer Katz2019-03-034-4/+4
* Updated changelog.Omer Katz2019-03-031-0/+38
* Control pattern matching (#997)Jason Held2019-02-276-6/+234
* Revert #954 and update redis-py to at least 3.2.0 (#1011)Peter Lithammer2019-02-222-18/+4
* Support SSL URL parameters correctly for rediss protocol (#1002)Paul Bailey2019-02-212-0/+55
* Handle the case when only one Redis Sentinel node is provided (#1010)Peter Lithammer2019-02-212-7/+35
* Use "_parse_url()" util to parse Sentinel master URL (#1009)Peter Lithammer2019-02-202-4/+9
* Restore bz2 import checks in compression.py (#1003)Patrick Woods2019-02-082-4/+23
* Bump version: 4.2.2 → 4.3.0v4.3.0Omer Katz2019-02-064-4/+4
* Update version and copyright year.Omer Katz2019-02-061-3/+3
* 4.3 Changelog (#1001)Omer Katz2019-02-061-1/+216
* Allow mutex to be noop for eventlet (#916)Josh Morrow2019-02-051-1/+8
* Removed Python 2.6 workarounds in test_qpid.py (#995)Mads Jensen2019-02-051-41/+14
* Catch TypeError instead of KeyError.Omer Katz2019-02-041-1/+1
* traceback can be disabled for all log levels (#1000)Ludovic Rivallain2019-02-041-7/+5
* Fix breaking change in Azure ServiceBus SDK (#998)Clemens Wolff2019-02-041-1/+7
* Ignore flake8 errors for now due to type annotations bug in pyflakes.Omer Katz2019-02-044-0/+8
* Happify lint.Omer Katz2019-02-041-1/+1
* import collections.ABCs from correct module (#992)Lars Rinn2019-01-183-3/+19
* Fixed kombu.me links (#988)BR2019-01-132-3/+3
* required py-amqp 2.4 as minimum versionAsif Saif Uddin2019-01-131-1/+1
* Added optional support for zstd compression. (#985)Omer Katz2019-01-134-0/+33
* Added support for lzma compression (#984)Omer Katz2019-01-104-0/+42
* Bump PyPy to 6.0. Add PyPy3 to the build process. (#986)Omer Katz2019-01-102-2/+9
* revert.Omer Katz2019-01-092-6/+3
* Move to xenial.Omer Katz2019-01-091-0/+2
* Move to Python 3.7.Omer Katz2019-01-091-1/+2
* Run flake8 with two jobs.Omer Katz2019-01-091-3/+3
* SQS: fix trimming .fifo from queue name (#982)Ilya Konstantinov2019-01-092-2/+8
* Added optional support for brotli compression (#983)Omer Katz2019-01-094-0/+28
* Update reference.Omer Katz2019-01-091-2/+3
* Fixed sphinx warnings.Omer Katz2019-01-094-8/+8
* Run sphinx checks with two jobs.Omer Katz2019-01-091-2/+2
* Added missing comma for tuples with one element in __all__.Omer Katz2019-01-096-6/+6
* Happify lint.Omer Katz2019-01-091-1/+2
* Avoid using mutable default argument.Omer Katz2019-01-091-2/+3
* Fixed typo.Omer Katz2019-01-091-1/+1
* Remove unused private method.Omer Katz2019-01-082-10/+0
* Added documentation to arguments.Omer Katz2019-01-081-0/+2
* fixing an infinite loop when entity.channel is replaced by revive() on an con...Tzach Yarimi2019-01-081-11/+8
* Mention 4.2.2-post1 in changelog.Omer Katz2019-01-081-1/+16
* Avoid raising StopIterator in generators. (#972)Omer Katz2019-01-031-2/+2
* Bump version: 4.2.1 → 4.2.2Omer Katz2019-01-034-5/+4
* Update Changelog.Omer Katz2019-01-031-4/+7