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_util_typing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve lint errors from Ruff 0.0.260
Adam Turner
2023-03-31
1
-1
/
+1
*
Adopt ``profile = "black"`` for ``isort``
Adam Turner
2023-01-07
1
-2
/
+12
*
Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072)
Adam Turner
2023-01-02
1
-142
/
+147
*
Adopt the Ruff code linting tool
Adam Turner
2022-12-29
1
-1
/
+1
*
Drop Python 3.7
Adam Turner
2022-09-27
1
-2
/
+0
*
Clean up after dropping Python 3.6
Adam Turner
2022-09-27
1
-18
/
+20
*
Merge branch '5.x'
Adam Turner
2022-09-09
1
-2
/
+2
|
\
|
*
Remove unneeded `noqa` lint suppression comments (#10772)
danieleades
2022-08-28
1
-2
/
+2
*
|
Drop python 3.6 support (#10468)
Takeshi KOMIYA
2022-06-16
1
-87
/
+38
|
/
*
Merge branch '4.4.x' into 4.x
Takeshi KOMIYA
2022-03-19
1
-4
/
+14
|
\
|
*
test: empty tuple type is now repesented w/o args since py3.11
Takeshi KOMIYA
2022-03-19
1
-4
/
+14
*
|
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
*
|
Fix #10133: autodoc: Crashed when mocked module is used for type annotation
Takeshi KOMIYA
2022-01-30
1
-0
/
+2
|
/
*
Merge pull request #10034 from tk0miya/10027_autodoc_typehints_format_for_bases
Takeshi KOMIYA
2022-01-02
1
-0
/
+40
|
\
|
*
Add `mode` parameter to sphinx.util.typing:restify()
Takeshi KOMIYA
2022-01-01
1
-0
/
+40
*
|
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
*
|
refactor: Merge arguments of sphinx.util.typing:stringify()
Takeshi KOMIYA
2021-12-26
1
-153
/
+153
*
|
Fix #9194: autodoc: Prepend the "typing" module name on the signature
Takeshi KOMIYA
2021-12-26
1
-0
/
+26
|
/
*
Add `smartref` parameter to sphinx.util.typing:stringify()
Takeshi KOMIYA
2021-12-03
1
-64
/
+173
*
Merge branch '4.x' into 9657_qualname_of_mock
Takeshi KOMIYA
2021-09-27
1
-0
/
+1
|
\
|
*
Close #9664: autodoc: autodoc-process-bases supports reST snippet
Takeshi KOMIYA
2021-09-23
1
-0
/
+1
*
|
Fix #9657: autodoc: basecls for a subclass of mocked object is incorrect
Takeshi KOMIYA
2021-09-21
1
-0
/
+13
|
/
*
Fix #9630: autodoc: Failed to build xrefs if primary_domain is not 'py'
Takeshi KOMIYA
2021-09-14
1
-64
/
+70
*
Close #9560: autodoc: Allow to refer NewType with modname in py310+
Takeshi KOMIYA
2021-09-05
1
-2
/
+9
*
Merge branch '4.x' into 4.x
James
2021-08-02
1
-9
/
+9
|
\
|
*
Merge pull request #9464 from Gobot1234/4.x
Takeshi KOMIYA
2021-07-20
1
-0
/
+12
|
|
\
|
*
|
Fix testcases that failed in python3.10.0b4
Takeshi KOMIYA
2021-07-20
1
-4
/
+4
*
|
|
Add some tests
James
2021-08-02
1
-2
/
+10
|
|
/
|
/
|
*
|
Respond to feedback
James
2021-07-18
1
-0
/
+12
|
/
*
Fix #9362: autodoc: AttributeError is raised for a subclass of Tuple[()]
Takeshi KOMIYA
2021-07-07
1
-0
/
+2
*
Fix #9195: autodoc: The args of `typing.Literal` are wrongly rendered
Takeshi KOMIYA
2021-05-11
1
-0
/
+12
*
Fix #8818: autodoc: Super class having ``Any`` arguments causes nit-picky war...
Takeshi KOMIYA
2021-04-18
1
-23
/
+37
*
Fix #8992: autodoc: Failed to resolve types.TracebackType type annotation
Takeshi KOMIYA
2021-03-17
1
-1
/
+4
*
autodoc: an imported TypeVar is not resolved (refs: #8415)
Takeshi KOMIYA
2021-02-28
1
-4
/
+11
*
autodoc: Support type union operator (PEP-604) (refs: #8775)
Takeshi KOMIYA
2021-01-31
1
-0
/
+14
*
Merge branch '3.4.x' into 3.x
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
*
|
Fix #8315: autodoc: Failed to resolve struct.Struct type annotation
Takeshi KOMIYA
2020-12-31
1
-0
/
+3
|
/
*
Fix #8559: AttributeError is raised when using ForwardRef
Takeshi KOMIYA
2020-12-22
1
-0
/
+6
*
Add NewType support to typing.stringify() and restify()
Takeshi KOMIYA
2020-11-21
1
-1
/
+5
*
Make tests/ a Python package
François Freitag
2020-11-20
1
-16
/
+16
*
refactor: Fix flake8 violations under tests/ directory
Takeshi KOMIYA
2020-11-15
1
-4
/
+5
*
Sort imports with isort
François Freitag
2020-11-11
1
-3
/
+2
*
Fix #8219: autodoc: Parameters for generic base class are not shown
Takeshi KOMIYA
2020-11-09
1
-1
/
+75
*
Fix #8157: autodoc: TypeError is raised when annotation has invalid __args__
Takeshi KOMIYA
2020-10-04
1
-0
/
+8
[next]