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
*
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
*
Rename NoMoreMessages to NoMoreItems.
Rapptz
2017-01-11
1
-3
/
+3
*
Allow HistoryIterator to be flattened into a list.
Rapptz
2017-01-11
1
-2
/
+7
*
Allow Messageable.send to work with non-truthy types.
Rapptz
2017-01-09
1
-1
/
+1
*
Fix Messageable.typing context manager.
Rapptz
2017-01-03
1
-2
/
+1
*
Fix NameError when dealing with permission resolution.
Rapptz
2017-01-03
1
-5
/
+0
*
Change Messageable channel getter to be a coroutine.
Rapptz
2017-01-03
1
-7
/
+9
*
Move message creation to a factory method inside ConnectionState.
Rapptz
2017-01-03
1
-11
/
+9
*
Rename MessageChannel abc to Messageable.
Rapptz
2017-01-03
1
-22
/
+35
*
Add permission overwrites to GuildChannel.
Rapptz
2017-01-03
1
-4
/
+106
*
Move GuildChannel over to abc module.
Rapptz
2017-01-03
1
-37
/
+264
*
Add delete_after parameter to MessageChannel.send
Rapptz
2017-01-03
1
-2
/
+16
*
Absolute import some circular dependencies to appease Python 3.4.
Rapptz
2017-01-03
1
-0
/
+5
*
Rename MessageChannel.send_message to send and unify interface.
Rapptz
2017-01-03
1
-62
/
+37
*
Re-add support for embeds.
Rapptz
2017-01-03
1
-3
/
+13
*
Rename Server to Guild everywhere.
Rapptz
2017-01-03
1
-1
/
+1
*
Stateful Message and remove Invite.xkcd since it is removed.
Rapptz
2017-01-03
1
-0
/
+123
*
Add MessageChannel.typing context manager for prolonged typing.
Rapptz
2017-01-03
1
-0
/
+15
*
Split channel types.
Rapptz
2017-01-03
1
-0
/
+277
*
Add some basic ABCs.
Rapptz
2017-01-03
1
-0
/
+77