summaryrefslogtreecommitdiff
path: root/docutils/writers/docutils_xml.py
Commit message (Expand)AuthorAgeFilesLines
* 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