| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add typing metadata | Riley Shaw | 2021-08-22 | 1 | -0/+1 |
| | | |||||
| * | Allow use of orjson instead of json | Rapptz | 2021-07-07 | 1 | -0/+3 |
| | | | | | | | | 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. | ||||
| * | [docs] Update Sphinx and Fix various references | Josh | 2021-06-27 | 1 | -1/+1 |
| | | | | Co-Authored-By: Riley Shaw <[email protected]> | ||||
| * | Add initial support for buttons and components | Rapptz | 2021-05-27 | 1 | -1/+10 |
| | | |||||
| * | Fix various reference issues in documentation | Josh | 2021-05-06 | 1 | -1/+1 |
| | | | | | Co-Authored-By: Riley Shaw <[email protected]> | ||||
| * | Rewrite webhooks to play better with typings and rate limits | Rapptz | 2021-04-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | This unfortunately required splitting the types into two. This led to a lot of unfortunate code duplication that I didn't really enjoy writing. The new design allows users to pass an authentication token to make webhook requests without the webhook token and allows to finally edit the webhook channel. The new design also uses a contextvar to store rate limiting information so multiple instances or recreating instances no longer clears the ratelimiting state since it's now essentially a "global" object. Closes #6525, closes #6662, closes #2509, closes #1761 | ||||
| * | Update Sphinx to 3.5.3 | Rapptz | 2021-04-10 | 1 | -1/+1 |
| | | |||||
| * | Typehint discord.Embed and introduce discord.types subpackage | Rapptz | 2021-04-07 | 1 | -1/+1 |
| | | | | | | | | | The discord.types subpackage is currently only used to do type hinting of API payloads, it's very much incomplete right now and it'll be a rather long process. discord.Embed was typehinted and formatted using black. | ||||
| * | Bump minimum Python version to 3.8 | Rapptz | 2021-04-04 | 1 | -4/+2 |
| | | |||||
| * | Bump Sphinx to 3.0.3 | Rapptz | 2020-12-18 | 1 | -2/+2 |
| | | |||||
| * | Bump Sphinx to 2.4.4 | Rapptz | 2020-12-18 | 1 | -1/+1 |
| | | |||||
| * | Bump dependencies for 3.9 to work without build tools | Rapptz | 2020-11-21 | 1 | -1/+1 |
| | | | | | Fix #5984, #5970 | ||||
| * | Fixed missing awaits in subclassed coros | DevilXD | 2020-04-04 | 1 | -1/+1 |
| | | |||||
| * | Capitalize Python for consistency | Peter Levart | 2020-03-01 | 1 | -1/+1 |
| | | |||||
| * | Add Python 3.8 classifier to setup.py | Myst(MysterialPy) | 2020-01-25 | 1 | -0/+1 |
| | | | | | | Added `Programming Language :: Python :: 3.8` classifier to setup.py since Discord.py fully supports it without error or warning. | ||||
| * | Remove unused import | Eugene | 2019-06-29 | 1 | -1/+1 |
| | | | | find_packages function is not used anymore | ||||
| * | Downgrade to Sphinx 1.8.5 | Rapptz | 2019-06-28 | 1 | -2/+2 |
| | | | | | For some reason 2.1.2 breaks localization. | ||||
| * | Update Sphinx to 2.1.2 | Rapptz | 2019-06-28 | 1 | -2/+2 |
| | | |||||
| * | Export tasks extension | Rapptz | 2019-04-12 | 1 | -1/+1 |
| | | |||||
| * | Update classifier in setup.pyv1.0.0 | Rapptz | 2019-04-08 | 1 | -1/+1 |
| | | |||||
| * | Bump PyNaCl to 1.3.0 | Rapptz | 2019-04-08 | 1 | -1/+1 |
| | | |||||
| * | Add project URLs to setup.py | Rapptz | 2019-03-02 | 1 | -0/+4 |
| | | |||||
| * | Fix README.rst for PyPi | Hornwitser | 2019-01-28 | 1 | -0/+1 |
| | | | | | | | Add long_description_content_type in setup.py, fix incorrectly matched up title underlines in README.rst, and fix incorrect entry in MANIFEST.in that was forgotten when the README was renamed in 06296bf. | ||||
| * | Update PyNaCl dependency to one that works with 3.7 | ItWasAllIntended | 2018-09-14 | 1 | -1/+2 |
| | | | | This also adds the 3.7 classifier as with this there are no 3.7 issues | ||||
| * | Move conditional RTD dependencies to 'docs' extra | Toby Harradine | 2018-08-22 | 1 | -10/+6 |
| | | |||||
| * | Add python_requires | orlnub123 | 2018-08-22 | 1 | -0/+1 |
| | | |||||
| * | Bump Sphinx to 1.7.4 | Rapptz | 2018-06-21 | 1 | -1/+1 |
| | | |||||
| * | Drop support for Python 3.4 and make minimum version 3.5.2. | Rapptz | 2018-06-10 | 1 | -1/+0 |
| | | |||||
| * | Add websupport extension to extension list. | Rapptz | 2017-12-29 | 1 | -1/+1 |
| | | |||||
| * | Pip version requires require all 3 digits. | Rapptz | 2017-12-28 | 1 | -1/+1 |
| | | |||||
| * | Add some dependencies for RTD. | Rapptz | 2017-12-28 | 1 | -1/+2 |
| | | |||||
| * | Prefix sha to fix leading zeros being stripped | khazhyk | 2017-11-21 | 1 | -1/+1 |
| | | | | | /dist.py:352: UserWarning: Normalizing '1.0.0a1402+0965847' to '1.0.0a1402+965847' | ||||
| * | Use local version identifer for SHA | khazhyk | 2017-10-14 | 1 | -1/+1 |
| | | | | | | | local version identifier seems to be the only PEP440 way to add arbitrary string to the version. Makes pip stop complaining about invalid version label. | ||||
| * | Show sha1 for development versions. | khazhyk | 2017-10-14 | 1 | -1/+6 |
| | | |||||
| * | Try to build HTML5 for docs. | Rapptz | 2017-09-21 | 1 | -0/+1 |
| | | |||||
| * | Changed README from using Markdown to use reStructuredText | Giovani Irimea | 2017-09-18 | 1 | -1/+1 |
| | | |||||
| * | Bump requirements to aiohttp 2.2 and PyNaCl 1.1.2 | Rapptz | 2017-07-01 | 1 | -1/+1 |
| | | |||||
| * | First pass at documentation reform. | Rapptz | 2017-05-12 | 1 | -0/+2 |
| | | |||||
| * | Add commit number to pip version for easy identification. | Rapptz | 2017-03-04 | 1 | -0/+12 |
| | | |||||
| * | Make discord.ext a namespace package. | Rapptz | 2017-02-14 | 1 | -1/+2 |
| | | |||||
| * | Add PyNaCl to setuptool's extras requirements. | Rapptz | 2016-06-28 | 1 | -1/+6 |
| | | |||||
| * | Attempt to satisfy RTD by using sphinxcontrib.napoleon. | Rapptz | 2016-01-10 | 1 | -1/+6 |
| | | |||||
| * | Use setuputils.find_package to find extension modules. | Rapptz | 2016-01-04 | 1 | -2/+2 |
| | | |||||
| * | Update README and setuputils related files to point to async version. | Rapptz | 2015-12-04 | 1 | -1/+0 |
| | | |||||
| * | Properly set requirements of ws4py and requests. | Rapptz | 2015-10-18 | 1 | -4/+3 |
| | | |||||
| * | Add support for channel creation events. | Rapptz | 2015-08-23 | 1 | -3/+4 |
| | | |||||
| * | Fix setuputils scriptv0.1.0 | Rapptz | 2015-08-23 | 1 | -1/+1 |
| | | |||||
| * | Rename project from pydiscord to discord.py | Rapptz | 2015-08-22 | 1 | -2/+2 |
| | | |||||
| * | Initial commit | Rapptz | 2015-08-21 | 1 | -0/+43 |