summaryrefslogtreecommitdiff
path: root/docutils/test/test_pickle.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/+9
* Remove unused imports.milde2022-03-051-1/+0
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-1/+1
* Use True/False for booleans. frontend.validate_ternary() returns True/False o...milde2012-11-261-1/+1
* Replace deprecated aliases for assert methods with correct names.milde2012-02-031-1/+1
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* Added ``docutils.nodes.document.__getstate__`` method, for pickling.goodger2006-04-021-0/+30