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
...
*
|
|
Merge branch '3.x'
Takeshi KOMIYA
2020-11-09
1
-10
/
+11
|
\
\
\
|
|
/
/
|
*
|
Fix #8219: autodoc: Parameters for generic base class are not shown
Takeshi KOMIYA
2020-11-09
1
-0
/
+3
|
*
|
Merge branch '3.x' into 8105_incorrect_class_constructor
Takeshi KOMIYA
2020-11-08
1
-8
/
+0
|
|
\
\
|
|
*
|
Drop Python 3.4 compatibility code
François Freitag
2020-11-07
1
-8
/
+0
|
|
|
/
|
*
|
Fix #8105: autodoc: the signature of decorated class is incorrect
Takeshi KOMIYA
2020-11-05
1
-2
/
+8
|
|
/
*
|
Remove additional mentions of Python 3.5
François Freitag
2020-11-07
1
-1
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-10-24
1
-12
/
+13
|
\
\
|
|
/
|
*
Fix #8255: py domain: number in defarg is changed to decimal
Takeshi KOMIYA
2020-10-05
1
-12
/
+13
*
|
Merge branch '3.x' into master
Takeshi KOMIYA
2020-10-04
1
-3
/
+3
|
\
\
|
|
/
|
*
Close #6518: autodoc: Add autodoc_type_aliases
Takeshi KOMIYA
2020-10-03
1
-3
/
+3
*
|
Merge branch '3.x' into master
Takeshi KOMIYA
2020-10-03
1
-0
/
+5
|
\
\
|
|
/
|
*
Fix #8103: autodoc: cached_property is not considered as a property
Takeshi KOMIYA
2020-08-13
1
-0
/
+5
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-08-01
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix #8023: evaluate_signature() does not work properly in python3.9
Takeshi KOMIYA
2020-08-01
1
-1
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-08-01
1
-3
/
+10
|
\
\
|
|
/
|
*
Fix #8023: evaluate_signature() does not work properly in python3.10
Takeshi KOMIYA
2020-08-01
1
-3
/
+10
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-07-24
1
-2
/
+49
|
\
\
|
|
/
|
*
Merge branch '3.x' into 7901_resolve_types_for_overloaded_funcs
Takeshi KOMIYA
2020-07-12
1
-1
/
+7
|
|
\
|
|
*
Fix #7935: autodoc: A default value inspect._empty conseals signatures
Takeshi KOMIYA
2020-07-12
1
-1
/
+7
|
*
|
Fix #7901: autodoc: annotations for overloaded functions are not resolved
Takeshi KOMIYA
2020-07-11
1
-1
/
+42
|
|
/
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-07-05
1
-4
/
+4
|
\
\
|
|
/
|
*
Merge pull request #7832 from cool-RR/2020-06-11-raise-from
Takeshi KOMIYA
2020-06-29
1
-4
/
+4
|
|
\
|
|
*
Fix exception causes all over the codebase
Ram Rachum
2020-06-14
1
-4
/
+4
*
|
|
Merge tag 'v3.1.1'
Takeshi KOMIYA
2020-07-05
1
-2
/
+17
|
\
\
\
|
|
/
/
|
*
|
Fix #7807: autodoc: wrong signature is shown for the function using contextma...
Takeshi KOMIYA
2020-06-14
1
-1
/
+16
|
*
|
Fix #7812: autosummary: generates broken stub files
Takeshi KOMIYA
2020-06-11
1
-1
/
+1
|
|
/
*
|
Merge tag 'v3.1.0'
Takeshi KOMIYA
2020-07-05
1
-4
/
+8
|
\
\
|
|
/
|
*
Add sphinx.util.inspect:signature_from_ast()
Takeshi KOMIYA
2020-05-31
1
-4
/
+8
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-06-04
1
-6
/
+34
|
\
\
|
|
/
|
*
Merge pull request #7757 from tk0miya/7756_posonlyargs
Takeshi KOMIYA
2020-05-31
1
-5
/
+20
|
|
\
|
|
*
Fix #7756: py domain: The default value for posonlyarg is not shown
Takeshi KOMIYA
2020-05-31
1
-5
/
+20
|
*
|
Add sphinx.util.inspect:isgenericalias()
Takeshi KOMIYA
2020-05-30
1
-0
/
+13
|
|
/
|
*
BUG: Fix check for meth
Eric Larson
2020-05-28
1
-1
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-05-17
1
-12
/
+24
|
\
\
|
|
/
|
*
Fix #7650: autodoc: undecorated signature is shown for decorated functions
Takeshi KOMIYA
2020-05-11
1
-2
/
+9
|
*
Merge pull request #7624 from tk0miya/refactor_autodoc2
Takeshi KOMIYA
2020-05-09
1
-6
/
+0
|
|
\
|
|
*
refactor: autodoc: class processors on autofunction is no longer needed
Takeshi KOMIYA
2020-05-07
1
-6
/
+0
|
*
|
Do not crash if `is_builtin_class_method` is passed a non-type
Eric Wieser
2020-05-08
1
-4
/
+15
|
|
/
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-05-04
1
-1
/
+1
|
\
\
|
|
/
|
*
Add stacklevel parameter to warnings.warn() call
Takeshi KOMIYA
2020-05-03
1
-3
/
+3
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-05-02
1
-3
/
+6
|
\
\
|
|
/
|
*
Fix #7559: autodoc: misdetects a sync function is async
Takeshi KOMIYA
2020-05-01
1
-3
/
+6
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-04-30
1
-1
/
+12
|
\
\
|
|
/
|
*
Fix #6588: autodoc: Decorated inherited method has no documentation
Takeshi KOMIYA
2020-04-28
1
-1
/
+12
*
|
Remove deprecated features marked as RemovedInSphinx40Warning
Takeshi KOMIYA
2020-04-29
1
-167
/
+2
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-04-27
1
-2
/
+2
|
\
\
|
|
/
|
*
Merge pull request #7509 from tk0miya/refactor_Optional_typehints
Takeshi KOMIYA
2020-04-20
1
-2
/
+2
|
|
\
|
|
*
refactor: Add Optional to type annotations
Takeshi KOMIYA
2020-04-19
1
-2
/
+2
*
|
|
Merge branch '3.x'
Takeshi KOMIYA
2020-04-19
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Fix #7510: py domain: keyword-only arguments are wrongly rendered
Takeshi KOMIYA
2020-04-19
1
-1
/
+1
|
|
/
[prev]
[next]