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
/
abc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Documentation fixups for allowed mentions
Rapptz
2020-04-04
1
-1
/
+1
*
Rename allowed mention parameters to allowed_mentions
Rapptz
2020-04-04
1
-9
/
+10
*
Fix various implementation bugs with allowed mentions
Rapptz
2020-04-04
1
-0
/
+2
*
Add support for configuring allowed mentions per message or bot wide.
Rapptz
2020-04-04
1
-3
/
+15
*
Drop superfluous zero in version related changes in the documentation
Rapptz
2020-01-21
1
-1
/
+1
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
Fix bug preventing movement of channels when there are gaps in position
Rapptz
2020-01-12
1
-5
/
+3
*
Allow editing of overwrites in Channel.edit()
CapnS
2019-12-04
1
-0
/
+22
*
Return invites as https, various URL normalization
Devon R
2019-11-15
1
-1
/
+1
*
Make permissions_synced actually return False
apple502j
2019-08-27
1
-1
/
+1
*
Add versionadded string to GuildChannel.permissions_synced
Rapptz
2019-08-27
1
-0
/
+2
*
Add permissions_synced to abc.GuildChannel
Capn
2019-08-27
1
-0
/
+10
*
Explicitly mention discord.Object in abc.Snowflake documentation.
Rapptz
2019-08-11
1
-0
/
+3
*
abc.Messageable do not have to implement abc.Snowflake
Rapptz
2019-07-27
1
-2
/
+0
*
Use lower level Guild.owner_id for permission resolution.
Rapptz
2019-07-10
1
-2
/
+1
*
fix documentation for GuildChannel.set_permissions
Xua
2019-06-29
1
-2
/
+3
*
Update Sphinx to 2.1.2
Rapptz
2019-06-28
1
-29
/
+29
*
Publicly expose a type property for all channels.
Rapptz
2019-06-09
1
-1
/
+1
*
Improve documentation
NCPlayz
2019-06-07
1
-96
/
+101
*
Ensure message links resolve in the Messageable.pins note.
Rapptz
2019-05-27
1
-2
/
+2
*
Add note that Messageable.pins does not contain Message.reactions
Rapptz
2019-05-27
1
-0
/
+6
*
Fix pluralization errors in various files
Ehren Julien-Neitzert
2019-05-23
1
-1
/
+1
*
Fixed a typo in GuildChannel.overwrites docstring
DevilXD
2019-04-29
1
-1
/
+1
*
Explicit namespacing in the PermissionOverwrite example.
Rapptz
2019-04-19
1
-1
/
+1
*
Add abc.GuildChannel.clone to clone a channel with another name.
Rapptz
2019-04-18
1
-0
/
+40
*
Add delay kwarg to message.delete()
Vexs
2019-04-18
1
-7
/
+1
*
Fix abc.GuildChannel.overwrites returning None keys.
Rapptz
2019-04-14
1
-1
/
+8
*
simplify HistoryIterator message ordering
khazhyk
2019-04-07
1
-7
/
+5
*
Make abc.GuildChannel.overwrites return a dictionary
Rapptz
2019-04-06
1
-7
/
+6
*
Add type checking to multi-file send
Dice
2019-03-20
1
-0
/
+2
*
Fix sending multiple files
Dice
2019-03-20
1
-2
/
+1
*
Expose Metadata
NCPlayz
2019-03-19
1
-1
/
+1
*
Organise documentation
NCPlayz
2019-03-19
1
-35
/
+35
*
Take back ownership of files from aiohttp for retrying requests.
Rapptz
2019-03-18
1
-1
/
+1
*
Add support for store channels.
Rapptz
2019-03-17
1
-2
/
+6
*
Fix documentation linking issue in Messageables and Context
Rapptz
2019-03-16
1
-26
/
+26
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
[lint] Fix import order
Hornwitser
2018-11-24
1
-1
/
+0
*
[lint] Remove redundant exception variables
Hornwitser
2018-11-24
1
-2
/
+2
*
[lint] Limit unneccessarily broad except clauses
Hornwitser
2018-11-24
1
-4
/
+4
*
Change internal representation of roles in Member and Emoji.
Rapptz
2018-09-24
1
-2
/
+9
*
Change internal role storage in Guild to a dict instead of a list.
Rapptz
2018-09-24
1
-3
/
+3
*
Add support for Discord's slow mode.
Rapptz
2018-09-14
1
-0
/
+5
*
Change docstrings to raw-strings
BeatButton
2018-09-14
1
-1
/
+1
*
[lint] Fix incorrect and inconsistent whitespace
Hornwitser
2018-08-22
1
-2
/
+2
*
[lint] Remove unused variables
Hornwitser
2018-08-22
1
-1
/
+1
*
Remove dead package references.
Rapptz
2018-06-10
1
-1
/
+1
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
1
-62
/
+36
*
Fixes various documentation errors/inconsistencies
Steve C
2018-05-18
1
-4
/
+7
*
abc.GuildChannel.set_permissions can raise NotFound.
Rapptz
2018-05-18
1
-0
/
+2
[next]