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
...
*
[commands] Fix broken handling of keyword only parameters.
Rapptz
2018-07-21
1
-1
/
+1
*
[commands] Fix typing.Union converters for 3.7
Rapptz
2018-07-20
1
-12
/
+17
*
[commands] Add documentation for BadUnionArgument
Rapptz
2018-07-20
1
-0
/
+3
*
Bump websockets to 6.0 for 3.7 compatibility.
Rapptz
2018-07-20
1
-1
/
+1
*
[commands] Make ConversionError have the original error as an attribute
Rapptz
2018-07-20
2
-2
/
+6
*
[commands] Add support for typing.Union as a converter
Rapptz
2018-07-20
2
-5
/
+55
*
Make TextChannel.create_webhook name parameter mandatory.
Rapptz
2018-07-20
2
-10
/
+7
*
Fix crashing with wonky TYPING_START events.
Rapptz
2018-07-20
1
-1
/
+1
*
Revert "Ensure gif avatar urls end in `.gif`"
khazhyk
2018-07-20
1
-4
/
+1
*
[commands] raise ConversionError on Converter error
khazhyk
2018-07-20
3
-26
/
+47
*
[docs] discord/client: remove reference to async_event
bmintz
2018-07-19
1
-9
/
+2
*
Remove remaining asyncio.coroutine calls.
bmintz
2018-07-05
2
-11
/
+2
*
Store guild, unavailable tuple in ready as well
khazhyk
2018-06-30
1
-1
/
+1
*
Fix __aiter__ compatibility with 3.7.
Rapptz
2018-06-29
1
-1
/
+1
*
Change jump_to_url to jump_url and fix format.
Rapptz
2018-06-29
1
-2
/
+2
*
don't drop guild_available/join before ready
khazhyk
2018-06-29
1
-5
/
+23
*
[commands] Change command_prefix behaviour
Hornwitser
2018-06-29
1
-17
/
+53
*
docs/mimgrating.rst: CPython 3.5.2 is not supported!
Ben Mintz
2018-06-21
3
-3
/
+3
*
Fix typo in Permissions.is_subset/is_superset
Hornwitser
2018-06-21
1
-2
/
+2
*
Fix case insensitive command removal
Harmon
2018-06-21
1
-0
/
+3
*
Bump Sphinx to 1.7.4
Rapptz
2018-06-21
1
-1
/
+1
*
Fix Bot.get_prefix second parameter breaking.
Rapptz
2018-06-10
1
-1
/
+1
*
Disable compression for websockets.
Rapptz
2018-06-10
2
-3
/
+3
*
Fix NameError for typing context manager.
Rapptz
2018-06-10
1
-1
/
+1
*
Remove dead package references.
Rapptz
2018-06-10
8
-9
/
+7
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
35
-1069
/
+626
*
Add Message.jump_to_url
Rapptz
2018-06-10
1
-0
/
+6
*
Remove emojis from cache if they're removed from a guild.
Rapptz
2018-05-19
1
-0
/
+2
*
Fixes various documentation errors/inconsistencies
Steve C
2018-05-18
9
-37
/
+59
*
abc.GuildChannel.set_permissions can raise NotFound.
Rapptz
2018-05-18
1
-0
/
+2
*
Document user parameter in Guild.get_ban
Rapptz
2018-05-08
1
-0
/
+5
*
Add support for getting individual ban entries
slice
2018-05-07
2
-0
/
+33
*
Filter null mentions when creating a Message.
Rapptz
2018-04-20
1
-1
/
+1
*
Change raw events to use slotted data models instead of parameters.
Rapptz
2018-04-14
3
-59
/
+233
*
Downgrade websockets due to bugs.
Rapptz
2018-04-09
1
-1
/
+1
*
Userbots do not have a DM cache cap limit.
Rapptz
2018-04-02
1
-1
/
+1
*
Actually fix the order in Guild.by_category.
Rapptz
2018-03-31
1
-2
/
+2
*
Flip comparison in Guild.by_category.
Rapptz
2018-03-31
1
-1
/
+1
*
Force RTD to pip install rather than use setup.py install
Will Tekulve
2018-03-25
1
-0
/
+11
*
Correct docstring for Game
Mitchell Ferree
2018-03-25
1
-1
/
+1
*
Improve basic_voice example
Daniel
2018-03-25
1
-30
/
+34
*
Sort voice channels below text channels in Guild.by_category
Rapptz
2018-03-25
1
-1
/
+1
*
[commands] Don't handle single quotes.
Rapptz
2018-03-20
1
-2
/
+0
*
Fix Webhook.guild raising an AttributeError.
Rapptz
2018-03-16
1
-1
/
+1
*
Add Spotify intergration colour
Myst(MysterialPy)
2018-03-09
1
-0
/
+15
*
Fix _image_url returning htps
Myst(MysterialPy)
2018-03-07
1
-2
/
+2
*
Convert Client.activity back to an Activity-like object
Rapptz
2018-03-06
1
-2
/
+2
*
Missing import for _ActivityTag inside Client
Rapptz
2018-03-06
1
-0
/
+1
*
Fix session_id in Spotify.to_dict
Harmon
2018-03-06
1
-1
/
+1
*
Add some documentation for the Game to Activity breaking change.
Rapptz
2018-03-06
1
-0
/
+5
[prev]
[next]