Rapptz
500bf77103
Document and export MISSING sentinel
3 years ago
Bryan Forbes
06c257760b
Update types to use Awaitable where possible
3 years ago
Bryan Forbes
8524bfb54d
Fix caching of UnionType instead of resolved typing.Union
3 years ago
Rapptz
aa18e573c3
Mark MISSING as hashable to allow it to be used in dataclasses in 3.11
3 years ago
Stocker
5aa696ccfa
Fix typing issues and improve typing completeness across the library
Co-authored-by: Danny <[email protected] >
Co-authored-by: Josh <[email protected] >
3 years ago
Rapptz
0ef369c0fa
[commands] Automatically unload top level app commands in extensions
3 years ago
Neon Jonn
adb69e7157
Fix some spelling mistakes
3 years ago
Rapptz
56e0c1b3d7
Fix typo in applications.commands scope
3 years ago
Rapptz
8213603822
Change default oauth_url scopes to include application.commands
3 years ago
Rapptz
4c8b1f9abd
Remove unused imports
3 years ago
Rapptz
26fc694189
Fix Optional normalisation not working properly
3 years ago
Rapptz
3d0c506124
Fix test_resolve_invite due to changed type
3 years ago
Nadir Chowdhury
3c6279b947
Implement Guild Scheduled Events
3 years ago
Josh
2b69b5d545
Remove discord.InvalidArgument
This uses TypeError and ValueError instead.
3 years ago
Rapptz
8226f0df2c
[commands] Require number of parameters at instantiation time
This allows it to bypass annotation evaluation for arguments that don't
matter like self and context.
3 years ago
Rapptz
5589934a59
Fix NameError in utils.get
3 years ago
Rapptz
4f85494c11
Fix Sequence inheritance in 3.8
3 years ago
Rapptz
fbb8a35de6
Relocate and fix versionchanged in find and get
3 years ago
James Hilton-Balfe
eb6f5728e2
Add support for AsyncIterables in find and get
3 years ago
Rapptz
88b520b5ab
Reformat code using black
Segments where readability was hampered were fixed by appropriate
format skipping directives. New code should hopefully be black
compatible. The moment they remove the -S option is probably the moment
I stop using black though.
3 years ago
jack1142
dc19c6c7d5
Add positional-only arguments in more places
3 years ago
Rapptz
2c89202214
Fix some minor typing issues
3 years ago
Rapptz
3113036a54
Fix typing for utils.as_chunks
3 years ago
Rapptz
539577a2dd
Bring back ParamSpec in utils
4 years ago
Rapptz
4f8e67998a
Fix copy_doc typing to not error due to overloaded ParamSpec
4 years ago
James Hilton-Balfe
61abb43b69
Fix type hints for decorators in utils
4 years ago
MrKomodoDragon
73f953eac5
Add missing return type to utils.oauth_url
4 years ago
Rapptz
4a72201617
Make json conversion functions private
4 years ago
James
608e3b5b6c
Rename types.Union -> UnionType for bpo-44732
4 years ago
Vaskel
bc75945088
Add format_dt to utils __all__
4 years ago
Rapptz
8fb998b599
Refactor utcfromtimestamp to use fromtimestamp(..., tz=utc)
4 years ago
Rapptz
88d825a803
Allow use of orjson instead of json
The difference in speed seems negligible at start up, which is when
most time is taken for actually parsing JSON. I could potentially be
missing something but profiling didn't point to any discernable
difference.
4 years ago
Rapptz
4152819a3c
Ignore linting error when accessing Python 3.10 unions
4 years ago
Rapptz
2ce44f7bd6
Add versionadded for format_dt
4 years ago
Rapptz
d1a2ee4620
Add discord.utils.format_dt helper function
4 years ago
Soheab
dbb135b81a
Add disable_guild_select to utils.oauth_url()
4 years ago
Rapptz
fc66c5b92d
Fix some webhook related type checker errors
4 years ago
Rapptz
aeb2cfb573
Add private get_slots utility to get slots through MRO
4 years ago
Rapptz
3c90f16bf0
Fix cached_slot_property typings again
4 years ago
Sebastian Law
8bc489dba8
[tasks] Add support for explicit time parameter
4 years ago
Rapptz
de965c2bf5
Simplify SnowflakeList type hints
4 years ago
Josh
3864fb37a0
Fix various reference issues in documentation
Co-Authored-By: Riley Shaw <[email protected] >
4 years ago
Rapptz
7bad27d215
Fix SnowflakeList typings
4 years ago
Rapptz
cd7357b93a
Add classproperty helper utility
This is apparently a 3.9+ only addition
4 years ago
Rapptz
4c97b8efdd
Fix typings for utils._parse_ratelimit_header
A CIMultiDict is not a Dict but a Mapping
4 years ago
Rapptz
7b8db49efe
Fix utils.MISSING not evaluating to True in implicit bool contexts
4 years ago
Nadir Chowdhury
c786a85a9b
Add utils.MISSING
4 years ago
Olivia
a2df6e81b8
[commands] Update error message for Literal float/complex
4 years ago
Rapptz
9f3551926a
Split annotation resolution to discord.utils
4 years ago
Josh
3c2674725a
Add as_chunks helper function
4 years ago