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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #7812: autosummary: generates broken stub files (again)
Takeshi KOMIYA
2020-06-28
1
-14
/
+1
*
Fix #7844: autodoc: Failed to detect module when relative module name given
Takeshi KOMIYA
2020-06-22
1
-1
/
+4
*
Fix #7807: autodoc: wrong signature is shown for the function using contextma...
Takeshi KOMIYA
2020-06-14
1
-1
/
+16
*
Merge branch '3.1.x' into 7812_broken_stubs_for_same_qualname_entries
Takeshi KOMIYA
2020-06-12
1
-1
/
+1
|
\
|
*
Fix #7803: Fix typo in import-block for type annotation
Takeshi KOMIYA
2020-06-09
1
-1
/
+1
*
|
Fix #7812: autosummary: generates broken stub files
Takeshi KOMIYA
2020-06-11
2
-2
/
+17
|
/
*
Merge pull request #7716 from tk0miya/3610_support_overload
Takeshi KOMIYA
2020-06-05
1
-4
/
+8
|
\
|
*
Add sphinx.util.inspect:signature_from_ast()
Takeshi KOMIYA
2020-05-31
1
-4
/
+8
*
|
Merge branch '3.0.x' into 3.x
Takeshi KOMIYA
2020-06-03
6
-10
/
+10
|
\
\
|
|
/
|
/
|
|
*
Fix mypy violations (with mypy-0.780)
Takeshi KOMIYA
2020-06-03
6
-10
/
+10
*
|
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' into 7650_undecorated_signature
Takeshi KOMIYA
2020-05-16
1
-5
/
+13
|
\
\
|
*
|
Make sphinx.util.typing.stringify render optional unions better
John R. Lenton
2020-05-11
1
-5
/
+13
*
|
|
Fix #7650: autodoc: undecorated signature is shown for decorated functions
Takeshi KOMIYA
2020-05-11
1
-2
/
+9
|
/
/
*
|
Deprecate sphinx.util:rpartition()
Takeshi KOMIYA
2020-05-09
1
-1
/
+2
*
|
Merge branch '3.0.x' into 3.x
Takeshi KOMIYA
2020-05-09
1
-1
/
+31
|
\
\
|
|
/
|
*
Suppress arguments if all system defined TypeVars on py39
Takeshi KOMIYA
2020-05-09
1
-1
/
+8
|
*
Introduce fips safe sha1, see issue #7611
Lars Hupfeldt
2020-05-05
1
-0
/
+14
|
*
Rename fips_safe_md5 to md5
Lars Hupfeldt
2020-05-05
1
-5
/
+5
|
*
Fix mypy and flake8 checks
Lars Hupfeldt
2020-05-05
1
-3
/
+4
|
*
Introduce fips_safe_md5, see issue #7611
Lars Hupfeldt
2020-05-05
1
-1
/
+16
*
|
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
*
|
|
Merge pull request #7632 from eric-wieser/better-inspect-failure
Takeshi KOMIYA
2020-05-09
1
-4
/
+15
|
\
\
\
|
*
|
|
Do not crash if `is_builtin_class_method` is passed a non-type
Eric Wieser
2020-05-08
1
-4
/
+15
|
|
/
/
*
|
|
Suppress arguments if all system defined TypeVars on py39
Takeshi KOMIYA
2020-05-09
1
-1
/
+8
*
|
|
Fix #7551: autosummary: a nested class is indexed as non-nested class
Takeshi KOMIYA
2020-05-07
1
-0
/
+25
|
/
/
*
|
refactor: Catch ImportError for lib2to3 to support future python
Takeshi KOMIYA
2020-05-04
1
-2
/
+9
*
|
Merge pull request #7602 from tk0miya/stacklevel
Takeshi KOMIYA
2020-05-03
6
-11
/
+11
|
\
\
|
*
|
Add stacklevel parameter to warnings.warn() call
Takeshi KOMIYA
2020-05-03
6
-11
/
+11
*
|
|
Preserve exception info in raised SphinxWarning objects
Eric Wieser
2020-05-03
1
-2
/
+6
*
|
|
Merge pull request #7593 from tk0miya/7530_kbd
Takeshi KOMIYA
2020-05-03
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
refactor: Rename parameter to avoid conflict
Takeshi KOMIYA
2020-05-02
1
-2
/
+2
*
|
|
Deprecate ignore parameter for Documenter.get_doc()
Takeshi KOMIYA
2020-05-03
1
-1
/
+10
|
/
/
*
|
C++, parse expressions with user-defined literals
Jakob Lykke Andersen
2020-05-01
1
-1
/
+13
*
|
Fix #7559: autodoc: misdetects a sync function is async
Takeshi KOMIYA
2020-05-01
1
-3
/
+6
*
|
Fix #6588: autodoc: Decorated inherited method has no documentation
Takeshi KOMIYA
2020-04-28
1
-1
/
+12
*
|
Merge branch '3.0.x' into 3.x
Takeshi KOMIYA
2020-04-28
1
-2
/
+7
|
\
\
|
|
/
|
*
Merge pull request #7569 from eric-wieser/fix-bad-stringify
Takeshi KOMIYA
2020-04-28
1
-2
/
+7
|
|
\
|
|
*
Do not emit type arguments twice
Eric Wieser
2020-04-27
1
-2
/
+7
*
|
|
C++, semicolon, move it entirely to ASTDeclaration
Jakob Lykke Andersen
2020-04-24
1
-3
/
+7
*
|
|
Fix #7535: sphinx-autogen: crashes when custom template uses inheritance
Takeshi KOMIYA
2020-04-23
1
-1
/
+37
*
|
|
Merge pull request #7509 from tk0miya/refactor_Optional_typehints
Takeshi KOMIYA
2020-04-20
4
-12
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
refactor: Add Optional to type annotations
Takeshi KOMIYA
2020-04-19
4
-12
/
+13
|
|
/
*
|
Fix #7510: py domain: keyword-only arguments are wrongly rendered
Takeshi KOMIYA
2020-04-19
1
-1
/
+1
|
/
*
C, parse attributes
Jakob Lykke Andersen
2020-04-13
1
-1
/
+180
*
Merge branch '3.0.x' into 7423_logging_non_string_object
Takeshi KOMIYA
2020-04-09
1
-2
/
+11
|
\
[next]