summaryrefslogtreecommitdiff
path: root/sphinx/util/images.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.0.x' into 3.xTakeshi KOMIYA2020-06-031-1/+1
|\
| * Fix mypy violations (with mypy-0.780)Takeshi KOMIYA2020-06-031-1/+1
* | refactor: Add Optional to type annotationsTakeshi KOMIYA2020-04-191-7/+7
|/
* Merge branch '2.0'Takeshi KOMIYA2020-02-111-0/+2
|\
| * Fix #7120: html: crashed when on scaling SVG images which have float dimentionsTakeshi KOMIYA2020-02-091-0/+2
* | Merge branch '2.0'Takeshi KOMIYA2020-01-111-0/+1
|\ \ | |/
| * Adds Adobe Illustrator (.ai) to sphinx.ext.imgconverterModelmat2020-01-081-0/+1
* | Merge branch '2.0'Takeshi KOMIYA2020-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* | Use Pillow's Image context manager to close image fileJon Dufresne2019-08-151-6/+2
* | Merge branch '2.0'Takeshi KOMIYA2019-06-091-17/+7
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.util.imagesTakeshi KOMIYA2019-06-021-17/+7
* | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-12/+2
|/
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+1
* Merge pull request #5899 from jdufresne/image-importTakeshi KOMIYA2019-01-081-6/+3
|\
| * Remove outdated fallback to 'import Image'Jon Dufresne2019-01-071-6/+3
* | Add TODO comment to help future developer to refactor guess_mimetypeJon Dufresne2019-01-071-0/+2
|/
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Replace use of six.text_type with strJon Dufresne2018-12-181-3/+2
* | Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA2018-12-171-1/+0
|\ \
| * | py3: Remove (most) __future__ importsStephen Finucane2018-12-171-1/+0
* | | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/ /
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-2/+2
* | Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne2018-12-151-1/+1
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-8/+7
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-1/+1
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Merge branch '1.8'Takeshi KOMIYA2018-11-011-1/+1
|\ \ | |/
| * Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-171-1/+1
* | Replace all six.BytesIO with io.BytesIOJon Dufresne2018-09-231-1/+2
* | Merge branch 'master' into drop-iteritemsTakeshi KOMIYA2018-09-221-8/+10
|\ \
| * | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-6/+3
| * | Merge branch '1.8'Takeshi KOMIYA2018-09-201-2/+2
| |\ \ | | |/
| | * Fix mypy violationsTakeshi KOMIYA2018-09-181-2/+2
| * | Merge branch '1.8'Takeshi KOMIYA2018-09-131-0/+5
| |\ \ | | |/
| | * Deprecate unused argument, content, from guess_mimetypeJon Dufresne2018-09-091-0/+5
* | | Remove use of six.iteritems()Jon Dufresne2018-09-111-2/+2
|/ /
* | Correct some unicode/str types to bytesJon Dufresne2018-09-091-2/+2
|/
* Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+3
|\
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+3
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-3/+2
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-3/+2
* | Update type annotationsTakeshi KOMIYA2018-02-041-0/+3
|/
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-3/+3
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Fix flake8 and style-check violationsTakeshi KOMIYA2017-10-231-1/+1
* Add simple svg tester for imghdrTakeshi KOMIYA2017-06-251-0/+14
* Update type annotations for new mypyTakeshi KOMIYA2017-05-071-1/+1
* Add utility methods and testcases to sphinx.util.imagesTakeshi KOMIYA2017-04-191-13/+69