summaryrefslogtreecommitdiff
path: root/docutils/test/test_parsers/test_rst/test_SimpleTableParser.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 ``SimpleTableParserTestSuite``aa-turner2022-11-081-6/+19
* 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
* Fix trailing whitespace (flake warning W291).milde2022-01-291-6/+6
* Drop string prefix "u".milde2022-01-261-3/+3
* Remove "coding:" slugmilde2022-01-031-2/+0
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* Restore support for running tests stand-alone.milde2020-01-311-1/+3
* py3: Use 'absolute_import' futuremilde2019-08-261-1/+2
* Report table parsing errors with correct line number.milde2012-01-111-4/+4
* Fix [ 2926161 ] for simple tables.milde2011-11-251-11/+9
* Add test case for issue 2926161 (commented out)milde2011-11-251-0/+12
* add SimpleTableParser test casemilde2011-07-071-0/+17
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* added SimpleTable buggoodger2005-10-031-0/+14
* set executable bits on test fileswiemann2005-03-221-0/+0
* updatedgoodger2003-07-051-18/+26
* changed docstring field lists into commentsgoodger2002-10-091-6/+6
* added to projectgoodger2002-07-181-0/+101