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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `Permissions.stream`
NCPlayz
2019-04-12
1
-3
/
+10
*
[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
*
[commands] Add versionadded to dm_only
Rapptz
2019-04-12
1
-0
/
+2
*
[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
*
[commands] Fix erroneous string in dm_only check
Rapptz
2019-04-11
1
-1
/
+1
*
[commands] Added dm_only check
Dante Dam
2019-04-11
2
-7
/
+29
*
[commands] Fix references in Bot to actually link.
Rapptz
2019-04-10
2
-70
/
+64
*
Version bump to v1.0.1
Rapptz
2019-04-10
1
-2
/
+2
*
[commands] Properly name heading for ExtensionError
Rapptz
2019-04-10
1
-2
/
+2
*
Fix voice handshake race condition
Imayhaveborkedit
2019-04-10
1
-0
/
+10
*
Add notes warning that fetch_ methods are api calls
Vexs
2019-04-10
2
-0
/
+25
*
Fix various bugs with Asset._url None handling.
Rapptz
2019-04-09
1
-2
/
+4
*
Fix cleanup code on Linux not working properly.
Rapptz
2019-04-09
1
-9
/
+17
*
Stop the event loop if it's running during cleanup.
Rapptz
2019-04-09
1
-1
/
+8
*
Use is_connected() instead of _connected in checks
Daniel
2019-04-09
1
-2
/
+2
*
Fix issue with speaking state causing an error.
Rapptz
2019-04-08
1
-0
/
+3
*
Version bump to v1.0.0
Rapptz
2019-04-08
1
-2
/
+2
*
Add notes stating what Guild.fetch_guild and Guild.fetch_guilds returns
NCPlayz
2019-04-08
1
-2
/
+12
*
Fix documentation so Sphinx can build semi-cleanly.
Rapptz
2019-04-08
1
-3
/
+3
*
Wording nit, library -> function in load_opus
Rapptz
2019-04-08
1
-1
/
+1
*
Change all IntEnum to Enum
Rapptz
2019-04-08
2
-8
/
+8
*
Remove manual documentation for AppInfo
Rapptz
2019-04-08
1
-3
/
+4
*
Missing a word in Attachment.save
Rapptz
2019-04-08
1
-2
/
+2
*
Fix oversight where on_disconnect did not get called on WS termination.
Rapptz
2019-04-08
2
-0
/
+3
*
Fix long-standing issue with user updates not dispatching properly.
Rapptz
2019-04-08
2
-7
/
+30
*
GUILD_MEMBER_UPDATE no longer does actual user updates.
Rapptz
2019-04-08
2
-8
/
+2
*
Don't use an enum when unnecessary in Member._client_status
Rapptz
2019-04-08
1
-1
/
+1
*
Add a note to load_opus that it's auto loaded on Windows.
Rapptz
2019-04-08
1
-0
/
+5
*
terminate iterators immediately once out of data
khazhyk
2019-04-07
1
-2
/
+2
*
simplify AuditLogIterator ordering
khazhyk
2019-04-07
2
-24
/
+21
*
simplify HistoryIterator message ordering
khazhyk
2019-04-07
3
-30
/
+27
*
allow passing 0 for logs_from parameters
khazhyk
2019-04-07
1
-3
/
+3
*
Client.event raises TypeError instead of ClientException.
Rapptz
2019-04-07
1
-2
/
+7
*
[commands] Raise TypeError instead of ClientException in some places
Rapptz
2019-04-07
2
-18
/
+18
*
Don't raise an exception during the signal handlers.
Rapptz
2019-04-07
1
-10
/
+7
*
Forgot to escape backticks.
Rapptz
2019-04-07
1
-1
/
+1
*
Add ignore_links and as_needed options to utils.escape_markdown.
Rapptz
2019-04-07
1
-5
/
+30
*
Fix regex substitution in utils.escape_mentions
Rapptz
2019-04-06
1
-1
/
+1
*
[commands] Remove extraneous `or`
Rapptz
2019-04-06
1
-1
/
+1
*
Add note about escape_markdown in Message.clean_content
Rapptz
2019-04-06
1
-0
/
+6
*
[commands] Fix HelpCommand.invoked_with when used in events.
Rapptz
2019-04-06
1
-2
/
+3
*
Simplify bot loop cleanup routine.
Rapptz
2019-04-06
1
-46
/
+57
*
Fix copy paste error in ClientUser.edit_settings
Rapptz
2019-04-06
1
-2
/
+2
*
Use explicit __eq__ call to be consistent with other methods.
Rapptz
2019-04-06
1
-2
/
+2
*
Fix Attachment.save wording nit.
Rapptz
2019-04-06
1
-3
/
+4
*
Add helpers to escape markdown and mentions from text.
Rapptz
2019-04-06
2
-6
/
+42
*
[commands] Disallow bot_ or cog_ commands or listeners in cogs.
Rapptz
2019-04-06
1
-1
/
+5
[next]