summaryrefslogtreecommitdiff
path: root/sphinx/util/typing.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.0.x' into 3.xTakeshi KOMIYA2020-06-031-4/+4
|\
| * Fix mypy violations (with mypy-0.780)Takeshi KOMIYA2020-06-031-4/+4
| * Suppress arguments if all system defined TypeVars on py39Takeshi KOMIYA2020-05-091-1/+8
* | Make sphinx.util.typing.stringify render optional unions betterJohn R. Lenton2020-05-111-5/+13
* | Suppress arguments if all system defined TypeVars on py39Takeshi KOMIYA2020-05-091-1/+8
|/
* Do not emit type arguments twiceEric Wieser2020-04-271-2/+7
* Close #7165: autodoc: Support Annotated type (PEP-593)Takeshi KOMIYA2020-03-031-1/+4
* Add sphinx.util.typing:stringify() to represent annotations as stringTakeshi KOMIYA2020-01-051-1/+153
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* refactor: correct interface of directive() and role() to docutils'Takeshi KOMIYA2019-06-091-1/+1
* Migrate to py3 style type annotation: sphinx.utilTakeshi KOMIYA2019-06-021-0/+3
* refactor: Move NoneType to sphinx.util.typingTakeshi KOMIYA2019-02-111-0/+3
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Replace use of six.text_type with strJon Dufresne2018-12-181-3/+2
* | Add comment for Inventory typeTakeshi KOMIYA2018-12-171-0/+1
* | Merge pull request #5817 from jdufresne/inventory-typingTakeshi KOMIYA2018-12-171-0/+2
|\ \
| * | Define a common Inventory type for reuse across modulesJon Dufresne2018-12-161-0/+2
* | | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/ /
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-8/+1
* | Add TextlikeNode type for docfieldsTakeshi KOMIYA2018-12-101-1/+4
* | Remove N_co type (unused)Takeshi KOMIYA2018-12-081-4/+1
* | Add DirectiveOption type to an entry of Directive.option_specTakeshi KOMIYA2018-12-071-1/+3
* | Fix annotations for directivesTakeshi KOMIYA2018-11-291-1/+4
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-1/+9
* | Adjust type annotations for roles to docutils'Takeshi KOMIYA2018-11-231-1/+1
* | Fix type annotations for RoleFunctionTakeshi KOMIYA2018-11-111-3/+2
* | Fix typehints: sphinx.domainsTakeshi KOMIYA2018-11-061-2/+3
* | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-6/+3
|/
* refactor: Store enumerable_nodes to registryTakeshi KOMIYA2018-02-201-0/+3
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-1/+1
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Year++Takeshi KOMIYA2017-03-261-1/+1
* Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-0/+24