summaryrefslogtreecommitdiff
path: root/docutils/docutils/utils/math/math2html.py
Commit message (Expand)AuthorAgeFilesLines
* Use "pathlib" to simplify path manipulations. No change to behaviour.milde2022-11-241-3/+3
* Resolve flake8 ``E261`` errors in ``math2html``aa-turner2022-10-201-36/+36
* Use 4 space indentation in ``math2html`` per PEP 8aa-turner2022-10-201-2767/+2767
* Remove unused local variablesmilde2022-03-051-1/+0
* Remove unused imports.milde2022-03-051-1/+0
* Avoid ambiguous variable name l (may be mixed up with 1).milde2022-03-051-2/+2
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+47
* Remove excess blank lines.milde2022-03-041-3/+0
* Fix unexpected spaces around equals indicating keyword arguments.milde2022-03-031-7/+7
* Fix missing whitespace after ',' or ':'.milde2022-03-031-75/+74
* Fix missing whitespace around operator.milde2022-03-031-1/+2
* Fix multiple spaces before/after operatormilde2022-03-031-1/+1
* Fix whitespace before/after delimiters and colon.milde2022-03-031-1/+1
* Fix code indentationmilde2022-01-291-4/+5
* 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-271-11/+11
* New style classes no longer need to inherit from `object`.milde2022-01-261-21/+21
* Drop string prefix "u".milde2022-01-261-340/+340
* Skip assigning to a variable when immediately returningmilde2022-01-261-2/+1
* Use "x not in y" over "not x in y"milde2022-01-261-9/+9
* Use "is" to check for Nonemilde2022-01-261-1/+1
* Remove redundant parenthesesmilde2022-01-261-1/+1
* Use yield frommilde2022-01-261-2/+1
* Use generator expressions with functions expecting a sequence.milde2022-01-261-2/+2
* Code modernisation. Use literals.milde2022-01-261-4/+4
* Fix flake8 warnings.milde2022-01-211-17/+1
* Drop (most) special-casing for Python 2.x.milde2022-01-031-83/+32
* Remove "coding:" slugmilde2022-01-031-3/+1
* Fix spellingmilde2021-10-221-1/+1
* Math: fix some LaTeX character mappings.milde2021-07-121-27/+36
* 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
* HTML math output fixes.milde2021-05-021-7/+10
* Fix link to 2-Clause BSD license.milde2020-09-041-1/+1
* trivial: Misc whitespace fixesmilde2019-08-271-650/+631
* py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list'milde2019-08-271-1/+1
* py3: Fix magic methodsmilde2019-08-271-14/+79
* py3: Handle 'urllib', 'urllib2' to 'urlib.*' renamemilde2019-08-271-2/+6
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-3/+3
* py3: Replace 'foo.next()' with 'next(foo)'milde2019-08-261-1/+1
* py3: Use 'sorted(foo)' instead of 'foo.sort()'milde2019-08-261-2/+1
* py3: Resolve some additional undefined symbolsmilde2019-08-261-4/+4
* py3: Add aliases for removed symbolsmilde2019-08-261-47/+12
* Apply patch [ 140 ] by Ville Skyttä (escape sequence deprecation fix).milde2017-05-301-1/+1
* Apply patch by Neil Schemenauer to fix bad string escapesmilde2016-12-101-1/+1
* New upstream version (additional macros, piecewise integrals and sums).milde2015-02-271-138/+258