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] 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
*
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