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
*
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
*
|
Remove unnecessary object from class definitions
Jon Dufresne
2018-09-11
1
-1
/
+1
|
/
*
refactor: Replace Directive by SphinxDirective
Takeshi KOMIYA
2018-05-11
1
-6
/
+6
*
Fix mypy violations
Takeshi KOMIYA
2018-05-03
1
-1
/
+1
*
Revert "Use typing.TYPE_CHECKING for typehints"
Takeshi KOMIYA
2018-03-13
1
-2
/
+2
*
Use typing.TYPE_CHECKING for typehints
Takeshi KOMIYA
2018-02-14
1
-2
/
+2
*
Catching ValueError when importing for py27 compatibility
Daniel Pizetta
2018-02-02
1
-2
/
+2
*
Reimplement fix for #4019
Daniel Pizetta
2018-02-01
1
-10
/
+12
*
Merge pull request #1 from dpizetta/bug-objname-nonetype
Daniel Pizetta
2018-01-31
1
-6
/
+10
|
\
|
*
Fix #4019: exception treatment for NoneType group attibute.
Daniel Pizetta
2017-09-04
1
-6
/
+10
*
|
Use flake8-import-order
Takeshi KOMIYA
2018-01-28
1
-4
/
+3
*
|
Merge remote-tracking branch 'atodorov/inheritance_top_class'
Takeshi KOMIYA
2018-01-13
1
-6
/
+20
|
\
\
|
*
|
Add top-classes option to sphinx.ext.inheritance_diagram
Mr. Senko
2017-06-05
1
-6
/
+20
|
|
/
*
|
Merge branch 'happy_new_year' into master
Takeshi KOMIYA
2018-01-01
1
-1
/
+1
|
\
\
[next]