summaryrefslogtreecommitdiff
path: root/docutils/writers
Commit message (Expand)AuthorAgeFilesLines
* Add wrapper around groups of footnotes to facilitate styling as a list.milde2022-06-193-17/+17
* HTML5 display tweaksmilde2022-06-192-5/+7
* Add encoding arguments when opening files.milde2022-06-152-2/+2
* 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-131-4/+4
* Fix "tuftig" style sheet.milde2022-06-101-13/+17
* Postpone deprecations to Docutils 2.0milde2022-05-302-3/+3
* 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
* Update PEP base URL and template.milde2022-03-131-13/+9
* core.Publisher.publish(): Prompt when waiting for input from a terminal.milde2022-03-113-3/+3
* Remove unused local variablesmilde2022-03-053-7/+1
* Remove unused imports.milde2022-03-057-18/+9
* Avoid line break after binary operator.milde2022-03-055-84/+80
* Avoid ambiguous variable name l (may be mixed up with 1).milde2022-03-051-1/+1
* Do not use bare 'except'.milde2022-03-051-3/+3
* Avoid multiple statements on one line. Fix redundant backslashmilde2022-03-051-1/+2
* xetex writer: support Korean language.milde2022-03-051-0/+1
* Avoid too long lines.milde2022-03-057-28/+34
* Fix imports.milde2022-03-051-1/+2
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-047-0/+10
* Remove excess blank lines.milde2022-03-043-3/+0
* Fix (some) missing blank linesmilde2022-03-045-7/+16
* Fix multiple spaces after keywordmilde2022-03-041-1/+1
* Ensure comments start with '# 'milde2022-03-045-65/+60
* Ensure at least two spaces before inline comment.milde2022-03-049-243/+247
* Fix unexpected spaces around equals indicating keyword arguments.milde2022-03-034-68/+69
* Fix multiple spaces after ',' or ':'.milde2022-03-031-7/+7
* Fix missing whitespace after ',' or ':'.milde2022-03-033-10/+11
* Fix missing whitespace around operator.milde2022-03-033-10/+10
* Fix multiple spaces before/after operatormilde2022-03-031-1/+1
* Fix whitespace before/after delimiters and colon.milde2022-03-036-17/+17
* 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-6/+5
* Fix trailing whitespace (non-Python files).milde2022-01-2915-24/+24
* Fix code indentationmilde2022-01-2910-253/+271
* Fix trailing whitespace (flake warnings W293, W391).milde2022-01-291-1/+1
* Fix trailing whitespace (flake warning W291).milde2022-01-292-7/+7
* Update IO error handling.milde2022-01-273-11/+11
* Leftovers and fixes after the big clean-up.milde2022-01-271-1/+1
* New style classes no longer need to inherit from `object`.milde2022-01-263-9/+9
* Drop string prefix "u".milde2022-01-265-167/+167
* Skip assigning to a variable when immediately returningmilde2022-01-264-32/+16
* Remove unused importsmilde2022-01-269-11/+0
* Use "x not in y" over "not x in y"milde2022-01-265-10/+11
* Use "is" to check for Nonemilde2022-01-261-2/+2
* Remove redundant parenthesesmilde2022-01-264-11/+11
* Remove re.U(NICODE), it is the default in Python 3milde2022-01-261-1/+1
* Small fixes and clean-ups by Adam Turner.milde2022-01-262-4/+3