summaryrefslogtreecommitdiff
path: root/tests/test_util_typing.py
Commit message (Expand)AuthorAgeFilesLines
* Resolve lint errors from Ruff 0.0.260Adam Turner2023-03-311-1/+1
* Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-071-2/+12
* Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072)Adam Turner2023-01-021-142/+147
* Adopt the Ruff code linting toolAdam Turner2022-12-291-1/+1
* Drop Python 3.7Adam Turner2022-09-271-2/+0
* Clean up after dropping Python 3.6Adam Turner2022-09-271-18/+20
* Merge branch '5.x'Adam Turner2022-09-091-2/+2
|\
| * Remove unneeded `noqa` lint suppression comments (#10772)danieleades2022-08-281-2/+2
* | Drop python 3.6 support (#10468)Takeshi KOMIYA2022-06-161-87/+38
|/
* Merge branch '4.4.x' into 4.xTakeshi KOMIYA2022-03-191-4/+14
|\
| * test: empty tuple type is now repesented w/o args since py3.11Takeshi KOMIYA2022-03-191-4/+14
* | 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 #10133: autodoc: Crashed when mocked module is used for type annotationTakeshi KOMIYA2022-01-301-0/+2
|/
* Merge pull request #10034 from tk0miya/10027_autodoc_typehints_format_for_basesTakeshi KOMIYA2022-01-021-0/+40
|\
| * Add `mode` parameter to sphinx.util.typing:restify()Takeshi KOMIYA2022-01-011-0/+40
* | 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-153/+153
* | Fix #9194: autodoc: Prepend the "typing" module name on the signatureTakeshi KOMIYA2021-12-261-0/+26
|/
* Add `smartref` parameter to sphinx.util.typing:stringify()Takeshi KOMIYA2021-12-031-64/+173
* Merge branch '4.x' into 9657_qualname_of_mockTakeshi KOMIYA2021-09-271-0/+1
|\
| * Close #9664: autodoc: autodoc-process-bases supports reST snippetTakeshi KOMIYA2021-09-231-0/+1
* | Fix #9657: autodoc: basecls for a subclass of mocked object is incorrectTakeshi KOMIYA2021-09-211-0/+13
|/
* Fix #9630: autodoc: Failed to build xrefs if primary_domain is not 'py'Takeshi KOMIYA2021-09-141-64/+70
* Close #9560: autodoc: Allow to refer NewType with modname in py310+Takeshi KOMIYA2021-09-051-2/+9
* Merge branch '4.x' into 4.xJames2021-08-021-9/+9
|\
| * Merge pull request #9464 from Gobot1234/4.xTakeshi KOMIYA2021-07-201-0/+12
| |\
| * | Fix testcases that failed in python3.10.0b4Takeshi KOMIYA2021-07-201-4/+4
* | | Add some testsJames2021-08-021-2/+10
| |/ |/|
* | Respond to feedbackJames2021-07-181-0/+12
|/
* Fix #9362: autodoc: AttributeError is raised for a subclass of Tuple[()]Takeshi KOMIYA2021-07-071-0/+2
* Fix #9195: autodoc: The args of `typing.Literal` are wrongly renderedTakeshi KOMIYA2021-05-111-0/+12
* Fix #8818: autodoc: Super class having ``Any`` arguments causes nit-picky war...Takeshi KOMIYA2021-04-181-23/+37
* Fix #8992: autodoc: Failed to resolve types.TracebackType type annotationTakeshi KOMIYA2021-03-171-1/+4
* autodoc: an imported TypeVar is not resolved (refs: #8415)Takeshi KOMIYA2021-02-281-4/+11
* autodoc: Support type union operator (PEP-604) (refs: #8775)Takeshi KOMIYA2021-01-311-0/+14
* Merge branch '3.4.x' into 3.xTakeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Fix #8315: autodoc: Failed to resolve struct.Struct type annotationTakeshi KOMIYA2020-12-311-0/+3
|/
* Fix #8559: AttributeError is raised when using ForwardRefTakeshi KOMIYA2020-12-221-0/+6
* Add NewType support to typing.stringify() and restify()Takeshi KOMIYA2020-11-211-1/+5
* Make tests/ a Python packageFrançois Freitag2020-11-201-16/+16
* refactor: Fix flake8 violations under tests/ directoryTakeshi KOMIYA2020-11-151-4/+5
* Sort imports with isortFrançois Freitag2020-11-111-3/+2
* Fix #8219: autodoc: Parameters for generic base class are not shownTakeshi KOMIYA2020-11-091-1/+75
* Fix #8157: autodoc: TypeError is raised when annotation has invalid __args__Takeshi KOMIYA2020-10-041-0/+8