summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor HTMLTranslator initialization and parts setup.milde2022-11-1328-142/+127
* New function utils.xml_declaration()milde2022-11-134-11/+37
* Remove "fixltx2e.sty" package call from "titlepage.tex" LaTeX template.milde2022-11-112-1/+5
* Add support for ``pytest``aa-turner2022-11-104-6/+33
* Make the tests agnostic to the working directoryaa-turner2022-11-1019-128/+243
* Fix/complement publisher documentation and tests.milde2022-11-103-24/+76
* Inline ``DocutilsTestSupport.testroot``aa-turner2022-11-094-22/+16
* Make ``test_include`` independent of the CWDaa-turner2022-11-091-267/+268
* Inline ``exception_data``aa-turner2022-11-096-34/+68
* Remove unused classes from ``DocutilsTestSupport``aa-turner2022-11-091-157/+0
* Inline ``ParserTestSuite``aa-turner2022-11-0962-448/+1262
* Inline ``TransformTestSuite``aa-turner2022-11-0924-381/+724
* Inline ``WriterPublishTestCase``aa-turner2022-11-083-114/+47
* Inline ``PublishTestSuite``aa-turner2022-11-088-117/+329
* Remove unused imports in ``DocutilsTestSupport``aa-turner2022-11-081-4/+2
* Inline ``PEPParserTestSuite``aa-turner2022-11-083-34/+43
* Inline ``GridTableParserTestSuite``aa-turner2022-11-082-63/+35
* Inline ``SimpleTableParserTestSuite``aa-turner2022-11-082-34/+19
* Inline ``RecommonmarkParserTestSuite``aa-turner2022-11-0816-138/+274
* Update/clarify documentation/docstrings.milde2022-11-073-35/+27
* Simplify and expand tests for handling the encoding of included files.milde2022-11-073-26/+114
* Simplify/fix LaTeX character encoding handling.milde2022-11-0616-29/+15
* Don't use pseudo-encoding "unicode" for test_publish().milde2022-11-061-2/+6
* Revert use of ``open`` for "include", "raw" and "csv-table" directives.milde2022-11-042-32/+39
* Support `pandoc` as an external LaTeX to MathML converter.milde2022-11-044-2/+48
* MathML: Small fixes for external latex -> MathML converters.milde2022-11-041-7/+7
* MathML: Use (re)generated version of tex2unichar.py.milde2022-11-043-23/+49
* MathML: support "mod" notation for modulo operation/arithmetic.milde2022-11-043-25/+93
* Update HISTORY, format COPYING.milde2022-11-042-28/+37
* Remove unused import of ``docutils.io``aa-turner2022-11-031-1/+1
* Use the built-in ``open`` instead of ``FileOutput``aa-turner2022-11-031-13/+12
* Use the built-in ``open`` instead of ``StringInput``aa-turner2022-11-032-19/+13
* Use the built-in ``open`` instead of ``FileInput``aa-turner2022-11-035-40/+36
* Update HISTORY with recent changesaa-turner2022-11-031-1/+24
* Resolve linting warnings from flake8aa-turner2022-11-035-14/+14
* test_manpage: add docinfo to man headergrubert2022-11-031-0/+28
* remove version control Id linegrubert2022-11-031-1/+0
* Fix: testoutput for optional 5th .TH argumentgrubert2022-11-031-9/+9
* Partially revert r9167aa-turner2022-11-0217-30/+95
* Move ``quicktest`` to ``tools/dev``aa-turner2022-11-024-57/+25
* Do not output empty "manual" in ``.TH``grubert2022-11-0217-17/+17
* manpage writer: Do not output empty "manual" in ``.TH``grubert2022-11-022-4/+11
* add python 3.11 to setup.py and tox.ini. Patch by hugovk.grubert2022-11-023-1/+4
* Minor refinements to the reposurgeon conversion procedureaa-turner2022-11-014-20/+5
* Refine common part of the reposurgeon conversion procedureaa-turner2022-11-017-149/+318
* Separate HTML 5 test definitions from HTML 4aa-turner2022-10-283-84/+118
* Use f-strings in the ``PublishPartsTestCase`` classesaa-turner2022-10-282-8/+6
* Normalise all test section namesaa-turner2022-10-2818-34/+34
* Compare dictionaries directlyaa-turner2022-10-283-266/+208
* Use f-strings in HTML 4 and HTML 5 template testsaa-turner2022-10-283-38/+39