summaryrefslogtreecommitdiff
path: root/docutils/test/test_parsers/test_rst/test_citations.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 ``ParserTestSuite``aa-turner2022-11-091-6/+20
* 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 2 blank lines around top-level functions and classes.milde2022-03-041-0/+2
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* Change default value for the "auto_id_prefix" setting to "%".milde2021-06-181-1/+1
* Restore support for running tests stand-alone.milde2020-01-311-1/+3
* py3: Use 'absolute_import' futuremilde2019-08-261-1/+2
* Allow ``+`` and ``:`` in reference names.grubert2008-02-151-0/+14
* Add test for ``.-_`` in citation labels.grubert2008-02-151-0/+31
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-261-8/+8
* changed docstring field lists into commentsgoodger2002-10-091-6/+6
* Fixed "xml:space" attribute.goodger2002-09-241-2/+2
* Updated for the new "line" attribute of system messages.goodger2002-09-041-2/+2
* updatedgoodger2002-08-211-11/+11
* enabled running standalonegoodger2002-04-251-1/+1
* improved system messagesgoodger2002-04-201-1/+1
* Initial revisiongoodger2002-04-201-0/+139