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
/
html4css1
Commit message (
Expand
)
Author
Age
Files
Lines
*
Wrap definition lists with "details" class argument in a <div>
milde
2022-11-28
1
-1
/
+1
*
Refactor HTMLTranslator initialization and parts setup.
milde
2022-11-13
1
-1
/
+1
*
Remove unused imports.
milde
2022-03-05
1
-3
/
+2
*
Avoid line break after binary operator.
milde
2022-03-05
1
-22
/
+23
*
Avoid too long lines.
milde
2022-03-05
1
-3
/
+3
*
Ensure 2 blank lines around top-level functions and classes.
milde
2022-03-04
1
-0
/
+1
*
Fix (some) missing blank lines
milde
2022-03-04
1
-4
/
+4
*
Ensure at least two spaces before inline comment.
milde
2022-03-04
1
-3
/
+3
*
Fix unexpected spaces around equals indicating keyword arguments.
milde
2022-03-03
1
-34
/
+34
*
Fix whitespace before/after delimiters and colon.
milde
2022-03-03
1
-7
/
+7
*
Fix code indentation
milde
2022-01-29
1
-35
/
+36
*
Update IO error handling.
milde
2022-01-27
1
-2
/
+2
*
Leftovers and fixes after the big clean-up.
milde
2022-01-27
1
-1
/
+1
*
Drop string prefix "u".
milde
2022-01-26
1
-1
/
+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
-1
/
+1
*
Fix [bug:#443].
milde
2022-01-26
1
-2
/
+1
*
Change http://docutils.sf.net -> https://docutils.sourceforge.io
milde
2022-01-20
1
-1
/
+1
*
Use "with ... as" when opening resources.
milde
2022-01-11
1
-2
/
+1
*
Fix/silence DeprecationWarnings and RessourceWarnings.
milde
2022-01-06
1
-5
/
+5
*
Fix spelling
milde
2021-10-22
1
-2
/
+2
*
HTML5: Improve accessibility of section headings.
milde
2021-06-30
1
-7
/
+29
*
HTML5: Support details disclosure elements
milde
2021-06-30
1
-1
/
+17
*
HTML5: ARIA roles for citations and citation-references.
milde
2021-06-25
1
-1
/
+13
*
Complete visit_* / depart_* method pairs in html4css.HTMLTranslator.
milde
2021-06-25
1
-3
/
+37
*
Code simplification in writers.
milde
2021-06-25
1
-2
/
+14
*
Review settings_spec.
milde
2021-05-17
1
-87
/
+33
*
Update comments and advertised future changes.
milde
2021-03-20
1
-6
/
+7
*
Revert "html5 writer: wrap image elements in <p> unless inline or in figure."
milde
2021-01-26
1
-29
/
+2
*
Implement feature request #40 Option to embed images as data URI.
milde
2020-11-27
1
-0
/
+9
*
html writer: Drop spurious suffix after <object> starttag.
milde
2020-04-03
1
-1
/
+1
*
html5 writer: wrap image elements in <p> unless inline or in figure.
milde
2020-04-03
1
-0
/
+99
*
Fix ticket [ patches/147 ] code duplication.
milde
2018-11-29
1
-5
/
+2
*
Fix :width: option for the table directives.
milde
2017-10-19
1
-1
/
+4
*
Drop compatibility code for Python 2.4 and 2.5.
milde
2017-08-11
1
-3
/
+2
*
Replace untranslable term "sollbruchstelle" with English approximation.
milde
2017-02-13
1
-1
/
+1
*
Apply [ 125 ] respect automatic table column sizing also in html4css1.
milde
2017-02-13
1
-28
/
+30
*
HTML writers: Outsourcing of common code to _html_base.py.
milde
2016-11-29
1
-1023
/
+76
*
Rename html_plain writer to html5_polyglott.
milde
2016-08-18
1
-1
/
+1
*
Implement feature request [ 48 ]
milde
2016-07-26
2
-4
/
+20
*
Use https in default MathJax URL (report Alan G Isaac).
milde
2016-05-24
1
-2
/
+2
*
Rename html_base writer to html_plain, move xhtml11 writer back to sandbox.
milde
2015-08-12
1
-1
/
+1
*
Do not use <sup> and <sub> tags inside <pre> (parsed-literal blocks).
milde
2015-03-30
2
-6
/
+28
*
HTML4 writer: Wrap literal blocks in a <span> to support sub- and superscript
milde
2015-03-26
1
-0
/
+2
*
Small fixes to the writer aliases, supported formats, and front-end tools.
milde
2015-03-17
1
-1
/
+1
*
Fix setup.py and tests after addition of writers/html_base and mv of math.css.
milde
2015-03-10
1
-1
/
+6
*
New basic HTML writer: generates polyglott HTML 5 / XHTML 1.1 (transitional)
milde
2015-03-10
1
-276
/
+0
*
New CSS 2.1 style-sheet for xhtml11 writer.
milde
2015-03-06
1
-5
/
+9
*
Make the insertion of "admonition" class in the HTML writer
milde
2015-02-27
1
-0
/
+1
*
Fix [ 266 ] creating labels/class values in description list items.
milde
2015-02-26
1
-1
/
+7
[next]