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
/
universal.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
smartquotes transform: Keep "rawsource" when "educating" quotes.
milde
2017-07-26
1
-1
/
+3
*
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
*
Minor documentation fixes.
milde
2017-05-04
1
-2
/
+2
*
Update smartquotes:
milde
2017-03-31
1
-1
/
+1
*
Revert application of [ 132 ] (SOURCE_DATE_EPOCH for "date" directive).
milde
2016-07-28
1
-0
/
+4
*
Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.
milde
2013-06-04
1
-1
/
+1
*
smartquotes: Skip emtpy text tokens without updating the last character.
milde
2013-01-04
1
-1
/
+1
*
SmartQuotes transform: language-depended quote characters.
milde
2012-11-26
1
-19
/
+59
*
Smartquotes: correct "educating" of quotes around inline markup.
milde
2012-11-18
1
-12
/
+35
*
More cases where we do not want to "educate" quotes.
milde
2012-10-18
1
-1
/
+5
*
Add SmartQuotes transform for typographic quotes and dashes.
milde
2012-10-16
1
-1
/
+23
*
Raise priority of StripClasses transform
milde
2009-09-03
1
-1
/
+1
*
Added ``--strip-elements-with-class`` and ``--strip-class`` options (``strip_...
goodger
2007-02-12
1
-2
/
+36
*
use $Id$ instead of $Date$ and $Revision$;
wiemann
2006-05-21
1
-4
/
+2
*
Added the universal.StripComments transform, the "strip_comments" setting, an...
goodger
2005-12-12
1
-0
/
+15
*
fixed bug with expose_internals setting and Text nodes (exposed by the "rawso...
goodger
2005-09-15
1
-1
/
+4
*
simplified FilterMessages transform
wiemann
2005-07-07
1
-12
/
+3
*
sorted transform declarations by priority
wiemann
2005-07-06
1
-17
/
+17
*
fixed TestMessages priority to conform to docs
wiemann
2005-07-06
1
-1
/
+3
*
renamed universal.FinalChecks to references.DanglingReferences;
wiemann
2005-07-05
1
-76
/
+0
*
moved expose_internals logic out of FinalChecks into a
wiemann
2005-07-05
1
-7
/
+18
*
moved transition transform logic from universal.FinalChecks to
wiemann
2005-07-05
1
-81
/
+5
*
improved cloaking mechanism
wiemann
2005-07-01
1
-2
/
+2
*
fixed bugs: don't access a node's children attribute directly\!
goodger
2005-04-07
1
-2
/
+2
*
added "header" & "footer" directives, tests, docs, support, and some tweaks
goodger
2005-04-07
1
-16
/
+11
*
merged reporter-categories branch into trunk: removed docutils.utils.Reporter...
goodger
2005-04-05
1
-2
/
+2
*
merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunk
wiemann
2005-03-26
1
-2
/
+17
*
moved transition transformation code to universal.FinalCheckVisitor
wiemann
2004-10-30
1
-1
/
+68
*
Added specific error message for duplicate targets.
goodger
2004-05-04
1
-3
/
+8
*
simplified code
goodger
2004-04-02
1
-6
/
+5
*
Added unknown_reference_resolvers list for each transformer. This list holds
mmgilbe
2004-03-25
1
-7
/
+2
*
Added hook (via docutils.TransformSpec.unknown_reference_resolvers)
mmgilbe
2004-03-22
1
-10
/
+27
*
Added FilterMessages transform (removes system messages below the verbosity t...
goodger
2004-01-23
1
-0
/
+23
*
Don't use len(L) > 0 to test for non-emptiness of L; lists are true if
fdrake
2003-04-10
1
-1
/
+1
*
Completed transform reform; removed ``Pending`` transform classes & data; upd...
goodger
2002-10-24
1
-61
/
+8
*
Refactored names (options -> settings; .transform() -> .apply(); etc.); updated.
goodger
2002-10-18
1
-19
/
+20
*
Added support for the ``--expose-internal-attributes`` option.
goodger
2002-10-08
1
-8
/
+24
*
updated
goodger
2002-09-05
1
-10
/
+11
*
updated
goodger
2002-08-23
1
-2
/
+2
*
updated
goodger
2002-07-31
1
-3
/
+3
*
bugfix
goodger
2002-07-28
1
-2
/
+2
*
bugfix
goodger
2002-07-28
1
-2
/
+3
*
Changed "Decorations" transform to produce relative source links.
goodger
2002-07-28
1
-2
/
+7
*
Rearranged footer.
goodger
2002-07-04
1
-8
/
+8
*
fiddling
goodger
2002-06-27
1
-8
/
+7
[next]