summaryrefslogtreecommitdiff
path: root/sphinx/util/inspect.py
Commit message (Expand)AuthorAgeFilesLines
* Fix COM812Adam Turner2023-02-181-4/+4
* Resolve Ruff SIM114 violationsAdam Turner2023-02-151-23/+18
* Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-071-4/+15
* Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072)Adam Turner2023-01-021-2/+1
* Address SIM103 lints (#11052)danieleades2023-01-021-23/+6
* Use ``any`` to find elements in iterable (#11053)danieleades2023-01-021-4/+4
* Run pyupgrade (#11070)Adam Turner2023-01-021-3/+4
* Use PEP 604 typesAdam Turner2023-01-011-14/+14
* Use PEP 595 typesAdam Turner2023-01-011-11/+11
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* remove blanket 'noqas'Daniel Eades2022-12-161-3/+5
* Update typing ignores for mypy 0.990Adam Turner2022-11-131-4/+4
* Use ``ast.parse`` from the standard libraryAdam Turner2022-10-171-2/+1
* Drop Python 3.7Adam Turner2022-09-271-30/+9
* Clean up after dropping Python 3.6Adam Turner2022-09-271-19/+16
* Merge branch '5.x'Adam Turner2022-09-091-7/+13
|\
| * Fix more strict static typing errors (#10681)danieleades2022-08-281-7/+13
* | Merge branch '5.x' into masterJean-François B2022-06-301-1/+1
|\ \ | |/
| * Use the `flake8-comprehensions` lint plugin (#10601)danieleades2022-06-261-1/+1
* | Merge branch '5.x'Adam Turner2022-06-161-4/+0
|\ \ | |/
| * Remove traces of Python 2 and 3.5 (#10560)Adam Turner2022-06-161-4/+0
* | Drop python 3.6 support (#10468)Takeshi KOMIYA2022-06-161-19/+9
|/
* Fix #10305: autodoc: Failed to extract optional forwardrefsTakeshi KOMIYA2022-04-171-0/+6
* Merge pull request #10313 from GutiCW/feature-support_mocked_decorator_for_cl...Takeshi KOMIYA2022-04-031-1/+6
|\
| * Use `safe_getattr()` to access `__self__`.Christian Walch2022-04-011-4/+1
| * Move method `isboundmethod()` into sphinx/util/inspect.py.Christian Walch2022-04-011-1/+9
* | Fix #10279: autodoc: Default values are rendered as a string literalTakeshi KOMIYA2022-04-011-1/+4
* | Merge branch '4.x'Takeshi KOMIYA2022-03-191-9/+1
|\ \ | |/
| * Collapse single line docstringsAdam Turner2022-02-201-2/+1
| * Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
| * Fix module docstring indentationAdam Turner2022-02-201-2/+2
| * Fix module docstring first lineAdam Turner2022-02-201-2/+1
| * Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* | Merge branch '4.x'Takeshi KOMIYA2022-01-161-1/+1
|\ \ | |/
| * use 'callable' to check if object is callable (B004)Daniel Eades2022-01-101-1/+1
* | Merge branch '4.x'Takeshi KOMIYA2022-01-011-1/+1
|\ \ | |/
| * Merge branch '4.3.x' into 4.xTakeshi KOMIYA2022-01-011-1/+1
| |\
| | * A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* | | Merge branch '4.x'Takeshi KOMIYA2022-01-011-4/+10
|\ \ \ | |/ /
| * | Merge branch '4.x' into 9194_Literal_type_not_hyperlinkedTakeshi KOMIYA2021-12-261-2/+3
| |\ \
| | * | Fix docs: docs for show_return_annotation param for stringify_signature() is ...Takeshi KOMIYA2021-12-251-2/+3
| | |/
| * | refactor: Merge arguments of sphinx.util.typing:stringify()Takeshi KOMIYA2021-12-261-2/+7
| * | Fix #9194: autodoc: Prepend the "typing" module name on the signatureTakeshi KOMIYA2021-12-261-2/+2
| |/
* | Merge branch '4.x'Takeshi KOMIYA2021-12-241-6/+6
|\ \ | |/
| * Fix mypy violations (with mypy-0.930)Takeshi KOMIYA2021-12-241-6/+6
* | Merge branch 'master' into RemovedInSphinx50WarningTakeshi KOMIYA2021-12-171-1/+1
|\ \ | |/
| * Merge branch '4.3.x' into 4.xTakeshi KOMIYA2021-12-171-1/+1
| |\
| | * Fix mypy violations (with mypy-0.920)Takeshi KOMIYA2021-12-171-1/+1
* | | refactor: Remove RemovedInSphinx50Warning (partially)Takeshi KOMIYA2021-12-171-75/+3
|/ /
* | Add `unqualified_typehints` parameter to stringify_signature()Takeshi KOMIYA2021-12-031-3/+6
|/