summaryrefslogtreecommitdiff
path: root/tests/test_util_inspect.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* autodoc: Support Positional-Only Argument separator (PEP-570 compliant)Takeshi KOMIYA2020-01-111-0/+15
* refactor: Add sphinx.util.inspect.signature()Takeshi KOMIYA2020-01-091-85/+85
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Merge branch '2.0' into 6574_annotation_for_varidic_paramsTakeshi KOMIYA2019-08-031-0/+4
|\
| * Fix #6589: autodoc: Formatting issues with autodoc_typehints='none'Takeshi KOMIYA2019-08-021-0/+4
* | Fix autodoc: missing type annotation for variadic and keyword parameters (ref...Takeshi KOMIYA2019-07-131-1/+5
|/
* Fix flake8 violationsTakeshi KOMIYA2019-07-011-1/+0
* Fix #6347: autodoc: crashes with a plain Tuple on Python 3.6 and 3.5Takeshi KOMIYA2019-05-291-1/+4
* Add sphinx.util.inspect:isproperty()Takeshi KOMIYA2019-05-121-0/+11
* Add sphinx.util.inspect:iscoroutinefunction()Takeshi KOMIYA2019-04-231-0/+16
* Add sphinx.util.inspect:isattributedescriptor()Takeshi KOMIYA2019-04-141-0/+27
* refactor: Move subject of inspection to rootdirTakeshi KOMIYA2019-04-131-74/+48
* test: Add testcase for isdescriptor()Takeshi KOMIYA2019-04-131-0/+19
* test: Add testcase for isbuiltin()Takeshi KOMIYA2019-04-131-0/+20
* test: Add testcase for isfunction()Takeshi KOMIYA2019-04-131-0/+20
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Merge branch '1.8'Takeshi KOMIYA2018-11-011-3/+7
|\ \ | |/
| * Fix #5480: autodoc: unable to find type hints for unresolvable Forward refere...Takeshi KOMIYA2018-10-151-1/+5
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-221-82/+34
|\ \
| * | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-52/+18
| * | test: Merge py3/test_util_inspect_py3.py to test_util_inspect.pyTakeshi KOMIYA2018-09-221-2/+10
| * | Drop branches for sys.version_info < (3, 4)Takeshi KOMIYA2018-09-221-28/+6
* | | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-6/+6
|/ /
* | Ensure frozenset object descriptions are reproducibleChris Lamb2018-09-051-0/+18
|/