aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/tasks
Commit message (Expand)AuthorAgeFilesLines
* [tasks] Improve typing parityNadir Chowdhury2021-08-271-61/+67
* Make global log variable in modules privateRapptz2021-08-221-1/+1
* remove repeat 'to' in Task.restart docNiumXp2021-06-271-1/+1
* [tasks] Replace None check with MISSING check in task loopJosh2021-05-151-2/+2
* [tasks] Type hint the tasks extensionJosh2021-05-121-65/+126
* [tasks] fix regular task loopsSebastian Law2021-05-101-1/+2
* [tasks] Add support for explicit time parameterSebastian Law2021-05-091-27/+206
* [tasks] Move the Loop's sleep to be before exit conditionsSteve C2021-04-161-2/+2
* Use f-strings in more places that were missed.Rapptz2021-04-081-4/+4
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-071-0/+4
* Modernize code to use f-stringsRapptz2021-04-041-5/+3
* [tasks] remove redundant condition in Loop.next_iteration Sebastian Law2021-02-281-1/+1
* Code optimisations and refactoring via SourceryNadir Chowdhury2021-02-241-1/+1
* [tasks] make __call__ actually appear in the docsSebastian Law2021-02-211-1/+1
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* [tasks] Fix a typo in documentationRapptz2020-12-141-1/+1
* [tasks] Add support for manually calling the wrapped coroutineRapptz2020-12-141-0/+20
* [tasks] Lazily fetch event loop if one isn't providedRapptz2020-09-101-1/+4
* [tasks] Don't update _next_iteration on retryJosh2020-08-281-2/+7
* [tasks] Remove HTTPException as an exception to silently continue for Dan Hess2020-08-051-1/+0
* Rewrite gateway to use aiohttp instead of websocketsRapptz2020-07-251-3/+0
* Add a licence and encoding declaration to missing filesJames2020-07-081-0/+26
* [tasks] Fix issue with default error handler in class contextJosh2020-06-281-1/+2
* [tasks] Allow Loop.cancel in Loop.before_loopSteve C2020-05-101-0/+1
* [tasks] Fix tasks decorators being discardedSteve C2020-05-071-0/+3
* [tasks] Replace stack-based implementation with a cleaner one.Rapptz2020-04-141-37/+6
* [tasks] Create different Loop objects for different instancesRapptz2020-04-141-2/+44
* Allow for optional custom error handler in tasks extensionJosh B2020-04-041-6/+38
* Remove extra to in tasks docsEpic2020-04-041-1/+1
* [tasks] Add is_running property to LoopJames2020-04-041-0/+7
* Improve usability of utils.sleep_untilJosh B2020-01-211-6/+0
* Drop superfluous zero in version related changes in the documentationRapptz2020-01-211-4/+4
* [tasks] Use new sleep_until util instead of internal functionRapptz2020-01-211-6/+2
* [tasks] Fix issue with next_iteration when task overruns time allottedJosh B2020-01-211-3/+7
* [tasks] Add Loop.next_iteration propertyJosh B2020-01-201-1/+26
* Revert "[tasks] Add Loop.exception for more reliable exception retrieval."Rapptz2019-11-191-14/+1
* Revert "[tasks] Add support for explicit time parameter when running."Rapptz2019-11-191-92/+14
* [tasks] Add support for passing an argument list of exceptions.mathsman51332019-09-101-17/+18
* [tasks] Add support for explicit time parameter when running.Rapptz2019-08-111-14/+92
* [tasks] Add Loop.exception for more reliable exception retrieval.Rapptz2019-07-271-1/+14
* [tasks] Removed Returns from decorator docstringNihaal2019-06-291-6/+1
* Improve documentationNCPlayz2019-06-071-1/+1
* [tasks] Add version added note to Loop.change_intervalSuhail2019-05-191-0/+2
* [tasks] Add way to change interval at run-timeSuhail6inkling2019-05-171-10/+37
* [tasks] Add indicator for internal task failureRapptz2019-05-131-2/+12
* [tasks] Log exception when something failed to logging.Rapptz2019-05-131-0/+6
* [tasks] Return coro from before and after decoratorsSnowyLuma2019-05-131-1/+2
* [tasks] Keep retrying before gracefully exiting.Rapptz2019-05-121-2/+10
* [tasks] Add Loop.stop to gracefully stop a task.Rapptz2019-05-121-0/+17
* [tasks] Reset iteration count when loop terminates.Rapptz2019-05-121-0/+1