summaryrefslogtreecommitdiff
path: root/tests/test_ext_autodoc.py
Commit message (Expand)AuthorAgeFilesLines
* Support type comments in ``PropertyDocumenter`` (#11298)picnixz2023-04-061-0/+5
* Remove ``.egg`` support from pycode ``ModuleAnalyser``Adam Turner2023-03-051-23/+0
* Resolve ``flake8-return`` errorsAdam Turner2023-02-181-0/+2
* Unescape quotation marks where possibleAdam Turner2023-02-181-3/+3
* Fix COM812Adam Turner2023-02-181-27/+27
* Document ``typing.NewType`` as a class (#10700)Adam Turner2023-01-021-8/+8
* Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072)Adam Turner2023-01-021-1/+1
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-1/+1
* Reflect changes to ``Enum`` signature in Python 3.12Adam Turner2022-12-301-1/+4
* remove blanket 'noqas'Daniel Eades2022-12-161-1/+1
* Drop Python 3.7Adam Turner2022-09-271-8/+0
* Clean up after dropping Python 3.6Adam Turner2022-09-271-7/+7
* Merge branch '5.x'Adam Turner2022-09-091-2/+2
|\
| * Remove unneeded `noqa` lint suppression comments (#10772)danieleades2022-08-281-1/+1
| * Further improve type annotations, reduce mypy whitelist (#10770)danieleades2022-08-281-1/+1
* | Drop python 3.6 support (#10468)Takeshi KOMIYA2022-06-161-96/+49
|/
* test: Add testcase for autodoc_inherit_docstring and attributes (refs: #10539)Takeshi KOMIYA2022-06-141-0/+8
* Remove redundant code for Python < 3.6Hugo van Kemenade2022-05-011-1/+0
* Fix a testcase for py36Takeshi KOMIYA2022-04-051-15/+31
* Added test caseJames Parkhurst2022-04-041-0/+3
* Merge branch '4.x'Takeshi KOMIYA2022-03-191-8/+3
|\
| * Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
| * Conform to PEP 257 summary line conventionsAdam Turner2022-02-201-2/+4
| * Fix module docstring indentationAdam Turner2022-02-201-3/+3
| * Fix module docstring first lineAdam Turner2022-02-201-2/+1
| * Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* | autodoc: The default of autodoc_typehints_format becomes to 'smart'Takeshi KOMIYA2022-01-021-6/+6
|/
* Merge pull request #10034 from tk0miya/10027_autodoc_typehints_format_for_basesTakeshi KOMIYA2022-01-021-2/+17
|\
| * Fix #10027: autodoc_typehints_format does not work with :show-inheritance:Takeshi KOMIYA2022-01-011-2/+17
* | A happy new year!Takeshi KOMIYA2022-01-011-1/+1
|/
* Fix #9866: autodoc: doccoment for the imported class was ignoredTakeshi KOMIYA2021-11-211-1/+4
* Fix #9752: autodoc: Failed to detect type annotation for slots attributeTakeshi KOMIYA2021-10-231-0/+1
* test: Support python-3.11Takeshi KOMIYA2021-10-091-1/+11
* Merge pull request #9640 from tk0miya/9639_support_asyncgenfunctionTakeshi KOMIYA2021-09-181-53/+0
|\
| * Close #9639: autodoc: Support asynchronous generator functionsTakeshi KOMIYA2021-09-171-53/+0
* | Fix #9630: autodoc: Failed to build xrefs if primary_domain is not 'py'Takeshi KOMIYA2021-09-141-10/+10
|/
* Fix #9487: autodoc: typehint for cached_property is not shownTakeshi KOMIYA2021-07-221-0/+1
* Fix testcase: Enum changes were reverted in Python 3.10Karolina Surma2021-07-141-8/+1
* Merge branch '4.x' into 8597_metadata_only_docstringTakeshi KOMIYA2021-05-031-0/+3
|\
| * Fix #8872: autodoc: stacked singledispatches are wrongly renderedTakeshi KOMIYA2021-05-031-0/+3
* | Fix #8597: autodoc: metadata only docstring is treated as undocumentedTakeshi KOMIYA2021-05-021-0/+28
|/
* Fix #9110: autodoc: metadata of GenericAlias is not rendered as a reference i...Takeshi KOMIYA2021-04-191-2/+2
* Fix #8818: autodoc: Super class having ``Any`` arguments causes nit-picky war...Takeshi KOMIYA2021-04-181-2/+2
* Merge branch '3.x'Takeshi KOMIYA2021-04-031-1/+8
|\
| * Fix testcase: the signature of Enum class has been changed since HEAD of 3.10Takeshi KOMIYA2021-04-031-1/+8
* | Close #5603: autodoc: Allow to refer to a python object using canonical nameTakeshi KOMIYA2021-03-271-0/+31
* | Rename DocumenterBridge.filename_set to record_dependenciesTakeshi KOMIYA2021-03-211-1/+1
* | Fix #7383: autodoc: Support typehints for propertiesTakeshi KOMIYA2021-03-131-6/+3
* | Close #8924: autodoc: Support `bound` argument for TypeVarTakeshi KOMIYA2021-02-241-0/+8
* | Merge branch '3.x' into merge_3.x_into_masterjfbu2021-02-041-19/+174
|\ \ | |/