summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update "Publisher" documentation.milde2023-04-083-125/+170
* Revert introduction of `core.publish_bytes()` and `io.BytesOutput`.milde2023-04-087-63/+4
* LaTeX to MathML: fix ``\mspace``.milde2023-04-084-11/+14
* Correct a typo in ``RELEASE-NOTES``aa-turner2023-04-061-1/+1
* Add "auto_encode" argument to `publish_string()`milde2023-04-066-20/+196
* Update source links for smartquotes localization.milde2023-04-061-12/+14
* Prefer Unix style line endingsaa-turner2023-03-312-85/+85
* Specify more file attributes in ``.gitattributes``aa-turner2023-03-251-0/+55
* Add a ``.gitattributes`` file for syntax highlightingaa-turner2023-03-251-0/+2
* Update Flake8 version and resolve lint warningsaa-turner2023-03-253-3/+3
* Use absolute paths in ``test_CLI``aa-turner2023-03-251-2/+4
* Avoid ambiguous module name `io`.milde2023-02-072-53/+54
* New general setting "output".milde2023-02-078-13/+68
* Announce command-line usage pattern change.milde2023-02-072-2/+27
* Update documentation on planned changes.milde2023-02-063-9/+20
* New functions for use as `rst2*` "console_scripts entry points".milde2023-02-067-28/+579
* LaTeX writer: outsourcing of some code from `depart_document()`.milde2023-01-212-31/+48
* Fix test case under Windows, add HISTORY entry for last commit.milde2023-01-172-7/+16
* More user-friendly DocInfo transform.milde2023-01-173-25/+54
* Fix failures when running "transform" test modules as "__main__".milde2023-01-172-40/+33
* Minor fixes: naming of internal variables, use False as boolean.milde2023-01-172-7/+7
* "tuftig" style sheet: drop fonts that don't look good at small resolutions.milde2023-01-161-1/+1
* Use self documenting name for `core.Publisher` instances.milde2023-01-161-30/+31
* Fix and activate test for "parts" published by the LaTeX writer.milde2023-01-161-23/+23
* Always use POSIX path in macros loading stylesheets.milde2023-01-163-11/+11
* Drop not required parentheses.milde2023-01-151-27/+27
* `locale.getdefaultlocale()` is deprecated in Python 0.11milde2023-01-103-3/+7
* Policy change: accept literal Unicode characters except for identifiers.milde2023-01-101-9/+5
* Fix [bugs:#384]: allow omission of citations with "use_bibtex" setting.milde2022-12-194-40/+57
* Refactor latex writer tests.milde2022-12-192-195/+218
* Fix [bugs:#463]. Spurious comma in deprecation warning.milde2022-12-173-4/+10
* Update Publisher API documentation.milde2022-12-133-22/+77
* Update test documentation. Set executable bit on test scripts.milde2022-12-133-8/+8
* replace: whitelist_externals renamed to allowlist_externalsgrubert2022-12-091-1/+1
* Exclude documentation sources from "trailing-whitespace" git commit hook.milde2022-12-071-1/+1
* remove blanks at eol in code NOT in expectsgrubert2022-12-031-8/+8
* Test input-encoding enhancement proposal with newly defined codecs.milde2022-12-021-4/+25
* Allow empty string as encoding value (to re-activate default).milde2022-12-022-1/+5
* Simplify error message if recommonmark is missing.milde2022-12-022-4/+3
* Skip test_recommonmark/ directory if recommonmark is missing.milde2022-12-0214-74/+18
* Only extempt sample *.txt files from "trailing whitespace" git pre-commit check.milde2022-12-022-116/+116
* Update test documentation.milde2022-12-021-51/+42
* Remove duplicate dictionary entryaa-turner2022-12-021-1/+0
* Fix an f-string in `docutils.io`aa-turner2022-12-021-1/+1
* Ignore ``frontend.OptionParser`` deprecation warnings in ``HelperFunctionTests``aa-turner2022-12-021-2/+4
* Use unicode literal for U+00E4aa-turner2022-12-021-3/+3
* Use ``unittest.defaultTestLoader`` to load testsaa-turner2022-12-021-56/+1
* The "xetex" writer now ignores settings in the [latex2e writer] config section.milde2022-12-014-18/+22
* HTML5: Use dpub-ARIA role "doc-footnote" for footnotesmilde2022-12-017-47/+58
* Raise version to 0.20b.dev.milde2022-12-0124-42/+46