summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tagging release 0.19docutils-0.19grubert2022-07-050-0/+0
* release 0.19docutils-0.19@9103grubert2022-07-0523-30/+32
* Documentation fixes/clarifications/updates.milde2022-07-052-13/+7
* Add missing test samples.milde2022-07-054-0/+5
* Document planned changes to input encoding handling.milde2022-07-042-3/+21
* Fix handling of UTF-16 encoded source without trailing newline.milde2022-07-042-5/+4
* Don't use on Pythons default encoding if "input_encoding" setting is None.milde2022-07-042-1/+2
* Test input file encoding auto-detection.milde2022-07-041-0/+47
* Fix rST syntax error in HISTORY.milde2022-06-221-2/+3
* Minor code cleanup in `docutils.io`.milde2022-06-221-11/+18
* Remove dead link.milde2022-06-221-5/+5
* Fix version identifier conversion script.milde2022-06-221-0/+1
* Wheels are no longer "universal" after dropping Py2.7 support.milde2022-06-222-8/+5
* `core.Publisher` ignored "input_encoding_error_handler" setting.milde2022-06-222-1/+10
* version 0.19b2.devgrubert2022-06-2121-25/+25
* release 0.19b1grubert2022-06-2123-28/+28
* note on --pregrubert2022-06-211-1/+1
* Add note on manual editing __version_info__ tuplegrubert2022-06-211-0/+2
* Documentation update.milde2022-06-203-24/+28
* Add wrapper around groups of footnotes to facilitate styling as a list.milde2022-06-199-17/+46
* Announce use of dpub-ARIA role "doc-footnote"milde2022-06-192-15/+20
* HTML5 display tweaksmilde2022-06-192-5/+7
* Rename `io.locale_encoding` to mark it as internal.milde2022-06-176-20/+23
* Documentation updatemilde2022-06-177-45/+33
* Command line encoding is now handled by Python.milde2022-06-171-21/+0
* Fix [r9074]: ensure backwards-compatible value for `io.locale_encoding`.milde2022-06-171-3/+5
* Ensure locale_encoding is lower case.milde2022-06-154-31/+11
* Remove test for already removed Python 2.x code.milde2022-06-151-46/+0
* Add encoding arguments when opening files.milde2022-06-1520-27/+39
* Document planned switch of the default HTML writer in Docutils 2.0.milde2022-06-143-10/+12
* Fix some problems with HTML5 stylesheets. Add tests for "tuftig.css".milde2022-06-136-8/+303
* Small documentation fixes and updates.milde2022-06-134-10/+22
* Unify naming of the "utf-8" codec.milde2022-06-1311-43/+45
* Fix `nodes.Node.findall()` for Text nodes.milde2022-06-102-2/+44
* Fix "tuftig" style sheet.milde2022-06-101-13/+17
* Avoid false positives in CLI test.milde2022-06-101-2/+6
* Avoid non-ASCII chars and use lowercase encoding name in help output.milde2022-06-103-4/+4
* Test the generic command line interface.milde2022-05-301-0/+73
* Postpone deprecations to Docutils 2.0milde2022-05-3010-16/+16
* Command line "entry point" to the docutils package. Part 2/2.milde2022-05-3012-129/+356
* Command line "entry point" to the docutils package. Part 1/2.milde2022-05-301-0/+0
* Documentation tweaks.milde2022-05-304-30/+48
* Fix typo in indirect hyperlink.milde2022-05-071-1/+1
* Use f-strings.milde2022-05-061-21/+17
* Remove class value "controls" from an `image` node with video contentmilde2022-05-063-1/+4
* Minor documentation updatemilde2022-04-292-36/+50
* Small fixes to HTML5 output.milde2022-04-299-8/+246
* Explicitly import `docutils.readers.doctree` sub-module.milde2022-04-141-1/+2
* Suppress deprecation warnings and some cleanup in buildhtml tool.milde2022-04-021-22/+24
* Minimalistic menu bar for documentation pages.milde2022-04-0244-7/+122