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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Documentation fixes for Client.logs_from
Rapptz
2015-11-16
1
-2
/
+2
*
Add before and after params to logs_from.
Khazhismel
2015-11-16
1
-1
/
+10
*
Fix Client.unban parameter name (name -> user)
Rapptz
2015-11-16
1
-1
/
+1
*
Clean-up guild_delete.
Rapptz
2015-11-16
1
-9
/
+8
*
Make unavailable default to None.
Rapptz
2015-11-16
1
-1
/
+1
*
Attempt to fix unavailable guilds again
Rapptz
2015-11-16
1
-1
/
+6
*
icon_url and get_default_channel in Server
Hla
2015-11-16
1
-3
/
+14
*
Role.is_everyone actually uses the proper check.
Rapptz
2015-11-09
1
-1
/
+1
*
Channel.permissions_for now correctly handles everyone overwrites.
Rapptz
2015-11-09
1
-2
/
+3
*
Change iterable to an argument list in role related documentation.
Rapptz
2015-11-07
1
-3
/
+3
*
Fix Client.create_role
Rapptz
2015-11-07
1
-4
/
+5
*
Change on_server_create/delete to on_server_join/remove.
Rapptz
2015-11-01
2
-8
/
+21
*
Document Client.login raising exceptions.
Rapptz
2015-10-27
1
-1
/
+2
*
Add InvalidArgument exception and change exceptions thrown.
Rapptz
2015-10-27
3
-7
/
+19
*
All HTTP requests now throw HTTPException.
Rapptz
2015-10-27
3
-161
/
+200
*
Document cases where GatewayNotFound is thrown.
Rapptz
2015-10-27
1
-3
/
+12
*
GatewayNotFound now has a default message.
Rapptz
2015-10-27
1
-1
/
+5
*
Rename InvaldiDestination to a generic ClientException.
Rapptz
2015-10-27
3
-5
/
+9
*
All exceptions now derive from DiscordException.
Rapptz
2015-10-27
2
-4
/
+10
*
Remove InvalidEventName exception due to it being unused
Rapptz
2015-10-27
3
-9
/
+1
*
Add discord.Object to the documentation.
Rapptz
2015-10-27
1
-0
/
+3
*
Add support for passing in Object to methods.
Rapptz
2015-10-27
1
-14
/
+15
*
Make Message.channel an Object if something goes wrong.
Rapptz
2015-10-27
1
-3
/
+8
*
Add discord.Object class for generic pass-by-ID.
Rapptz
2015-10-27
3
-0
/
+52
*
Split data classes into more files.
Rapptz
2015-10-27
6
-242
/
+295
*
Remove the name from logging.
Rapptz
2015-10-25
1
-39
/
+38
*
Check if member is in list for GUILD_MEMBER_REMOVE.
Rapptz
2015-10-25
1
-2
/
+3
*
Don't update member.roles in add/remove_roles.
Rapptz
2015-10-24
1
-14
/
+2
*
Support unavailable servers.
Rapptz
2015-10-24
3
-0
/
+41
*
Add Channel.mention to mention a channel.
Rapptz
2015-10-23
1
-0
/
+4
*
Add Message.server attribute shortcut.
Rapptz
2015-10-23
1
-0
/
+4
*
Version bump to v0.8.0
v0.8.0
Rapptz
2015-10-22
1
-2
/
+2
*
Fix documentation warnings.
Rapptz
2015-10-22
1
-6
/
+6
*
Change default parameter to None for Client.set_channel_permissions
Rapptz
2015-10-22
1
-1
/
+4
*
Add Client.delete_channel_permissions
Rapptz
2015-10-22
1
-0
/
+20
*
Add Client.set_channel_permissions
Rapptz
2015-10-22
1
-0
/
+47
*
Change Permissions constants to be class method factories instead.
Rapptz
2015-10-22
2
-3
/
+47
*
Change Colour constants to be class method factories instead.
Rapptz
2015-10-22
1
-95
/
+109
*
Fix permission resolution in Channel.permissions_for
Rapptz
2015-10-22
1
-13
/
+15
*
Print to stderr in on_error
Hornwitser
2015-10-22
3
-17
/
+14
*
Add instructions for installing development version.
Rapptz
2015-10-21
1
-0
/
+6
*
Documentation fixes for Message.
Rapptz
2015-10-21
1
-4
/
+6
*
Add note for edit_role about custom RGB colours.
Rapptz
2015-10-21
1
-0
/
+7
*
Better detection for the everyone role. Fixes #23.
Rapptz
2015-10-21
2
-5
/
+8
*
Add Client.replace_roles
Rapptz
2015-10-21
1
-2
/
+33
*
Add Client.add_roles and Client.remove_roles
Rapptz
2015-10-21
1
-0
/
+59
*
Log to root logger by default in on_error
Hornwitser
2015-10-21
2
-9
/
+15
*
Fix Client.create_invite invalid method call issue.
Rapptz
2015-10-20
1
-1
/
+1
*
Change default limit for Client.logs_from to 100.
Rapptz
2015-10-19
1
-1
/
+1
*
Properly set requirements of ws4py and requests.
Rapptz
2015-10-18
3
-6
/
+6
[next]