summaryrefslogtreecommitdiff
path: root/tests/test_ext_autodoc.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Merge pull request #8297 from pbudzyns/exclude-members-fixTakeshi KOMIYA2021-02-041-19/+174
| |\
| | * rebase and fix testspbudzyns2021-02-011-1/+1
| | * Merge remote-tracking branch 'upstream/3.x' into exclude-members-fixpbudzyns2021-02-011-32/+172
| | |\
| | * | check if autodoc_defaults are str, fix testspbudzyns2021-02-011-18/+18
| | * | redundant '+' has no effectpbudzyns2021-01-251-0/+9
| | * | add more extendable options and testspbudzyns2021-01-251-34/+0
| | * | add more extendable options and testspbudzyns2021-01-251-0/+4
| | * | add more extendable options and testspbudzyns2021-01-251-0/+176
* | | | Merge branch '3.x' into master_with_merged_3.xjfbu2021-02-021-0/+44
|\ \ \ \ | |/ / /
| * | | Fix #8775: Avoid the crash of autodoc caused by type union operatorTakeshi KOMIYA2021-02-011-1/+1
| * | | autodoc: Support type union operator (PEP-604) (refs: #8775)Takeshi KOMIYA2021-01-311-0/+44
| | |/ | |/|
* | | Merge branch '3.x'Takeshi KOMIYA2021-01-221-6/+6
|\ \ \ | |/ /
| * | Close #8514: autodoc: Default values of overloads are taken from actual imple...Takeshi KOMIYA2021-01-171-2/+2
| * | Fix #8693: autodoc: Default values for overloads are rendered as stringTakeshi KOMIYA2021-01-171-6/+6
* | | Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\ \ \ | |/ /
| * | Merge branch '3.4.x' into 3.xTakeshi KOMIYA2021-01-011-1/+1
| |\ \
| | * | A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | | | Merge branch '3.x'Takeshi KOMIYA2020-12-291-0/+47
|\ \ \ \ | |/ / /
| * | | Close #8022: autodoc: Allow to hide the value of the variables via metadataTakeshi KOMIYA2020-12-271-0/+46
| |/ /
| * | Fix #8567: autodoc: Instance attributes are incorrectly added to Parent classTakeshi KOMIYA2020-12-221-0/+1
* | | Merge branch '3.x'Takeshi KOMIYA2020-12-201-0/+33
|\ \ \ | |/ /
| * | Merge pull request #8543 from tk0miya/8534_autoattribute_alias_derivedTakeshi KOMIYA2020-12-171-1/+7
| |\ \
| | * | Fix #8534: autoattribute failed to document a commented attribute in alias de...Takeshi KOMIYA2020-12-171-1/+7
| * | | Fix #8545: autodoc: a __slots__ attribute is not documented even having docst...Takeshi KOMIYA2020-12-171-0/+6
| |/ /
| * | Fix #8541: autodoc_type_aliases doesn't work for the instance attrsTakeshi KOMIYA2020-12-171-0/+16
| * | Fix #8534: autoattribute failed to document a commented attribute in alias classTakeshi KOMIYA2020-12-161-0/+5
* | | Merge branch '3.x'Takeshi KOMIYA2020-12-141-7/+24
|\ \ \ | |/ /
| * | Remove duplicate test in test_ext_autodoc.pyJon Dufresne2020-12-121-5/+0
| * | Fix #8503: autoattribute could not create document for a GenericAliasTakeshi KOMIYA2020-11-291-0/+22
| * | Fix #8493: Use restify() in autodoc to reference alias attributesTimo Ludwig2020-11-281-2/+2
* | | Merge commit 'a82b06f2abb1226d82b18e3f85bdf19be7b9eb3f'Takeshi KOMIYA2020-12-141-0/+12
|\ \ \ | |/ /