summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* initial attempt for async/await to common functionsawaitAsif Saif Uddin (Auvi)2020-08-121-7/+7
* 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
* | pyupgradeOmer Katz2020-07-13158-617/+360
|/
* Add an SQS transport option for custom botocore configKrzysztof Jagiello2020-07-012-1/+30
* v4.6.11v4.6.11Asif Saif Uddin (Auvi)2020-06-244-4/+4
* changelog for v4.6.11Asif Saif Uddin (Auvi)2020-06-241-1/+12
* Improve mention for MongoDB transport mention in docsDefteZ2020-06-142-2/+4
* Revert incompatible changes in #1193 and additional improvements (#1211)Matus Valo2020-06-106-29/+88
* default_channel should reconnect automatically (#1209)Matus Valo2020-06-053-0/+19
* v4.6.10v4.6.104.6.9Asif Saif Uddin (Auvi)2020-06-034-4/+4
* changelog for 4.6.10Asif Saif Uddin (Auvi)2020-06-031-0/+13
* Merge branch 'master' of https://github.com/celery/kombuAsif Saif Uddin (Auvi)2020-06-033-15/+77
|\
| * reuse connectionConor Stevenson2020-06-022-1/+5
| * set _connection in _ensure_connection (#1205)v4.6.9Conor Stevenson2020-06-012-2/+5
| * Improved Consumer user guideMatus Valo2020-06-011-13/+68
* | remove un supported classifierAsif Saif Uddin (Auvi)2020-06-031-1/+0
|/
* v 4.6.9Asif Saif Uddin (Auvi)2020-06-014-4/+4
* update changelog for 4.6.94.6.9Asif Saif Uddin (Auvi)2020-06-011-1/+1
* update changelogAsif Saif Uddin (Auvi)2020-06-011-1/+36
* update pyamqpAsif Saif Uddin2020-06-011-1/+1
* Fix broken compatibility with CeleryMatus Valo2020-06-012-11/+21
* Ensure connection when connecting to brokerMatus Valo2020-06-015-62/+108
* Fix for issue #1198: Celery crashes in cases where there aren’t enough avai...Ihar Nauros2020-05-272-6/+90
* Fix connection imaybe_declare (#1196)Oleh Kuchuk2020-05-262-0/+19
* Revert "Raise RecoverableConnectionError in maybe_declare with retry on and d...Matus Valo2020-05-252-19/+0
* Fix: eliminate remaining race conditions from SQLAlchemy ChannelAntoine Busque2020-05-171-15/+37
* Modified Mutex to use redis LuaLock implementationVinay Karanam2020-05-172-58/+44
* Fix flake8Matus Valo2020-05-151-1/+1
* Improve integration test suitMatus Valo2020-05-151-1/+17
* fix 100% cpu usage on linux while using sqsAndrii Maletskyi2020-05-152-37/+50
* Improved Priority integration testsMatus Valo2020-05-132-26/+35
* Fix flake8Matus Valo2020-05-123-11/+11