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
/
writers
/
_html_base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
HTML5: Use dpub-ARIA role "doc-footnote" for footnotes
milde
2022-12-01
1
-1
/
+1
*
Wrap definition lists with "details" class argument in a <div>
milde
2022-11-28
1
-9
/
+13
*
Use "pathlib" to simplify path manipulations. No change to behaviour.
milde
2022-11-24
1
-7
/
+6
*
Use `super()` for calls to `get_transforms()` from parent class.
milde
2022-11-21
1
-1
/
+1
*
HTML5 writer: use parent `depart_document()` method.
milde
2022-11-13
1
-5
/
+7
*
Refactor HTMLTranslator initialization and parts setup.
milde
2022-11-13
1
-59
/
+51
*
Support `pandoc` as an external LaTeX to MathML converter.
milde
2022-11-04
1
-0
/
+4
*
Use the built-in ``open`` instead of ``FileInput``
aa-turner
2022-11-03
1
-2
/
+2
*
Resolve linting warnings from flake8
aa-turner
2022-11-03
1
-4
/
+4
*
Partially revert r9167
aa-turner
2022-11-02
1
-3
/
+10
*
Resolve flake8 ``E275`` error
aa-turner
2022-10-20
1
-3
/
+3
*
Add wrapper around groups of footnotes to facilitate styling as a list.
milde
2022-06-19
1
-6
/
+13
*
Postpone deprecations to Docutils 2.0
milde
2022-05-30
1
-2
/
+2
*
Small fixes to HTML5 output.
milde
2022-04-29
1
-1
/
+1
*
Remove unused local variables
milde
2022-03-05
1
-5
/
+0
*
Avoid line break after binary operator.
milde
2022-03-05
1
-8
/
+8
*
Avoid too long lines.
milde
2022-03-05
1
-1
/
+2
*
Fix imports.
milde
2022-03-05
1
-1
/
+2
*
Remove excess blank lines.
milde
2022-03-04
1
-1
/
+0
*
Fix multiple spaces after keyword
milde
2022-03-04
1
-1
/
+1
*
Ensure at least two spaces before inline comment.
milde
2022-03-04
1
-19
/
+21
*
Fix unexpected spaces around equals indicating keyword arguments.
milde
2022-03-03
1
-1
/
+1
*
Fix multiple spaces after ',' or ':'.
milde
2022-03-03
1
-7
/
+7
*
Fix missing whitespace around operator.
milde
2022-03-03
1
-4
/
+4
*
Fix whitespace before/after delimiters and colon.
milde
2022-03-03
1
-2
/
+2
*
Write table column widths with 3 digits precision. Fixes bug #444.
milde
2022-02-19
1
-3
/
+3
*
Fix code indentation
milde
2022-01-29
1
-38
/
+44
*
Fix trailing whitespace (flake warning W291).
milde
2022-01-29
1
-1
/
+1
*
Update IO error handling.
milde
2022-01-27
1
-7
/
+6
*
Drop string prefix "u".
milde
2022-01-26
1
-12
/
+12
*
Skip assigning to a variable when immediately returning
milde
2022-01-26
1
-2
/
+1
*
Remove unused imports
milde
2022-01-26
1
-1
/
+0
*
Use "x not in y" over "not x in y"
milde
2022-01-26
1
-3
/
+4
*
Use "is" to check for None
milde
2022-01-26
1
-2
/
+2
*
Remove redundant parentheses
milde
2022-01-26
1
-2
/
+2
*
Remove re.U(NICODE), it is the default in Python 3
milde
2022-01-26
1
-1
/
+1
*
Fix [bug:#443].
milde
2022-01-26
1
-2
/
+2
*
Change http://docutils.sourceforge.net -> https://docutils.sourceforge.io
milde
2022-01-20
1
-2
/
+2
*
Use "with ... as" when opening resources.
milde
2022-01-11
1
-4
/
+4
*
Drop use of utils.error_reporting module and deprecate it.
milde
2022-01-07
1
-3
/
+1
*
Drop (most) special-casing for Python 2.x.
milde
2022-01-03
1
-14
/
+7
*
Remove "coding:" slug
milde
2022-01-03
1
-2
/
+1
*
Fix behaviour of get_stylesheet_list()
milde
2021-11-17
1
-4
/
+7
*
Unify/simplify import of PIL.
milde
2021-11-09
1
-10
/
+1
*
Add DeprecationWarnings and FutureWarnings for planned changes.
milde
2021-11-05
1
-6
/
+17
*
Small fixes for 0.18.1.
milde
2021-10-30
1
-1
/
+3
*
Fix spelling
milde
2021-10-22
1
-1
/
+1
*
Config setting image_loading: use value "link" instead of "eager".
milde
2021-10-15
1
-2
/
+2
*
New option "image_loading" for HTML5.
milde
2021-10-13
1
-2
/
+8
*
HTML5: New default for table column widths (fixes bug #426).
milde
2021-10-01
1
-3
/
+8
[next]