summaryrefslogtreecommitdiff
path: root/docutils/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Fix trailing whitespace (flake warnings W293, W391).milde2022-01-291-1/+0
* Fix trailing whitespace (flake warning W291).milde2022-01-291-2/+2
* Smartquotes 1.8.2: Code cleanup. Require Python 3.milde2022-01-271-50/+36
* Do not use combining Unicode characters without base in literal strings.milde2022-01-271-11/+11
* Leftovers and fixes after the big clean-up.milde2022-01-273-16/+16
* New style classes no longer need to inherit from `object`.milde2022-01-266-29/+29
* Drop string prefix "u".milde2022-01-268-2024/+2024
* Skip assigning to a variable when immediately returningmilde2022-01-263-6/+3
* Remove unused importsmilde2022-01-262-3/+1
* Use "x not in y" over "not x in y"milde2022-01-262-12/+12
* Use "is" to check for Nonemilde2022-01-262-2/+2
* Remove redundant parenthesesmilde2022-01-264-13/+13
* Remove re.U(NICODE), it is the default in Python 3milde2022-01-261-5/+5
* Use yield frommilde2022-01-261-2/+1
* Small fixes and clean-ups by Adam Turner.milde2022-01-261-5/+4
* Use generator expressions with functions expecting a sequence.milde2022-01-266-15/+15
* Code modernisation. Use literals.milde2022-01-261-4/+4
* Update URLs in the docs.milde2022-01-213-4/+3
* Fix flake8 warnings.milde2022-01-212-22/+5
* Change http://docutils.sf.net -> https://docutils.sourceforge.iomilde2022-01-202-2/+2
* Change removal warnings to "minor + 2" where appropriate.milde2022-01-142-3/+4
* Module "locale" is supported by Jython since version 2.7.2.milde2022-01-111-1/+1
* Fix : string containing backslash to rawgrubert2022-01-091-1/+1
* Drop use of utils.error_reporting module and deprecate it.milde2022-01-072-15/+26
* Deprecate `nodes.reprunicode` and `nodes.ensure_str()`.milde2022-01-041-3/+3
* Drop (most) special-casing for Python 2.x.milde2022-01-033-97/+36
* Remove "coding:" slugmilde2022-01-039-20/+5
* Remove 2.7-compatibility __future__ imports.milde2022-01-032-4/+2
* Fixup for [r8891]. Fix bug #434.milde2021-11-181-0/+2
* Fix behaviour of get_stylesheet_list()milde2021-11-171-4/+10
* Update documentation and handling of (east-asian) wide characters.milde2021-11-141-1/+1
* Document image formats, small documentation fixes and updates.milde2021-11-091-2/+5
* Add DeprecationWarnings and FutureWarnings for planned changes.milde2021-11-052-2/+7
* Mark "latex2mathml" module as provisional.milde2021-11-051-3/+6
* Small fixes in interpreted text role definitions.milde2021-11-011-1/+1
* Fix spellingmilde2021-10-226-7/+7
* MathML: fixes and additions.milde2021-08-101-167/+204
* Math: fix some LaTeX character mappings.milde2021-07-123-73/+77
* math2html: Prefer STIX fonts for formulas.milde2021-07-121-35/+41
* math2html: make "math.css" valid CSS 2.1.milde2021-07-121-36/+12
* math2html: Improve handling of big symbols.milde2021-07-121-33/+34
* math2html: support decorations under base character.milde2021-07-121-43/+76
* math2html: support small symbols, refactor math accent handling.milde2021-07-121-78/+55
* Major rework of math2html converter.milde2021-07-121-2512/+323
* MathML: Refactor negating with ``\not``, simplify code.milde2021-06-171-82/+75
* math: use hex numbers for codepoints in Unicode -> LaTeX mappings.milde2021-06-171-799/+799
* math: update latex <-> unicode mappings.milde2021-06-172-34/+87
* MathML: refactor and extend.milde2021-06-173-88/+233
* MathML: refactor and extend.milde2021-05-271-179/+369
* MathML: remove unrequired <mrow>s, support more commands.milde2021-05-202-70/+87