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
/
ext
/
inheritance_diagram.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix COM812
Adam Turner
2023-02-18
1
-5
/
+5
*
Adopt ``profile = "black"`` for ``isort``
Adam Turner
2023-01-07
1
-2
/
+7
*
Run pyupgrade (#11070)
Adam Turner
2023-01-02
1
-1
/
+1
*
Use PEP 604 types
Adam Turner
2023-01-01
1
-4
/
+4
*
Use PEP 595 types
Adam Turner
2023-01-01
1
-18
/
+18
*
Insert ``from __future__ import annotations``
Adam Turner
2023-01-01
1
-0
/
+2
*
Factor out HTML 4 translator (#11051)
Adam Turner
2022-12-30
1
-2
/
+2
*
Improve static typing strictness (#10569)
danieleades
2022-07-18
1
-7
/
+11
*
Remove copyright and licence fields
Adam Turner
2022-02-20
1
-3
/
+0
*
Fix module docstring indentation
Adam Turner
2022-02-20
1
-21
/
+21
*
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
*
A happy new year!
Takeshi KOMIYA
2022-01-01
1
-1
/
+1
*
refactor: Use PEP-526 based variable annotation (sphinx.ext)
Takeshi KOMIYA
2021-03-15
1
-3
/
+3
*
refactor: Add a type alias for the option_spec of directives; OptionSpec
Takeshi KOMIYA
2021-03-13
1
-1
/
+2
*
A happy new year!
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
*
Sort imports with isort
François Freitag
2020-11-11
1
-7
/
+3
*
Fixes #8146: When identifying bases, only use classes from builtins
Gaurav Lalchandani
2020-08-22
1
-1
/
+4
*
Rename fips_safe_md5 to md5
Lars Hupfeldt
2020-05-05
1
-2
/
+2
*
Introduce fips_safe_md5, see issue #7611
Lars Hupfeldt
2020-05-05
1
-2
/
+2
*
Merge branch 'master' into 5637
Takeshi KOMIYA
2020-02-12
1
-62
/
+57
|
\
|
*
Merge branch '2.0'
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
|
|
\
|
|
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
|
*
|
Make SVG inheritance diagrams transparent
Eric Wieser
2019-12-09
1
-1
/
+3
|
|
/
|
*
Fix mypy violations (for mypy-0.730)
Takeshi KOMIYA
2019-10-06
1
-1
/
+1
|
*
Switch uses of __import__ to importlib.get_module()
Jon Dufresne
2019-08-17
1
-5
/
+7
|
*
Migrate to py3 style type annotation: sphinx.ext.inheritance_diagram
Takeshi KOMIYA
2019-07-04
1
-48
/
+33
|
*
Fix docs of inheritance-diagram "parts" option
Michael Goerz
2019-03-10
1
-6
/
+12
|
*
Clean up import for annotations
Takeshi KOMIYA
2019-03-06
1
-1
/
+1
*
|
Merge branch 'master' into master
Brendt Wohlberg
2019-02-28
1
-35
/
+43
|
\
\
|
|
/
|
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
|
\
|
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
*
|
Merge pull request #5819 from jdufresne/coding-comment
Takeshi KOMIYA
2018-12-17
1
-1
/
+0
|
|
\
\
|
|
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
|
*
|
|
Pass exceptions directly to docutils reporter
Jon Dufresne
2018-12-16
1
-2
/
+1
|
|
/
/
|
*
|
Avoid respecifying default encoding for .encode()/.decode() calls
Jon Dufresne
2018-12-15
1
-1
/
+1
|
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-15
/
+14
|
*
|
Move to py3 mode for mypy (and remove many "type: ignore" comments)
Takeshi KOMIYA
2018-12-15
1
-2
/
+2
|
*
|
Remove Python2 exception type in inheritance_diagram.py
Jon Dufresne
2018-12-09
1
-2
/
+2
|
*
|
Fix annotations for Directives (Replace N_co with nodes.Node)
Takeshi KOMIYA
2018-12-01
1
-6
/
+8
|
*
|
Fix annotations for extensions
Takeshi KOMIYA
2018-12-01
1
-9
/
+14
|
*
|
Fix annotations for minor methods and functions
Takeshi KOMIYA
2018-11-30
1
-2
/
+2
|
*
|
Fix annotaions for extensions
Takeshi KOMIYA
2018-11-28
1
-3
/
+6
|
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-0
/
+1
*
|
|
Replace __name__ with __qualname__; resolves #5538
Brendt Wohlberg
2018-11-14
1
-1
/
+1
|
/
/
*
|
Deprecate and drop internal use of force_decode()
Jon Dufresne
2018-11-13
1
-6
/
+0
*
|
Fix mypy violation
Takeshi KOMIYA
2018-11-06
1
-1
/
+1
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-10-16
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix mypy violations
Takeshi KOMIYA
2018-10-16
1
-2
/
+2
*
|
Remove uses of six.moves that did not cause any type errors
Jon Dufresne
2018-09-23
1
-1
/
+1
[next]