summaryrefslogtreecommitdiff
path: root/tests/test_util_typing.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #7983: autodoc: Generator type annotation is wrongly rendered in py36Takeshi KOMIYA2020-07-191-1/+4
* Do not emit type arguments twiceEric Wieser2020-04-271-1/+7
* Close #7165: autodoc: Support Annotated type (PEP-593)Takeshi KOMIYA2020-03-031-0/+8
* Add sphinx.util.typing:stringify() to represent annotations as stringTakeshi KOMIYA2020-01-051-0/+98