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
/
test_ext_autodoc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support type comments in ``PropertyDocumenter`` (#11298)
picnixz
2023-04-06
1
-0
/
+5
*
Remove ``.egg`` support from pycode ``ModuleAnalyser``
Adam Turner
2023-03-05
1
-23
/
+0
*
Resolve ``flake8-return`` errors
Adam Turner
2023-02-18
1
-0
/
+2
*
Unescape quotation marks where possible
Adam Turner
2023-02-18
1
-3
/
+3
*
Fix COM812
Adam Turner
2023-02-18
1
-27
/
+27
*
Document ``typing.NewType`` as a class (#10700)
Adam Turner
2023-01-02
1
-8
/
+8
*
Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072)
Adam Turner
2023-01-02
1
-1
/
+1
*
Insert ``from __future__ import annotations``
Adam Turner
2023-01-01
1
-1
/
+1
*
Reflect changes to ``Enum`` signature in Python 3.12
Adam Turner
2022-12-30
1
-1
/
+4
*
remove blanket 'noqas'
Daniel Eades
2022-12-16
1
-1
/
+1
*
Drop Python 3.7
Adam Turner
2022-09-27
1
-8
/
+0
*
Clean up after dropping Python 3.6
Adam Turner
2022-09-27
1
-7
/
+7
*
Merge branch '5.x'
Adam Turner
2022-09-09
1
-2
/
+2
|
\
|
*
Remove unneeded `noqa` lint suppression comments (#10772)
danieleades
2022-08-28
1
-1
/
+1
|
*
Further improve type annotations, reduce mypy whitelist (#10770)
danieleades
2022-08-28
1
-1
/
+1
*
|
Drop python 3.6 support (#10468)
Takeshi KOMIYA
2022-06-16
1
-96
/
+49
|
/
*
test: Add testcase for autodoc_inherit_docstring and attributes (refs: #10539)
Takeshi KOMIYA
2022-06-14
1
-0
/
+8
*
Remove redundant code for Python < 3.6
Hugo van Kemenade
2022-05-01
1
-1
/
+0
*
Fix a testcase for py36
Takeshi KOMIYA
2022-04-05
1
-15
/
+31
*
Added test case
James Parkhurst
2022-04-04
1
-0
/
+3
*
Merge branch '4.x'
Takeshi KOMIYA
2022-03-19
1
-8
/
+3
|
\
|
*
Remove copyright and licence fields
Adam Turner
2022-02-20
1
-3
/
+0
|
*
Conform to PEP 257 summary line conventions
Adam Turner
2022-02-20
1
-2
/
+4
|
*
Fix module docstring indentation
Adam Turner
2022-02-20
1
-3
/
+3
|
*
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
*
|
autodoc: The default of autodoc_typehints_format becomes to 'smart'
Takeshi KOMIYA
2022-01-02
1
-6
/
+6
|
/
*
Merge pull request #10034 from tk0miya/10027_autodoc_typehints_format_for_bases
Takeshi KOMIYA
2022-01-02
1
-2
/
+17
|
\
|
*
Fix #10027: autodoc_typehints_format does not work with :show-inheritance:
Takeshi KOMIYA
2022-01-01
1
-2
/
+17
*
|
A happy new year!
Takeshi KOMIYA
2022-01-01
1
-1
/
+1
|
/
*
Fix #9866: autodoc: doccoment for the imported class was ignored
Takeshi KOMIYA
2021-11-21
1
-1
/
+4
*
Fix #9752: autodoc: Failed to detect type annotation for slots attribute
Takeshi KOMIYA
2021-10-23
1
-0
/
+1
*
test: Support python-3.11
Takeshi KOMIYA
2021-10-09
1
-1
/
+11
*
Merge pull request #9640 from tk0miya/9639_support_asyncgenfunction
Takeshi KOMIYA
2021-09-18
1
-53
/
+0
|
\
|
*
Close #9639: autodoc: Support asynchronous generator functions
Takeshi KOMIYA
2021-09-17
1
-53
/
+0
*
|
Fix #9630: autodoc: Failed to build xrefs if primary_domain is not 'py'
Takeshi KOMIYA
2021-09-14
1
-10
/
+10
|
/
*
Fix #9487: autodoc: typehint for cached_property is not shown
Takeshi KOMIYA
2021-07-22
1
-0
/
+1
*
Fix testcase: Enum changes were reverted in Python 3.10
Karolina Surma
2021-07-14
1
-8
/
+1
*
Merge branch '4.x' into 8597_metadata_only_docstring
Takeshi KOMIYA
2021-05-03
1
-0
/
+3
|
\
|
*
Fix #8872: autodoc: stacked singledispatches are wrongly rendered
Takeshi KOMIYA
2021-05-03
1
-0
/
+3
*
|
Fix #8597: autodoc: metadata only docstring is treated as undocumented
Takeshi KOMIYA
2021-05-02
1
-0
/
+28
|
/
*
Fix #9110: autodoc: metadata of GenericAlias is not rendered as a reference i...
Takeshi KOMIYA
2021-04-19
1
-2
/
+2
*
Fix #8818: autodoc: Super class having ``Any`` arguments causes nit-picky war...
Takeshi KOMIYA
2021-04-18
1
-2
/
+2
*
Merge branch '3.x'
Takeshi KOMIYA
2021-04-03
1
-1
/
+8
|
\
|
*
Fix testcase: the signature of Enum class has been changed since HEAD of 3.10
Takeshi KOMIYA
2021-04-03
1
-1
/
+8
*
|
Close #5603: autodoc: Allow to refer to a python object using canonical name
Takeshi KOMIYA
2021-03-27
1
-0
/
+31
*
|
Rename DocumenterBridge.filename_set to record_dependencies
Takeshi KOMIYA
2021-03-21
1
-1
/
+1
*
|
Fix #7383: autodoc: Support typehints for properties
Takeshi KOMIYA
2021-03-13
1
-6
/
+3
*
|
Close #8924: autodoc: Support `bound` argument for TypeVar
Takeshi KOMIYA
2021-02-24
1
-0
/
+8
*
|
Merge branch '3.x' into merge_3.x_into_master
jfbu
2021-02-04
1
-19
/
+174
|
\
\
|
|
/
[next]