summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use SIMEMBERS instead of SMEMBERS to check for queue (redis broker) (...revert-1041-masterAsif Saif Uddin2019-06-114-38/+1
* Use fastuuid on CPython>=3.5 (#1056)Omer Katz2019-06-104-3/+22
* code updates (#1057)Asif Saif Uddin2019-06-091-6/+6
* re order test matrixAsif Saif Uddin2019-06-091-1/+1
* style n lintAsif Saif Uddin2019-06-061-3/+2
* version 4.6.14.6.1Asif Saif Uddin2019-06-064-10/+20
* Use a sentinel value as default instead of None (#1055)Bruno Alla2019-06-061-4/+6
* Add events field on memory channel (#1053)Gabriele Santomaggio2019-06-042-0/+20
* Merge branch 'master' of https://github.com/celery/kombu4.6.0Asif Saif Uddin2019-05-302-3/+2
|\
| * drop python 3.4Asif Saif Uddin2019-05-301-2/+1
| * min 2.5 pyamqpAsif Saif Uddin2019-05-301-1/+1
* | version 4.6.0Asif Saif Uddin2019-05-302-1/+10
|/
* update travisAsif Saif Uddin2019-05-291-1/+2
* Use SIMEMBERS instead of SMEMBERS to check for queue (redis broker) (#1041)Stevan Milic2019-05-294-1/+38
* create sponsor buttonAsif Saif Uddin2019-05-291-0/+8
* added download badgeAsif Saif Uddin2019-05-251-1/+1
* Include priority in properties only if it's not None. (#1038)Omer Katz2019-05-221-2/+6
* update pypy (#1046)Asif Saif Uddin2019-05-221-2/+2
* drop py34Asif Saif Uddin2019-05-221-1/+0
* Fix windows build (#1044)Omer Katz2019-05-165-14/+27
* 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