summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-0315-50/+20
* Remove "coding:" slugmilde2022-01-033-5/+1
* Remove 2.7-compatibility __future__ imports.milde2022-01-036-15/+7
* docutils-cli.py: allow drop-in components for reader and parser.milde2021-12-231-13/+16
* Add DeprecationWarnings and FutureWarnings for planned changes.milde2021-11-051-6/+21
* Fix spellingmilde2021-10-224-7/+7
* docutils-cli.py: Read settings from standard configuration files.milde2021-10-191-11/+35
* Review settings_spec.milde2021-05-171-3/+3
* Improve help and error msg for docutils-cli.milde2021-04-071-11/+16
* Fix typo.milde2021-03-271-2/+2
* Rename buildhtml.py's "html-writer" option to "writer".milde2021-03-261-4/+9
* Clean up Markdown support.milde2021-01-034-110/+4