index
:
delta/python-packages/docutils.git
abolish-userstring
abolish-userstring-haskey
abolish-userstring-haskey@5608
abolish-userstring@5603
address-rendering
address-rendering@4309
adjacent-citations
adjacent-citations@5042
ax
better-emacs
blais_interrupt_render
blais_interruptus
blais_interruptus@3512
directives
docutils-0.4
docutils-0.4@4265
goodger
include-after-until
include-after-until@4999
index-bug
index-bug@5586
lossless-rst-writer
lossless-rst-writer@5513
master
multiple-ids
nesting
plugins
plugins@4951
rel-0.15
reporter-categories
reporter-categories@3161
s5
s5@4010
subdocs
subdocs@5264
tibs
todo
todo2
todo2@3743
todo@3675
transforms
vendor
svn.code.sf.net: p/docutils/code
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docutils
/
docutils
/
utils
/
math
/
math2html.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use "pathlib" to simplify path manipulations. No change to behaviour.
milde
2022-11-24
1
-3
/
+3
*
Resolve flake8 ``E261`` errors in ``math2html``
aa-turner
2022-10-20
1
-36
/
+36
*
Use 4 space indentation in ``math2html`` per PEP 8
aa-turner
2022-10-20
1
-2767
/
+2767
*
Remove unused local variables
milde
2022-03-05
1
-1
/
+0
*
Remove unused imports.
milde
2022-03-05
1
-1
/
+0
*
Avoid ambiguous variable name l (may be mixed up with 1).
milde
2022-03-05
1
-2
/
+2
*
Ensure 2 blank lines around top-level functions and classes.
milde
2022-03-04
1
-0
/
+47
*
Remove excess blank lines.
milde
2022-03-04
1
-3
/
+0
*
Fix unexpected spaces around equals indicating keyword arguments.
milde
2022-03-03
1
-7
/
+7
*
Fix missing whitespace after ',' or ':'.
milde
2022-03-03
1
-75
/
+74
*
Fix missing whitespace around operator.
milde
2022-03-03
1
-1
/
+2
*
Fix multiple spaces before/after operator
milde
2022-03-03
1
-1
/
+1
*
Fix whitespace before/after delimiters and colon.
milde
2022-03-03
1
-1
/
+1
*
Fix code indentation
milde
2022-01-29
1
-4
/
+5
*
Do not use combining Unicode characters without base in literal strings.
milde
2022-01-27
1
-11
/
+11
*
Leftovers and fixes after the big clean-up.
milde
2022-01-27
1
-11
/
+11
*
New style classes no longer need to inherit from `object`.
milde
2022-01-26
1
-21
/
+21
*
Drop string prefix "u".
milde
2022-01-26
1
-340
/
+340
*
Skip assigning to a variable when immediately returning
milde
2022-01-26
1
-2
/
+1
*
Use "x not in y" over "not x in y"
milde
2022-01-26
1
-9
/
+9
*
Use "is" to check for None
milde
2022-01-26
1
-1
/
+1
*
Remove redundant parentheses
milde
2022-01-26
1
-1
/
+1
*
Use yield from
milde
2022-01-26
1
-2
/
+1
*
Use generator expressions with functions expecting a sequence.
milde
2022-01-26
1
-2
/
+2
*
Code modernisation. Use literals.
milde
2022-01-26
1
-4
/
+4
*
Fix flake8 warnings.
milde
2022-01-21
1
-17
/
+1
*
Drop (most) special-casing for Python 2.x.
milde
2022-01-03
1
-83
/
+32
*
Remove "coding:" slug
milde
2022-01-03
1
-3
/
+1
*
Fix spelling
milde
2021-10-22
1
-1
/
+1
*
Math: fix some LaTeX character mappings.
milde
2021-07-12
1
-27
/
+36
*
math2html: Prefer STIX fonts for formulas.
milde
2021-07-12
1
-35
/
+41
*
math2html: make "math.css" valid CSS 2.1.
milde
2021-07-12
1
-36
/
+12
*
math2html: Improve handling of big symbols.
milde
2021-07-12
1
-33
/
+34
*
math2html: support decorations under base character.
milde
2021-07-12
1
-43
/
+76
*
math2html: support small symbols, refactor math accent handling.
milde
2021-07-12
1
-78
/
+55
*
Major rework of math2html converter.
milde
2021-07-12
1
-2512
/
+323
*
HTML math output fixes.
milde
2021-05-02
1
-7
/
+10
*
Fix link to 2-Clause BSD license.
milde
2020-09-04
1
-1
/
+1
*
trivial: Misc whitespace fixes
milde
2019-08-27
1
-650
/
+631
*
py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list'
milde
2019-08-27
1
-1
/
+1
*
py3: Fix magic methods
milde
2019-08-27
1
-14
/
+79
*
py3: Handle 'urllib', 'urllib2' to 'urlib.*' rename
milde
2019-08-27
1
-2
/
+6
*
Formatting changes to facilitate integration of "py3" patchset.
milde
2019-08-27
1
-3
/
+3
*
py3: Replace 'foo.next()' with 'next(foo)'
milde
2019-08-26
1
-1
/
+1
*
py3: Use 'sorted(foo)' instead of 'foo.sort()'
milde
2019-08-26
1
-2
/
+1
*
py3: Resolve some additional undefined symbols
milde
2019-08-26
1
-4
/
+4
*
py3: Add aliases for removed symbols
milde
2019-08-26
1
-47
/
+12
*
Apply patch [ 140 ] by Ville Skyttä (escape sequence deprecation fix).
milde
2017-05-30
1
-1
/
+1
*
Apply patch by Neil Schemenauer to fix bad string escapes
milde
2016-12-10
1
-1
/
+1
*
New upstream version (additional macros, piecewise integrals and sums).
milde
2015-02-27
1
-138
/
+258
[next]