Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -2/+1 |
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+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 |
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
* | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
* | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -1/+0 |
* | refactor: Add Optional to type annotations | Takeshi KOMIYA | 2020-04-19 | 1 | -1/+2 |
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
* | Migrate to py3 style type annotation: sphinx.util.png | Takeshi KOMIYA | 2019-06-03 | 1 | -4/+2 |
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
* | | 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 | -6/+2 |
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+4 |
|/ | |||||
* | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -1/+1 |
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
|\ | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
* | | Fix mypy violations | Takeshi KOMIYA | 2017-02-08 | 1 | -0/+2 |
|/ | |||||
* | Refactor code using ``with`` syntax | Takeshi KOMIYA | 2016-05-26 | 1 | -11/+4 |
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
|\ | |||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
* | | use b prefix for bytes instead of sphinx.pycompat.b function. | Takayuki Shimizukawa | 2014-05-01 | 1 | -3/+2 |
|/ | |||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
* | merge stable for PR#141, #982 | Takayuki Shimizukawa | 2013-06-04 | 1 | -1/+2 |
|\ | |||||
| * | Closes #982: Avoid crash when writing PNG file using Python 3. | Marcin Wojdyr | 2013-05-06 | 1 | -1/+2 |
* | | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
|/ | |||||
* | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
|\ | |||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
* | | Make chunks bytestrings | Daniel Neuhäuser | 2010-08-23 | 1 | -2/+4 |
* | | Docstring harmonization. | Georg Brandl | 2010-08-22 | 1 | -5/+3 |
|/ | |||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
* | Switch copyright and license tags to single style. Add contributor | Georg Brandl | 2009-01-03 | 1 | -2/+2 |
* | #65: Store depth information in PNG images themselves. | Georg Brandl | 2008-12-10 | 1 | -0/+58 |