summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix default value of pool limit to 10 in docs.Matus Valo2020-10-121-1/+1
* Fix Downloads badge in README.rstMatus Valo2020-10-081-1/+3
* Fix failing readthedocs build due missing curl system packagesMatus Valo2020-10-081-1/+3
* Split reference guide into sectionsMatus Valo2020-10-081-18/+43
* Include SQS reference guide and minor refactor of the content styleMatus Valo2020-10-082-45/+56
* rename section kombu -> kombu.serialization in reference docsMatus Valo2020-10-021-3/+3
* Removed kombu.five from reference toctreeMatus Valo2020-09-271-1/+0
* Fixed examples in failover documentationMatus Valo2020-09-241-4/+0
* Redis Transport: Small improvements of `SentinelChannel` (#1253)Matus Valo2020-09-242-1/+19
* Added Redis SentinelChannel to reference docsMatus Valo2020-09-232-3/+22
* Revert "Added redis transport key_prefix from envvars"Matus Valo2020-09-081-9/+4
* Wheels are no longer universal.Omer Katz2020-09-061-2/+2
* Bump version: 5.0.1 → 5.0.2v5.0.2Omer Katz2020-09-064-4/+4
* Update changelog.Omer Katz2020-09-061-0/+9
* Update tox.Omer Katz2020-09-061-4/+3
* Bump py-amqp version to 5.0.0.Omer Katz2020-09-061-1/+1
* Added redis transport key_prefix from envvarsRudy Attias2020-09-061-4/+9
* Added Failover userguideMatus Valo2020-09-052-0/+173
* Make `utils.functional.retry_over_time` appear in rendered docs (#1245)Ash Berlin-Taylor2020-09-031-1/+1
* Indent code block in documentationMatus Valo2020-08-281-2/+2
* Remove python 2.7 and 3.5 from appveyor.yml (#1242)Matus Valo2020-08-241-22/+0
* Bump version: 5.0.0 → 5.0.1v5.0.1Omer Katz2020-08-234-4/+4
* Fix documentation issues.Omer Katz2020-08-233-13/+12
* Make flake8 happyMatus Valo2020-08-1710-20/+25
* Removed case.skipMatus Valo2020-08-1715-63/+48
* Added t/skip.py fileMatus Valo2020-08-171-0/+7
* Replace case.skip.todo with pytestMatus Valo2020-08-171-1/+1
* Replace case.skip.if_win32 with pytestMatus Valo2020-08-171-2/+2
* Replace case.skip.SkipTest with pytest.skipMatus Valo2020-08-171-2/+2
* Replaced case.skip.if_pypy and case.skip.if_python3Matus Valo2020-08-175-76/+45
* Use unittest.mock instead of caseMatus Valo2020-08-1645-46/+66
* Bump version: 4.6.11 → 5.0.0v5.0.0Omer Katz2020-08-054-5/+4
* Changelog for 5.0.0.Omer Katz2020-08-051-11/+21
* Remove string types compat code.Omer Katz2020-08-052-10/+2
* autopep8.remove-python2-supportOmer Katz2020-08-0419-27/+25
* Run tests with PyPy 3.6-7.3.1.Omer Katz2020-08-041-3/+3
* Restore this import compatibility code.Omer Katz2020-08-041-1/+5
* Merge branch 'master' into remove-python2-supportOmer Katz2020-07-303-5/+9
|\
| * flake8: noqa the Python 2-only builtins (#1228)4.xChristian Clauss2020-07-283-8/+8
| * buffer() was removed in Python 3 so use bytes (#1218)Christian Clauss2020-07-281-0/+4
| * tox.ini: Lint on Python, not on legacy Python (#1217)Christian Clauss2020-07-282-6/+7
* | Remove flakeplus from the build.Omer Katz2020-07-302-3/+0
* | Adjust setup.py.Omer Katz2020-07-301-8/+5
* | Drop testing for Python < 3.6.Omer Katz2020-07-302-41/+11
* | Delete five.Omer Katz2020-07-231-6/+0
* | Remove five usage from tests.Omer Katz2020-07-2320-90/+37
* | Remove five usage from kombu/.Omer Katz2020-07-2317-70/+43
* | Remove five usage from kombu/utils.Omer Katz2020-07-2310-136/+55
* | Remove five usage from kombu/transport.Omer Katz2020-07-2319-52/+38
* | Remove five usage from kombu/asynchronous.Omer Katz2020-07-237-22/+10