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
*
Remove unused imports.
milde
2022-03-05
1
-1
/
+1
*
Ensure at least two spaces before inline comment.
milde
2022-03-04
1
-3
/
+3
*
Fix FilterMessages transform [bug:#435].
milde
2022-02-03
1
-5
/
+14
*
Fix code indentation
milde
2022-01-29
1
-11
/
+14
*
Fix trailing whitespace (flake warning W291).
milde
2022-01-29
1
-1
/
+1
*
Remove unused imports
milde
2022-01-26
1
-1
/
+0
*
Remove redundant parentheses
milde
2022-01-26
1
-2
/
+2
*
Code modernisation. Use literals.
milde
2022-01-26
1
-2
/
+2
*
Change http://docutils.sourceforge.net -> https://docutils.sourceforge.io
milde
2022-01-20
1
-4
/
+4
*
Drop (most) special-casing for Python 2.x.
milde
2022-01-03
1
-6
/
+2
*
Remove "coding:" slug
milde
2022-01-03
1
-1
/
+0
*
Small documentation updates and fixes.
milde
2021-12-23
1
-2
/
+8
*
Node.traverse() returns a list again to restore backwards compatibility.
milde
2021-11-11
1
-8
/
+8
*
Do not use deprecated "rawsource" argument when creating node.Text instances.
milde
2021-06-30
1
-2
/
+1
*
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
1
-1
/
+2
*
Future warning for Node.traverse().
milde
2019-09-18
1
-4
/
+4
*
Do not rely on `nodes.Node.traverse()` returning a "list" instance.
milde
2019-09-06
1
-20
/
+24
*
Formatting changes to facilitate integration of "py3" patchset.
milde
2019-08-27
1
-1
/
+1
*
Consistent Python 3 checks.
milde
2019-08-26
1
-1
/
+1
*
py3: Add aliases for removed symbols
milde
2019-08-26
1
-0
/
+5
*
py3: Switch to print functions
milde
2019-08-26
1
-2
/
+1
*
Fix #332 and #342 (smartquotes problems).
milde
2019-07-24
1
-10
/
+11
*
Remove spurious whitespace.
milde
2019-07-23
1
-1
/
+1
*
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
[next]