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
/
client.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use X-Ratelimit-Reset-After header by default.
Rapptz
2019-08-27
1
-1
/
+10
*
Strip tokens before use.
Rapptz
2019-08-27
1
-1
/
+1
*
Allow disabling the message cache with max_messages=None
Rapptz
2019-08-27
1
-3
/
+5
*
Disambiguate and normalize documentation for non-bot only methods
Tyler
2019-08-11
1
-1
/
+5
*
Document that the cache retrieval functions require an int ID.
Rapptz
2019-07-23
1
-9
/
+40
*
on_member_leave => on_member_remove
Tarek
2019-07-18
1
-1
/
+1
*
Fix doc URL in Client.fetch_guild
Steve C
2019-07-18
1
-1
/
+1
*
Better knowledge on how guild_subscriptions work now.
Rapptz
2019-07-15
1
-1
/
+6
*
Add versionadded for guild_subscriptions option.
Rapptz
2019-07-10
1
-14
/
+16
*
Add support for guild subscriptions.
Rapptz
2019-07-10
1
-0
/
+24
*
Only return exception in Client.run when it's not cancelled.
Rapptz
2019-06-20
1
-1
/
+2
*
Propagate exception in Client.run
Rapptz
2019-06-20
1
-0
/
+2
*
Rename error type for `X.fetch_channel(s)`.
NCPlayz
2019-06-12
1
-1
/
+1
*
docs: Fix minor typo
Reece Dunham
2019-06-12
1
-5
/
+5
*
Improve documentation
NCPlayz
2019-06-07
1
-70
/
+80
*
Implementing GET '/channels/:id' & '/guilds/:id/channels'
NCPlayz
2019-06-07
1
-0
/
+45
*
Add asyncio.Task subclass for better __repr__ for events.
Rapptz
2019-05-19
1
-1
/
+22
*
Validate kwargs in Client.start
NCPlayz
2019-05-19
1
-0
/
+9
*
Add back signal handling to Client.run
Rapptz
2019-05-11
1
-2
/
+16
*
Rewrite loop cleanup code (again...) and remove signal handling.
Rapptz
2019-04-26
1
-66
/
+27
*
Use a regular boolean instead of asyncio.Event for close status.
Rapptz
2019-04-25
1
-5
/
+5
*
Add note about overriding Client.close vs Client.logout
Rapptz
2019-04-18
1
-0
/
+6
*
add read-only cached_messages property to Client
khazhyk
2019-04-17
1
-0
/
+8
*
Internal consistency with message related HTTPClient methods
Rapptz
2019-04-14
1
-1
/
+1
*
[commands] Fix references in Bot to actually link.
Rapptz
2019-04-10
1
-65
/
+62
*
Add notes warning that fetch_ methods are api calls
Vexs
2019-04-10
1
-0
/
+12
*
Fix cleanup code on Linux not working properly.
Rapptz
2019-04-09
1
-9
/
+17
*
Stop the event loop if it's running during cleanup.
Rapptz
2019-04-09
1
-1
/
+8
*
Add notes stating what Guild.fetch_guild and Guild.fetch_guilds returns
NCPlayz
2019-04-08
1
-2
/
+12
*
Fix oversight where on_disconnect did not get called on WS termination.
Rapptz
2019-04-08
1
-0
/
+1
*
Client.event raises TypeError instead of ClientException.
Rapptz
2019-04-07
1
-2
/
+7
*
Don't raise an exception during the signal handlers.
Rapptz
2019-04-07
1
-10
/
+7
*
Simplify bot loop cleanup routine.
Rapptz
2019-04-06
1
-46
/
+57
*
Redesign asset retrieval in the library.
NCPlayz
2019-04-06
1
-17
/
+3
*
Add support for guild widget
NCPlayz
2019-03-19
1
-14
/
+33
*
Expose Metadata
NCPlayz
2019-03-19
1
-4
/
+77
*
Organise documentation
NCPlayz
2019-03-19
1
-53
/
+56
*
Add on_disconnect event.
Rapptz
2019-03-18
1
-0
/
+1
*
Moved http.close to before _closed.set
NCPlayz
2019-03-09
1
-2
/
+1
*
Expose more information from partial invites, along with counts.
Rapptz
2019-02-12
1
-5
/
+9
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
Support discordapp.com invite URLs.
Rapptz
2018-11-25
1
-1
/
+1
*
Add support for multiple activities
SnowyLuma
2018-11-24
1
-1
/
+1
*
[lint] Removed unused variable handler
Hornwitser
2018-11-24
1
-1
/
+0
*
[lint] Changed missed docstrings to raw-string
Hornwitser
2018-11-24
1
-2
/
+2
*
[lint] Fix import order
Hornwitser
2018-11-24
1
-9
/
+11
*
[lint] Rename exception variables to exc
Hornwitser
2018-11-24
1
-6
/
+6
*
[lint] Limit unneccessarily broad except clauses
Hornwitser
2018-11-24
1
-3
/
+3
*
Optimise tight loops in DiscordGateway.received_message
Rapptz
2018-09-24
1
-8
/
+5
*
Fix up the Sphinx strings causing warnings.
Rapptz
2018-09-15
1
-1
/
+1
[next]