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
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Change enumerators into enumerations to please Voltana.
Rapptz
2016-01-30
2
-7
/
+7
*
Add and remove some of the on_socket_* events.
Rapptz
2016-01-25
2
-44
/
+20
*
Documentation fixes for Permissions related code.
Rapptz
2016-01-14
1
-1
/
+1
*
Attempt to satisfy RTD by using sphinxcontrib.napoleon.
Rapptz
2016-01-10
1
-2
/
+8
*
Add a Whats New page to have a nicer changelog.
Rapptz
2016-01-09
2
-0
/
+72
*
Change order of documentation by source declaration.
Rapptz
2016-01-08
1
-0
/
+2
*
Document the breaking change with the new dictionary storage change.
Rapptz
2016-01-08
1
-0
/
+37
*
Document how Client.run should be the last function to call.
Rapptz
2016-01-08
1
-0
/
+7
*
Add missing documentation for discord.Game
Rapptz
2016-01-07
1
-0
/
+6
*
Documentation fixes to quiet Sphinx warnings.
Rapptz
2016-01-07
2
-3
/
+4
*
Document the fact that data classes use __slots__.
Rapptz
2016-01-07
1
-0
/
+9
*
Change permissions to remove the can_ prefix.
Rapptz
2016-01-03
1
-0
/
+3
*
Document more breaking changes in migrating file.
Rapptz
2016-01-03
1
-0
/
+52
*
Add on_member_ban and on_member_unban events.
Rapptz
2015-12-17
1
-0
/
+15
*
Fix consistency issue with migrating page.
Rapptz
2015-12-17
1
-11
/
+11
*
Add migrating guide for migrating to v0.10.0.
Rapptz
2015-12-17
3
-0
/
+241
*
Remove on_status event. Superseded by on_member_update.
Rapptz
2015-12-17
1
-8
/
+1
*
All update related events now pass in the previous state.
Rapptz
2015-12-17
1
-6
/
+10
*
Add headers to data classes for easier navigation.
Rapptz
2015-12-09
1
-0
/
+34
*
Document discord.__version__ and discord.version_info
Rapptz
2015-12-09
1
-0
/
+18
*
Documentation fixes for opus related import errors.
Rapptz
2015-12-08
1
-5
/
+5
*
Add OpusNotLoaded exception and opus.is_loaded utility function.
Rapptz
2015-12-08
1
-1
/
+5
*
Documentation fixes for opus bindings.
Rapptz
2015-12-08
1
-0
/
+1
*
Clear up some documentation.
Rapptz
2015-12-08
1
-0
/
+13
*
Handle GUILD_UPDATE
Rapptz
2015-12-06
1
-0
/
+12
*
Add enumerators instead of strings.
Rapptz
2015-12-04
1
-0
/
+61
*
Move async_client.py to client.py
Rapptz
2015-12-04
1
-1
/
+1
*
Implement a bunch of other HTTP request functions.
Rapptz
2015-12-04
1
-1
/
+6
*
Add Forbidden and NotFound exceptions.
Rapptz
2015-12-04
1
-0
/
+4
*
Begin working on asyncio port.
Rapptz
2015-12-04
2
-2
/
+26
*
on_member_update now takes in the older member state as a parameter.
Rapptz
2015-11-30
1
-2
/
+10
*
on_status event now has the old game ID and old status as parameters.
Rapptz
2015-11-30
1
-1
/
+3
*
Miscellaneous documentation fixes.
Rapptz
2015-11-30
1
-1
/
+1
*
Switch to Sphinx RTD theme.
Rapptz
2015-11-28
1
-1
/
+1
*
Add note about data classes instances.
Rapptz
2015-11-28
1
-1
/
+15
*
Performance improvements in on_typing event.
Rapptz
2015-11-27
1
-2
/
+3
*
Add LoginFailure exception for a clearer failure in Client.login
Rapptz
2015-11-27
1
-0
/
+2
*
Handle TYPING_START event.
Rapptz
2015-11-24
1
-0
/
+12
*
Change on_server_create/delete to on_server_join/remove.
Rapptz
2015-11-01
1
-6
/
+19
*
Add InvalidArgument exception and change exceptions thrown.
Rapptz
2015-10-27
1
-0
/
+2
*
All HTTP requests now throw HTTPException.
Rapptz
2015-10-27
1
-3
/
+6
*
Rename InvaldiDestination to a generic ClientException.
Rapptz
2015-10-27
1
-1
/
+1
*
All exceptions now derive from DiscordException.
Rapptz
2015-10-27
1
-2
/
+2
*
Remove InvalidEventName exception due to it being unused
Rapptz
2015-10-27
1
-4
/
+0
*
Add discord.Object to the documentation.
Rapptz
2015-10-27
1
-0
/
+3
*
Add discord.Object class for generic pass-by-ID.
Rapptz
2015-10-27
1
-0
/
+5
*
Support unavailable servers.
Rapptz
2015-10-24
1
-0
/
+8
*
Print to stderr in on_error
Hornwitser
2015-10-22
2
-16
/
+9
*
Log to root logger by default in on_error
Hornwitser
2015-10-21
1
-7
/
+14
*
Add events for sniffing the WebSocket data
Hornwitser
2015-10-16
1
-0
/
+37
[prev]
[next]