summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* upload documentation to sourceforge.io see https://docutils.sourceforge.io/0....HEADmastergrubert2023-05-171-5/+8
* releasing 0.20.1grubert2023-05-171-0/+119
* Version 0.20.2b.devgrubert2023-05-1722-26/+31
* Release 0.20.1grubert2023-05-1623-29/+29
* Add a small backwards compatibility script for rst2odt_prepstyles.py.milde2023-05-164-18/+59
* Move auxiliary script rst2odt_prepstyles.py to the library.milde2023-05-161-0/+0
* Documentation fix.milde2023-05-132-5/+15
* Fix false alarm when testing with pypy 3.9.milde2023-05-111-5/+12
* Announce upcoming fix for the localization of the "admonition" directive name.milde2023-05-112-0/+11
* note on getting a fresh chcekout for release.grubert2023-05-111-2/+7
* reminder to check for spurious html files grubert2023-05-101-0/+1
* Include "docutils.conf" in the source package.milde2023-05-102-1/+3
* Include "tox.ini" in sdist packages.milde2023-05-102-1/+4
* Fix some flake8 warnings in test scripts and remove flake8 exception rules.milde2023-05-104-28/+27
* fix over and underline of titlegrubert2023-05-091-2/+2
* version 0.20.1b.devgrubert2023-05-0924-25/+84
* release 0.20grubert2023-05-0924-31/+75
* 0.20rc1 grubert2023-05-041-0/+87
* 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