summaryrefslogtreecommitdiff
path: root/docutils/tools
Commit message (Expand)AuthorAgeFilesLines
* Add a small backwards compatibility script for rst2odt_prepstyles.py.milde2023-05-161-0/+20
* Move auxiliary script rst2odt_prepstyles.py to the library.milde2023-05-161-78/+0
* Fixes for "rst2odf_prepstyles" module.milde2023-04-261-8/+19
* Small fixes to odt_prepstyles module.milde2023-04-191-3/+5
* Avoid ambiguous module name `io`.milde2023-02-071-4/+4
* Simplify/update utils.punctuation_chars and generating script.milde2022-11-241-83/+86
* Use a simpler algorithm to generate char listsaa-turner2022-11-161-17/+8
* Fix ``punctuation_chars`` regeneration for testsaa-turner2022-11-161-0/+7
* Update `utils.punctuation_chars` (keeping backwards compatibility).milde2022-11-161-26/+27
* Update ``generate_punctuation_chars`` templatesaa-turner2022-11-161-26/+28
* Move ``quicktest`` to ``tools/dev``aa-turner2022-11-021-25/+22
* Cleanup.milde2022-07-2813-13/+13
* Add encoding arguments when opening files.milde2022-06-152-2/+2
* Unify naming of the "utf-8" codec.milde2022-06-131-6/+6
* Postpone deprecations to Docutils 2.0milde2022-05-301-1/+1
* Command line "entry point" to the docutils package. Part 2/2.milde2022-05-301-0/+24
* Command line "entry point" to the docutils package. Part 1/2.milde2022-05-301-106/+0
* Suppress deprecation warnings and some cleanup in buildhtml tool.milde2022-04-021-22/+24
* Prepare switch from optparse to argparse.milde2022-03-171-2/+2
* Remove unused imports.milde2022-03-051-2/+2
* Avoid line break after binary operator.milde2022-03-051-2/+2
* Avoid ambiguous variable name l (may be mixed up with 1).milde2022-03-051-13/+13
* Avoid too long lines.milde2022-03-054-9/+7
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-045-0/+25
* Ensure at least two spaces before inline comment.milde2022-03-045-16/+16
* Fix unexpected spaces around equals indicating keyword arguments.milde2022-03-032-2/+2
* Fix missing whitespace after ',' or ':'.milde2022-03-031-2/+2
* Fix missing whitespace around operator.milde2022-03-032-4/+4
* Fix whitespace before/after delimiters and colon.milde2022-03-032-19/+19
* Make docutils-cli.py importable. Better/simpler help output.milde2022-02-101-57/+70
* Fix trailing whitespace (non-Python files).milde2022-01-293-3/+2
* Fix code indentationmilde2022-01-296-36/+34
* Fix trailing whitespace (flake warnings W293, W391).milde2022-01-291-1/+0
* Fix trailing whitespace (flake warning W291).milde2022-01-291-1/+1
* New style classes no longer need to inherit from `object`.milde2022-01-263-4/+4
* Drop string prefix "u".milde2022-01-261-2/+2
* Remove unused importsmilde2022-01-262-2/+0
* Use "x not in y" over "not x in y"milde2022-01-261-2/+2
* Remove redundant parenthesesmilde2022-01-261-1/+1
* Use generator expressions with functions expecting a sequence.milde2022-01-262-4/+4
* Modernise helper script generating `punctuation_chars.py`.milde2022-01-261-39/+37
* Suppress help output for deprecated command line options.milde2022-01-251-1/+1
* docutils-cli: Use "SettingsSpec" interface for config file parsing.milde2022-01-251-58/+53
* Update URLs in the docs.milde2022-01-213-5/+5
* Change http://docutils.sourceforge.net -> https://docutils.sourceforge.iomilde2022-01-205-9/+9
* More changes to https://sourceforge.netmilde2022-01-201-1/+1
* Change http://docutils.sf.net -> https://docutils.sourceforge.iomilde2022-01-203-3/+3
* Remove unused optparse import.milde2022-01-141-1/+0
* Drop use of utils.error_reporting module and deprecate it.milde2022-01-072-12/+10
* Front-end documentation update and small fix.milde2022-01-051-1/+1