summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 0.20docutils-0.20@9374grubert2023-05-0923-29/+29
* version 0.20rc1 grubert2023-05-0423-30/+50
* Documentation spellcheck and cleanup.milde2023-05-032-13/+4
* Documentation update.milde2023-05-033-137/+150
* Revert addition of `io.OutString` and the "auto_encode" argument.milde2023-05-0218-334/+160
* Add output encoding error handler to the parts provided by all writers.milde2023-04-286-6/+17
* Avoid trailing whitespace in test sample strings.milde2023-04-281-27/+27
* Documentation fix/update.milde2023-04-262-8/+16
* Fixes for "rst2odf_prepstyles" module.milde2023-04-261-8/+19
* Make `io.FileOutput.write()` work with bytes also on Windows.milde2023-04-261-4/+13
* Suppress ``CSVTable.HeaderDialect()`` deprecation warningaa-turner2023-04-241-1/+4
* Last documentation edits for 0.20 release.milde2023-04-213-7/+25
* Next iteration of "directives" documentation refactoring.milde2023-04-201-83/+141
* Small fixes to odt_prepstyles module.milde2023-04-191-3/+5
* Review rST "directives" documentation.milde2023-04-191-56/+63
* Move import of "urllib" to the top of modules.milde2023-04-192-17/+5
* tox.ini changedir to directory ``test`` to avoid path problems.grubert2023-04-192-1/+3
* Update documentation for the "csv-table" directive.milde2023-04-185-35/+92
* Test syntax highlight: Make pygments version parsing more robust.milde2023-04-173-21/+10
* Support Pygments 2.14 and newer in testsmilde2023-04-173-0/+278
* Raise ValueError if StringOutput.write() gets data of unsupported typemilde2023-04-173-26/+29
* The "null" writer will generate an empty string in Docutils 0.22.milde2023-04-173-5/+15
* Fix test failure introduced in [r9348].milde2023-04-172-12/+33
* Fix message for nonconforming docinfo-Authors.grubert2023-04-162-4/+8
* Update HISTORY and RELEASE-NOTES for the 0.20 release.milde2023-04-142-85/+96
* Fix test for spurious enumerated lists in bibliographic fields.milde2023-04-142-2/+6
* Announce change of "math-output" setting default for HTML5 to "MathML".milde2023-04-144-55/+59
* Fix regex to match multiline message "requires ... recommonmark"grubert2023-04-132-1/+6
* Do not decode OpenDocument zip packages with `publish_string()`.milde2023-04-134-45/+71
* Fix typo.milde2023-04-121-2/+2
* Update Publisher API documentation. Add links.milde2023-04-122-32/+57
* Add "auto_encode" argument to `core.publish_from_doctree()`.milde2023-04-123-29/+29
* Set "auto_encode=False" to skip en-/decoding output in tests.milde2023-04-1111-55/+60
* 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-311-28/+28
* Update Flake8 version and resolve lint warningsaa-turner2023-03-252-2/+2
* 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