summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Test and document support for Python 3.9 releaseJon Dufresne2020-11-011-0/+1
* Merge branch '3.x'Takeshi KOMIYA2020-10-241-1/+1
|\
| * Fix mypy violations (with mypy-0.790)Takeshi KOMIYA2020-10-241-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-07-051-3/+3
|\ \ | |/
| * Closes #7887: Updated the sphinx.js locale json dump to indent for readabilit...Charles2020-07-041-3/+3
* | Merge branch '3.x'Takeshi KOMIYA2020-06-041-1/+2
|\ \ | |/
| * Merge branch '3.0.x' into 3.xTakeshi KOMIYA2020-06-031-1/+1
| |\
| | * Fix mypy violations (with mypy-0.780)Takeshi KOMIYA2020-06-031-1/+1
| * | Add py38 to the list of PyPI classifiersTakeshi KOMIYA2020-05-291-0/+1
| |/
* | Merge branch '3.x'Takeshi KOMIYA2020-03-231-0/+1
|\ \ | |/
| * Fix #7331: autodoc: a cython-function is not recognized as a functionTakeshi KOMIYA2020-03-221-0/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-03-121-1/+1
|\ \ | |/
| * Merge branch '2.x' into 3.xTakeshi KOMIYA2020-03-121-1/+1
| |\
| | * Fix mypy violations (with mypy-0.770)Takeshi KOMIYA2020-03-121-1/+1
* | | Merge branch '3.x'Takeshi KOMIYA2020-03-101-1/+1
|\ \ \ | |/ /
| * | Unpin pytestDaniel Hahler2020-03-091-1/+1
* | | Drop docutils 0.12 and 0.13 supportTakeshi KOMIYA2020-03-071-1/+1
* | | Drop python 3.5 supportTakeshi KOMIYA2020-03-071-4/+3
|/ /
* | Close #6623: babel-2.0 or above is available (Unpinned)Takeshi KOMIYA2020-02-081-1/+1
* | Add new extras_require: lintTakeshi KOMIYA2020-01-231-4/+7
|/
* Test with pytest-5.3.2Takeshi KOMIYA2020-01-191-1/+1
* Fix mypy violations (for mypy-0.761)Takeshi KOMIYA2019-12-211-1/+1
* Fix mypy violations (for mypy-0.750)Takeshi KOMIYA2019-11-301-1/+1
* add urls to Code and Issue tracker for PyPiAndriy Orehov2019-11-141-0/+4
* Add py.typed to make PEP-561 compatibleLewis Russell2019-10-311-0/+3
* Fix mypy violations (for mypy-0.740)Takeshi KOMIYA2019-10-201-1/+1
* Fix mypy violations (for mypy-0.730)Takeshi KOMIYA2019-10-061-1/+1
* Fix mypy violations (for mypy-0.720)Takeshi KOMIYA2019-07-131-1/+1
* Fix mypy violations (for mypy-0.711)Takeshi KOMIYA2019-06-291-1/+1
* Fix mypy violations (for mypy-0.710)Takeshi KOMIYA2019-06-211-1/+1
* Add extra requirements for docs (refs: #6336)Takeshi KOMIYA2019-05-041-0/+3
* Add long_description_content_type to package metadataTakeshi KOMIYA2019-03-101-0/+1
* Fix #6140: Use unittest.mock instead of mockTakeshi KOMIYA2019-03-091-1/+0
* Separate json and pickle to sphinxcontrib packageTakeshi KOMIYA2019-02-171-0/+1
* Separate htmlhelp to sphinxcontrib packageTakeshi KOMIYA2019-02-151-0/+1
* Separate applehelp to sphinxcontrib packageTakeshi KOMIYA2019-02-061-0/+1
* Separate devhelp to sphinxcontrib packageTakeshi KOMIYA2019-01-201-0/+1
* Separate qthelp to sphinxcontrib packageTakeshi KOMIYA2019-01-191-0/+1
* Drop dependency: sphinxcontrib-websupportTakeshi KOMIYA2019-01-141-4/+0
* Separate jsmath to sphinxcontrib packageTakeshi KOMIYA2019-01-131-0/+1
* Remove redundant mypy config 'incremental'Jon Dufresne2019-01-061-1/+1
* Replace use of six.text_type with strJon Dufresne2018-12-181-1/+0
* Merge pull request #5786 from tk0miya/requests-2.5Takeshi KOMIYA2018-12-181-1/+1
|\
| * Update deps: requests-2.5.0 or aboveTakeshi KOMIYA2018-12-161-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/
* Add docutils-stubs to test depsTakeshi KOMIYA2018-12-151-0/+1
* Simplify open() call by removing default modeJon Dufresne2018-12-111-1/+1
* Drop explicit dependency: typed_astJon Dufresne2018-11-161-2/+1
* Always prefer dict literals over calls to dict()Jon Dufresne2018-11-131-5/+5
* Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1