summaryrefslogtreecommitdiff
path: root/kombu/asynchronous/debug.py
Commit message (Collapse)AuthorAgeFilesLines
* autopep8.remove-python2-supportOmer Katz2020-08-041-2/+2
|
* Remove five usage from kombu/asynchronous.Omer Katz2020-07-231-4/+3
|
* pyupgradeOmer Katz2020-07-131-5/+4
|
* Rename `async` keyword to `asynchronous` (#839)Thomas Achtemichuk2018-03-191-0/+67
* Rename `async` keyword to `asynchronous` * Fixes #742 * Resolves "DeprecationWarning: 'async' and 'await' will become reserved keywords in Python 3.7" * Address PR feedback * Update appveyor config * Rename docs and tests