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
...
*
Fix trailing whitespace (flake warnings W293, W391).
milde
2022-01-29
1
-1
/
+0
*
Fix trailing whitespace (flake warning W291).
milde
2022-01-29
1
-2
/
+2
*
Smartquotes 1.8.2: Code cleanup. Require Python 3.
milde
2022-01-27
1
-50
/
+36
*
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
3
-16
/
+16
*
New style classes no longer need to inherit from `object`.
milde
2022-01-26
6
-29
/
+29
*
Drop string prefix "u".
milde
2022-01-26
8
-2024
/
+2024
*
Skip assigning to a variable when immediately returning
milde
2022-01-26
3
-6
/
+3
*
Remove unused imports
milde
2022-01-26
2
-3
/
+1
*
Use "x not in y" over "not x in y"
milde
2022-01-26
2
-12
/
+12
*
Use "is" to check for None
milde
2022-01-26
2
-2
/
+2
*
Remove redundant parentheses
milde
2022-01-26
4
-13
/
+13
*
Remove re.U(NICODE), it is the default in Python 3
milde
2022-01-26
1
-5
/
+5
*
Use yield from
milde
2022-01-26
1
-2
/
+1
*
Small fixes and clean-ups by Adam Turner.
milde
2022-01-26
1
-5
/
+4
*
Use generator expressions with functions expecting a sequence.
milde
2022-01-26
6
-15
/
+15
*
Code modernisation. Use literals.
milde
2022-01-26
1
-4
/
+4
*
Update URLs in the docs.
milde
2022-01-21
3
-4
/
+3
*
Fix flake8 warnings.
milde
2022-01-21
2
-22
/
+5
*
Change http://docutils.sf.net -> https://docutils.sourceforge.io
milde
2022-01-20
2
-2
/
+2
*
Change removal warnings to "minor + 2" where appropriate.
milde
2022-01-14
2
-3
/
+4
*
Module "locale" is supported by Jython since version 2.7.2.
milde
2022-01-11
1
-1
/
+1
*
Fix : string containing backslash to raw
grubert
2022-01-09
1
-1
/
+1
*
Drop use of utils.error_reporting module and deprecate it.
milde
2022-01-07
2
-15
/
+26
*
Deprecate `nodes.reprunicode` and `nodes.ensure_str()`.
milde
2022-01-04
1
-3
/
+3
*
Drop (most) special-casing for Python 2.x.
milde
2022-01-03
3
-97
/
+36
*
Remove "coding:" slug
milde
2022-01-03
9
-20
/
+5
*
Remove 2.7-compatibility __future__ imports.
milde
2022-01-03
2
-4
/
+2
*
Fixup for [r8891]. Fix bug #434.
milde
2021-11-18
1
-0
/
+2
*
Fix behaviour of get_stylesheet_list()
milde
2021-11-17
1
-4
/
+10
*
Update documentation and handling of (east-asian) wide characters.
milde
2021-11-14
1
-1
/
+1
*
Document image formats, small documentation fixes and updates.
milde
2021-11-09
1
-2
/
+5
*
Add DeprecationWarnings and FutureWarnings for planned changes.
milde
2021-11-05
2
-2
/
+7
*
Mark "latex2mathml" module as provisional.
milde
2021-11-05
1
-3
/
+6
*
Small fixes in interpreted text role definitions.
milde
2021-11-01
1
-1
/
+1
*
Fix spelling
milde
2021-10-22
6
-7
/
+7
*
MathML: fixes and additions.
milde
2021-08-10
1
-167
/
+204
*
Math: fix some LaTeX character mappings.
milde
2021-07-12
3
-73
/
+77
*
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
*
MathML: Refactor negating with ``\not``, simplify code.
milde
2021-06-17
1
-82
/
+75
*
math: use hex numbers for codepoints in Unicode -> LaTeX mappings.
milde
2021-06-17
1
-799
/
+799
*
math: update latex <-> unicode mappings.
milde
2021-06-17
2
-34
/
+87
*
MathML: refactor and extend.
milde
2021-06-17
3
-88
/
+233
*
MathML: refactor and extend.
milde
2021-05-27
1
-179
/
+369
*
MathML: remove unrequired <mrow>s, support more commands.
milde
2021-05-20
2
-70
/
+87
[prev]
[next]