summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #7331: autodoc: a cython-function is not recognized as a functionTakeshi KOMIYA2020-03-221-0/+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
* | Unpin pytestDaniel Hahler2020-03-091-1/+1
* | 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
* Merge pull request #5370 from tk0miya/drop_deprecated_methodsTakeshi KOMIYA2018-09-051-1/+0
|\
| * Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-031-1/+0
* | Drop docutils 0.11 supportTakeshi KOMIYA2018-08-301-1/+1
* | Drop python 2.7 and 3.4 supportTakeshi KOMIYA2018-08-301-14/+5
|/
* Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-04-181-1/+1
* Merge branch '1.7'Takeshi KOMIYA2018-04-141-0/+13
|\
| * Update package classifiersTakeshi KOMIYA2018-04-021-0/+13
* | Merge commit '6694981dd6939ab876b27d4e20a8128561c307ac'Takeshi KOMIYA2018-03-151-0/+1
|\ \ | |/
| * Pass python_requires argument to setuptoolsJon Dufresne2018-03-131-0/+1
* | Merge branch '1.7'Takeshi KOMIYA2018-03-031-27/+0
|\ \ | |/
| * Remove CompileGrammarCommand, it uses removed sphinx.pycode.pgen2 moduleDmitry Shachnev2018-03-011-27/+0
* | Catch errors on compiling catalogs (refs: #4655)Takeshi KOMIYA2018-03-011-1/+22
|/
* Merge pull request #4505 from tk0miya/use_flake8-import-orderTakeshi KOMIYA2018-01-291-2/+3
|\
| * Merge branch '1.7-release' into use_flake8-import-orderTakeshi KOMIYA2018-01-281-10/+3
| |\