index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
ext
/
tasks
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tasks] Improve typing parity
Nadir Chowdhury
2021-08-27
1
-61
/
+67
*
Make global log variable in modules private
Rapptz
2021-08-22
1
-1
/
+1
*
remove repeat 'to' in Task.restart doc
NiumXp
2021-06-27
1
-1
/
+1
*
[tasks] Replace None check with MISSING check in task loop
Josh
2021-05-15
1
-2
/
+2
*
[tasks] Type hint the tasks extension
Josh
2021-05-12
1
-65
/
+126
*
[tasks] fix regular task loops
Sebastian Law
2021-05-10
1
-1
/
+2
*
[tasks] Add support for explicit time parameter
Sebastian Law
2021-05-09
1
-27
/
+206
*
[tasks] Move the Loop's sleep to be before exit conditions
Steve C
2021-04-16
1
-2
/
+2
*
Use f-strings in more places that were missed.
Rapptz
2021-04-08
1
-4
/
+4
*
Add `__all__` to remaining modules
Nadir Chowdhury
2021-04-07
1
-0
/
+4
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-5
/
+3
*
[tasks] remove redundant condition in Loop.next_iteration
Sebastian Law
2021-02-28
1
-1
/
+1
*
Code optimisations and refactoring via Sourcery
Nadir Chowdhury
2021-02-24
1
-1
/
+1
*
[tasks] make __call__ actually appear in the docs
Sebastian Law
2021-02-21
1
-1
/
+1
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
[tasks] Fix a typo in documentation
Rapptz
2020-12-14
1
-1
/
+1
*
[tasks] Add support for manually calling the wrapped coroutine
Rapptz
2020-12-14
1
-0
/
+20
*
[tasks] Lazily fetch event loop if one isn't provided
Rapptz
2020-09-10
1
-1
/
+4
*
[tasks] Don't update _next_iteration on retry
Josh
2020-08-28
1
-2
/
+7
*
[tasks] Remove HTTPException as an exception to silently continue for
Dan Hess
2020-08-05
1
-1
/
+0
*
Rewrite gateway to use aiohttp instead of websockets
Rapptz
2020-07-25
1
-3
/
+0
*
Add a licence and encoding declaration to missing files
James
2020-07-08
1
-0
/
+26
*
[tasks] Fix issue with default error handler in class context
Josh
2020-06-28
1
-1
/
+2
*
[tasks] Allow Loop.cancel in Loop.before_loop
Steve C
2020-05-10
1
-0
/
+1
*
[tasks] Fix tasks decorators being discarded
Steve C
2020-05-07
1
-0
/
+3
*
[tasks] Replace stack-based implementation with a cleaner one.
Rapptz
2020-04-14
1
-37
/
+6
*
[tasks] Create different Loop objects for different instances
Rapptz
2020-04-14
1
-2
/
+44
*
Allow for optional custom error handler in tasks extension
Josh B
2020-04-04
1
-6
/
+38
*
Remove extra to in tasks docs
Epic
2020-04-04
1
-1
/
+1
*
[tasks] Add is_running property to Loop
James
2020-04-04
1
-0
/
+7
*
Improve usability of utils.sleep_until
Josh B
2020-01-21
1
-6
/
+0
*
Drop superfluous zero in version related changes in the documentation
Rapptz
2020-01-21
1
-4
/
+4
*
[tasks] Use new sleep_until util instead of internal function
Rapptz
2020-01-21
1
-6
/
+2
*
[tasks] Fix issue with next_iteration when task overruns time allotted
Josh B
2020-01-21
1
-3
/
+7
*
[tasks] Add Loop.next_iteration property
Josh B
2020-01-20
1
-1
/
+26
*
Revert "[tasks] Add Loop.exception for more reliable exception retrieval."
Rapptz
2019-11-19
1
-14
/
+1
*
Revert "[tasks] Add support for explicit time parameter when running."
Rapptz
2019-11-19
1
-92
/
+14
*
[tasks] Add support for passing an argument list of exceptions.
mathsman5133
2019-09-10
1
-17
/
+18
*
[tasks] Add support for explicit time parameter when running.
Rapptz
2019-08-11
1
-14
/
+92
*
[tasks] Add Loop.exception for more reliable exception retrieval.
Rapptz
2019-07-27
1
-1
/
+14
*
[tasks] Removed Returns from decorator docstring
Nihaal
2019-06-29
1
-6
/
+1
*
Improve documentation
NCPlayz
2019-06-07
1
-1
/
+1
*
[tasks] Add version added note to Loop.change_interval
Suhail
2019-05-19
1
-0
/
+2
*
[tasks] Add way to change interval at run-time
Suhail6inkling
2019-05-17
1
-10
/
+37
*
[tasks] Add indicator for internal task failure
Rapptz
2019-05-13
1
-2
/
+12
*
[tasks] Log exception when something failed to logging.
Rapptz
2019-05-13
1
-0
/
+6
*
[tasks] Return coro from before and after decorators
SnowyLuma
2019-05-13
1
-1
/
+2
*
[tasks] Keep retrying before gracefully exiting.
Rapptz
2019-05-12
1
-2
/
+10
*
[tasks] Add Loop.stop to gracefully stop a task.
Rapptz
2019-05-12
1
-0
/
+17
*
[tasks] Reset iteration count when loop terminates.
Rapptz
2019-05-12
1
-0
/
+1
[next]