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
...
*
Update changelog for v1.7.1
Rapptz
2021-04-05
1
-0
/
+10
*
[commands] Fix logic in Cog.has_error_handler()
Rapptz
2021-04-05
1
-1
/
+1
*
[commands] Address incorrect use of subclass (from type perspective)
Michael H
2021-04-05
1
-4
/
+5
*
[commands] Add more type information to public API of converters
Michael H
2021-04-05
1
-18
/
+18
*
Remove 3.6 check for `loop.shutdown_asyncgens()`
Nadir Chowdhury
2021-04-05
1
-2
/
+1
*
Use `asyncio.create_task` over `asyncio.ensure_future`
Nadir Chowdhury
2021-04-05
4
-9
/
+9
*
Remove fail-safe for retrieving all tasks
Nadir Chowdhury
2021-04-05
1
-7
/
+1
*
Use covariant TypeVar for protocol
Michael H
2021-04-05
1
-1
/
+1
*
[commands] Fix @classmethod converters
Michael H
2021-04-05
1
-6
/
+9
*
Fix versionadded not showing in docs for Attachment.content_type
Logan
2021-04-05
1
-1
/
+1
*
Remove deprecated client methods
Vaskel
2021-04-05
1
-50
/
+0
*
Add discord.utils.utcnow() helper function to ease migration
Rapptz
2021-04-04
2
-0
/
+17
*
Remove special casing of MAX_ASYNCIO_SECONDS in sleep_until
Rapptz
2021-04-04
1
-4
/
+0
*
Convert datetimes to aware datetimes with UTC.
Rapptz
2021-04-04
15
-61
/
+83
*
Remove some lingering userbot classes in the documentation
Rapptz
2021-04-04
1
-24
/
+0
*
Use 3.8 for ReadTheDocs builds
Rapptz
2021-04-04
1
-1
/
+1
*
Use typing.Protocol instead of abc.ABCMeta
James
2021-04-04
4
-100
/
+98
*
Flatten AsyncIterator.flatten
James
2021-04-04
1
-42
/
+1
*
Remove userbot functionality
Rapptz
2021-04-04
16
-1541
/
+59
*
Remove asyncio.Task subclass in preference to task names
Rapptz
2021-04-04
1
-17
/
+1
*
Convert two missing places to f-strings
Rapptz
2021-04-04
2
-2
/
+2
*
Remove encoding header from generated code
Rapptz
2021-04-04
1
-4
/
+1
*
[commands] Use positional only parameter for Context.invoke
Rapptz
2021-04-04
1
-12
/
+2
*
Modernize code to use f-strings
Rapptz
2021-04-04
67
-378
/
+262
*
Bump minimum Python version to 3.8
Rapptz
2021-04-04
1
-4
/
+2
*
Version bump for development
Rapptz
2021-04-04
1
-2
/
+2
*
Version bump to v1.7
v1.7.0
Rapptz
2021-04-04
1
-2
/
+2
*
Add missing documentation for StoreChannelConverter
Rapptz
2021-04-04
2
-1
/
+4
*
Add missing StoreChannel documentation
Rapptz
2021-04-04
1
-4
/
+13
*
Fix StoreChannel reference in changelog
Rapptz
2021-04-04
1
-1
/
+1
*
Add content_type to changelog
Rapptz
2021-04-03
1
-0
/
+1
*
Add content_type to Attachment
Zomatree
2021-04-03
1
-1
/
+6
*
Add changelog for v1.7
Rapptz
2021-04-03
1
-0
/
+82
*
Guard for `None` in VocalGuildChannel.members
Rapptz
2021-04-03
1
-1
/
+1
*
[commands] Add missing versionadded on StoreChannelConverter
Rapptz
2021-04-03
1
-5
/
+7
*
Rework the reaction roles example
Nadir Chowdhury
2021-04-03
1
-25
/
+27
*
[commands] Add StoreChannelConverter
DoggieLicc
2021-04-03
1
-0
/
+40
*
Implement StageChannel and related methods
Nadir Chowdhury
2021-04-03
8
-68
/
+426
*
[docs] Add rtc_region parameter for Guild.create_voice_channel
Nadir Chowdhury
2021-04-02
1
-0
/
+5
*
Implement voice region changing for voice channels
Tarek
2021-04-01
4
-5
/
+34
*
Add support for Permissions.request_to_speak
Rapptz
2021-04-01
1
-6
/
+23
*
[docs] Fix fetch_members/guilds documentation
Nadir Chowdhury
2021-03-31
3
-7
/
+10
*
[docs] suggest presence in constructor instead of change_presence
Mikey
2021-03-31
1
-4
/
+11
*
Deprecate Client.logout
apple502j
2021-03-31
2
-2
/
+5
*
Bring back older background task example under a new name
Rapptz
2021-03-30
1
-0
/
+28
*
Fix background_task example to actually work
Rapptz
2021-03-30
1
-5
/
+4
*
Update background_task example to use ext.tasks
Sebastian Law
2021-03-30
1
-9
/
+14
*
Raise error if position could not be resolved in GuildChannel.move
Rapptz
2021-03-30
1
-3
/
+6
*
Return early if no kwargs are given to GuildChannel.move
Rapptz
2021-03-30
1
-0
/
+3
*
Ignore moving category channels to another category
Rapptz
2021-03-30
2
-0
/
+6
[prev]
[next]