summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix apicheck job.fix-windows-buildOmer Katz2019-05-151-3/+3
* Try to skip PyCurl on Windows CI when testing 3.7.Omer Katz2019-05-154-10/+23
* Fix requirements for CI.Omer Katz2019-05-151-4/+4
* Drop Python 3.4 from the Windows build as well.Omer Katz2019-05-151-11/+0
* Added an index with windows wheels for lzma. (#1043)Omer Katz2019-05-151-0/+1
* fixed packaging issue.Asif Saif Uddin2019-05-121-2/+2
* Changed test and lint build orderAsif Saif Uddin2019-05-061-1/+1
* dropped python 3.4Asif Saif Uddin2019-05-061-2/+0
* Removed dangerous default mutable arguments from function definitions… (#1040)Todd Cook2019-04-2510-23/+40
* qpid: ensure supported exchange types are declared (#1034)Rohan McGovern2019-04-042-0/+7
* Rename environments.Omer Katz2019-04-031-10/+10
* Make tox pick the correct compiler for Windows.Omer Katz2019-04-033-11/+91
* Run Windows build using tox.Omer Katz2019-04-033-196/+23
* Fix Windows build.Omer Katz2019-04-031-1/+1
* Bump version: 4.4.0 → 4.5.0v4.5.0Omer Katz2019-03-314-4/+4
* Update stable version in docs configuration.Omer Katz2019-03-311-2/+2
* Update changelog.Omer Katz2019-03-311-1/+59
* Reintroduce unqiue broadcast queue name generation as optional. (#1033)Omer Katz2019-03-312-9/+34
* qpid: correctly declare support for async event loop (#1029)Rohan McGovern2019-03-302-5/+8
* Revert "fix/Broadcast-fail-by-give-queue-kwargs (#906)" (#1031)Omer 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