summaryrefslogtreecommitdiff
path: root/sphinx/util/png.py
Commit message (Expand)AuthorAgeFilesLines
* Use PEP 604 typesAdam Turner2023-01-011-2/+1
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-1/+0
* refactor: Add Optional to type annotationsTakeshi KOMIYA2020-04-191-1/+2
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Migrate to py3 style type annotation: sphinx.util.pngTakeshi KOMIYA2019-06-031-4/+2
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-6/+2
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+4
|/
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-1/+1
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-0/+2
|/
* Refactor code using ``with`` syntaxTakeshi KOMIYA2016-05-261-11/+4
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | use b prefix for bytes instead of sphinx.pycompat.b function.Takayuki Shimizukawa2014-05-011-3/+2
|/
* Update copyright year.Georg Brandl2014-03-011-1/+1
* merge stable for PR#141, #982Takayuki Shimizukawa2013-06-041-1/+2
|\
| * Closes #982: Avoid crash when writing PNG file using Python 3.Marcin Wojdyr2013-05-061-1/+2
* | Copyright update.Georg Brandl2013-01-011-1/+1
|/
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
* | Make chunks bytestringsDaniel Neuhäuser2010-08-231-2/+4
* | Docstring harmonization.Georg Brandl2010-08-221-5/+3
|/
* Happy new year!Georg Brandl2010-01-011-1/+1
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* #65: Store depth information in PNG images themselves.Georg Brandl2008-12-101-0/+58