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
*
Fix spelling
milde
2021-10-22
1
-6
/
+6
*
Skip system_messages when propagating targets. Fixes bug #425.
milde
2021-09-20
1
-34
/
+37
*
LaTeX writer: revise Docutils-generated table of contents
milde
2021-09-11
1
-2
/
+2
*
Small documentation fixes and additions.
milde
2021-07-12
1
-8
/
+9
*
Do not use deprecated "rawsource" argument when creating node.Text instances.
milde
2021-06-30
2
-4
/
+2
*
Insert "meta" nodes at begin of document.
milde
2021-06-17
1
-1
/
+1
*
Make "meta" a standard node.
milde
2021-06-17
1
-6
/
+11
*
``nodes.Node.traverse()`` now returns an iterator instead of a list.
milde
2021-05-18
1
-2
/
+2
*
Small documentation update.
milde
2021-05-18
1
-3
/
+8
*
smartquotes: update comment.
milde
2021-05-02
1
-0
/
+1
*
Provide fallbacks for parser config settings.
milde
2021-04-07
3
-9
/
+8
*
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
[next]