summaryrefslogtreecommitdiff
path: root/sphinx/util/inspect.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #8023: evaluate_signature() does not work properly in python3.9Takeshi KOMIYA2020-08-011-1/+1
* Fix #8023: evaluate_signature() does not work properly in python3.10Takeshi KOMIYA2020-08-011-3/+10
* Merge branch '3.x' into 7901_resolve_types_for_overloaded_funcsTakeshi KOMIYA2020-07-121-1/+7
|\
| * Fix #7935: autodoc: A default value inspect._empty conseals signaturesTakeshi KOMIYA2020-07-121-1/+7
* | Fix #7901: autodoc: annotations for overloaded functions are not resolvedTakeshi KOMIYA2020-07-111-1/+42
|/
* Merge pull request #7832 from cool-RR/2020-06-11-raise-fromTakeshi KOMIYA2020-06-291-4/+4
|\
| * Fix exception causes all over the codebaseRam Rachum2020-06-141-4/+4
* | Fix #7807: autodoc: wrong signature is shown for the function using contextma...Takeshi KOMIYA2020-06-141-1/+16
* | Fix #7812: autosummary: generates broken stub filesTakeshi KOMIYA2020-06-111-1/+1
|/
* Add sphinx.util.inspect:signature_from_ast()Takeshi KOMIYA2020-05-311-4/+8
* Merge pull request #7757 from tk0miya/7756_posonlyargsTakeshi KOMIYA2020-05-311-5/+20
|\
| * Fix #7756: py domain: The default value for posonlyarg is not shownTakeshi KOMIYA2020-05-311-5/+20
* | Add sphinx.util.inspect:isgenericalias()Takeshi KOMIYA2020-05-301-0/+13
|/
* BUG: Fix check for methEric Larson2020-05-281-1/+1
* Fix #7650: autodoc: undecorated signature is shown for decorated functionsTakeshi KOMIYA2020-05-111-2/+9
* Merge pull request #7624 from tk0miya/refactor_autodoc2Takeshi KOMIYA2020-05-091-6/+0
|\
| * refactor: autodoc: class processors on autofunction is no longer neededTakeshi KOMIYA2020-05-071-6/+0
* | Do not crash if `is_builtin_class_method` is passed a non-typeEric Wieser2020-05-081-4/+15
|/
* Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-3/+3
* Fix #7559: autodoc: misdetects a sync function is asyncTakeshi KOMIYA2020-05-011-3/+6
* Fix #6588: autodoc: Decorated inherited method has no documentationTakeshi KOMIYA2020-04-281-1/+12
* Merge pull request #7509 from tk0miya/refactor_Optional_typehintsTakeshi KOMIYA2020-04-201-2/+2
|\
| * refactor: Add Optional to type annotationsTakeshi KOMIYA2020-04-191-2/+2
* | Fix #7510: py domain: keyword-only arguments are wrongly renderedTakeshi KOMIYA2020-04-191-1/+1
|/
* Fix #7422: autodoc: fails with ValueError when using autodoc_mock_importsTakeshi KOMIYA2020-04-081-2/+11
* Fix flake8 errorTakeshi KOMIYA2020-04-051-1/+1
* Merge branch '2.x' into 3.0.xTakeshi KOMIYA2020-04-051-15/+26
|\
| * Fix: autodoc: `__wrapped__` functions are not documented correctlyTerence D. Honles2020-02-271-14/+25
* | Fix a cyfunction was considered as an attribute descriptorTakeshi KOMIYA2020-03-221-0/+11
* | autodoc: Support singledispatch methodsTakeshi KOMIYA2020-03-071-0/+9
* | Close #2815: autodoc: Support singledispatch functionsTakeshi KOMIYA2020-03-071-0/+11
* | Merge branch '2.4.x' into 3.xTakeshi KOMIYA2020-02-221-4/+17
|\ \ | |/
| * Fix #7189: autodoc: classmethod coroutines are not detectedTakeshi KOMIYA2020-02-221-4/+17
* | Merge pull request #7155 from tk0miya/function_signature2Takeshi KOMIYA2020-02-221-0/+49
|\ \
| * | Add sphinx.util.inspect:signature_from_str()Takeshi KOMIYA2020-02-161-0/+49
* | | Merge branch '2.0'Takeshi KOMIYA2020-02-161-3/+3
|\ \ \ | | |/ | |/|
| * | Fix #7156: autodoc: separator for keyword only arguments is not shownTakeshi KOMIYA2020-02-161-3/+3
* | | refactor: Update type annotations in sphinx.util.*Takeshi KOMIYA2020-02-161-1/+1
| |/ |/|
* | Deprecate sphinx.util.inspect.getargspec()Takeshi KOMIYA2020-02-141-1/+3
* | Merge branch '2.0'Takeshi KOMIYA2020-01-301-0/+4
|\ \ | |/
| * Merge branch '2.0' into 6418_autodoc_typehints_descriptionTakeshi KOMIYA2020-01-301-0/+2
| |\
| | * Deprecate sphinx.util.inspect:safe_getmembers()Takeshi KOMIYA2020-01-251-0/+2
| * | Add a new extension: sphinx.ext.autodoc.typehintsTakeshi KOMIYA2020-01-251-0/+2
| |/
* | Merge branch '2.0'Takeshi KOMIYA2020-01-191-34/+38
|\ \ | |/
| * Fix #7023: autodoc: nested partial functions are not listedTakeshi KOMIYA2020-01-171-6/+14
| * Merge pull request #7012 from tk0miya/support_pep570Takeshi KOMIYA2020-01-111-5/+11
| |\
| | * autodoc: Support Positional-Only Argument separator (PEP-570 compliant)Takeshi KOMIYA2020-01-111-5/+11
| * | refactor: Simplify stringify_signature()Takeshi KOMIYA2020-01-111-23/+13
| |/
* | refactor: replace inspect.Parameter with ParameterTakeshi KOMIYA2020-01-111-11/+11
* | Merge branch '2.0'Takeshi KOMIYA2020-01-111-6/+109
|\ \ | |/