summaryrefslogtreecommitdiff
path: root/docutils/test/test_transforms/test_substitutions.py
Commit message (Expand)AuthorAgeFilesLines
* 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 ``TransformTestSuite``aa-turner2022-11-091-8/+26
* Remove all ``import __init__`` statements, as part of theaa-turner2022-10-211-2/+0
* Import ``DocutilsTestSupport`` from ``test``aa-turner2022-10-211-1/+1
* Remove unused imports.milde2022-03-051-1/+1
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+1
* Fix trailing whitespace (flake warning W291).milde2022-01-291-3/+3
* Drop string prefix "u".milde2022-01-261-10/+10
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* Reorganise functional tests.milde2021-06-301-0/+18
* Change default value for the "auto_id_prefix" setting to "%".milde2021-06-181-12/+12
* Restore support for running tests stand-alone.milde2020-01-311-1/+3
* py3: Use 'absolute_import' futuremilde2019-08-261-1/+2
* Fix py38 SyntaxWarning: invalid escape sequence \grubert2019-08-111-2/+2
* Add <target> to one more testcase (see r8206).milde2017-12-191-1/+1
* unroll problematic refs to their origin in document when reporting errorsmilde2017-05-041-1/+1
* Copy the "rawsource" attribute as well when doing node.copy() or node.deepcop...gbrandl2010-07-031-0/+1
* merged directives branch to trunk (r4375:4666);wiemann2006-07-121-2/+8
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* Fixed bug with circular substitution definitions that put Docutils into an in...goodger2005-12-281-0/+84
* disallow anonymous hyperlink references and auto-numbered footnoteswiemann2005-10-111-4/+7
* added Node.deepcopy(); fixed bug with doubly-indirect substitutionswiemann2005-10-111-45/+43
* disallow targets inside substitution definitionswiemann2005-10-111-0/+24
* Added ``serial_escape`` function; escapes string values that are elements of ...goodger2005-10-021-1/+1
* restored a bug (removed in r3807) which lingers; added a commented-out test c...goodger2005-08-151-0/+45
* removed bug with indirect substitutions; seems to be fixedwiemann2005-08-141-0/+25
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-261-14/+14
* Added support for trimming whitespace from beside substitution references.goodger2004-11-021-0/+23
* added comments to "unicode" directivegoodger2003-06-221-0/+26
* updatedgoodger2003-06-121-7/+19
* updatedgoodger2003-05-241-0/+29
* substitutions made case-sensitive but forgiving (case-insensitive fallback)goodger2003-03-271-0/+24
* updatedgoodger2002-10-081-7/+7
* updatedgoodger2002-08-211-3/+3
* updatedgoodger2002-05-051-2/+2
* enabled running standalonegoodger2002-04-251-2/+1
* Initial revisiongoodger2002-04-201-0/+61