summaryrefslogtreecommitdiff
path: root/docutils/test/test_parsers/test_parser.py
Commit message (Expand)AuthorAgeFilesLines
* Update test documentation. Set executable bit on test scripts.milde2022-12-131-0/+0
* 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
* Prepare switch from optparse to argparse.milde2022-03-171-2/+2
* Remove unused imports.milde2022-03-051-4/+0
* Remove unused importsmilde2022-01-261-1/+0
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-10/+6
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-1/+1
* Consistent Python 3 checks.milde2019-08-261-1/+1
* Drop 2.4 and 2.5 compatibility code, part 2.milde2017-08-141-3/+2
* Drop support for Python 2.3.milde2012-06-221-1/+1
* Convert docutils to Python 3 (at least so that it runs the test suite.)gbrandl2009-04-011-3/+9
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-0/+31