Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Fix #9387: xml: XML Builder ignores custom visitors | Takeshi KOMIYA | 2021-07-04 | 1 | -1/+3 |
* | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
* | 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/+3 |
* | Migrate to py3 style type annotation: sphinx.writers.xml | Takeshi KOMIYA | 2019-11-26 | 1 | -15/+6 |
* | Clean up import for annotations | Takeshi KOMIYA | 2019-03-06 | 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 |
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
* | | Use Python 3 super() argument-less syntax | Jon Dufresne | 2018-12-15 | 1 | -3/+3 |
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -3/+2 |
* | | Fix annotations for builders | Takeshi KOMIYA | 2018-12-02 | 1 | -2/+1 |
* | | refactor: Use super() to call methods of superclass | Takeshi KOMIYA | 2018-11-28 | 1 | -1/+1 |
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 |
* | | Use super() to call parent class's method | Jon Dufresne | 2018-11-11 | 1 | -2/+2 |
|/ | |||||
* | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -3/+2 |
* | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+3 |
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
* | Move translators to SphinxFactory | Takeshi KOMIYA | 2017-04-22 | 1 | -2/+1 |
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
|\ | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
* | | Add type-check annotations to sphinx.writers | Takeshi KOMIYA | 2016-11-16 | 1 | -1/+11 |
|/ | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
* | writers: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -2/+2 |
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
|\ | |||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
* | | Add app.set_translator() API to register or override a Docutils translator cl... | Takayuki Shimizukawa | 2014-08-05 | 1 | -0/+2 |
|/ | |||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
* | xml: Fix compatibility with docutils<0.9 | Jonathan Waltman | 2012-12-10 | 1 | -7/+0 |
* | Add Docutils-native XML and pseudo-XML builders | Jonathan Waltman | 2012-12-04 | 1 | -0/+58 |