summaryrefslogtreecommitdiff
path: root/docutils/utils/punctuation_chars.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify/update utils.punctuation_chars and generating script.milde2022-11-241-18/+11
* Update `utils.punctuation_chars` (keeping backwards compatibility).milde2022-11-161-58/+66
* Revert [r9247] "Regenerate ``punctuation_chars``"aa-turner2022-11-161-78/+57
* Regenerate ``punctuation_chars``aa-turner2022-11-161-57/+78
* Remove unused imports.milde2022-03-051-1/+0
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+1
* Ensure at least two spaces before inline comment.milde2022-03-041-10/+11
* Fix multiple spaces after ',' or ':'.milde2022-03-031-1/+1
* Remove unused importsmilde2022-01-261-1/+1
* Change http://docutils.sf.net -> https://docutils.sourceforge.iomilde2022-01-201-1/+1
* Remove "coding:" slugmilde2022-01-031-2/+1
* Fix link to 2-Clause BSD license.milde2020-09-041-1/+1
* Generate the complete punctuation_chars module with the corresponding tool.milde2017-01-171-48/+47
* "Outsourcing" of development code from utils.punctuation_chars.milde2017-01-051-304/+23
* Clarify use of Unicode character categories.milde2017-01-041-38/+87
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-041-3/+3
* Exclude "wide" characters from the "delimiters" regexp in "narrow" builds.milde2013-05-311-15/+46
* Literal definition of character sets with backslash escapes instead of utf8.milde2013-04-281-34/+126
* Fix for changes in 7650.milde2013-04-221-59/+61
* Re-calculate only if run as stand-alone module. Add verbose test output.milde2013-04-221-130/+149
* Drop support for Python 2.3.milde2012-06-221-3/+2
* Add py23 commentgrubert2012-05-011-0/+1
* Fix: list comprehension for python 2.3 requires brackettsgrubert2012-04-291-2/+2
* docutils.utils is now a package (providing a place for sub-modules)milde2011-12-201-0/+211