summaryrefslogtreecommitdiff
path: root/tests/test_util_inspect.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #9757: autodoc_inherit_docstrings does not effect to overriden classmethodsTakeshi KOMIYA2021-10-301-0/+19
* Fix testcases that failed in python3.10.0b4Takeshi KOMIYA2021-07-201-5/+2
* Close #9272: autodoc: Render enum values for the default argument value betterTakeshi KOMIYA2021-05-301-0/+9
* Fix #9250: autodoc: The inherited method not having docstring is wrongly parsedTakeshi KOMIYA2021-05-231-2/+5
* Merge branch '4.0.x' into 4.xTakeshi KOMIYA2021-05-131-1/+5
|\
| * Fix test: the result of stringify_signature() has been changed randomly in py36Takeshi KOMIYA2021-05-131-1/+5
* | Merge pull request #9153 from tk0miya/9082_python3.10.0a7Takeshi KOMIYA2021-05-051-4/+1
|\ \
| * | test: Adjust type annotataions in python 3.10.0b1Takeshi KOMIYA2021-05-051-4/+1
| |/
* | Close #8588: autodoc: autodoc_type_aliases supports dotted nameTakeshi KOMIYA2021-05-031-1/+20
|/
* autodoc: an imported TypeVar is not resolved (refs: #8415)Takeshi KOMIYA2021-02-281-1/+7
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-221-4/+4
|\ \ | |/
| * Make tests/ a Python packageFrançois Freitag2020-11-201-4/+4
* | Merge branch '3.x'Takeshi KOMIYA2020-11-211-1/+23
|\ \ | |/
| * Merge pull request #8423 from tk0miya/getslotsTakeshi KOMIYA2020-11-161-0/+22
| |\
| | * Add sphinx.util.inspect:getslots() to get __slots__ attributeTakeshi KOMIYA2020-11-151-0/+22
| * | refactor: Fix flake8 violations under tests/ directoryTakeshi KOMIYA2020-11-151-1/+1
| |/
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-9/+7
|\ \ | |/
| * Merge pull request #8408 from francoisfreitag/isortTakeshi KOMIYA2020-11-121-9/+7
| |\
| | * Sort imports with isortFrançois Freitag2020-11-111-9/+7
* | | Merge branch '3.x'Takeshi KOMIYA2020-11-101-4/+7
|\ \ \ | |/ /
| * | test: Adjust type annotataions in python 3.10Takeshi KOMIYA2020-11-101-1/+4
| * | autodoc: Add Optional[t] to annotation of function and methodTakeshi KOMIYA2020-11-101-3/+3
| |/
* | Merge branch '3.x'Takeshi KOMIYA2020-11-091-1/+1
|\ \ | |/
| * Fix #8105: autodoc: the signature of decorated class is incorrectTakeshi KOMIYA2020-11-051-1/+1
* | Drop code for supporting py35Takeshi KOMIYA2020-11-061-4/+1
|/
* Fix #7935: autodoc: A default value inspect._empty conseals signaturesTakeshi KOMIYA2020-07-121-1/+5
* Add sphinx.util.inspect:signature_from_ast()Takeshi KOMIYA2020-05-311-0/+33
* Merge pull request #7757 from tk0miya/7756_posonlyargsTakeshi KOMIYA2020-05-311-3/+7
|\
| * Fix #7756: py domain: The default value for posonlyarg is not shownTakeshi KOMIYA2020-05-311-3/+7
* | Add sphinx.util.inspect:isgenericalias()Takeshi KOMIYA2020-05-301-0/+12
|/
* Fix autoclass signature parsingEric Wieser2020-05-281-6/+8
* Merge branch '3.x' into 7650_undecorated_signatureTakeshi KOMIYA2020-05-161-1/+5
|\
| * Make sphinx.util.typing.stringify render optional unions betterJohn R. Lenton2020-05-111-1/+5
* | Fix #7650: autodoc: undecorated signature is shown for decorated functionsTakeshi KOMIYA2020-05-111-1/+1
|/
* Merge pull request #7624 from tk0miya/refactor_autodoc2Takeshi KOMIYA2020-05-091-2/+2
|\
| * refactor: autodoc: class processors on autofunction is no longer neededTakeshi KOMIYA2020-05-071-2/+2
* | Do not crash if `is_builtin_class_method` is passed a non-typeEric Wieser2020-05-081-1/+19
|/
* Fix #6588: autodoc: Decorated inherited method has no documentationTakeshi KOMIYA2020-04-281-0/+15
* Fix #7510: py domain: keyword-only arguments are wrongly renderedTakeshi KOMIYA2020-04-191-0/+9
* Merge branch '2.4.x' into 3.xTakeshi KOMIYA2020-02-221-0/+10
|\
| * Fix #7189: autodoc: classmethod coroutines are not detectedTakeshi KOMIYA2020-02-221-0/+10
* | Fix a testcase: lambda function renderer has been changed in 3.xTakeshi KOMIYA2020-02-221-1/+1
* | Merge pull request #7155 from tk0miya/function_signature2Takeshi KOMIYA2020-02-221-0/+85
|\ \
| * | Add sphinx.util.inspect:signature_from_str()Takeshi KOMIYA2020-02-161-0/+85
* | | Merge pull request #7163 from tk0miya/fix_DeprecationWarningTakeshi KOMIYA2020-02-161-70/+0
|\ \ \ | |_|/ |/| |
| * | Remove testscases for getargspec() (deprecated)Takeshi KOMIYA2020-02-161-70/+0
| |/
* | Fix #7156: autodoc: separator for keyword only arguments is not shownTakeshi KOMIYA2020-02-161-3/+10
|/
* Fix #7023: autodoc: nested partial functions are not listedTakeshi KOMIYA2020-01-171-0/+12