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
/
fileutil.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)...
James Addison
2023-04-23
1
-16
/
+3
*
Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)
James Addison
2023-04-07
1
-3
/
+16
*
Run pyupgrade (#11070)
Adam Turner
2023-01-02
1
-3
/
+3
*
Use PEP 604 types
Adam Turner
2023-01-01
1
-3
/
+3
*
Use PEP 595 types
Adam Turner
2023-01-01
1
-3
/
+3
*
Insert ``from __future__ import annotations``
Adam Turner
2023-01-01
1
-0
/
+2
*
Fix more strict static typing errors (#10681)
danieleades
2022-08-28
1
-4
/
+5
*
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
*
A happy new year!
Takeshi KOMIYA
2022-01-01
1
-1
/
+1
*
Merge branch '3.x'
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
*
|
Do isort
Takeshi KOMIYA
2020-11-12
1
-2
/
+1
*
|
Merge branch '3.x' into master
Takeshi KOMIYA
2020-10-03
1
-5
/
+13
|
\
\
|
|
/
|
*
Close #8100: html: Show a better error message for html_static_files
Takeshi KOMIYA
2020-08-14
1
-5
/
+13
*
|
Hello TYPE_CHECKING!
Takeshi KOMIYA
2020-03-07
1
-2
/
+2
|
/
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
Migrate to py3 style type annotation: sphinx.util.fileutil
Takeshi KOMIYA
2019-06-02
1
-7
/
+7
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Merge pull request #5509 from stephenfin/remove-future-imports
Takeshi KOMIYA
2018-12-17
1
-1
/
+0
|
\
\
|
*
|
py3: Remove (most) __future__ imports
Stephen Finucane
2018-12-17
1
-1
/
+0
*
|
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
|
/
/
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-3
/
+2
*
|
Move to py3 mode for mypy (and remove many "type: ignore" comments)
Takeshi KOMIYA
2018-12-15
1
-2
/
+2
*
|
Simplify open() call by removing default mode
Jon Dufresne
2018-12-11
1
-1
/
+1
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-0
/
+1
*
|
Simplify ensuredir() with Python3 stdlib features
Jon Dufresne
2018-11-20
1
-1
/
+1
*
|
refactor: Separate message catalogs to sphinxmessage.sty
Takeshi KOMIYA
2018-10-07
1
-1
/
+1
*
|
Deprecate Python2 compat shim sphinx.util.osutil.walk()
Jon Dufresne
2018-10-05
1
-2
/
+2
*
|
Prefer builtin open() over io.open() and codecs.open()
Jon Dufresne
2018-09-11
1
-3
/
+2
|
/
*
Optimize copy_asset()
Takeshi KOMIYA
2018-05-02
1
-0
/
+4
*
Revert "Use typing.TYPE_CHECKING for typehints"
Takeshi KOMIYA
2018-03-13
1
-2
/
+2
*
Use typing.TYPE_CHECKING for typehints
Takeshi KOMIYA
2018-02-14
1
-2
/
+2
*
Use flake8-import-order
Takeshi KOMIYA
2018-01-28
1
-1
/
+3
*
A happy new year!
Takeshi KOMIYA
2018-01-01
1
-1
/
+1
*
copy static files beyond symlinked directories under _static directory.
shimizukawa
2017-08-16
1
-1
/
+1
*
Update type annotations for new mypy
Takeshi KOMIYA
2017-05-07
1
-1
/
+1
*
Merge branch 'stable'
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
|
\
|
*
Year++
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
*
|
Upgrade to mypy-0.5
Takeshi KOMIYA
2017-03-03
1
-1
/
+1
*
|
Fix mypy violations
Takeshi KOMIYA
2017-02-08
1
-3
/
+11
|
/
*
Fix copy_asset_file() rewrote destination-filename
Takeshi KOMIYA
2017-01-09
1
-1
/
+3
*
Fix #2687: Uninstall sphinx directives and roles after build
Takeshi KOMIYA
2016-09-21
1
-0
/
+2
*
Fix importing error
Takeshi KOMIYA
2016-07-08
1
-1
/
+1
*
Fix typo
Takeshi KOMIYA
2016-07-08
1
-1
/
+1
*
Use SphinxRenderer as a default renderer of copy_asset()
Takeshi KOMIYA
2016-07-07
1
-6
/
+6
[next]