summaryrefslogtreecommitdiff
path: root/docutils/test/test_parsers/test_rst/test_section_headers.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/+21
* 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/+1
* Drop string prefix "u".milde2022-01-261-2/+2
* Remove "coding:" slugmilde2022-01-031-2/+0
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* Fix behaviour of get_stylesheet_list()milde2021-11-171-1/+1
* Change default value for the "auto_id_prefix" setting to "%".milde2021-06-181-5/+5
* Restore support for running tests stand-alone.milde2020-01-311-1/+3
* py3: Use 'absolute_import' futuremilde2019-08-261-2/+6
* Fix py38 SyntaxWarning: invalid escape sequence \grubert2019-08-111-24/+24
* exclude combining chars from column_width (partial fix for [ 2926161 ])milde2010-11-101-0/+15
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* Added ``serial_escape`` function; escapes string values that are elements of ...goodger2005-10-021-23/+23
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-261-37/+37
* allow empty sections and documentswiemann2004-11-261-6/+0
* updated to expect real transitions instead of pending nodeswiemann2004-10-301-16/+4
* updated test files to match new transition inserting behaviorwiemann2004-10-301-13/+16
* improved error message; suggestion by Roman Suzigoodger2003-06-291-2/+2
* Added a kludge to work-around a conflict between the bubble-up parser strateg...goodger2003-05-251-0/+30
* updatedgoodger2002-12-121-0/+19
* updatedgoodger2002-10-311-0/+25
* updatedgoodger2002-10-081-2/+2
* Fixed "xml:space" attribute.goodger2002-09-241-15/+15
* updatedgoodger2002-09-201-0/+22
* updatedgoodger2002-09-191-8/+228
* Updated for the new "line" attribute of system messages.goodger2002-09-041-34/+35
* updatedgoodger2002-08-211-53/+53
* updatedgoodger2002-08-161-1/+27
* updatedgoodger2002-08-101-0/+14
* updatedgoodger2002-08-081-13/+13
* enabled running standalonegoodger2002-04-251-1/+1
* Initial revisiongoodger2002-04-201-0/+555