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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix mypy violations for v0.981 (#10875)
Adam Turner
2022-09-27
2
-10
/
+11
*
Fix `get_terminal_width` on Windows (#10842)
Steffen Rehberg
2022-09-20
1
-15
/
+3
*
Refactor `util.docutils.new_document()` cache (#10805)
Adam Turner
2022-09-07
1
-6
/
+11
*
Fix more strict static typing errors (#10681)
danieleades
2022-08-28
5
-17
/
+29
*
Remove unneeded `noqa` lint suppression comments (#10772)
danieleades
2022-08-28
1
-1
/
+1
*
Further improve type annotations, reduce mypy whitelist (#10770)
danieleades
2022-08-28
1
-1
/
+1
*
Fix flake8 5.0.0 reported formatting errors
daniel.eades
2022-08-01
1
-1
/
+2
*
Update include_patterns implementation (#10680)
Adam Turner
2022-07-23
1
-3
/
+2
*
Merge branch '5.0.x' into 5.x
Takeshi KOMIYA
2022-07-23
1
-2
/
+2
|
\
|
*
Fix mypy violations (with mypy-0.971)
Takeshi KOMIYA
2022-07-23
1
-2
/
+2
*
|
Improve static typing strictness (#10569)
danieleades
2022-07-18
9
-24
/
+35
*
|
Add `include_patterns` as the opposite of `exclude_patterns` (#10518)
Adam Turner
2022-07-17
3
-10
/
+89
*
|
Use Docutils 0.19 footnote styles (#10599)
Adam Turner
2022-07-04
1
-1
/
+38
*
|
Remove redundant static typing casts (#10612)
danieleades
2022-07-02
1
-2
/
+2
*
|
Merge branch '5.0.x' into 5.x
Jean-François B
2022-06-30
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix build failure for Docutils 0.18.0 (#10597)
Jean-François B
2022-06-25
1
-2
/
+2
*
|
Use the `flake8-comprehensions` lint plugin (#10601)
danieleades
2022-06-26
3
-3
/
+3
*
|
requests.packages is deprecated, import from urllib3 (#10563)
Adam Turner
2022-06-17
1
-11
/
+1
*
|
Remove traces of Python 2 and 3.5 (#10560)
Adam Turner
2022-06-16
2
-9
/
+0
*
|
logging: always show source locations as absolute paths (#10460)
Doug Hellmann
2022-06-16
1
-0
/
+3
*
|
Increase static typing strictness (#10530)
Adam Turner
2022-06-16
3
-4
/
+13
*
|
Simplify Sphinx's Stemmer (#10467)
Adam Turner
2022-06-16
2
-425
/
+44
*
|
remove unnecessary generators (C400, C401)
Daniel Eades
2022-06-03
1
-1
/
+1
*
|
simplify dict key checks (SIM118)
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
*
Remove sphinx.util.docutils.__version_info__ on 7.0
Takeshi KOMIYA
2022-05-03
1
-3
/
+2
*
Merge pull request #10381 from tk0miya/deprecation_for_docutils-0.13
Takeshi KOMIYA
2022-05-03
2
-17
/
+6
|
\
|
*
Remove monkey-patch for docutils-0.13
Takeshi KOMIYA
2022-05-03
1
-15
/
+0
|
*
Deprecate: html5_ready and is_html5_writer_available()
Takeshi KOMIYA
2022-05-03
1
-2
/
+6
*
|
Merge pull request #10353 from tk0miya/10305_optional_forwardref_annotations
Takeshi KOMIYA
2022-05-03
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
Fix #10305: autodoc: Failed to extract optional forwardrefs
Takeshi KOMIYA
2022-04-17
1
-0
/
+6
*
|
Merge branch '5.x' into fix-warnings
Adam Turner
2022-05-02
2
-0
/
+39
|
\
\
|
*
|
Review comments
Adam Turner
2022-05-01
1
-19
/
+5
|
*
|
Schedule removal for 7.0
Adam Turner
2022-04-30
1
-2
/
+2
|
*
|
Revert removal of `jsdump` implementation
Adam Turner
2022-04-30
1
-6
/
+199
|
*
|
Deprecate `sphinx.util.jsdump`
Adam Turner
2022-04-27
1
-194
/
+21
|
*
|
C and C++, refactor attribute lists
Jakob Lykke Andersen
2022-04-17
1
-0
/
+33
*
|
|
Review: Restore `sphinx.util.docutils.__version_info__` and deprecate
Adam Turner
2022-04-24
1
-0
/
+9
*
|
|
`rawsource` is deprecated in `docutils.nodes.Text`
Adam Turner
2022-04-22
1
-4
/
+4
*
|
|
Use docutils.__version_info__ directly
Adam Turner
2022-04-22
2
-6
/
+3
*
|
|
Specify encoding
Adam Turner
2022-04-22
1
-0
/
+1
|
/
/
*
|
Remove deprecated code for Sphinx 5.0
Adam Turner
2022-04-17
1
-16
/
+8
|
/
*
Fix test_restify
Adam Turner
2022-04-09
1
-0
/
+3
*
Merge pull request #10313 from GutiCW/feature-support_mocked_decorator_for_cl...
Takeshi KOMIYA
2022-04-03
1
-1
/
+6
|
\
|
*
Use `safe_getattr()` to access `__self__`.
Christian Walch
2022-04-01
1
-4
/
+1
|
*
Move method `isboundmethod()` into sphinx/util/inspect.py.
Christian Walch
2022-04-01
1
-1
/
+9
*
|
Fix #10279: autodoc: Default values are rendered as a string literal
Takeshi KOMIYA
2022-04-01
1
-1
/
+4
*
|
Merge branch '4.x'
Takeshi KOMIYA
2022-03-27
2
-2
/
+26
|
\
\
|
|
/
|
*
Update PEP links in docs
Hugo van Kemenade
2022-03-24
1
-1
/
+1
|
*
Merge pull request #10186 from ultmaster/rst-get-language-patch
Takeshi KOMIYA
2022-03-21
1
-1
/
+25
|
|
\
[next]