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
...
*
merged reporter-categories branch into trunk: removed docutils.utils.Reporter...
goodger
2005-04-05
1
-2
/
+2
*
removed nodes.Element.set_class() method;
wiemann
2005-04-02
2
-3
/
+2
*
removed non-deterministic behavior; thanks, David!
wiemann
2005-03-30
1
-5
/
+8
*
merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunk
wiemann
2005-03-26
5
-255
/
+234
*
whitespace
goodger
2005-03-21
1
-2
/
+1
*
removed unneeded global variable
wiemann
2005-03-20
1
-3
/
+0
*
removed Node.flattened(); added Node.traverse();
wiemann
2005-03-15
2
-4
/
+3
*
removed redundant get_children();
wiemann
2005-03-14
3
-6
/
+6
*
renamed SectionTargets.condition() to possible_relocation_target();
wiemann
2005-03-13
1
-4
/
+6
*
renamed docutils.nodes.Node.tree to docutils.nodes.Node.flattened, and added ...
goodger
2005-03-13
2
-11
/
+10
*
fixed bug with chained targets in front of a section
wiemann
2005-03-05
1
-2
/
+5
*
made relocated targets before sections zero-length
wiemann
2005-03-05
1
-3
/
+1
*
changed "cond" to "condition" in next_node call
wiemann
2005-03-05
1
-1
/
+2
*
do not add a TOC-backlink if title contains a reference
wiemann
2005-03-05
1
-4
/
+7
*
relocate internal targets only in front of sections, doctitles and subtitles
wiemann
2005-03-05
1
-49
/
+27
*
removed direct references to Element.children attribute outside nodes.py
wiemann
2005-03-04
2
-5
/
+5
*
when relocating a target, it now acquires the children of its new parent;
wiemann
2005-02-27
1
-1
/
+4
*
Fixed duplicate footnote label bug.
goodger
2005-02-26
1
-8
/
+10
*
Fixed mislocated internal targets bug, by relocating targets into the next te...
goodger
2005-02-25
1
-37
/
+85
*
Added support for trimming whitespace from beside substitution references.
goodger
2004-11-02
1
-1
/
+16
*
moved transition transformation code to universal.FinalCheckVisitor
wiemann
2004-10-30
2
-86
/
+68
*
added structural.py for structural transforms, with Transition transform
wiemann
2004-10-30
1
-0
/
+85
*
class directive now skips system_messages
wiemann
2004-10-24
1
-1
/
+2
*
setting footnote_references to "superscript" or "brackets" now causes
wiemann
2004-09-30
1
-1
/
+1
*
fixed bug when multiple "class" directives are applied
goodger
2004-09-08
1
-1
/
+8
*
added "suffix" option to "sectnum" directive; require separating punctuation
goodger
2004-08-24
1
-12
/
+6
*
The directive now accepts a prefix option, a string that
lele
2004-08-20
1
-2
/
+16
*
updated
goodger
2004-06-16
1
-3
/
+6
*
Added specific error message for duplicate targets.
goodger
2004-05-04
2
-10
/
+17
*
Updated for ToC changes (topic now inserted by directive, so follow suit here...
goodger
2004-04-23
1
-5
/
+14
*
simplified code
goodger
2004-04-02
1
-6
/
+5
*
restored sectnum disabling code accidentally clobbered by another checkin; ch...
goodger
2004-04-02
1
-1
/
+2
*
- allow RCS/CVS $keywords$ to be handled even if there is other text in the
fdrake
2004-03-30
1
-3
/
+3
*
Added unknown_reference_resolvers list for each transformer. This list holds
mmgilbe
2004-03-25
3
-8
/
+25
*
Verifying that external targets are truly targets and not indirect
mmgilbe
2004-03-23
1
-1
/
+2
*
Added hook (via docutils.TransformSpec.unknown_reference_resolvers)
mmgilbe
2004-03-22
1
-10
/
+27
*
The "contents" directive does more work up-front, creating the
reggie
2004-03-22
1
-27
/
+11
*
added option to disable section numbering
orutherfurd
2004-03-21
1
-1
/
+2
*
Added FilterMessages transform (removes system messages below the verbosity t...
goodger
2004-01-23
2
-1
/
+25
*
updated
goodger
2003-06-09
1
-1
/
+3
*
revised new --no-doc-title & --no-doc-info options
goodger
2003-05-29
1
-2
/
+2
*
Option --no-doc-info and --no-doc-title to standalone reader.
grubert
2003-05-27
1
-0
/
+4
*
Added "class" attribute support to ``Contents``.
goodger
2003-05-24
1
-4
/
+7
*
Added ``ClassAttribute`` to support the "class" directive.
goodger
2003-05-24
1
-0
/
+29
*
Don't use len(L) > 0 to test for non-emptiness of L; lists are true if
fdrake
2003-04-10
1
-1
/
+1
*
substitutions made case-sensitive but forgiving (case-insensitive fallback)
goodger
2003-03-27
1
-1
/
+9
*
beginnings of substitution case-sensitizing
goodger
2003-03-27
1
-1
/
+1
*
fixed bibliographic field language lookups
goodger
2003-03-27
1
-17
/
+32
*
Added check for circular indirect references.
goodger
2003-01-17
1
-3
/
+16
*
fixed multiply-indirect reference bug (bug report: Bruce Smith)
goodger
2003-01-17
1
-1
/
+1
[prev]
[next]