index
:
delta/python-packages/sphinx-git.git
1.8.x
3.2.x
3.3.x
3.4.x
3.5.x
3.x
4.0.x
4.1.x
4.2.x
4.3.x
4.4.x
4.x
4606_incorrect_location_of_docstring
7.0.x
7613_class__signature__
7727_autosummary_PycodeError
7996_man_make_section_directory
8321_linkcheck_tel_links
8342_warning_for_unknown_domain
8349_sphinx-contrib
9864_mathjax_loading_method
bot/pull-translations
cleanup_napoleon
dependabot/github_actions/peter-evans/create-pull-request-5
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/http-proxy-1.18.1
master
mypy-0.790
support_py310
github.com: sphinx-doc/sphinx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sphinx
/
util
/
inspect.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix COM812
Adam Turner
2023-02-18
1
-4
/
+4
*
Resolve Ruff SIM114 violations
Adam Turner
2023-02-15
1
-23
/
+18
*
Adopt ``profile = "black"`` for ``isort``
Adam Turner
2023-01-07
1
-4
/
+15
*
Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072)
Adam Turner
2023-01-02
1
-2
/
+1
*
Address SIM103 lints (#11052)
danieleades
2023-01-02
1
-23
/
+6
*
Use ``any`` to find elements in iterable (#11053)
danieleades
2023-01-02
1
-4
/
+4
*
Run pyupgrade (#11070)
Adam Turner
2023-01-02
1
-3
/
+4
*
Use PEP 604 types
Adam Turner
2023-01-01
1
-14
/
+14
*
Use PEP 595 types
Adam Turner
2023-01-01
1
-11
/
+11
*
Insert ``from __future__ import annotations``
Adam Turner
2023-01-01
1
-0
/
+2
*
remove blanket 'noqas'
Daniel Eades
2022-12-16
1
-3
/
+5
*
Update typing ignores for mypy 0.990
Adam Turner
2022-11-13
1
-4
/
+4
*
Use ``ast.parse`` from the standard library
Adam Turner
2022-10-17
1
-2
/
+1
*
Drop Python 3.7
Adam Turner
2022-09-27
1
-30
/
+9
*
Clean up after dropping Python 3.6
Adam Turner
2022-09-27
1
-19
/
+16
*
Merge branch '5.x'
Adam Turner
2022-09-09
1
-7
/
+13
|
\
|
*
Fix more strict static typing errors (#10681)
danieleades
2022-08-28
1
-7
/
+13
*
|
Merge branch '5.x' into master
Jean-François B
2022-06-30
1
-1
/
+1
|
\
\
|
|
/
|
*
Use the `flake8-comprehensions` lint plugin (#10601)
danieleades
2022-06-26
1
-1
/
+1
*
|
Merge branch '5.x'
Adam Turner
2022-06-16
1
-4
/
+0
|
\
\
|
|
/
|
*
Remove traces of Python 2 and 3.5 (#10560)
Adam Turner
2022-06-16
1
-4
/
+0
*
|
Drop python 3.6 support (#10468)
Takeshi KOMIYA
2022-06-16
1
-19
/
+9
|
/
*
Fix #10305: autodoc: Failed to extract optional forwardrefs
Takeshi KOMIYA
2022-04-17
1
-0
/
+6
*
Merge pull request #10313 from GutiCW/feature-support_mocked_decorator_for_cl...
Takeshi KOMIYA
2022-04-03
1
-1
/
+6
|
\
|
*
Use `safe_getattr()` to access `__self__`.
Christian Walch
2022-04-01
1
-4
/
+1
|
*
Move method `isboundmethod()` into sphinx/util/inspect.py.
Christian Walch
2022-04-01
1
-1
/
+9
*
|
Fix #10279: autodoc: Default values are rendered as a string literal
Takeshi KOMIYA
2022-04-01
1
-1
/
+4
*
|
Merge branch '4.x'
Takeshi KOMIYA
2022-03-19
1
-9
/
+1
|
\
\
|
|
/
|
*
Collapse single line docstrings
Adam Turner
2022-02-20
1
-2
/
+1
|
*
Remove copyright and licence fields
Adam Turner
2022-02-20
1
-3
/
+0
|
*
Fix module docstring indentation
Adam Turner
2022-02-20
1
-2
/
+2
|
*
Fix module docstring first line
Adam Turner
2022-02-20
1
-2
/
+1
|
*
Remove module titles in docstrings
Adam Turner
2022-02-19
1
-3
/
+0
*
|
Merge branch '4.x'
Takeshi KOMIYA
2022-01-16
1
-1
/
+1
|
\
\
|
|
/
|
*
use 'callable' to check if object is callable (B004)
Daniel Eades
2022-01-10
1
-1
/
+1
*
|
Merge branch '4.x'
Takeshi KOMIYA
2022-01-01
1
-1
/
+1
|
\
\
|
|
/
|
*
Merge branch '4.3.x' into 4.x
Takeshi KOMIYA
2022-01-01
1
-1
/
+1
|
|
\
|
|
*
A happy new year!
Takeshi KOMIYA
2022-01-01
1
-1
/
+1
*
|
|
Merge branch '4.x'
Takeshi KOMIYA
2022-01-01
1
-4
/
+10
|
\
\
\
|
|
/
/
|
*
|
Merge branch '4.x' into 9194_Literal_type_not_hyperlinked
Takeshi KOMIYA
2021-12-26
1
-2
/
+3
|
|
\
\
|
|
*
|
Fix docs: docs for show_return_annotation param for stringify_signature() is ...
Takeshi KOMIYA
2021-12-25
1
-2
/
+3
|
|
|
/
|
*
|
refactor: Merge arguments of sphinx.util.typing:stringify()
Takeshi KOMIYA
2021-12-26
1
-2
/
+7
|
*
|
Fix #9194: autodoc: Prepend the "typing" module name on the signature
Takeshi KOMIYA
2021-12-26
1
-2
/
+2
|
|
/
*
|
Merge branch '4.x'
Takeshi KOMIYA
2021-12-24
1
-6
/
+6
|
\
\
|
|
/
|
*
Fix mypy violations (with mypy-0.930)
Takeshi KOMIYA
2021-12-24
1
-6
/
+6
*
|
Merge branch 'master' into RemovedInSphinx50Warning
Takeshi KOMIYA
2021-12-17
1
-1
/
+1
|
\
\
|
|
/
|
*
Merge branch '4.3.x' into 4.x
Takeshi KOMIYA
2021-12-17
1
-1
/
+1
|
|
\
|
|
*
Fix mypy violations (with mypy-0.920)
Takeshi KOMIYA
2021-12-17
1
-1
/
+1
*
|
|
refactor: Remove RemovedInSphinx50Warning (partially)
Takeshi KOMIYA
2021-12-17
1
-75
/
+3
|
/
/
*
|
Add `unqualified_typehints` parameter to stringify_signature()
Takeshi KOMIYA
2021-12-03
1
-3
/
+6
|
/
[next]