summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* Release 0.20.1docutils-0.20.1@9388grubert2023-05-161-3/+3
* Move auxiliary script rst2odt_prepstyles.py to the library.milde2023-05-161-0/+78
* Announce upcoming fix for the localization of the "admonition" directive name.milde2023-05-111-0/+2
* version 0.20.1b.devgrubert2023-05-091-4/+4
* release 0.20docutils-0.20@9374grubert2023-05-091-3/+3
* version 0.20rc1 grubert2023-05-041-4/+4
* Revert addition of `io.OutString` and the "auto_encode" argument.milde2023-05-022-114/+25
* Add output encoding error handler to the parts provided by all writers.milde2023-04-282-5/+10
* Documentation fix/update.milde2023-04-261-5/+8
* 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-211-3/+16
* Move import of "urllib" to the top of modules.milde2023-04-192-17/+5
* Update documentation for the "csv-table" directive.milde2023-04-182-6/+28
* Raise ValueError if StringOutput.write() gets data of unsupported typemilde2023-04-172-22/+27
* The "null" writer will generate an empty string in Docutils 0.22.milde2023-04-172-5/+13
* Fix test failure introduced in [r9348].milde2023-04-171-8/+9
* Fix test for spurious enumerated lists in bibliographic fields.milde2023-04-141-2/+3
* Do not decode OpenDocument zip packages with `publish_string()`.milde2023-04-131-2/+8
* Update Publisher API documentation. Add links.milde2023-04-121-6/+6
* Add "auto_encode" argument to `core.publish_from_doctree()`.milde2023-04-121-19/+16
* Revert introduction of `core.publish_bytes()` and `io.BytesOutput`.milde2023-04-082-57/+0
* LaTeX to MathML: fix ``\mspace``.milde2023-04-083-10/+13
* Add "auto_encode" argument to `publish_string()`milde2023-04-062-19/+101
* Update source links for smartquotes localization.milde2023-04-061-12/+14
* Update Flake8 version and resolve lint warningsaa-turner2023-03-251-1/+1
* New general setting "output".milde2023-02-072-6/+16
* New functions for use as `rst2*` "console_scripts entry points".milde2023-02-061-1/+59
* LaTeX writer: outsourcing of some code from `depart_document()`.milde2023-01-211-30/+45
* More user-friendly DocInfo transform.milde2023-01-171-16/+34
* 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
* Always use POSIX path in macros loading stylesheets.milde2023-01-161-9/+6
* Drop not required parentheses.milde2023-01-151-27/+27
* `locale.getdefaultlocale()` is deprecated in Python 0.11milde2023-01-102-3/+6
* Fix [bugs:#384]: allow omission of citations with "use_bibtex" setting.milde2022-12-192-34/+40
* Fix [bugs:#463]. Spurious comma in deprecation warning.milde2022-12-171-1/+1
* Allow empty string as encoding value (to re-activate default).milde2022-12-021-0/+2
* Simplify error message if recommonmark is missing.milde2022-12-021-3/+2
* Remove duplicate dictionary entryaa-turner2022-12-021-1/+0
* Fix an f-string in `docutils.io`aa-turner2022-12-021-1/+1
* The "xetex" writer now ignores settings in the [latex2e writer] config section.milde2022-12-011-3/+1
* HTML5: Use dpub-ARIA role "doc-footnote" for footnotesmilde2022-12-011-1/+1
* Raise version to 0.20b.dev.milde2022-12-011-3/+3
* Axe a no-op (repeated typecast).milde2022-11-281-1/+1
* Use pathlib.Path in utils.find_file_in_dirs().milde2022-11-281-15/+10
* Wrap definition lists with "details" class argument in a <div>milde2022-11-282-10/+14
* Small cleanups and comments.milde2022-11-252-12/+20
* Use "pathlib" to simplify path manipulations. No change to behaviour.milde2022-11-247-65/+65