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
*
Don't make session a keyword only argument.
Rapptz
2017-08-21
1
-1
/
+1
*
Add atomic keyword argument for member role editing operations.
Rapptz
2017-08-21
1
-11
/
+33
*
Lazily fetch Emoji.roles and Emoji.guild to prevent memory leaks.
Rapptz
2017-08-21
1
-11
/
+21
*
Game objects are really dumb.
Rapptz
2017-08-21
1
-4
/
+4
*
Fix some docstrings.
Rapptz
2017-08-21
1
-5
/
+3
*
Fix Webhook.execute alias.
Rapptz
2017-08-21
1
-2
/
+3
*
Add webhook support.
Rapptz
2017-08-21
10
-7
/
+813
*
Use time.monotonic instead of time.time for heartbeat code.
Rapptz
2017-08-19
1
-5
/
+5
*
Consume remaining keyword arguments in Game constructor.
Rapptz
2017-08-19
1
-1
/
+1
*
Update system_content strings for MessageType.new_member.
Rapptz
2017-08-17
1
-22
/
+40
*
Remove incorrect extraneous usage of reason keyword argument.
Rapptz
2017-08-17
1
-1
/
+1
*
Add support for Guild.system_channel
Rapptz
2017-08-17
4
-2
/
+36
*
Add default type for Game.
Rapptz
2017-08-16
1
-7
/
+7
*
use cdn url for custom emojis
Ashton Tito
2017-08-16
1
-1
/
+1
*
Minor fixes in migrating doc
Gorialis
2017-08-16
1
-7
/
+7
*
Add Client.latency, AutoShardedClient.latency and latencies.
Rapptz
2017-08-15
3
-0
/
+29
*
Remove reason keyword argument from message deletion.
Rapptz
2017-08-15
3
-25
/
+13
*
Add delete_after to 'edit'.
MysterialPy
2017-08-15
1
-1
/
+21
*
Fix cases where user_id can be None in audit logs.
Rapptz
2017-08-15
1
-1
/
+1
*
[commands] Raise when an invalid prefix is given.
Rapptz
2017-08-15
1
-5
/
+18
*
Fix extraneous parentheses in Client.emojis render in migrating docs.
Rapptz
2017-08-12
1
-1
/
+1
*
Fix the proxy support for aiohttp>=1.4.
PapyrusThePlant
2017-08-11
2
-4
/
+17
*
[commands] Ensure no mentions escape clean_content
Rapptz
2017-08-10
1
-10
/
+2
*
[commands] Fix clean_content converter not properly escaping mentions.
Rapptz
2017-08-10
1
-24
/
+29
*
Support for discord.Object in Member.remove_roles and Member.add_roles
Rapptz
2017-08-09
1
-5
/
+8
*
Make discord.Object hashable.
Rapptz
2017-08-09
1
-1
/
+16
*
Disallow setting non-permission attributes
Mitchell Ferree
2017-08-08
1
-0
/
+2
*
Add heartbeat_timeout to the Client options.
Rapptz
2017-08-08
4
-2
/
+11
*
Add DiscordWebSocket.latency to measure discord heartbeat latency.
Rapptz
2017-08-08
1
-0
/
+9
*
Fixed ExponentialBackoff not working when integral
Matt Gardner
2017-08-08
1
-1
/
+1
*
Remove GuildChannel.is_default
SinisterRectus
2017-08-08
2
-13
/
+2
*
Add documentation examples for AsyncIterator and change_presence.
Gorialis
2017-08-08
3
-2
/
+33
*
Add operation documentation for VerificationLevel, ContentFilter
Gorialis
2017-08-02
1
-0
/
+42
*
Change VerificationLevel, ContentFilter to be IntEnums
Gorialis
2017-08-02
1
-3
/
+3
*
Remove Guild.create_invite too since it relies on a default channel.
Rapptz
2017-07-31
2
-39
/
+1
*
Remove Guild.default_channel
Rapptz
2017-07-31
2
-7
/
+12
*
Fix AsyncIterator documentation to properly show coroutines.
Rapptz
2017-07-29
1
-4
/
+6
*
Rename avatar_is_animated to is_avatar_animated and make it a method.
Rapptz
2017-07-27
1
-5
/
+4
*
Continue connection loop with back-off if connecting fails >5 times.
Rapptz
2017-07-25
1
-1
/
+6
*
allow trailing null bytes in uploaded jpegs
khazhyk
2017-07-25
1
-1
/
+1
*
add Guild.icon_url_as
khazhyk
2017-07-25
1
-1
/
+35
*
avatar_url_as improvements
khazhyk
2017-07-25
2
-8
/
+38
*
accept_invite() doesn't exist on rewrite
Juan
2017-07-25
1
-3
/
+0
*
Add bulk argument to TextChannel.purge
khazhyk
2017-07-24
1
-2
/
+7
*
Raise in HTTPClient.request when out of retries
khazhyk
2017-07-22
1
-1
/
+3
*
Retry on 500 in HTTPClient.request
khazhyk
2017-07-22
1
-2
/
+2
*
Fix waiting for resume when calling stop() on AudioPlayer
Daniel
2017-07-21
1
-0
/
+2
*
Call cleanup on AudioSource.__del__.
Rapptz
2017-07-19
1
-0
/
+7
*
[commands] Fix Command.root_parent not properly working.
Rapptz
2017-07-19
1
-2
/
+4
*
Add some logging for when ffmpeg processes get terminated.
Rapptz
2017-07-18
1
-1
/
+7
[next]