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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
autodoc: Support TypeVar (refs: #7722)
Takeshi KOMIYA
2020-06-06
2
-0
/
+55
*
Merge pull request #7760 from Cielquan/feature/coverage_print_missing_as_warning
Takeshi KOMIYA
2020-06-06
1
-0
/
+29
|
\
|
*
added test for show_missing_items True in quiet mode
Cielquan
2020-06-05
1
-0
/
+12
|
*
added test for show_missing_items True
Cielquan
2020-05-31
1
-0
/
+17
*
|
Merge pull request #7716 from tk0miya/3610_support_overload
Takeshi KOMIYA
2020-06-05
4
-0
/
+253
|
\
\
|
*
|
Support overloaded constructors (__call__, __init__ and __new__)
Takeshi KOMIYA
2020-06-02
2
-1
/
+69
|
*
|
Close #3610: autodoc: Support overloaded functions
Takeshi KOMIYA
2020-05-31
2
-0
/
+74
|
*
|
pycode: Detect @overload decorators
Takeshi KOMIYA
2020-05-31
1
-0
/
+78
|
*
|
Add sphinx.util.inspect:signature_from_ast()
Takeshi KOMIYA
2020-05-31
1
-0
/
+33
*
|
|
Merge pull request #7762 from tk0miya/7247_linkcheck_request_headers
Takeshi KOMIYA
2020-06-05
1
-0
/
+33
|
\
\
\
|
*
|
|
Close #7247: linkcheck: Add linkcheck_request_headers
Takeshi KOMIYA
2020-06-01
1
-0
/
+33
|
|
/
/
*
|
|
Merge pull request #7770 from bubba/option-directive-square-brackets
Takeshi KOMIYA
2020-06-04
2
-1
/
+5
|
\
\
\
|
*
|
|
Let option directive support args in the form of foo[=bar]
Luke Lau
2020-06-03
2
-1
/
+5
*
|
|
|
C++, parse (trailing) requires clauses
Jakob Lykke Andersen
2020-06-02
1
-0
/
+9
|
/
/
/
*
|
|
Merge pull request #7769 from jakobandersen/c_cpp_display_string_ops
Jakob Lykke Andersen
2020-06-02
2
-0
/
+18
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
C and C++, don't crash during stringification
Jakob Lykke Andersen
2020-06-02
2
-0
/
+18
|
*
|
Fix #7696: html: Updated jQuery version from 3.4.1 to 3.5.1
Takeshi KOMIYA
2020-05-22
1
-1
/
+1
*
|
|
Merge pull request #7757 from tk0miya/7756_posonlyargs
Takeshi KOMIYA
2020-05-31
1
-3
/
+7
|
\
\
\
|
*
|
|
Fix #7756: py domain: The default value for posonlyarg is not shown
Takeshi KOMIYA
2020-05-31
1
-3
/
+7
|
|
|
/
|
|
/
|
*
|
|
Merge branch '3.x' into 4422_support_GenericAlias
Takeshi KOMIYA
2020-05-31
2
-0
/
+20
|
\
\
\
|
*
|
|
Close #2106: autodoc: Support multiple signatures on docstring
Takeshi KOMIYA
2020-05-30
2
-0
/
+20
|
|
/
/
*
|
|
Close #4422: autodoc: Support GenericAlias
Takeshi KOMIYA
2020-05-30
1
-0
/
+31
*
|
|
Add sphinx.util.inspect:isgenericalias()
Takeshi KOMIYA
2020-05-30
2
-0
/
+18
|
/
/
*
|
Merge pull request #7746 from rsokl/patch-1
Takeshi KOMIYA
2020-05-30
1
-1
/
+1
|
\
\
|
*
|
Update test_ext_math.py
Ryan Soklaski
2020-05-28
1
-1
/
+1
*
|
|
Merge pull request #7738 from tk0miya/7734_napoleon_overescaped_underscore
Takeshi KOMIYA
2020-05-30
1
-0
/
+21
|
\
\
\
|
*
|
|
Fix #7734: napoleon: overescaped trailing underscore on attribute
Takeshi KOMIYA
2020-05-28
1
-0
/
+21
*
|
|
|
Fix autoclass signature parsing
Eric Wieser
2020-05-28
5
-52
/
+141
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #7713 from tk0miya/3673_autodoc_sort_by_all
Takeshi KOMIYA
2020-05-28
2
-0
/
+59
|
\
\
\
|
*
|
|
Fix #3673: autodoc: bysource order does not work for a module having __all__
Takeshi KOMIYA
2020-05-23
2
-0
/
+59
|
|
/
/
*
|
|
refactor test_project: PathComparer is unnecessary for this case
Takeshi KOMIYA
2020-05-27
1
-2
/
+2
|
/
/
*
|
Merge pull request #7709 from tk0miya/refactor_test_ext_autodoc
Takeshi KOMIYA
2020-05-23
2
-136
/
+150
|
\
\
|
*
|
refactor: test: Separate tests for autofunction
Takeshi KOMIYA
2020-05-22
2
-136
/
+150
*
|
|
Merge pull request #7669 from tk0miya/7668_wront_retann
Takeshi KOMIYA
2020-05-23
1
-1
/
+21
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Merge branch '3.x' into 7668_wront_retann
Takeshi KOMIYA
2020-05-22
11
-175
/
+400
|
|
\
\
|
*
|
|
Fix #7668: autodoc: wrong retann value is passed to autodoc-proccess-signature
Takeshi KOMIYA
2020-05-16
1
-1
/
+21
*
|
|
|
Merge pull request #7708 from jakobandersen/c_cpp_fix_test_typo
Jakob Lykke Andersen
2020-05-22
2
-2
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
C, C++: fix typo in tests
Jakob Lykke Andersen
2020-05-22
2
-2
/
+2
*
|
|
|
Merge pull request #7705 from tk0miya/7696_jquery-3.5.1
Takeshi KOMIYA
2020-05-22
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix #7696: html: Updated jQuery version from 3.4.1 to 3.5.1
Takeshi KOMIYA
2020-05-22
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Fix #7685: autosummary: imported members are listed unexpectedly
Takeshi KOMIYA
2020-05-21
2
-3
/
+99
*
|
|
revisions per comments from tk0miya
Daniel Fremont
2020-05-17
3
-1
/
+13
*
|
|
Add allowed_exceptions parameter to Sphinx.emit() (refs: #7683)
Takeshi KOMIYA
2020-05-17
1
-0
/
+19
*
|
|
Fix #7676: autodoc: typo in the default value of autodoc_member_order
Takeshi KOMIYA
2020-05-17
1
-1
/
+1
*
|
|
Merge pull request #7678 from jakobandersen/c_anon_test
Jakob Lykke Andersen
2020-05-16
1
-6
/
+5
|
\
\
\
|
*
|
|
C, enable tests of anon entities
Jakob Lykke Andersen
2020-05-16
1
-6
/
+5
*
|
|
|
Merge pull request #7677 from tk0miya/refactor_singledispatch
Takeshi KOMIYA
2020-05-16
1
-8
/
+9
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
refactor: autodoc: Remove magic mock from singledispatch processing
Takeshi KOMIYA
2020-05-16
1
-8
/
+9
*
|
|
|
C, fix rendering of rooted nested names
Jakob Lykke Andersen
2020-05-16
1
-27
/
+56
*
|
|
|
C++, fix rendering of rooted nested names
Jakob Lykke Andersen
2020-05-16
1
-116
/
+148
|
/
/
/
[next]