summaryrefslogtreecommitdiff
path: root/sphinx/ext/inheritance_diagram.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
|/
* refactor: Replace Directive by SphinxDirectiveTakeshi KOMIYA2018-05-111-6/+6
* Fix mypy violationsTakeshi KOMIYA2018-05-031-1/+1
* Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* Catching ValueError when importing for py27 compatibilityDaniel Pizetta2018-02-021-2/+2
* Reimplement fix for #4019Daniel Pizetta2018-02-011-10/+12
* Merge pull request #1 from dpizetta/bug-objname-nonetypeDaniel Pizetta2018-01-311-6/+10
|\
| * Fix #4019: exception treatment for NoneType group attibute.Daniel Pizetta2017-09-041-6/+10
* | Use flake8-import-orderTakeshi KOMIYA2018-01-281-4/+3
* | Merge remote-tracking branch 'atodorov/inheritance_top_class'Takeshi KOMIYA2018-01-131-6/+20
|\ \
| * | Add top-classes option to sphinx.ext.inheritance_diagramMr. Senko2017-06-051-6/+20
| |/
* | Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\ \