summaryrefslogtreecommitdiff
path: root/sphinx/ext/inheritance_diagram.py
Commit message (Expand)AuthorAgeFilesLines
* Fix COM812Adam Turner2023-02-181-5/+5
* Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-071-2/+7
* Run pyupgrade (#11070)Adam Turner2023-01-021-1/+1
* Use PEP 604 typesAdam Turner2023-01-011-4/+4
* Use PEP 595 typesAdam Turner2023-01-011-18/+18
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Factor out HTML 4 translator (#11051)Adam Turner2022-12-301-2/+2
* Improve static typing strictness (#10569)danieleades2022-07-181-7/+11
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-21/+21
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* refactor: Use PEP-526 based variable annotation (sphinx.ext)Takeshi KOMIYA2021-03-151-3/+3
* refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA2021-03-131-1/+2
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-7/+3
* Fixes #8146: When identifying bases, only use classes from builtinsGaurav Lalchandani2020-08-221-1/+4
* Rename fips_safe_md5 to md5Lars Hupfeldt2020-05-051-2/+2
* Introduce fips_safe_md5, see issue #7611Lars Hupfeldt2020-05-051-2/+2
* Merge branch 'master' into 5637Takeshi KOMIYA2020-02-121-62/+57
|\
| * Merge branch '2.0'Takeshi KOMIYA2020-01-011-1/+1
| |\
| | * A happy new year!Takeshi KOMIYA2020-01-011-1/+1
| * | Make SVG inheritance diagrams transparentEric Wieser2019-12-091-1/+3
| |/
| * Fix mypy violations (for mypy-0.730)Takeshi KOMIYA2019-10-061-1/+1
| * Switch uses of __import__ to importlib.get_module()Jon Dufresne2019-08-171-5/+7
| * Migrate to py3 style type annotation: sphinx.ext.inheritance_diagramTakeshi KOMIYA2019-07-041-48/+33
| * Fix docs of inheritance-diagram "parts" optionMichael Goerz2019-03-101-6/+12
| * Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+1
* | Merge branch 'master' into masterBrendt Wohlberg2019-02-281-35/+43
|\ \ | |/
| * Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
| |\
| | * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
| * | Merge pull request #5819 from jdufresne/coding-commentTakeshi KOMIYA2018-12-171-1/+0
| |\ \
| | * | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
| * | | Pass exceptions directly to docutils reporterJon Dufresne2018-12-161-2/+1
| |/ /
| * | Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne2018-12-151-1/+1
| * | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-15/+14
| * | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-2/+2
| * | Remove Python2 exception type in inheritance_diagram.pyJon Dufresne2018-12-091-2/+2
| * | Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA2018-12-011-6/+8
| * | Fix annotations for extensionsTakeshi KOMIYA2018-12-011-9/+14
| * | Fix annotations for minor methods and functionsTakeshi KOMIYA2018-11-301-2/+2
| * | Fix annotaions for extensionsTakeshi KOMIYA2018-11-281-3/+6
| * | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | | Replace __name__ with __qualname__; resolves #5538Brendt Wohlberg2018-11-141-1/+1
|/ /
* | Deprecate and drop internal use of force_decode()Jon Dufresne2018-11-131-6/+0
* | Fix mypy violationTakeshi KOMIYA2018-11-061-1/+1
* | Merge branch '1.8'Takeshi KOMIYA2018-10-161-2/+2
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-10-161-2/+2
* | Remove uses of six.moves that did not cause any type errorsJon Dufresne2018-09-231-1/+1