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
/
testing
/
util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve lint errors from Ruff 0.0.259
Adam Turner
2023-03-23
1
-1
/
+1
*
Fix COM812
Adam Turner
2023-02-18
1
-1
/
+1
*
Fix various Ruff errors
Adam Turner
2023-01-31
1
-2
/
+4
*
Cache doctrees more efficiently
Adam Turner
2023-01-04
1
-0
/
+4
*
Run pyupgrade (#11070)
Adam Turner
2023-01-02
1
-8
/
+8
*
Use PEP 604 types
Adam Turner
2023-01-01
1
-9
/
+9
*
Use PEP 595 types
Adam Turner
2023-01-01
1
-5
/
+5
*
Insert ``from __future__ import annotations``
Adam Turner
2023-01-01
1
-0
/
+2
*
Shink the strict optional whitelist (#10800)
danieleades
2022-09-09
1
-2
/
+2
*
Fix some static typing errors (#10745)
danieleades
2022-08-14
1
-7
/
+16
*
Lint with `flake8-bugbear` (#10602)
danieleades
2022-07-12
1
-3
/
+3
*
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
*
address some unused loop control variables (B007)
Daniel Eades
2022-01-12
1
-1
/
+1
*
A happy new year!
Takeshi KOMIYA
2022-01-01
1
-1
/
+1
*
Close #9524: test: SphinxTestApp can take ``builddir`` as an argument
Takeshi KOMIYA
2021-08-15
1
-4
/
+7
*
refactor: Use PEP-526 based variable annotation
Takeshi KOMIYA
2021-04-08
1
-2
/
+2
*
Merge branch '3.x'
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-11-12
1
-2
/
+1
|
\
\
|
|
/
|
*
Sort imports with isort
François Freitag
2020-11-11
1
-2
/
+1
*
|
Merge branch '3.x' into master
Takeshi KOMIYA
2020-10-03
1
-4
/
+2
|
\
\
|
|
/
|
*
add parallel to SphinxTestApp
Robert Cohn
2020-09-30
1
-2
/
+2
|
*
Close #8081: latex: Allow to add LaTeX package until writing tex file
Takeshi KOMIYA
2020-09-21
1
-2
/
+0
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-07-11
1
-0
/
+11
|
\
\
|
|
/
|
*
fix lint
Yuxin Wu
2020-07-05
1
-3
/
+1
|
*
show docs for decorated special functions
Yuxin Wu
2020-07-05
1
-0
/
+13
*
|
Remove deprecated features marked as RemovedInSphinx40Warning
Takeshi KOMIYA
2020-04-29
1
-10
/
+1
|
/
*
Close #7341: py domain: type annotations are converted to cross refs
Takeshi KOMIYA
2020-03-22
1
-1
/
+1
*
refactor: Update type annotations in sphinx.testing.*
Takeshi KOMIYA
2020-02-23
1
-1
/
+5
*
refactor: Rename var keyword argument to "**kwargs"
Takeshi KOMIYA
2020-01-08
1
-4
/
+4
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
mypy: Enable disallow_incomplete_defs flag for type checking
Takeshi KOMIYA
2019-12-30
1
-3
/
+3
*
Fix mypy violations (for mypy-0.730)
Takeshi KOMIYA
2019-10-06
1
-4
/
+4
*
Merge branch '2.1.3' into 2.0
Takeshi KOMIYA
2019-07-13
1
-4
/
+4
|
\
|
*
Fix mypy violations (for mypy-0.720)
Takeshi KOMIYA
2019-07-13
1
-4
/
+4
*
|
Migrate to py3 style type annotation: sphinx.testing.util
Takeshi KOMIYA
2019-07-06
1
-36
/
+18
|
/
*
Python-3-only clean ups discovered by pyupgrade
Jon Dufresne
2019-03-17
1
-2
/
+2
*
Clean up import for annotations
Takeshi KOMIYA
2019-03-06
1
-1
/
+0
*
Remove use of deprecated APIs
Takeshi KOMIYA
2019-01-03
1
-1
/
+1
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
*
|
Use Python 3 super() argument-less syntax
Jon Dufresne
2018-12-15
1
-3
/
+3
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-10
/
+9
*
|
Add docutils-stubs to test deps
Takeshi KOMIYA
2018-12-15
1
-4
/
+4
*
|
Move to py3 mode for mypy (and remove many "type: ignore" comments)
Takeshi KOMIYA
2018-12-15
1
-1
/
+1
[next]