summaryrefslogtreecommitdiff
path: root/docutils/writers/docutils_xml.py
Commit message (Expand)AuthorAgeFilesLines
* New function utils.xml_declaration()milde2022-11-131-11/+2
* Resolve linting warnings from flake8aa-turner2022-11-031-2/+2
* Partially revert r9167aa-turner2022-11-021-1/+8
* Remove unused local variablesmilde2022-03-051-1/+1
* Avoid multiple statements on one line. Fix redundant backslashmilde2022-03-051-1/+2
* Avoid too long lines.milde2022-03-051-1/+1
* Remove excess blank lines.milde2022-03-041-1/+0
* Fix (some) missing blank linesmilde2022-03-041-1/+0
* Ensure comments start with '# 'milde2022-03-041-3/+3
* Ensure at least two spaces before inline comment.milde2022-03-041-8/+8
* Fix missing whitespace around operator.milde2022-03-031-1/+1
* Fix multiple spaces before/after operatormilde2022-03-031-1/+1
* Remove unused importsmilde2022-01-261-1/+0
* Change http://docutils.sourceforge.net -> https://docutils.sourceforge.iomilde2022-01-201-1/+1
* Drop (most) special-casing for Python 2.x.milde2022-01-031-10/+1
* Fix spellingmilde2021-10-221-1/+1
* py3: Handle 'StringIO' to 'io' transition.milde2019-08-271-1/+6
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-2/+2
* Consistent Python 3 checks.milde2019-08-261-2/+2
* py3: Add aliases for removed symbolsmilde2019-08-261-0/+3
* py3: Switch to 'except foo as bar' syntaxmilde2019-08-261-1/+1
* trivial: Remove obsolete PyXML handling codemilde2019-08-261-13/+0
* Fix patches/146 Import ContentHandler class correctly.milde2018-11-211-1/+1
* docutils-xml writer: Fix/improve output with "newlines and "indent".milde2016-08-181-4/+16
* Fix [ 3552403 ] Prevent broken PyXML replacing stdlibs xml module.milde2012-08-161-0/+13
* XML writer overhaul (use visitor pattern, raw XML pass through).milde2012-01-181-19/+124
* Fix 3423983 DocutilsXMLTestCase with indent and newlines optionsmilde2011-11-241-2/+3
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* made xmlcharrefreplace the default output encoding error handler forwiemann2005-06-191-0/+2
* updatedwiemann2004-06-051-1/+1
* updated for setting validatorsgoodger2003-09-011-7/+11
* Updated for configuration file reorganization.goodger2003-08-271-0/+3
* Added "--no-doctype" and "--no-xml-declaration" options.goodger2002-11-281-6/+16
* Refactored names (options -> settings; .transform() -> .apply(); etc.); updated.goodger2002-10-181-5/+5
* changed docstring field lists into commentsgoodger2002-10-091-7/+5
* fixedgoodger2002-09-251-1/+1
* Added XML and doctype declarations.goodger2002-09-241-3/+18
* Added to project; trivial writer of the Docutils internal doctree in XML.goodger2002-07-041-0/+43