aboutsummaryrefslogtreecommitdiff
path: root/discord/backoff.py
Commit message (Collapse)AuthorAgeFilesLines
* Type-hint backoff.pyJosh2021-07-071-9/+27
|
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-071-0/+4
|
* Modernize code to use f-stringsRapptz2021-04-041-2/+0
| | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`.
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
|
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
| | | | Closes #2510
* Improve documentationNCPlayz2019-06-071-2/+2
|
* Organise documentationNCPlayz2019-03-191-2/+2
|
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
|
* Fixed ExponentialBackoff not working when integralMatt Gardner2017-08-081-1/+1
|
* Add experimental reconnection logic.Rapptz2017-02-151-0/+85