summaryrefslogtreecommitdiff
path: root/sphinx/util/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Improve sphinx.util docstringsLouis Maddox2021-07-181-2/+2
* Merge branch '4.0.x' into 4.xTakeshi KOMIYA2021-06-301-0/+17
|\
| * Revert the removal of sphinx.util:force_decode()Takeshi KOMIYA2021-06-131-0/+17
| * Fix type annotations (for jinja2)Takeshi KOMIYA2021-05-191-1/+1
* | Fix type annotations (for jinja2)Takeshi KOMIYA2021-05-131-1/+1
* | refactor: Add Optional to type annotationsTakeshi KOMIYA2021-05-101-3/+3
|/
* refactor: use raw Type for type annotationsTakeshi KOMIYA2021-04-041-1/+1
* refactor: Use PEP-526 based variable annotation (sphinx.util)Takeshi KOMIYA2021-03-101-4/+4
* refactor: Remove meaningless type annotationsTakeshi KOMIYA2021-02-171-2/+2
* Merge branch 'master' into 8510_html_logo_urlTakeshi KOMIYA2021-01-231-198/+7
|\
| * refactor: Do not import sphinx.util.smartypants because of deprecatedTakeshi KOMIYA2021-01-031-1/+0
| * Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
| |\
| | * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
| * | Do isortTakeshi KOMIYA2020-11-121-2/+0
| * | Merge branch '3.x'Takeshi KOMIYA2020-11-121-18/+18
| |\ \ | | |/
| * | Merge branch '3.x'Takeshi KOMIYA2020-07-241-1/+1
| |\ \
| * \ \ Merge branch '3.x'Takeshi KOMIYA2020-07-051-19/+9
| |\ \ \
| * \ \ \ Merge tag 'v3.1.1'Takeshi KOMIYA2020-07-051-1/+16
| |\ \ \ \
| * | | | | Fix an isort violationTakeshi KOMIYA2020-05-271-1/+1
| * | | | | Merge branch '3.x'Takeshi KOMIYA2020-05-171-1/+59
| |\ \ \ \ \
| * | | | | | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-193/+2
| * | | | | | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-2/+2
| * | | | | | Deprecate codes for python 3.5Takeshi KOMIYA2020-03-071-2/+1
* | | | | | | refactor: Add sphinx.util:isurl()Takeshi KOMIYA2021-01-231-0/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Sort imports with isortFrançois Freitag2020-11-111-20/+18
| |_|_|_|/ |/| | | |
* | | | | fix typoTetsuo Koyama2020-07-191-1/+1
| |_|_|/ |/| | |
* | | | Merge branch '3.1.x' into 3.xTakeshi KOMIYA2020-07-041-15/+5
|\ \ \ \
| * | | | Fix #7812: autosummary: generates broken stub files (again)Takeshi KOMIYA2020-06-281-14/+1
| * | | | Fix #7844: autodoc: Failed to detect module when relative module name givenTakeshi KOMIYA2020-06-221-1/+4
| | |_|/ | |/| |
* | | | Merge pull request #7832 from cool-RR/2020-06-11-raise-fromTakeshi KOMIYA2020-06-291-7/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Fix exception causes all over the codebaseRam Rachum2020-06-141-7/+7
| | |/ | |/|
* | | Fix #7812: autosummary: generates broken stub filesTakeshi KOMIYA2020-06-111-1/+16
|/ /
* | Deprecate sphinx.util:rpartition()Takeshi KOMIYA2020-05-091-1/+2
* | Merge branch '3.0.x' into 3.xTakeshi KOMIYA2020-05-091-1/+31
|\ \
| * | Introduce fips safe sha1, see issue #7611Lars Hupfeldt2020-05-051-0/+14
| * | Rename fips_safe_md5 to md5Lars Hupfeldt2020-05-051-5/+5
| * | Fix mypy and flake8 checksLars Hupfeldt2020-05-051-3/+4
| * | Introduce fips_safe_md5, see issue #7611Lars Hupfeldt2020-05-051-1/+16
| |/
* | Fix #7551: autosummary: a nested class is indexed as non-nested classTakeshi KOMIYA2020-05-071-0/+25
* | Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-2/+2
|/
* refactor: Update type annotations in sphinx.util.*Takeshi KOMIYA2020-02-161-1/+1
* Merge branch '2.0'Takeshi KOMIYA2020-01-011-2/+6
|\
| * A happy new year!Takeshi KOMIYA2020-01-011-1/+1
| * mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-1/+1
| * Deprecate sphinx.util:detect_encoding() and ModuleAnalyzer.encodingTakeshi KOMIYA2019-12-271-0/+2
| * Deprecate sphinx.util:get_module_source()Takeshi KOMIYA2019-12-271-0/+2
* | Merge branch '2.0'Takeshi KOMIYA2019-12-251-2/+1
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.utilTakeshi KOMIYA2019-12-251-2/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-12-211-1/+13
|\ \ | |/
| * Fix #6855: Non-RST translated text should be parsed by the appropriate parserJames McKinney2019-12-161-1/+13