summaryrefslogtreecommitdiff
path: root/docutils/test/test_traversals.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-0/+7
* Remove unused local variablesmilde2022-03-051-1/+1
* Remove unused imports.milde2022-03-051-5/+4
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+3
* Remove excess blank lines.milde2022-03-041-1/+0
* Fix code indentationmilde2022-01-291-3/+3
* Fix trailing whitespace (flake warning W291).milde2022-01-291-2/+1
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-1/+1
* Drop support for Python 2.3.milde2012-06-221-4/+0
* python 2.3 alias unittest.TestCase.assertTrue (possibly reverted on next rele...grubert2012-05-011-0/+5
* Replace deprecated aliases for assert methods with correct names.milde2012-02-031-1/+1
* Added StopTraversal exception in nodes, to interrupt the traversal cleanly.blais2006-06-281-0/+75