| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump Sphinx to 3.0.3 | Rapptz | 2020-05-25 | 1 | -2/+2 |
| | | |||||
| * | Bump Sphinx to 2.4.4 | Rapptz | 2020-05-25 | 1 | -1/+1 |
| | | |||||
| * | 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 |