summaryrefslogtreecommitdiff
path: root/sphinx/util/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Expand the mypy whitelist for 'sphinx.util' (#11406)danieleades2023-05-121-2/+2
* Removed deprecated ``sphinx.util.get_matching_files()`` function (#11373)Adam Turner2023-04-281-39/+1
* Resolve ``flake8-return`` errorsAdam Turner2023-02-181-3/+2
* Resolve Ruff SIM114 violationsAdam Turner2023-02-151-3/+1
* Replace deprecation tooling with module level ``__getattr__`` (#11054)Adam Turner2023-01-081-31/+27
* Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-071-6/+22
* Call ``hashlib`` functions with ``usedforsecurity=False``Adam Turner2023-01-061-16/+9
* Fix deprecation warningsAdam Turner2023-01-051-2/+3
* Move XML Name pattern to ``epub3``Adam Turner2023-01-031-25/+6
* Move exception formatting utilities to ``sphinx.util.exceptions``Adam Turner2023-01-031-69/+8
* Deprecate ``path_stabilize`` via ``deprecated_alias``Adam Turner2023-01-031-10/+5
* Move HTTP-date formatting utils to `utils.http_date`Adam Turner2023-01-031-15/+5
* Move console output utilities to ``sphinx.util.display``Adam Turner2023-01-031-88/+20
* Address SIM103 lints (#11052)danieleades2023-01-021-4/+1
* Run pyupgrade (#11070)Adam Turner2023-01-021-9/+8
* Use PEP 604 typesAdam Turner2023-01-011-3/+3
* Use PEP 595 typesAdam Turner2023-01-011-22/+21
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Enable Ruff's pylint checksAdam Turner2022-12-291-2/+1
* Adopt the Ruff code linting toolAdam Turner2022-12-291-1/+1
* remove blanket 'noqas'Daniel Eades2022-12-161-6/+8
* Fix more strict static typing errors (#10681)danieleades2022-08-281-2/+2
* Further improve type annotations, reduce mypy whitelist (#10770)danieleades2022-08-281-1/+1
* Add `include_patterns` as the opposite of `exclude_patterns` (#10518)Adam Turner2022-07-171-4/+14
* Use the `flake8-comprehensions` lint plugin (#10601)danieleades2022-06-261-1/+1
* remove unnecessary generators (C400, C401)Daniel Eades2022-06-031-1/+1
* Fix #9096: sphinx-build: the value of progress bar for paralle build is wrongTakeshi KOMIYA2022-05-161-6/+11
* Merge branch '4.x'Takeshi KOMIYA2022-03-271-1/+1
|\
| * Update PEP links in docsHugo van Kemenade2022-03-241-1/+1
* | Merge branch '4.x'Takeshi KOMIYA2022-03-191-9/+1
|\ \ | |/
| * Collapse single line docstringsAdam Turner2022-02-201-2/+1
| * Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
| * Fix module docstring indentationAdam Turner2022-02-201-2/+2
| * Fix module docstring first lineAdam Turner2022-02-201-2/+1
| * Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* | Merge branch '4.x'Takeshi KOMIYA2022-01-171-5/+5
|\ \ | |/
| * address some unused loop control variables (B007)Daniel Eades2022-01-121-5/+5
* | Merge branch '4.x'Takeshi KOMIYA2022-01-161-2/+3
|\ \ | |/
| * Fix #10057: Failed to scan documents on the root directoryTakeshi KOMIYA2022-01-091-2/+3
* | Merge branch '4.x'Takeshi KOMIYA2022-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* | Merge branch 'master' into RemovedInSphinx50WarningTakeshi KOMIYA2021-12-171-2/+2
|\ \ | |/
| * Fix mypy violations (with mypy-0.920)Takeshi KOMIYA2021-12-171-2/+2
* | refactor: Remove RemovedInSphinx50Warning (partially)Takeshi KOMIYA2021-12-171-29/+1
|/
* 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
|/