summaryrefslogtreecommitdiff
path: root/docutils/utils/math
Commit message (Expand)AuthorAgeFilesLines
* Fix link to 2-Clause BSD license.milde2020-09-044-4/+4
* trivial: Misc whitespace fixesmilde2019-08-272-653/+634
* 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 'ur' prefixmilde2019-08-272-16/+15
* py3: Replace 'foo.next()' with 'next(foo)'milde2019-08-261-1/+1
* Use 'isinstance(foo, bar)' instead of 'type(foo) is bar'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
* py3: Switch to print functionsmilde2019-08-262-4/+4
* py3: Use new style classesmilde2019-08-261-1/+1
* Fix error reporting in wrapper for external tex2mathml converters.milde2018-01-041-9/+8
* 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-102-3/+3
* Small HTML fixes and documentation updates.milde2015-04-122-2/+14
* Support some external TeX math -> MathML converters.milde2015-04-101-0/+147
* 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
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-042-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-255-0/+7311