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
/
test
/
test_transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.
milde
2013-06-04
1
-1
/
+1
*
Treat embedded standalone hyperlinks as URI, even if ending in underscore.
milde
2013-03-11
1
-1
/
+40
*
Fix [ 3607029 ] traceback with embedded alias pointing to missing target.
milde
2013-03-07
1
-0
/
+22
*
Support embedded aliases within hyperlink references.
milde
2013-02-18
1
-0
/
+36
*
Apply [ 2714873 ] Fix for the overwritting of document attributes.
milde
2013-01-21
1
-1
/
+35
*
smartquotes: Skip emtpy text tokens without updating the last character.
milde
2013-01-04
1
-2
/
+14
*
SmartQuotes transform: language-depended quote characters.
milde
2012-11-26
1
-6
/
+77
*
Smartquotes: correct "educating" of quotes around inline markup.
milde
2012-11-18
1
-2
/
+81
*
Add SmartQuotes transform for typographic quotes and dashes.
milde
2012-10-16
1
-0
/
+51
*
Unit test of the strip_elements_with_classes config setting.
milde
2012-08-16
1
-0
/
+61
*
Copy the "rawsource" attribute as well when doing node.copy() or node.deepcop...
gbrandl
2010-07-03
1
-0
/
+1
*
adjusted name and email address
wiemann
2007-05-31
3
-3
/
+3
*
added writer_aux.Admonitions transform;
wiemann
2006-08-16
1
-0
/
+33
*
merged directives branch to trunk (r4375:4666);
wiemann
2006-07-12
1
-2
/
+8
*
use $Id$ instead of $Date$ and $Revision$;
wiemann
2006-05-21
17
-68
/
+34
*
Fixed bug with circular substitution definitions that put Docutils into an in...
goodger
2005-12-28
1
-0
/
+84
*
Added the universal.StripComments transform, the "strip_comments" setting, an...
goodger
2005-12-12
1
-0
/
+49
*
keep "Authors" field name, no matter how many authors listed
goodger
2005-12-11
1
-4
/
+6
*
merged branches/s5 changes r4011:4155 into trunk/docutils
goodger
2005-12-08
1
-0
/
+84
*
corrected order of imports
goodger
2005-12-03
4
-3
/
+4
*
fixed Subversion Date keyword parsing
wiemann
2005-11-11
1
-0
/
+3
*
simplified test
wiemann
2005-11-11
1
-16
/
+6
*
removed more internal state (`document.anonymous_refs` and
wiemann
2005-10-11
1
-0
/
+30
*
disallow anonymous hyperlink references and auto-numbered footnotes
wiemann
2005-10-11
1
-4
/
+7
*
added Node.deepcopy(); fixed bug with doubly-indirect substitutions
wiemann
2005-10-11
1
-45
/
+43
*
disallow targets inside substitution definitions
wiemann
2005-10-11
1
-0
/
+24
*
Added ``serial_escape`` function; escapes string values that are elements of ...
goodger
2005-10-02
8
-80
/
+80
*
Added support for "class" directive content.
goodger
2005-09-29
1
-0
/
+24
*
Added support for specifying runtime settings at the suite level
goodger
2005-09-15
1
-5
/
+6
*
added writer_aux module containing Compound transform,
wiemann
2005-09-11
1
-0
/
+57
*
replaced node.parent.replace(node, new) constructs with node.substitute(new)
wiemann
2005-09-11
2
-4
/
+4
*
fixed image target test in test_transforms/test_hyperlinks.py
wiemann
2005-08-24
1
-3
/
+3
*
restored a bug (removed in r3807) which lingers; added a commented-out test c...
goodger
2005-08-15
1
-0
/
+45
*
removed bug with indirect substitutions; seems to be fixed
wiemann
2005-08-14
1
-0
/
+25
*
renamed universal.FinalChecks to references.DanglingReferences;
wiemann
2005-07-05
2
-81
/
+48
*
moved expose_internals logic out of FinalChecks into a
wiemann
2005-07-05
2
-1
/
+42
*
moved transition transform logic from universal.FinalChecks to
wiemann
2005-07-05
2
-282
/
+308
*
removed document.internal_targets and document.external_targets;
wiemann
2005-06-29
1
-0
/
+18
*
move metadata title into document['title']
wiemann
2005-06-29
1
-9
/
+11
*
added assert to make sure the kwargs get passed to apply()
wiemann
2005-06-27
1
-1
/
+1
*
moved & renamed to remove overlap between file & directory/package
goodger
2005-06-27
1
-0
/
+42
*
fixed false assumption about path
goodger
2005-06-17
1
-1
/
+1
*
added "local" class to local TOCs
wiemann
2005-06-06
1
-3
/
+3
*
renamed command-line options for SectSubTitle transform (plural reads better)...
goodger
2005-05-19
1
-2
/
+2
*
added SectSubTitle transform
wiemann
2005-05-18
1
-2
/
+35
*
allow topics within sidebars; no topics within body elements
goodger
2005-04-09
1
-0
/
+51
*
removed non-deterministic behavior; thanks, David!
wiemann
2005-03-30
1
-2
/
+2
*
merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunk
wiemann
2005-03-26
11
-342
/
+459
*
set executable bits on test files
wiemann
2005-03-22
3
-0
/
+0
*
fixed bug with chained targets in front of a section
wiemann
2005-03-05
1
-0
/
+24
[next]