summaryrefslogtreecommitdiff
path: root/sphinx/util
Commit message (Expand)AuthorAgeFilesLines
* Fix #7812: autosummary: generates broken stub files (again)Takeshi KOMIYA2020-06-281-14/+1
* Fix #7844: autodoc: Failed to detect module when relative module name givenTakeshi KOMIYA2020-06-221-1/+4
* Fix #7807: autodoc: wrong signature is shown for the function using contextma...Takeshi KOMIYA2020-06-141-1/+16
* Merge branch '3.1.x' into 7812_broken_stubs_for_same_qualname_entriesTakeshi KOMIYA2020-06-121-1/+1
|\
| * Fix #7803: Fix typo in import-block for type annotationTakeshi KOMIYA2020-06-091-1/+1
* | Fix #7812: autosummary: generates broken stub filesTakeshi KOMIYA2020-06-112-2/+17
|/
* Merge pull request #7716 from tk0miya/3610_support_overloadTakeshi KOMIYA2020-06-051-4/+8
|\
| * Add sphinx.util.inspect:signature_from_ast()Takeshi KOMIYA2020-05-311-4/+8
* | Merge branch '3.0.x' into 3.xTakeshi KOMIYA2020-06-036-10/+10
|\ \ | |/ |/|
| * Fix mypy violations (with mypy-0.780)Takeshi KOMIYA2020-06-036-10/+10
* | 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
* | Merge branch '3.x' into 7650_undecorated_signatureTakeshi KOMIYA2020-05-161-5/+13
|\ \
| * | Make sphinx.util.typing.stringify render optional unions betterJohn R. Lenton2020-05-111-5/+13
* | | Fix #7650: autodoc: undecorated signature is shown for decorated functionsTakeshi KOMIYA2020-05-111-2/+9
|/ /
* | Deprecate sphinx.util:rpartition()Takeshi KOMIYA2020-05-091-1/+2
* | Merge branch '3.0.x' into 3.xTakeshi KOMIYA2020-05-091-1/+31
|\ \ | |/
| * Suppress arguments if all system defined TypeVars on py39Takeshi KOMIYA2020-05-091-1/+8
| * Introduce fips safe sha1, see issue #7611Lars Hupfeldt2020-05-051-0/+14
| * Rename fips_safe_md5 to md5Lars Hupfeldt2020-05-051-5/+5
| * Fix mypy and flake8 checksLars Hupfeldt2020-05-051-3/+4
| * Introduce fips_safe_md5, see issue #7611Lars Hupfeldt2020-05-051-1/+16
* | 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
* | | Merge pull request #7632 from eric-wieser/better-inspect-failureTakeshi KOMIYA2020-05-091-4/+15
|\ \ \
| * | | Do not crash if `is_builtin_class_method` is passed a non-typeEric Wieser2020-05-081-4/+15
| |/ /
* | | Suppress arguments if all system defined TypeVars on py39Takeshi KOMIYA2020-05-091-1/+8
* | | Fix #7551: autosummary: a nested class is indexed as non-nested classTakeshi KOMIYA2020-05-071-0/+25
|/ /
* | refactor: Catch ImportError for lib2to3 to support future pythonTakeshi KOMIYA2020-05-041-2/+9
* | Merge pull request #7602 from tk0miya/stacklevelTakeshi KOMIYA2020-05-036-11/+11
|\ \
| * | Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-036-11/+11
* | | Preserve exception info in raised SphinxWarning objectsEric Wieser2020-05-031-2/+6
* | | Merge pull request #7593 from tk0miya/7530_kbdTakeshi KOMIYA2020-05-031-2/+2
|\ \ \ | |/ / |/| |
| * | refactor: Rename parameter to avoid conflictTakeshi KOMIYA2020-05-021-2/+2
* | | Deprecate ignore parameter for Documenter.get_doc()Takeshi KOMIYA2020-05-031-1/+10
|/ /
* | C++, parse expressions with user-defined literalsJakob Lykke Andersen2020-05-011-1/+13
* | 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 branch '3.0.x' into 3.xTakeshi KOMIYA2020-04-281-2/+7
|\ \ | |/
| * Merge pull request #7569 from eric-wieser/fix-bad-stringifyTakeshi KOMIYA2020-04-281-2/+7
| |\
| | * Do not emit type arguments twiceEric Wieser2020-04-271-2/+7
* | | C++, semicolon, move it entirely to ASTDeclarationJakob Lykke Andersen2020-04-241-3/+7
* | | Fix #7535: sphinx-autogen: crashes when custom template uses inheritanceTakeshi KOMIYA2020-04-231-1/+37
* | | Merge pull request #7509 from tk0miya/refactor_Optional_typehintsTakeshi KOMIYA2020-04-204-12/+13
|\ \ \ | |/ / |/| |
| * | refactor: Add Optional to type annotationsTakeshi KOMIYA2020-04-194-12/+13
| |/
* | Fix #7510: py domain: keyword-only arguments are wrongly renderedTakeshi KOMIYA2020-04-191-1/+1
|/
* C, parse attributesJakob Lykke Andersen2020-04-131-1/+180
* Merge branch '3.0.x' into 7423_logging_non_string_objectTakeshi KOMIYA2020-04-091-2/+11
|\