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
*
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
*
Add intersphinx
Tobotimus
2018-01-06
1
-11
/
+11
*
Don't use Bulk Channel Edit endpoint if not actually moving channels.
Rapptz
2017-09-24
1
-1
/
+4
*
Properly handle cases where a category is removed.
Rapptz
2017-09-21
1
-1
/
+1
*
Fix grammar in abc docs, add new implementation
Steve C
2017-09-13
1
-4
/
+5
*
Add category support.
Rapptz
2017-09-13
1
-3
/
+48
*
Remove reason keyword argument from message deletion.
Rapptz
2017-08-15
1
-5
/
+2
*
Remove GuildChannel.is_default
SinisterRectus
2017-08-08
1
-11
/
+1
*
Add documentation examples for AsyncIterator and change_presence.
Gorialis
2017-08-08
1
-2
/
+1
*
Handle everyone role having top priority in permission resolution.
Rapptz
2017-07-07
1
-2
/
+13
*
Rename AsyncIterator.get to next to prevent shadowing.
Rapptz
2017-07-04
1
-1
/
+1
*
Allow sending files list smaller than 2 elements in Messageable.send
BeatButton
2017-06-07
1
-4
/
+3
*
Support for sending a nonce.
Rapptz
2017-05-31
1
-4
/
+8
*
Force disconnect in abc.Connectable.connect.
Rapptz
2017-05-13
1
-1
/
+1
*
First pass at documentation reform.
Rapptz
2017-05-12
1
-1
/
+89
*
Rename abc.Callable to abc.Connectable.
Rapptz
2017-05-10
1
-1
/
+1
*
Add support for audit log reasons.
Rapptz
2017-05-07
1
-11
/
+24
*
Change some format usage to use %-formatting.
Rapptz
2017-05-04
1
-1
/
+1
*
Fix NameError in GuildChannel.changed_roles
Rapptz
2017-04-22
1
-0
/
+1
*
Better handling of VOICE_SERVER_UPDATE.
Rapptz
2017-04-18
1
-4
/
+3
*
Re-implement voice sending.
Rapptz
2017-04-18
1
-3
/
+66
*
Add support for multiple file attachments.
Rapptz
2017-04-08
1
-29
/
+35
*
Removing acking on channels.
Rapptz
2017-03-18
1
-22
/
+0
*
Handle case when guild owner somehow doesn't exist in permissions_for
Rapptz
2017-03-15
1
-1
/
+2
*
Add Messageable.ack
Rapptz
2017-02-28
1
-0
/
+22
*
Move purge and delete_messages from Messageable.
Rapptz
2017-02-26
1
-144
/
+1
*
Fall back to single message delete in Messageable.purge
Rapptz
2017-02-23
1
-9
/
+30
*
Fix NameError in GuildChannel.overwrites_for
Rapptz
2017-02-17
1
-2
/
+2
*
Add support for limit=None in Messageable.history.
Rapptz
2017-02-13
1
-1
/
+3
*
Implement utilities for AsyncIterator.
Rapptz
2017-02-11
1
-1
/
+1
*
Fix support for instant invites.
Rapptz
2017-02-08
1
-0
/
+68
*
Make all public is_ functions into methods instead of properties.
Rapptz
2017-01-29
1
-2
/
+1
*
Update copyright year to 2017.
Rapptz
2017-01-20
1
-1
/
+1
*
Fix bug with GuildChannel.edit and Role.edit with positions.
Rapptz
2017-01-16
1
-3
/
+3
*
Remove _get_guild_id from Messageable ABC.
Rapptz
2017-01-14
1
-10
/
+4
*
Fix documentation to properly use Messageable.send
Rapptz
2017-01-13
1
-1
/
+1
*
Fix NameError inside Messageable.get_message
Rapptz
2017-01-11
1
-1
/
+1
[next]