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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Version bump to 1.3.4
v1.3.4
v1.3.x
Rapptz
2020-07-08
1
-2
/
+2
*
Don't use a namedtuple for _Overwrites
Rapptz
2020-07-08
1
-2
/
+16
*
Version bump to v1.3.3
v1.3.3
Rapptz
2020-04-04
1
-2
/
+2
*
Change default close code to 4000 instead of 1000.
Rapptz
2020-04-04
3
-3
/
+3
*
Don't add None to Member.activities tuple
jack1142
2020-04-04
2
-2
/
+4
*
Add "FEATURABLE" in guild features.
PredaaA
2020-04-04
1
-0
/
+1
*
[commands] Fix a typo in the docstring of the internal _Semaphore class
s0lst1ce
2020-04-04
1
-1
/
+1
*
fixing the BaseActivity links
Glazed_Belmont
2020-04-04
1
-3
/
+3
*
Bump version to v1.3.2
v1.3.2
Rapptz
2020-02-22
1
-2
/
+2
*
Suppress missing Content-Type headers when fetching content
Rapptz
2020-02-22
1
-2
/
+7
*
Fix invalid format specifier in PartialWebhookState.__getattr__
Sebastiaan Zeeff
2020-02-22
1
-1
/
+1
*
Fix Webhook.send returning an empty string when wait=False
Rapptz
2020-02-16
1
-2
/
+4
*
Fix crashes when Message.guild is Object
Rapptz
2020-02-16
1
-2
/
+2
*
[commands] Raise when passing invalid permission keys in their checks
Rapptz
2020-02-02
1
-4
/
+24
*
Guard against the member data not being available in VOICE_STATE_UPDATE
Rapptz
2020-02-01
1
-1
/
+4
*
Better detection for Cloudflare related 429s.
Rapptz
2020-02-01
1
-1
/
+1
*
Use member data from VOICE_STATE_UPDATE if not found in cache
Rapptz
2020-02-01
1
-0
/
+3
*
Bump waiting time of GUILD_CREATE stream by number of shards waited.
Rapptz
2020-01-28
2
-2
/
+4
*
Version bump to v1.3.1
v1.3.1
Rapptz
2020-01-26
1
-2
/
+2
*
Downgrade unknown event logging to DEBUG rather than WARNING
Rapptz
2020-01-26
1
-1
/
+1
*
Explicitly check for guild object
Merlintor
2020-01-26
1
-1
/
+2
*
Import ABC from collections.abc instead of collections
Karthikeyan Singaravelan
2020-01-25
1
-1
/
+1
*
Fix warnings regarding invalid escape sequences.
Karthikeyan Singaravelan
2020-01-25
1
-1
/
+1
*
Fix fetching invites on guilds the user is not in
Rapptz
2020-01-25
1
-1
/
+1
*
Remove extra backtick in CustomActivity docs
Snaptraks
2020-01-24
1
-1
/
+1
*
Documentation fixes (#2531)
Harmon
2020-01-24
1
-1
/
+1
*
Version bump to v1.3
v1.3.0
Rapptz
2020-01-24
1
-2
/
+2
*
Mention that you can create Permissions via kwargs now
Rapptz
2020-01-23
1
-0
/
+4
*
Fixes and improvements for v1.3 documentation
Harmon
2020-01-22
12
-18
/
+81
*
Fix out of order files being sent in webhooks when there are 10 files.
Rapptz
2020-01-22
1
-1
/
+1
*
Minor documentation fixes
Rapptz
2020-01-21
2
-3
/
+3
*
Add missing coroutine header for sleep_until
Rapptz
2020-01-21
1
-1
/
+3
*
Improve usability of utils.sleep_until
Josh B
2020-01-21
2
-8
/
+8
*
[commands] Only clean semaphore when there are no waiters
Rapptz
2020-01-21
1
-1
/
+4
*
[commands] Implement Command.__call__
Rapptz
2020-01-21
1
-0
/
+18
*
Drop superfluous zero in version related changes in the documentation
Rapptz
2020-01-21
17
-61
/
+61
*
[commands] Be more clear in the default error for MaxConcurrencyReached
Rapptz
2020-01-21
1
-1
/
+1
*
[commands] Refactor BucketType to not repeat in other places in code
Rapptz
2020-01-21
1
-39
/
+24
*
[commands] Add max_concurrency decorator
Rapptz
2020-01-21
3
-1
/
+204
*
[tasks] Use new sleep_until util instead of internal function
Rapptz
2020-01-21
1
-6
/
+2
*
Add discord.utils.sleep_until helper function
Josh B
2020-01-21
1
-0
/
+18
*
[tasks] Fix issue with next_iteration when task overruns time allotted
Josh B
2020-01-21
1
-3
/
+7
*
[tasks] Add Loop.next_iteration property
Josh B
2020-01-20
1
-1
/
+26
*
Fix fetching invites for a GroupChannel.
Rapptz
2020-01-20
1
-12
/
+23
*
[commands] Allow @ prefixed usernames in DM contexts for UserConverter
Hugo Woesthuis
2020-01-20
1
-2
/
+7
*
Update attachment documentation for width/height applying to videos too
Rapptz
2020-01-20
1
-2
/
+2
*
Bump copyright year to 2020
Rapptz
2020-01-19
56
-64
/
+64
*
[commands] Case insensitivity uses casefold instead of lower
Rapptz
2020-01-19
1
-6
/
+6
*
Added docs for overwrites kwarg for CategoryChannel.edit
Willy
2020-01-19
1
-0
/
+5
*
Add instance check to PermissionOvewrite.__eq__
Rapptz
2020-01-19
1
-1
/
+1
[next]