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
/
references.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
"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
*
unroll problematic refs to their origin in document when reporting errors
milde
2017-05-04
1
-2
/
+7
*
Do not add a second ID to problematic references.
milde
2017-04-06
1
-1
/
+4
*
Fix [ 3607029 ] traceback with embedded alias pointing to missing target.
milde
2013-03-07
1
-4
/
+6
*
Cleanup: Use True/False for boolean values
milde
2012-01-19
1
-5
/
+4
*
Hack around not existing refname attribute. Test with docs/dev/todo.txt, see....
docutils-0.6@6167
grubert
2009-10-11
1
-1
/
+4
*
Fix [ 1627229 ] hyperlink references in substitutions.
milde
2009-10-06
1
-0
/
+5
*
Merged abolish-userstring-haskey r5609:5616 to trunk.
strank
2008-07-28
1
-15
/
+15
*
moved uniq() to utils.py
wiemann
2007-03-12
1
-9
/
+1
*
use $Id$ instead of $Date$ and $Revision$;
wiemann
2006-05-21
1
-4
/
+2
*
Fixed bug with circular substitution definitions that put Docutils into an in...
goodger
2005-12-28
1
-3
/
+35
*
merged branches/s5 changes r4011:4155 into trunk/docutils
goodger
2005-12-08
1
-2
/
+13
*
removed more internal state (`document.anonymous_refs` and
wiemann
2005-10-11
1
-19
/
+25
*
added Node.deepcopy(); fixed bug with doubly-indirect substitutions
wiemann
2005-10-11
1
-39
/
+40
*
renamed Element.substitute to Element.replace_self
wiemann
2005-09-26
1
-8
/
+8
*
changed DanglingReferences priority back to 850
wiemann
2005-09-22
1
-1
/
+1
*
replaced node.parent.replace(node, new) constructs with node.substitute(new)
wiemann
2005-09-11
1
-8
/
+8
*
replaced hack with clean handling of unreferenced anonymous targets
wiemann
2005-08-28
1
-5
/
+6
*
renamed universal.FinalChecks to references.DanglingReferences;
wiemann
2005-07-05
1
-0
/
+74
*
removed document.internal_targets and document.external_targets;
wiemann
2005-06-29
1
-23
/
+17
*
clarified docstrings; simplified code
wiemann
2005-06-27
1
-4
/
+4
*
fixed target bug <http://mid.gmane.org/200505291251.j4TCpZP0022378@sheep.berl...
wiemann
2005-06-05
1
-1
/
+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
1
-239
/
+203
*
removed unneeded global variable
wiemann
2005-03-20
1
-3
/
+0
*
removed Node.flattened(); added Node.traverse();
wiemann
2005-03-15
1
-1
/
+1
*
removed redundant get_children();
wiemann
2005-03-14
1
-1
/
+1
*
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
1
-9
/
+8
*
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
*
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
1
-1
/
+1
*
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
*
setting footnote_references to "superscript" or "brackets" now causes
wiemann
2004-09-30
1
-1
/
+1
*
Added specific error message for duplicate targets.
goodger
2004-05-04
1
-7
/
+9
*
Added unknown_reference_resolvers list for each transformer. This list holds
mmgilbe
2004-03-25
1
-1
/
+9
*
Verifying that external targets are truly targets and not indirect
mmgilbe
2004-03-23
1
-1
/
+2
*
updated
goodger
2003-06-09
1
-1
/
+3
*
substitutions made case-sensitive but forgiving (case-insensitive fallback)
goodger
2003-03-27
1
-1
/
+9
*
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
*
Split ``Hyperlinks`` into multiple transforms. Fixed ``TargetNotes`` (indire...
goodger
2002-10-24
1
-193
/
+213
*
Refactored names (options -> settings; .transform() -> .apply(); etc.); updated.
goodger
2002-10-18
1
-4
/
+4
*
bugfix
goodger
2002-10-11
1
-1
/
+1
[next]