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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
LaTeX to MathML: fix ``\mspace``.
milde
2023-04-08
1
-6
/
+7
*
Update source links for smartquotes localization.
milde
2023-04-06
1
-12
/
+14
*
Drop not required parentheses.
milde
2023-01-15
1
-27
/
+27
*
`locale.getdefaultlocale()` is deprecated in Python 0.11
milde
2023-01-10
1
-1
/
+1
*
Use pathlib.Path in utils.find_file_in_dirs().
milde
2022-11-28
1
-15
/
+10
*
Use "pathlib" to simplify path manipulations. No change to behaviour.
milde
2022-11-24
2
-12
/
+24
*
Simplify/update utils.punctuation_chars and generating script.
milde
2022-11-24
1
-18
/
+11
*
Update `utils.punctuation_chars` (keeping backwards compatibility).
milde
2022-11-16
1
-58
/
+66
*
Fix "shebang on non-executable files".
milde
2022-11-16
4
-7
/
+3
*
Revert [r9247] "Regenerate ``punctuation_chars``"
aa-turner
2022-11-16
1
-78
/
+57
*
Regenerate ``punctuation_chars``
aa-turner
2022-11-16
1
-57
/
+78
*
New function utils.xml_declaration()
milde
2022-11-13
1
-0
/
+13
*
Support `pandoc` as an external LaTeX to MathML converter.
milde
2022-11-04
1
-2
/
+36
*
MathML: Small fixes for external latex -> MathML converters.
milde
2022-11-04
1
-7
/
+7
*
MathML: Use (re)generated version of tex2unichar.py.
milde
2022-11-04
1
-21
/
+47
*
MathML: support "mod" notation for modulo operation/arithmetic.
milde
2022-11-04
1
-4
/
+53
*
Use the built-in ``open`` instead of ``FileOutput``
aa-turner
2022-11-03
1
-13
/
+12
*
Resolve flake8 ``E261`` errors in ``math2html``
aa-turner
2022-10-20
1
-36
/
+36
*
Resolve flake8 ``E261`` errors in ``latex2mathml``
aa-turner
2022-10-20
1
-187
/
+198
*
Resolve flake8 ``E261`` errors in ``tex2unichar``
aa-turner
2022-10-20
1
-684
/
+684
*
Use 4 space indentation in ``math2html`` per PEP 8
aa-turner
2022-10-20
1
-2767
/
+2767
*
Minor error message fix
milde
2022-09-13
1
-1
/
+1
*
Rename `io.locale_encoding` to mark it as internal.
milde
2022-06-17
1
-2
/
+1
*
Ensure locale_encoding is lower case.
milde
2022-06-15
1
-26
/
+2
*
Unify naming of the "utf-8" codec.
milde
2022-06-13
3
-13
/
+13
*
Postpone deprecations to Docutils 2.0
milde
2022-05-30
1
-1
/
+1
*
Prepare switch from optparse to argparse.
milde
2022-03-17
1
-8
/
+18
*
Remove unused local variables
milde
2022-03-05
1
-1
/
+0
*
Remove unused imports.
milde
2022-03-05
3
-3
/
+2
*
Avoid line break after binary operator.
milde
2022-03-05
1
-4
/
+4
*
Avoid ambiguous variable name l (may be mixed up with 1).
milde
2022-03-05
1
-2
/
+2
*
Do not use bare 'except'.
milde
2022-03-05
2
-2
/
+2
*
Avoid multiple statements on one line. Fix redundant backslash
milde
2022-03-05
2
-9
/
+10
*
Avoid too long lines.
milde
2022-03-05
4
-114
/
+117
*
Simplify code as dicts have fixed order since 3.6
milde
2022-03-05
1
-8
/
+6
*
Fix imports.
milde
2022-03-05
1
-23
/
+23
*
Ensure 2 blank lines around top-level functions and classes.
milde
2022-03-04
10
-2
/
+108
*
Remove excess blank lines.
milde
2022-03-04
4
-10
/
+0
*
Fix (some) missing blank lines
milde
2022-03-04
1
-0
/
+2
*
Fix multiple spaces after keyword
milde
2022-03-04
1
-1
/
+1
*
Ensure comments start with '# '
milde
2022-03-04
2
-9
/
+9
*
Ensure at least two spaces before inline comment.
milde
2022-03-04
6
-80
/
+79
*
Fix unexpected spaces around equals indicating keyword arguments.
milde
2022-03-03
1
-7
/
+7
*
Fix multiple spaces after ',' or ':'.
milde
2022-03-03
2
-4
/
+4
*
Fix missing whitespace after ',' or ':'.
milde
2022-03-03
4
-84
/
+84
*
Fix missing whitespace around operator.
milde
2022-03-03
3
-4
/
+5
*
Fix multiple spaces before/after operator
milde
2022-03-03
2
-15
/
+15
*
Fix whitespace before/after delimiters and colon.
milde
2022-03-03
1
-1
/
+1
*
Small fixes, mostly documentation. Test more "list" settings.
milde
2022-02-05
1
-2
/
+2
*
Fix code indentation
milde
2022-01-29
8
-51
/
+58
[next]