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
/
transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make "meta" elements available for "latex" and "odt".
milde
2021-01-08
1
-4
/
+7
*
Limit length of input lines and substitution expansion.
milde
2020-09-14
1
-2
/
+10
*
Flat is better than nested.
milde
2020-09-08
1
-60
/
+60
*
fix typo
grubert
2020-08-24
1
-1
/
+1
*
Fix #395.
milde
2020-07-14
1
-3
/
+6
*
More descriptive auto-IDs
milde
2019-10-11
1
-1
/
+2
*
Future warning for Node.traverse().
milde
2019-09-18
1
-4
/
+4
*
Speed up Node.next_node() ...
milde
2019-09-11
1
-2
/
+2
*
Do not rely on `nodes.Node.traverse()` returning a "list" instance.
milde
2019-09-06
2
-21
/
+25
*
Minor cleanup: consistent return value, comments, docstring update.
milde
2019-09-06
1
-22
/
+22
*
Formatting changes to facilitate integration of "py3" patchset.
milde
2019-08-27
2
-2
/
+2
*
Consistent Python 3 checks.
milde
2019-08-26
2
-2
/
+2
*
Cleanup/simplify code following recent changes.
milde
2019-08-26
1
-2
/
+2
*
py3: Use 'sorted(foo)' instead of 'foo.sort()'
milde
2019-08-26
1
-2
/
+1
*
py3: Replace 'sys.maxint' with 'sys.maxsize'
milde
2019-08-26
1
-2
/
+2
*
py3: Replace deprecated form of raising exception
milde
2019-08-26
1
-2
/
+2
*
py3: Add aliases for removed symbols
milde
2019-08-26
2
-0
/
+11
*
py3: Switch to print functions
milde
2019-08-26
1
-2
/
+1
*
py3: Use new style classes
milde
2019-08-26
1
-1
/
+1
*
Fix #332 and #342 (smartquotes problems).
milde
2019-07-24
1
-10
/
+11
*
Remove spurious whitespace.
milde
2019-07-23
1
-1
/
+1
*
Apply patch #148: Remove handlers for deprecated nodes from LaTeX writer.
milde
2019-03-12
1
-1
/
+0
*
Fix #352 The docstring of Transformer class is wrong.
milde
2018-11-21
1
-2
/
+3
*
Revert the fix for backslash escaping in transforms.
milde
2018-11-21
1
-11
/
+10
*
smartquotes: Use single backslashes for escaping.
milde
2018-11-20
1
-10
/
+11
*
DocInfo transform must not use "rawsource" attribute for escaping.
milde
2018-11-20
1
-8
/
+6
*
Ignore backslash-escaped separators when extracting authors from a paragraph.
milde
2017-11-04
1
-6
/
+18
*
"rawsource" attribute for text of inline elements and definition list terms.
milde
2017-11-04
1
-1
/
+1
*
Fix bug #331: fixed the "trim" options of the "unicode" directive.
goodger
2017-10-20
1
-4
/
+2
*
Add field name as class argument to generic docinfo fields unconditionally.
milde
2017-10-06
1
-4
/
+4
*
smartquotes transform: Keep "rawsource" when "educating" quotes.
milde
2017-07-26
1
-1
/
+3
*
Fix [ 320 ] Russian docinfo fields not recognized.
milde
2017-06-18
1
-3
/
+5
*
SmartQuotes transform: the "literal" nodes must be stored as tupel.
milde
2017-05-30
1
-3
/
+3
*
smart quotes: improve configurability of the transform, add more locales.
milde
2017-05-30
1
-7
/
+17
*
Fix the "warn only once" mechanism of the smartquotes transform.
milde
2017-05-27
1
-1
/
+1
*
Add "smartquotes-locales" setting.
milde
2017-05-08
1
-0
/
+3
*
unroll problematic refs to their origin in document when reporting errors
milde
2017-05-04
1
-2
/
+7
*
Minor documentation fixes.
milde
2017-05-04
1
-2
/
+2
*
Do not add a second ID to problematic references.
milde
2017-04-06
1
-1
/
+4
*
Update smartquotes:
milde
2017-03-31
1
-1
/
+1
*
Apply patch by Neil Schemenauer to fix bad string escapes
milde
2016-12-10
1
-1
/
+1
*
Revert application of [ 132 ] (SOURCE_DATE_EPOCH for "date" directive).
milde
2016-07-28
1
-0
/
+4
*
Add name of generic bibliographic fields as a "classes" attribute value
milde
2015-05-29
1
-1
/
+3
*
Make the insertion of "admonition" class in the HTML writer
milde
2015-02-27
1
-3
/
+2
*
Use the "admonition" class argument for all admonitions
milde
2015-02-27
1
-2
/
+3
*
change svn pep url to mercurial
grubert
2014-10-08
1
-2
/
+2
*
Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.
milde
2013-06-04
1
-1
/
+1
*
Fix [ 3607029 ] traceback with embedded alias pointing to missing target.
milde
2013-03-07
1
-4
/
+6
*
Apply [ 2714873 ] Fix for the overwritting of document attributes.
milde
2013-01-21
1
-9
/
+25
*
smartquotes: Skip emtpy text tokens without updating the last character.
milde
2013-01-04
1
-1
/
+1
[next]