summaryrefslogtreecommitdiff
path: root/kombu/utils/limits.py
Commit message (Expand)AuthorAgeFilesLines
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-151-0/+2
* Remove five usage from kombu/utils.Omer Katz2020-07-231-2/+1
* pyupgradeOmer Katz2020-07-131-2/+1
* Added missing comma for tuples with one element in __all__.Omer Katz2019-01-091-1/+1
* Used a tuple instead of a list to define __all__. (#945)Mads Jensen2018-11-121-1/+1
* Prefer https over http and updated links to new locations. (#745)Mads Jensen2017-05-301-2/+2
* Adds pydocstyle as a tox targetAsk Solem2016-10-111-2/+1
* Use Google-style docstringsAsk Solem2016-07-161-22/+25
* Rate limit related fixesAsk Solem2016-04-181-0/+12
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-061-1/+1
* Fixes incorrect `TokenBucket` comment, adds detailsJesse Dhillon2014-10-301-7/+8
* Minor spelling/grammar in commentsLucas Wiman2014-07-011-2/+2
* Use time.monotonic when availableAsk Solem2013-10-071-3/+3
* WordingAsk Solem2013-10-011-6/+4
* Merge branch 'master' into 3.0Ask Solem2012-11-271-3/+0
|\
| * Copyright 2012 is VMware, inc.Ask Solem2012-11-221-3/+0
* | Codebase now runs on both Py3 and Py2 (not using 2to3)Ask Solem2012-11-121-0/+2
|/
* Use single quotesAsk Solem2012-06-151-1/+1
* Updates copyright years to include 2012Ask Solem2012-01-061-1/+1
* Adds __all__ to modulesAsk Solem2011-09-091-0/+2
* Adds missing file headersAsk Solem2011-09-091-0/+10
* Adds kombu.utils.limits.TokenBucketAsk Solem2011-09-081-0/+59