summaryrefslogtreecommitdiff
path: root/docutils/test/test_writers/test_pseudoxml.py
Commit message (Expand)AuthorAgeFilesLines
* Revert addition of `io.OutString` and the "auto_encode" argument.milde2023-05-021-6/+2
* Set "auto_encode=False" to skip en-/decoding output in tests.milde2023-04-111-5/+3
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-261-1/+1
* Fix import errors with ``python -m unittest``.milde2022-11-251-1/+6
* Remove spurious "import unittest" from test scripts.milde2022-11-241-1/+0
* Inline ``PublishTestSuite``aa-turner2022-11-081-11/+42
* Remove all ``import __init__`` statements, as part of theaa-turner2022-10-211-2/+0
* Import ``DocutilsTestSupport`` from ``test``aa-turner2022-10-211-2/+2
* Remove unused imports.milde2022-03-051-1/+1
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+1
* Ensure at least two spaces before inline comment.milde2022-03-041-1/+1
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-5/+4
* Fix spelling errors.milde2021-10-211-4/+4
* Fix "pseudoxml" writer option "detailled".milde2021-04-291-5/+37
* Restore support for running tests stand-alone.milde2020-01-311-1/+3
* py3: Use 'absolute_import' futuremilde2019-08-261-1/+3
* Fix py38 SyntaxWarning: invalid escape sequence \grubert2019-08-111-1/+1
* adjusted name and email addresswiemann2007-05-311-1/+1
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* Added ``serial_escape`` function; escapes string values that are elements of ...goodger2005-10-021-1/+1
* move metadata title into document['title']wiemann2005-06-291-10/+5
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-261-2/+2
* set executable bits on test fileswiemann2005-03-221-0/+0
* Added $Revision$ and $Date$ keywords.wiemann2004-04-271-2/+2
* Added pseudo-XML test.wiemann2004-04-271-0/+59