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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add version information from missing PRs.
Rapptz
2019-08-11
1
-1
/
+1
*
[tasks] Add support for explicit time parameter when running.
Rapptz
2019-08-11
1
-14
/
+92
*
[commands] Add role cooldown bucket
BluePhoenixGame
2019-08-11
2
-1
/
+11
*
[tasks] Add Loop.exception for more reliable exception retrieval.
Rapptz
2019-07-27
1
-1
/
+14
*
[commands] Properly load the original module when reloading fails.
Rapptz
2019-07-27
1
-2
/
+3
*
[commands] update sys.modules in load_extension again
Benjamin Mintz
2019-07-18
1
-1
/
+5
*
[commands] Bot.is_owner should be marked as coroutine
ed588
2019-07-18
1
-1
/
+3
*
[commands] Fall back to using Message.mentions in converters
Rapptz
2019-07-10
1
-2
/
+4
*
[commands] Don't update sys.modules with a stale reference.
Rapptz
2019-07-07
1
-1
/
+1
*
[commands] Fix up Paginator documentation.
Rapptz
2019-06-29
1
-2
/
+2
*
[commands] Calculate suffix length at each add_line
Matt (IPv4) Cowley
2019-06-29
1
-3
/
+7
*
[commands] Properly raise the correct exception for owner_ids
Rapptz
2019-06-29
1
-14
/
+14
*
[tasks] Removed Returns from decorator docstring
Nihaal
2019-06-29
1
-6
/
+1
*
[commands] Don't raise ExtensionNotFound for ImportErrors in modules
Benjamin Mintz
2019-06-29
2
-17
/
+23
*
Support team members data in application info
fourjr
2019-06-29
1
-4
/
+27
*
[commands] Add missing word in HelpCommand documentation
Harmon
2019-06-20
1
-1
/
+1
*
[commands] Ensure cooldowns are properly copied.
Rapptz
2019-06-12
1
-3
/
+4
*
Some documentation touch-ups and missing stuff in the changelog.
Rapptz
2019-06-09
1
-0
/
+2
*
Replace Enum with an internal one for significant speed improvements.
Rapptz
2019-06-09
1
-2
/
+2
*
Improve documentation
NCPlayz
2019-06-07
8
-40
/
+45
*
[commands] Fixed extra "only" in dm_only docs
Dante Dam
2019-05-19
1
-1
/
+1
*
Add asyncio.Task subclass for better __repr__ for events.
Rapptz
2019-05-19
1
-2
/
+1
*
[tasks] Add version added note to Loop.change_interval
Suhail
2019-05-19
1
-0
/
+2
*
[commands] Add missing backtick for is_nsfw docs
Dante Dam
2019-05-17
1
-1
/
+1
*
[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
*
[commands] Explicitly assign invoked_subcommand to None before invoking
Rapptz
2019-05-11
1
-0
/
+2
*
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
*
[commands] MinimalHelpCommand: add cog description
Benjamin Mintz
2019-05-09
1
-0
/
+3
*
[commands] Better note for Command.invoke
Rapptz
2019-05-05
1
-6
/
+11
*
[tasks] Add way to query cancellation state for Loop.after_loop
Rapptz
2019-04-30
1
-8
/
+20
*
[commands] Fix MessageConverter not inheriting from Converter
Rapptz
2019-04-29
1
-1
/
+1
*
[tasks] Remove support for awaitables due to gotchas.
Rapptz
2019-04-29
1
-17
/
+17
*
[commands] Fix Context.send_help to work with the copied HelpCommand
Rapptz
2019-04-29
1
-0
/
+2
*
[commands] Copy HelpCommand instances to prevent race conditions.
Rapptz
2019-04-29
1
-29
/
+52
*
[commands] Allow passing `current` to more cooldown mapping methods.
Rapptz
2019-04-24
2
-5
/
+9
*
[commands] Allow passing of a message to NoPrivateMessage again.
Rapptz
2019-04-20
2
-4
/
+5
*
[commands] DM channels are NSFW in commands.is_nsfw check.
Rapptz
2019-04-20
1
-2
/
+3
*
Consistent use of __all__ to prevent merge conflicts.
Rapptz
2019-04-20
6
-24
/
+82
*
[commands] Clean docstrings in Command.parents and Command.root_parent
Rapptz
2019-04-20
1
-7
/
+3
*
[commands] Consistently mention inheritance of exceptions.
Rapptz
2019-04-20
1
-12
/
+45
*
[commands] Add Command.parents
Vexs
2019-04-20
1
-8
/
+22
*
[commands] Add custom exception classes for built-in checks
Vexs
2019-04-20
2
-47
/
+217
*
[commands] Missing an extra ] in the documented return type.
Rapptz
2019-04-19
1
-1
/
+1
[next]