summaryrefslogtreecommitdiff
path: root/docutils/utils/math/math2html.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ``\\\\colon`` macro, fix spacing around colons. Fixes [ 246 ].milde2015-02-191-4/+4
* Fix mapping of "\\\\circ" macro to Unicode character.milde2015-02-161-2/+2
* Small fixes to math-output=HTML.milde2013-03-021-8/+3
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-251-0/+5254