summaryrefslogtreecommitdiff
path: root/docutils/tools/dev/generate_punctuation_chars.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unify naming of the "utf-8" codec.milde2022-06-131-6/+6
* Remove unused imports.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-051-2/+4
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+4
* Ensure at least two spaces before inline comment.milde2022-03-041-8/+8
* Fix unexpected spaces around equals indicating keyword arguments.milde2022-03-031-1/+1
* Fix missing whitespace around operator.milde2022-03-031-3/+3
* Fix code indentationmilde2022-01-291-11/+9
* Modernise helper script generating `punctuation_chars.py`.milde2022-01-261-39/+37
* Update URLs in the docs.milde2022-01-211-1/+1
* Change http://docutils.sf.net -> https://docutils.sourceforge.iomilde2022-01-201-1/+1
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-22/+7
* Remove "coding:" slugmilde2022-01-031-2/+0
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-4/+2
* Fix spellingmilde2021-10-221-1/+1
* Fix link to 2-Clause BSD license.milde2020-09-041-2/+2
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-2/+2
* py3: Replace 'ur' prefixmilde2019-08-271-2/+8
* Consistent Python 3 checks.milde2019-08-261-2/+2
* py3: Use 'sorted(foo)' instead of 'foo.sort()'milde2019-08-261-2/+1
* py3: Resolve some additional undefined symbolsmilde2019-08-261-11/+0
* py3: Switch to print functionsmilde2019-08-261-45/+3
* Generate the complete punctuation_chars module with the corresponding tool.milde2017-01-171-60/+190
* "Outsourcing" of development code from utils.punctuation_chars.milde2017-01-051-0/+334