| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup some of the prior typings for cached_slot_property | Rapptz | 2021-04-18 | 1 | -23/+22 |
| | | |||||
| * | Add typing for `utils.cached(_slot)_property` | Nadir Chowdhury | 2021-04-18 | 1 | -16/+33 |
| | | |||||
| * | Fix spelling error in utils.__all__ | Maya | 2021-04-11 | 1 | -1/+1 |
| | | |||||
| * | Add typings for audit logs, integrations, and webhooks | Nadir Chowdhury | 2021-04-10 | 1 | -2/+2 |
| | | |||||
| * | Add `__all__` to remaining modules | Nadir Chowdhury | 2021-04-07 | 1 | -0/+12 |
| | | |||||
| * | Fix some regressions from create_task change | Rapptz | 2021-04-06 | 1 | -1/+1 |
| | | |||||
| * | Use `asyncio.create_task` over `asyncio.ensure_future` | Nadir Chowdhury | 2021-04-05 | 1 | -1/+1 |
| | | |||||
| * | Add discord.utils.utcnow() helper function to ease migration | Rapptz | 2021-04-04 | 1 | -0/+15 |
| | | |||||
| * | Remove special casing of MAX_ASYNCIO_SECONDS in sleep_until | Rapptz | 2021-04-04 | 1 | -4/+0 |
| | | | | | This compatibility code goes away in Python versions greater than 3.7 | ||||
| * | Convert datetimes to aware datetimes with UTC. | Rapptz | 2021-04-04 | 1 | -15/+33 |
| | | | | | | Naive datetimes will now be interpreted as local time throughout the library. | ||||
| * | Modernize code to use f-strings | Rapptz | 2021-04-04 | 1 | -9/+7 |
| | | | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`. | ||||
| * | [docs] copy signature from overridden and inherited methods | Sebastian Law | 2021-03-29 | 1 | -1/+8 |
| | | |||||
| * | Add remove_markdown helper function | Edwin | 2021-03-28 | 1 | -3/+39 |
| | | |||||
| * | Add scopes to utils.oauth_url | Nihaal Sangha | 2021-03-28 | 1 | -2/+7 |
| | | |||||
| * | Fix references to snowflakes being max 21 long | Nihaal Sangha | 2021-03-02 | 1 | -1/+1 |
| | | |||||
| * | Code optimisations and refactoring via Sourcery | Nadir Chowdhury | 2021-02-24 | 1 | -4/+1 |
| | | |||||
| * | Fix up previous PR mistake with intentional backslashes | Rapptz | 2021-02-21 | 1 | -2/+2 |
| | | |||||
| * | Fix backslashes showing up in the docs | Sebastian Law | 2021-02-21 | 1 | -2/+2 |
| | | |||||
| * | Change copyright year to present | Nihaal Sangha | 2021-01-15 | 1 | -1/+1 |
| | | |||||
| * | [chore] Remove redundant imports | Nadir Chowdhury | 2020-11-28 | 1 | -2/+0 |
| | | | | This also removes the historical patch for NullHandler implemented in bbf1c54, as it has been available since Python 3.1. | ||||
| * | Escape multi-line quotes properly | Rapptz | 2020-10-17 | 1 | -2/+2 |
| | | | | | Fix #5897 | ||||
| * | Add note pointing to discord.AllowedMentions | ChristopherJHart | 2020-10-04 | 1 | -0/+6 |
| | | |||||
| * | Fix NameError with resolving codes with Template | Nadir Chowdhury | 2020-07-31 | 1 | -1/+1 |
| | | |||||
| * | Fix detection of some JPEG images without JFIF or Exif info | Rapptz | 2020-07-21 | 1 | -1/+1 |
| | | | | | Closes #5143 | ||||
| * | [docs] fix reference to `Guild` and document `utils.resolve_template` | NCPlayz | 2020-07-08 | 1 | -2/+17 |
| | | |||||
| * | [bugs] stop resolving Object for template/invite; remove dupe methods | NCPlayz | 2020-06-29 | 1 | -4/+4 |
| | | |||||
| * | Add support for Discord templates | Nadir Chowdhury | 2020-06-28 | 1 | -0/+11 |
| | | |||||
| * | Fix various inconsistencies within the documentation (#5067) | Sebastian Law | 2020-06-28 | 1 | -1/+15 |
| | | |||||
| * | Escape masked URLs; Support quotes for as_needed | NCPlayz | 2020-06-17 | 1 | -2/+4 |
| | | |||||
| * | Support discord.com/invite URL in resolve_invite | apple502j | 2020-06-04 | 1 | -1/+1 |
| | | |||||
| * | Document that sleep_until considers naive datetimes as UTC. | Rapptz | 2020-05-29 | 1 | -1/+2 |
| | | |||||
| * | isinstance(x, y) and isinstance(x, z) -> isinstance(x, (y, z)) | NCPlayz | 2020-05-23 | 1 | -1/+1 |
| | | |||||
| * | Prepare for the discord.com domain rename | Rapptz | 2020-05-23 | 1 | -1/+1 |
| | | |||||
| * | Minor documentation fixes | Rapptz | 2020-01-21 | 1 | -2/+2 |
| | | |||||
| * | 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 | 1 | -2/+8 |
| | | | | | | | | | | Fix issue where sleeping for an extended period on python 3.5 would cause an exception Add sleep_until to API docs Add result argument to sleep_until | ||||
| * | Drop superfluous zero in version related changes in the documentation | Rapptz | 2020-01-21 | 1 | -2/+2 |
| | | |||||
| * | Add discord.utils.sleep_until helper function | Josh B | 2020-01-21 | 1 | -0/+18 |
| | | |||||
| * | Bump copyright year to 2020 | Rapptz | 2020-01-19 | 1 | -1/+1 |
| | | | | | Closes #2510 | ||||
| * | Be more explicit in the utils.find example code. | alexandrianlibrarian | 2019-12-17 | 1 | -1/+1 |
| | | |||||
| * | Fix more deprecation warnings | Rapptz | 2019-11-20 | 1 | -1/+4 |
| | | |||||
| * | Fix all deprecation warnings for 3.8 | Rapptz | 2019-11-20 | 1 | -2/+2 |
| | | |||||
| * | Update regex to fetch URLs to match the official client. | Rapptz | 2019-11-18 | 1 | -1/+1 |
| | | | | | Fixes #2420. | ||||
| * | Use X-Ratelimit-Reset-After header by default. | Rapptz | 2019-08-27 | 1 | -4/+9 |
| | | | | | There is now an option to turn it off, of course. | ||||
| * | Use new rate limit millisecond precision option. | Rapptz | 2019-08-27 | 1 | -1/+1 |
| | | |||||
| * | Escape quote markdown in utils.escape_markdown | Rapptz | 2019-07-27 | 1 | -1/+1 |
| | | |||||
| * | Add Guild.query_members to fetch members from the gateway. | Rapptz | 2019-07-15 | 1 | -1/+3 |
| | | |||||
| * | Improve documentation | NCPlayz | 2019-06-07 | 1 | -14/+11 |
| | | |||||
| * | Speed-up utils.get for the common cases | Rapptz | 2019-05-29 | 1 | -11/+21 |
| | | |||||
| * | add read-only cached_messages property to Client | khazhyk | 2019-04-17 | 1 | -0/+27 |
| | | | | | For those of us who want access to this sweet trove of zero hop messages | ||||