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
/
transforms
/
post_transforms
/
images.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consider duplicate names when using image post transforms (#11113)
aaron-cooper
2023-04-03
1
-1
/
+2
*
Resolve Ruff SIM114 violations
Adam Turner
2023-02-15
1
-9
/
+7
*
Move HTTP-date formatting utils to `utils.http_date`
Adam Turner
2023-01-03
1
-1
/
+2
*
Address SIM103 lints (#11052)
danieleades
2023-01-02
1
-4
/
+1
*
Use PEP 604 types
Adam Turner
2023-01-01
1
-2
/
+2
*
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
*
Merge pull request #10118 from mgeier/image-converter-ignore-questionmark
Takeshi KOMIYA
2022-03-24
1
-3
/
+2
|
\
|
*
ImageConverter: ignore '?' image URIs
Matthias Geier
2022-01-18
1
-3
/
+2
*
|
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
|
/
*
Skip "data:" URIs in ImageConverter
Matthias Geier
2022-01-13
1
-0
/
+3
*
Migrate to Node.findall() from Node.traverse()
Takeshi KOMIYA
2022-01-03
1
-1
/
+1
*
A happy new year!
Takeshi KOMIYA
2022-01-01
1
-1
/
+1
*
Improve sphinx.transforms.post_transforms.images docstrings
Louis Maddox
2021-07-18
1
-7
/
+7
*
Fix #9103: LaTeX: imgconverter: conversion runs even if not needed
Takeshi KOMIYA
2021-04-17
1
-1
/
+1
*
refactor: Use PEP-526 based variable annotation (sphinx.transforms)
Takeshi KOMIYA
2021-03-24
1
-3
/
+3
*
Skip imgconverter availability check if builder supports the image type
Stefan Wiehler
2021-01-04
1
-3
/
+3
*
A happy new year!
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
*
Deprecate sphinx.util.osutil.movefile() in favor of os.replace()
Jon Dufresne
2020-12-13
1
-2
/
+2
*
Sort imports with isort
François Freitag
2020-11-11
1
-4
/
+2
*
Fix #7973: imgconverter: Check availability of imagemagick only once
Takeshi KOMIYA
2020-10-04
1
-5
/
+10
*
Fix #7628: imgconverter: runs imagemagick unnecessary
Takeshi KOMIYA
2020-05-09
1
-1
/
+3
*
Introduce fips safe sha1, see issue #7611
Lars Hupfeldt
2020-05-05
1
-2
/
+1
*
Merge branch '2.3.2' into 2.0
Takeshi KOMIYA
2020-02-09
1
-0
/
+4
|
\
|
*
Also added sanitizing to 'ImageDownloader'
s-weigand
2020-02-04
1
-0
/
+1
|
*
Added code to replace problematic characters in filenames when using
s-weigand
2020-02-04
1
-0
/
+3
*
|
Adds Adobe Illustrator (.ai) to sphinx.ext.imgconverter
Modelmat
2020-01-08
1
-1
/
+0
*
|
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
-1
/
+1
|
/
*
Merge branch '2.0' into 6655_data_URL_causes_crash
Takeshi KOMIYA
2019-10-12
1
-39
/
+19
|
\
|
*
Migrate to py3 style type annotation: sphinx.transforms.post_transforms.images
Takeshi KOMIYA
2019-08-21
1
-39
/
+19
*
|
Fix #6655: image URLs containing data: causes gettext builder crashed
Takeshi KOMIYA
2019-08-20
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
*
|
Replace use of six.text_type with str
Jon Dufresne
2018-12-18
1
-3
/
+1
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
*
|
refactor: Remove u-prefix from strings
Takeshi KOMIYA
2018-12-16
1
-2
/
+2
*
|
Merge pull request #5803 from jdufresne/encoding-utf8
Takeshi KOMIYA
2018-12-16
1
-2
/
+2
|
\
\
|
*
|
Avoid respecifying default encoding for .encode()/.decode() calls
Jon Dufresne
2018-12-15
1
-2
/
+2
*
|
|
Use Python 3 super() argument-less syntax
Jon Dufresne
2018-12-15
1
-1
/
+1
|
/
/
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-8
/
+7
*
|
Fix annotations for transforms
Takeshi KOMIYA
2018-11-29
1
-10
/
+10
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-0
/
+1
*
|
Adjust type annotations for transforms to docutils'
Takeshi KOMIYA
2018-11-23
1
-2
/
+2
*
|
Use super() to call parent class's method
Jon Dufresne
2018-11-11
1
-1
/
+1
|
/
*
doc: Remove meaningless spaces
Takeshi KOMIYA
2018-04-22
1
-1
/
+1
[next]