index
:
delta/python-packages/sphinx-git.git
1.8.x
3.2.x
3.3.x
3.4.x
3.5.x
3.x
4.0.x
4.1.x
4.2.x
4.3.x
4.4.x
4.x
4606_incorrect_location_of_docstring
7.0.x
7613_class__signature__
7727_autosummary_PycodeError
7996_man_make_section_directory
8321_linkcheck_tel_links
8342_warning_for_unknown_domain
8349_sphinx-contrib
9864_mathjax_loading_method
bot/pull-translations
cleanup_napoleon
dependabot/github_actions/peter-evans/create-pull-request-5
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/http-proxy-1.18.1
master
mypy-0.790
support_py310
github.com: sphinx-doc/sphinx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sphinx
/
util
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expand the mypy whitelist for 'sphinx.util' (#11406)
danieleades
2023-05-12
1
-2
/
+2
*
Removed deprecated ``sphinx.util.get_matching_files()`` function (#11373)
Adam Turner
2023-04-28
1
-39
/
+1
*
Resolve ``flake8-return`` errors
Adam Turner
2023-02-18
1
-3
/
+2
*
Resolve Ruff SIM114 violations
Adam Turner
2023-02-15
1
-3
/
+1
*
Replace deprecation tooling with module level ``__getattr__`` (#11054)
Adam Turner
2023-01-08
1
-31
/
+27
*
Adopt ``profile = "black"`` for ``isort``
Adam Turner
2023-01-07
1
-6
/
+22
*
Call ``hashlib`` functions with ``usedforsecurity=False``
Adam Turner
2023-01-06
1
-16
/
+9
*
Fix deprecation warnings
Adam Turner
2023-01-05
1
-2
/
+3
*
Move XML Name pattern to ``epub3``
Adam Turner
2023-01-03
1
-25
/
+6
*
Move exception formatting utilities to ``sphinx.util.exceptions``
Adam Turner
2023-01-03
1
-69
/
+8
*
Deprecate ``path_stabilize`` via ``deprecated_alias``
Adam Turner
2023-01-03
1
-10
/
+5
*
Move HTTP-date formatting utils to `utils.http_date`
Adam Turner
2023-01-03
1
-15
/
+5
*
Move console output utilities to ``sphinx.util.display``
Adam Turner
2023-01-03
1
-88
/
+20
*
Address SIM103 lints (#11052)
danieleades
2023-01-02
1
-4
/
+1
*
Run pyupgrade (#11070)
Adam Turner
2023-01-02
1
-9
/
+8
*
Use PEP 604 types
Adam Turner
2023-01-01
1
-3
/
+3
*
Use PEP 595 types
Adam Turner
2023-01-01
1
-22
/
+21
*
Insert ``from __future__ import annotations``
Adam Turner
2023-01-01
1
-0
/
+2
*
Enable Ruff's pylint checks
Adam Turner
2022-12-29
1
-2
/
+1
*
Adopt the Ruff code linting tool
Adam Turner
2022-12-29
1
-1
/
+1
*
remove blanket 'noqas'
Daniel Eades
2022-12-16
1
-6
/
+8
*
Fix more strict static typing errors (#10681)
danieleades
2022-08-28
1
-2
/
+2
*
Further improve type annotations, reduce mypy whitelist (#10770)
danieleades
2022-08-28
1
-1
/
+1
*
Add `include_patterns` as the opposite of `exclude_patterns` (#10518)
Adam Turner
2022-07-17
1
-4
/
+14
*
Use the `flake8-comprehensions` lint plugin (#10601)
danieleades
2022-06-26
1
-1
/
+1
*
remove unnecessary generators (C400, C401)
Daniel Eades
2022-06-03
1
-1
/
+1
*
Fix #9096: sphinx-build: the value of progress bar for paralle build is wrong
Takeshi KOMIYA
2022-05-16
1
-6
/
+11
*
Merge branch '4.x'
Takeshi KOMIYA
2022-03-27
1
-1
/
+1
|
\
|
*
Update PEP links in docs
Hugo van Kemenade
2022-03-24
1
-1
/
+1
*
|
Merge branch '4.x'
Takeshi KOMIYA
2022-03-19
1
-9
/
+1
|
\
\
|
|
/
|
*
Collapse single line docstrings
Adam Turner
2022-02-20
1
-2
/
+1
|
*
Remove copyright and licence fields
Adam Turner
2022-02-20
1
-3
/
+0
|
*
Fix module docstring indentation
Adam Turner
2022-02-20
1
-2
/
+2
|
*
Fix module docstring first line
Adam Turner
2022-02-20
1
-2
/
+1
|
*
Remove module titles in docstrings
Adam Turner
2022-02-19
1
-3
/
+0
*
|
Merge branch '4.x'
Takeshi KOMIYA
2022-01-17
1
-5
/
+5
|
\
\
|
|
/
|
*
address some unused loop control variables (B007)
Daniel Eades
2022-01-12
1
-5
/
+5
*
|
Merge branch '4.x'
Takeshi KOMIYA
2022-01-16
1
-2
/
+3
|
\
\
|
|
/
|
*
Fix #10057: Failed to scan documents on the root directory
Takeshi KOMIYA
2022-01-09
1
-2
/
+3
*
|
Merge branch '4.x'
Takeshi KOMIYA
2022-01-01
1
-1
/
+1
|
\
\
|
|
/
|
*
A happy new year!
Takeshi KOMIYA
2022-01-01
1
-1
/
+1
*
|
Merge branch 'master' into RemovedInSphinx50Warning
Takeshi KOMIYA
2021-12-17
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix mypy violations (with mypy-0.920)
Takeshi KOMIYA
2021-12-17
1
-2
/
+2
*
|
refactor: Remove RemovedInSphinx50Warning (partially)
Takeshi KOMIYA
2021-12-17
1
-29
/
+1
|
/
*
Improve sphinx.util docstrings
Louis Maddox
2021-07-18
1
-2
/
+2
*
Merge branch '4.0.x' into 4.x
Takeshi KOMIYA
2021-06-30
1
-0
/
+17
|
\
|
*
Revert the removal of sphinx.util:force_decode()
Takeshi KOMIYA
2021-06-13
1
-0
/
+17
|
*
Fix type annotations (for jinja2)
Takeshi KOMIYA
2021-05-19
1
-1
/
+1
*
|
Fix type annotations (for jinja2)
Takeshi KOMIYA
2021-05-13
1
-1
/
+1
*
|
refactor: Add Optional to type annotations
Takeshi KOMIYA
2021-05-10
1
-3
/
+3
|
/
[next]