summaryrefslogtreecommitdiff
path: root/sphinx/writers/xml.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #9387: xml: XML Builder ignores custom visitorsTakeshi KOMIYA2021-07-041-1/+3
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-1/+3
* Migrate to py3 style type annotation: sphinx.writers.xmlTakeshi KOMIYA2019-11-261-15/+6
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+1
* 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
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-3/+3
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-3/+2
* | Fix annotations for buildersTakeshi KOMIYA2018-12-021-2/+1
* | refactor: Use super() to call methods of superclassTakeshi KOMIYA2018-11-281-1/+1
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Use super() to call parent class's methodJon Dufresne2018-11-111-2/+2
|/
* Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Move translators to SphinxFactoryTakeshi KOMIYA2017-04-221-2/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Add type-check annotations to sphinx.writersTakeshi KOMIYA2016-11-161-1/+11
|/
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* writers: pep8 fixesGeorg Brandl2015-03-081-2/+2
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Add app.set_translator() API to register or override a Docutils translator cl...Takayuki Shimizukawa2014-08-051-0/+2
|/
* Update copyright year.Georg Brandl2014-03-011-1/+1
* Copyright update.Georg Brandl2013-01-011-1/+1
* xml: Fix compatibility with docutils<0.9Jonathan Waltman2012-12-101-7/+0
* Add Docutils-native XML and pseudo-XML buildersJonathan Waltman2012-12-041-0/+58