summaryrefslogtreecommitdiff
path: root/sphinx/util/typing.py
Commit message (Expand)AuthorAgeFilesLines
* Expand the mypy whitelist for 'sphinx.util' (#11406)danieleades2023-05-121-1/+1
* Improve static typing in ``intersphinx`` et alAdam Turner2023-03-171-1/+6
* Fix COM812Adam Turner2023-02-181-2/+2
* Resolve Ruff SIM114 violationsAdam Turner2023-02-151-12/+11
* Replace deprecation tooling with module level ``__getattr__`` (#11054)Adam Turner2023-01-081-10/+15
* Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072)Adam Turner2023-01-021-68/+84
* Run pyupgrade (#11070)Adam Turner2023-01-021-23/+20
* Use PEP 604 typesAdam Turner2023-01-011-3/+3
* Use PEP 595 typesAdam Turner2023-01-011-18/+24
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Merge ``_py37`` functions in ``util.typing``Adam Turner2022-10-171-245/+54
* Clean up after dropping Python 3.6Adam Turner2022-09-271-18/+5
* Merge branch '5.x'Adam Turner2022-09-271-8/+8
|\
| * Fix mypy violations for v0.981 (#10875)Adam Turner2022-09-271-8/+8
* | Merge branch '5.x'Jean-François B2022-08-061-1/+2
|\ \ | |/
| * Fix flake8 5.0.0 reported formatting errorsdaniel.eades2022-08-011-1/+2
* | Merge branch '5.x'Adam Turner2022-07-181-1/+3
|\ \ | |/
| * Improve static typing strictness (#10569)danieleades2022-07-181-1/+3
* | Merge branch '5.x'Adam Turner2022-06-161-5/+0
|\ \ | |/
| * Remove traces of Python 2 and 3.5 (#10560)Adam Turner2022-06-161-5/+0
* | Remove deprecated items for Sphinx 6.0 (#10471)Adam Turner2022-06-161-9/+1
* | Drop python 3.6 support (#10468)Takeshi KOMIYA2022-06-161-9/+9
|/
* Fix test_restifyAdam Turner2022-04-091-0/+3
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* Fix #9971: autodoc: TypeError for annotation with unhashable objectTakeshi KOMIYA2022-02-111-2/+10
* Fix #10133: autodoc: Crashed when mocked module is used for type annotationTakeshi KOMIYA2022-01-301-0/+10
* Merge pull request #10034 from tk0miya/10027_autodoc_typehints_format_for_basesTakeshi KOMIYA2022-01-021-37/+60
|\
| * Add `mode` parameter to sphinx.util.typing:restify()Takeshi KOMIYA2022-01-011-37/+60
* | Merge branch '4.3.x' into 4.xTakeshi KOMIYA2022-01-011-1/+1
|\ \ | |/ |/|
| * A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* | refactor: Merge arguments of sphinx.util.typing:stringify()Takeshi KOMIYA2021-12-261-41/+43
* | Fix #9194: autodoc: Prepend the "typing" module name on the signatureTakeshi KOMIYA2021-12-261-21/+31
|/
* Add `smartref` parameter to sphinx.util.typing:stringify()Takeshi KOMIYA2021-12-031-46/+72
* ntersphinx_disabled_refs, type renameJakob Lykke Andersen2021-10-311-2/+2
* Intersphinx, refactoringJakob Lykke Andersen2021-10-311-1/+2
* Make util.typing.restify sanitise unreproducible output (eg. memory addresses)Chris Lamb2021-10-231-1/+1
* Close #9664: autodoc: autodoc-process-bases supports reST snippetTakeshi KOMIYA2021-09-231-0/+2
* Fix #9630: autodoc: Failed to build xrefs if primary_domain is not 'py'Takeshi KOMIYA2021-09-141-34/+34
* Merge pull request #9611 from tk0miya/9560_NewType_moduleTakeshi KOMIYA2021-09-111-3/+11
|\
| * Close #9560: autodoc: Allow to refer NewType with modname in py310+Takeshi KOMIYA2021-09-051-3/+11
* | Fix typos discovered by codespellChristian Clauss2021-09-081-1/+1
|/
* Merge pull request #9590 from tk0miya/9589_AnnotatedTakeshi KOMIYA2021-08-291-0/+2
|\
| * Fix #9589: autodoc: typing.Annotated has wrongly been renderedTakeshi KOMIYA2021-08-291-0/+2
* | Merge branch '4.1.x' into 4.xTakeshi KOMIYA2021-08-111-8/+6
|\ \ | |/
| * Fix #9537: autodoc: Some typing.* objects are brokenTakeshi KOMIYA2021-08-111-2/+4
| * Fix #9504: autodoc: generate incorrect reference to the parent classTakeshi KOMIYA2021-07-311-6/+2