summaryrefslogtreecommitdiff
path: root/docutils/utils
Commit message (Expand)AuthorAgeFilesLines
* LaTeX to MathML: fix ``\mspace``.milde2023-04-081-6/+7
* Update source links for smartquotes localization.milde2023-04-061-12/+14
* Drop not required parentheses.milde2023-01-151-27/+27
* `locale.getdefaultlocale()` is deprecated in Python 0.11milde2023-01-101-1/+1
* Use pathlib.Path in utils.find_file_in_dirs().milde2022-11-281-15/+10
* Use "pathlib" to simplify path manipulations. No change to behaviour.milde2022-11-242-12/+24
* 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
* Fix "shebang on non-executable files".milde2022-11-164-7/+3
* Revert [r9247] "Regenerate ``punctuation_chars``"aa-turner2022-11-161-78/+57
* Regenerate ``punctuation_chars``aa-turner2022-11-161-57/+78
* New function utils.xml_declaration()milde2022-11-131-0/+13
* Support `pandoc` as an external LaTeX to MathML converter.milde2022-11-041-2/+36
* MathML: Small fixes for external latex -> MathML converters.milde2022-11-041-7/+7
* MathML: Use (re)generated version of tex2unichar.py.milde2022-11-041-21/+47
* MathML: support "mod" notation for modulo operation/arithmetic.milde2022-11-041-4/+53
* Use the built-in ``open`` instead of ``FileOutput``aa-turner2022-11-031-13/+12
* Resolve flake8 ``E261`` errors in ``math2html``aa-turner2022-10-201-36/+36
* Resolve flake8 ``E261`` errors in ``latex2mathml``aa-turner2022-10-201-187/+198
* Resolve flake8 ``E261`` errors in ``tex2unichar``aa-turner2022-10-201-684/+684
* Use 4 space indentation in ``math2html`` per PEP 8aa-turner2022-10-201-2767/+2767
* Minor error message fixmilde2022-09-131-1/+1
* Rename `io.locale_encoding` to mark it as internal.milde2022-06-171-2/+1
* Ensure locale_encoding is lower case.milde2022-06-151-26/+2
* Unify naming of the "utf-8" codec.milde2022-06-133-13/+13
* Postpone deprecations to Docutils 2.0milde2022-05-301-1/+1
* Prepare switch from optparse to argparse.milde2022-03-171-8/+18
* Remove unused local variablesmilde2022-03-051-1/+0
* Remove unused imports.milde2022-03-053-3/+2
* Avoid line break after binary operator.milde2022-03-051-4/+4
* Avoid ambiguous variable name l (may be mixed up with 1).milde2022-03-051-2/+2
* Do not use bare 'except'.milde2022-03-052-2/+2
* Avoid multiple statements on one line. Fix redundant backslashmilde2022-03-052-9/+10
* Avoid too long lines.milde2022-03-054-114/+117
* Simplify code as dicts have fixed order since 3.6milde2022-03-051-8/+6
* Fix imports.milde2022-03-051-23/+23
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-0410-2/+108
* Remove excess blank lines.milde2022-03-044-10/+0
* Fix (some) missing blank linesmilde2022-03-041-0/+2
* Fix multiple spaces after keywordmilde2022-03-041-1/+1
* Ensure comments start with '# 'milde2022-03-042-9/+9
* Ensure at least two spaces before inline comment.milde2022-03-046-80/+79
* Fix unexpected spaces around equals indicating keyword arguments.milde2022-03-031-7/+7
* Fix multiple spaces after ',' or ':'.milde2022-03-032-4/+4
* Fix missing whitespace after ',' or ':'.milde2022-03-034-84/+84
* Fix missing whitespace around operator.milde2022-03-033-4/+5
* Fix multiple spaces before/after operatormilde2022-03-032-15/+15
* Fix whitespace before/after delimiters and colon.milde2022-03-031-1/+1
* Small fixes, mostly documentation. Test more "list" settings.milde2022-02-051-2/+2
* Fix code indentationmilde2022-01-298-51/+58