summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* release 0.19docutils-0.19@9103grubert2022-07-0518-18/+18
* Add missing test samples.milde2022-07-054-0/+5
* Test input file encoding auto-detection.milde2022-07-041-0/+47
* version 0.19b2.devgrubert2022-06-2118-18/+18
* release 0.19b1grubert2022-06-2118-18/+18
* Add wrapper around groups of footnotes to facilitate styling as a list.milde2022-06-194-0/+20
* Rename `io.locale_encoding` to mark it as internal.milde2022-06-172-4/+4
* Documentation updatemilde2022-06-173-6/+6
* Ensure locale_encoding is lower case.milde2022-06-152-2/+2
* Remove test for already removed Python 2.x code.milde2022-06-151-46/+0
* Add encoding arguments when opening files.milde2022-06-1513-14/+26
* Fix some problems with HTML5 stylesheets. Add tests for "tuftig.css".milde2022-06-134-0/+285
* Unify naming of the "utf-8" codec.milde2022-06-135-15/+17
* Fix `nodes.Node.findall()` for Text nodes.milde2022-06-101-0/+39
* 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-101-2/+2
* Test the generic command line interface.milde2022-05-301-0/+73
* Command line "entry point" to the docutils package. Part 2/2.milde2022-05-301-0/+216
* Remove class value "controls" from an `image` node with video contentmilde2022-05-061-1/+1
* Small fixes to HTML5 output.milde2022-04-296-6/+239
* New wrapper module for "CommonMark" parsers.milde2022-03-291-9/+9
* Prepare switch from optparse to argparse.milde2022-03-175-19/+13
* Update PEP base URL and template.milde2022-03-1315-34/+30
* Remove unused local variablesmilde2022-03-058-28/+15
* Remove unused imports.milde2022-03-05140-177/+151
* Fix invalid escape sequences.milde2022-03-051-6/+4
* Avoid line break after binary operator.milde2022-03-054-37/+26
* Do not use bare 'except'.milde2022-03-052-2/+2
* Avoid multiple statements on one line. Fix redundant backslashmilde2022-03-052-10/+18
* Avoid too long lines.milde2022-03-059-33/+45
* Simplify code as dicts have fixed order since 3.6milde2022-03-051-1/+1
* Fix imports.milde2022-03-054-13/+16
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-04124-0/+174
* Remove excess blank lines.milde2022-03-0410-13/+0
* Fix (some) missing blank linesmilde2022-03-043-0/+3
* Ensure comments start with '# 'milde2022-03-045-18/+16
* Ensure at least two spaces before inline comment.milde2022-03-0426-52/+48
* Fix unexpected spaces around equals indicating keyword arguments.milde2022-03-031-23/+23
* Fix multiple spaces after ',' or ':'.milde2022-03-031-2/+2
* Fix missing whitespace after ',' or ':'.milde2022-03-0311-17/+22
* Fix missing whitespace around operator.milde2022-03-039-32/+33
* Fix multiple spaces before/after operatormilde2022-03-033-5/+5
* Fix whitespace before/after delimiters and colon.milde2022-03-035-27/+27
* Fix r9010.milde2022-02-252-4/+10
* Simplify/modernise tests for exceptions and warnings.milde2022-02-2113-108/+83
* Test error reporting for config file syntax errors.milde2022-02-213-16/+22
* Write table column widths with 3 digits precision. Fixes bug #444.milde2022-02-191-3/+3
* More detailled import error for missing components.milde2022-02-101-1/+1
* Add test for configuration file specification. Fix false positives.milde2022-02-073-13/+33
* Small fixes, mostly documentation. Test more "list" settings.milde2022-02-053-8/+22