summaryrefslogtreecommitdiff
path: root/docutils/test/test_statemachine.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-2/+8
* Import from the ``docutils`` packageaa-turner2022-10-211-1/+2
* Avoid multiple statements on one line. Fix redundant backslashmilde2022-03-051-9/+16
* Fix (some) missing blank linesmilde2022-03-041-0/+1
* Simplify/modernise tests for exceptions and warnings.milde2022-02-211-19/+18
* Fix code indentationmilde2022-01-291-16/+16
* New style classes no longer need to inherit from `object`.milde2022-01-261-1/+1
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list'milde2019-08-271-1/+1
* py3: Switch to print functionsmilde2019-08-261-11/+12
* py3: Use new style classesmilde2019-08-261-1/+1
* Drop support for Python 2.3.milde2012-06-221-5/+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-31/+31
* Cleanup: Use True/False for boolean valuesmilde2012-01-191-1/+1
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* updatedgoodger2002-11-081-15/+3
* updatedgoodger2002-09-191-7/+7
* updatedgoodger2002-05-301-1/+3
* updatedgoodger2002-05-051-87/+84
* Initial revisiongoodger2002-04-201-0/+296