summaryrefslogtreecommitdiff
path: root/sphinx/util/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch '2.0'Takeshi KOMIYA2019-10-061-1/+1
|\ \ | |/
| * Fix mypy violations (for mypy-0.730)Takeshi KOMIYA2019-10-061-1/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-08-191-11/+8
|\ \ | |/
| * Switch uses of __import__ to importlib.get_module()Jon Dufresne2019-08-171-11/+8
* | Merge branch '2.0'jfbu2019-08-011-4/+3
|\ \ | |/
| * Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-4/+3
* | Merge branch '2.0'Takeshi KOMIYA2019-07-131-1/+1
|\ \ | |/
| * Merge branch '2.1.3' into 2.0Takeshi KOMIYA2019-07-131-1/+1
| |\
| | * Fix mypy violations (for mypy-0.720)Takeshi KOMIYA2019-07-131-1/+1
* | | Merge branch '2.0'Takeshi KOMIYA2019-07-061-1/+1
|\ \ \ | |/ /
| * | Migrate to py3 style type annotation: sphinx.environment.collectors.assetTakeshi KOMIYA2019-07-061-1/+1
* | | Fix flake8 violationsTakeshi KOMIYA2019-06-101-1/+1
* | | Merge branch '2.0'Takeshi KOMIYA2019-06-091-108/+65
|\ \ \ | |/ /
| * | Migrate to py3 style type annotation: sphinx.utilTakeshi KOMIYA2019-06-051-6/+3
| * | Migrate to py3 style type annotation: sphinx.utilTakeshi KOMIYA2019-06-021-105/+64
| |/
* | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-35/+2
|/
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-1/+1
* Merge branch '2.0'Takeshi KOMIYA2019-03-071-1/+1
|\
| * Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+1
* | refactor: import_object() allows to import nested objects (ex. nested class)Takeshi KOMIYA2019-02-271-15/+19
|/
* progress_message() supports a skipTakeshi KOMIYA2019-01-191-3/+12
* Add progress_message() as a helper for progress messagesTakeshi KOMIYA2019-01-121-0/+29
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Merge pull request #5806 from jdufresne/six-text-typeTakeshi KOMIYA2018-12-261-6/+3
|\ \