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
*
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
*
Fix typo in Loop.restart documentation
Steve C
2019-05-10
1
-1
/
+1
*
[tasks] Add Loop.restart
Rapptz
2019-05-10
1
-1
/
+28
*
[tasks] Add way to query cancellation state for Loop.after_loop
Rapptz
2019-04-30
1
-8
/
+20
*
[tasks] Remove support for awaitables due to gotchas.
Rapptz
2019-04-29
1
-17
/
+17
*
[tasks] Fix assignment of tuple when appending
Danny
2019-04-15
1
-1
/
+1
*
[tasks] set internal task to None after canceling
Steve C
2019-04-12
1
-0
/
+1
*
[tasks] Add before_loop and after_loop decorators
Rapptz
2019-04-12
1
-16
/
+79
*
[tasks] Ensure total number of seconds is not less than 0.
Rapptz
2019-04-11
1
-3
/
+6
*
[tasks] Rename Loop.run to Loop.start to avoid blocking connotations
Rapptz
2019-04-11
1
-3
/
+3
*
[tasks] Add a new background helper 'tasks' extension.
Rapptz
2019-04-11
1
-0
/
+209