summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* release 0.19docutils-0.19@9103grubert2022-07-051-4/+4
* Document planned changes to input encoding handling.milde2022-07-041-2/+6
* Fix handling of UTF-16 encoded source without trailing newline.milde2022-07-041-5/+3
* Don't use on Pythons default encoding if "input_encoding" setting is None.milde2022-07-041-1/+1
* Minor code cleanup in `docutils.io`.milde2022-06-221-11/+18
* Fix version identifier conversion script.milde2022-06-221-0/+1
* `core.Publisher` ignored "input_encoding_error_handler" setting.milde2022-06-221-1/+2
* version 0.19b2.devgrubert2022-06-211-3/+3
* release 0.19b1grubert2022-06-211-3/+3
* Add wrapper around groups of footnotes to facilitate styling as a list.milde2022-06-193-17/+17
* HTML5 display tweaksmilde2022-06-192-5/+7
* Rename `io.locale_encoding` to mark it as internal.milde2022-06-173-14/+14
* Documentation updatemilde2022-06-171-3/+3
* Fix [r9074]: ensure backwards-compatible value for `io.locale_encoding`.milde2022-06-171-3/+5
* Ensure locale_encoding is lower case.milde2022-06-152-29/+9
* Add encoding arguments when opening files.milde2022-06-153-3/+4
* Fix some problems with HTML5 stylesheets. Add tests for "tuftig.css".milde2022-06-132-8/+18
* Unify naming of the "utf-8" codec.milde2022-06-134-17/+17
* Fix `nodes.Node.findall()` for Text nodes.milde2022-06-101-2/+5
* Fix "tuftig" style sheet.milde2022-06-101-13/+17
* Avoid non-ASCII chars and use lowercase encoding name in help output.milde2022-06-102-2/+2
* Postpone deprecations to Docutils 2.0milde2022-05-307-9/+9
* Command line "entry point" to the docutils package. Part 2/2.milde2022-05-302-58/+56
* Command line "entry point" to the docutils package. Part 1/2.milde2022-05-301-0/+106
* Use f-strings.milde2022-05-061-21/+17
* Remove class value "controls" from an `image` node with video contentmilde2022-05-061-0/+1
* Small fixes to HTML5 output.milde2022-04-292-2/+2
* Explicitly import `docutils.readers.doctree` sub-module.milde2022-04-141-1/+2
* Suppress deprecation warning when copying a frontend.Values instance.milde2022-03-291-1/+3
* New wrapper module for "CommonMark" parsers.milde2022-03-293-4/+63
* Prepare switch from optparse to argparse.milde2022-03-173-68/+155
* Small cleanups.milde2022-03-172-17/+18
* Update PEP base URL and template.milde2022-03-132-15/+11
* core.Publisher.publish(): Prompt when waiting for input from a terminal.milde2022-03-118-5/+42
* Remove unused local variablesmilde2022-03-0510-15/+4
* Remove unused imports.milde2022-03-0528-58/+43
* Avoid line break after binary operator.milde2022-03-0513-115/+111
* Avoid ambiguous variable name l (may be mixed up with 1).milde2022-03-053-7/+7
* Do not use bare 'except'.milde2022-03-056-9/+9
* Avoid multiple statements on one line. Fix redundant backslashmilde2022-03-058-26/+35
* xetex writer: support Korean language.milde2022-03-051-0/+1
* Avoid too long lines.milde2022-03-0577-384/+394
* Simplify code as dicts have fixed order since 3.6milde2022-03-051-8/+6
* Code cleanup: StateMachine._stderr no longer required.milde2022-03-051-23/+22
* Fix imports.milde2022-03-053-27/+27
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-0432-3/+220
* Remove excess blank lines.milde2022-03-0412-27/+0
* Fix (some) missing blank linesmilde2022-03-047-8/+19
* Fix multiple spaces after keywordmilde2022-03-045-14/+14
* Ensure comments start with '# 'milde2022-03-0436-226/+221