summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
...
* Inline ``_standalone_rst_defaults`` in functional testsaa-turner2022-10-2711-36/+70
* Use the Docutils Python API in ``dev/hacking``.aa-turner2022-10-271-6/+14
* Remove ``bdist_rpm`` settings in ``setup.cfg``aa-turner2022-10-271-11/+0
* Implement ``publish_doctree`` using ``publish_programmatically``aa-turner2022-10-271-10/+11
* Fix flake8 errors ``E127`` and ``F401``aa-turner2022-10-212-7/+6
* Standardise test case enumerationaa-turner2022-10-211-20/+14
* Inline ``dictname`` argumentaa-turner2022-10-211-16/+15
* Simplify ``ConfigFileTests.compare_output``aa-turner2022-10-211-17/+6
* Use ``assertEqual`` directlyaa-turner2022-10-211-13/+9
* Fix newline problems, further simplify ``compare_output``aa-turner2022-10-2110-16/+21
* Use ``.rstrip()`` insteadaa-turner2022-10-211-3/+2
* Simplify ``CustomTestCase.compare_output``aa-turner2022-10-2110-40/+89
* Remove ``run_in_debugger``aa-turner2022-10-211-87/+17
* Simplify ``CustomTestCase``aa-turner2022-10-211-32/+16
* Use ``docutils.utils`` over ``DocutilsTestSupport.utils``aa-turner2022-10-213-6/+10
* Inline ``suite()`` in alltestsaa-turner2022-10-211-7/+1
* Use f-strings in alltestsaa-turner2022-10-211-9/+8
* Remove unused functionaa-turner2022-10-211-17/+0
* Merge ``package_unittest`` into ``alltests.py``aa-turner2022-10-212-83/+59
* Clean up ``record.txt`` after testsaa-turner2022-10-211-0/+3
* Resolve flake8 ``F401`` error in ``DocutilsTestSupport``aa-turner2022-10-211-1/+0
* Fix flake8 ``E501`` error in ``recommonmark_wrapper``aa-turner2022-10-211-2/+2
* Change handling of ``suite_settings``aa-turner2022-10-211-11/+7
* Improve missing handling Sphinx in ``recommonmark_wrapper``aa-turner2022-10-211-13/+25
* Use new-style ``super()``aa-turner2022-10-211-4/+4
* Simplify ``package_unittest.loadTestModules``aa-turner2022-10-212-26/+15
* Inline ``package_unittest.main()``aa-turner2022-10-212-17/+2
* ``package_unittest.debug`` is always ``False``aa-turner2022-10-211-4/+4
* Remove arguments from ``package_unittest``aa-turner2022-10-211-57/+3
* Use ``importlib.import_module`` from the standard libraryaa-turner2022-10-211-9/+1
* Subclass directly from ``unittest.TestCase``aa-turner2022-10-2111-40/+34
* Normalise imports in ``DocutilsTestSupport``aa-turner2022-10-211-13/+7
* Import from the ``docutils`` packageaa-turner2022-10-214-6/+8
* Remove now unused ``_format_str`` functionaa-turner2022-10-211-40/+0
* Change working directory once for all testsaa-turner2022-10-213-5/+6
* Remove method redefinitions in ``StandardTestCase``aa-turner2022-10-211-23/+1
* Removed ``test/coverage.sh``, recommend coverage.pyaa-turner2022-10-212-49/+4
* Remove all ``import __init__`` statements, as part of theaa-turner2022-10-21117-234/+0
* Import ``DocutilsTestSupport`` from ``test``aa-turner2022-10-21125-229/+117
* Provide an example incantation to get the versionaa-turner2022-10-211-1/+3
* Change to Unix line endings in ``docutils/.flake8``aa-turner2022-10-211-74/+74
* Resolve flake8 ``E261`` errors in ``math2html``aa-turner2022-10-202-37/+37
* Resolve flake8 ``E261`` errors in ``latex2mathml``aa-turner2022-10-202-188/+199
* Resolve flake8 ``E261`` errors in ``tex2unichar``aa-turner2022-10-202-685/+685
* Tighten flake8 rules for ``math2html``aa-turner2022-10-201-1/+1
* Use 4 space indentation in ``math2html`` per PEP 8aa-turner2022-10-201-2767/+2767
* Synchronise ``.flake8`` with ``docutils/.flake8``aa-turner2022-10-201-3/+7
* Move all flake8 configuration to ``.flake8`` filesaa-turner2022-10-202-71/+70
* Resolve flake8 ``E501`` error in ``docutils.frontend``aa-turner2022-10-201-1/+3
* Ignore flake8 ``E262`` error in ``tex2unichar.py``aa-turner2022-10-201-1/+1