summaryrefslogtreecommitdiff
path: root/docutils/test/test_transforms/test_transitions.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-9/+27
* 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 at least two spaces before inline comment.milde2022-03-041-2/+2
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* 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-8/+8
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* corrected order of importsgoodger2005-12-031-1/+1
* Added ``serial_escape`` function; escapes string values that are elements of ...goodger2005-10-021-8/+8
* moved expose_internals logic out of FinalChecks into awiemann2005-07-051-1/+1
* moved transition transform logic from universal.FinalChecks towiemann2005-07-051-0/+308