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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
merged branches/s5 changes r4011:4155 into trunk/docutils
goodger
2005-12-08
32
-24
/
+2073
*
added East Asian double-width character support; thanks to Frank Bennett for ...
goodger
2005-12-07
4
-6
/
+70
*
don't catch SystemExit exceptions
goodger
2005-12-07
1
-1
/
+5
*
in ``Publisher.publish()``, expanded the generic top-level exception catching
goodger
2005-12-06
1
-6
/
+7
*
Fixed bugs: list items with blank first lines; block quote attributions with ...
goodger
2005-12-06
1
-4
/
+11
*
Added trailing whitespace stripping to ``string2lines()``
goodger
2005-12-06
1
-2
/
+3
*
removed style information for pre.line-block -- not used anymore
wiemann
2005-11-20
2
-8
/
+0
*
added right margin to figure in HTML -- otherwise
wiemann
2005-11-20
2
-2
/
+4
*
allow escaped colons inside of fields
wiemann
2005-11-19
1
-3
/
+3
*
merged r4078 to pep.css
wiemann
2005-11-19
1
-2
/
+4
*
added 1px margin for footnotes so that the
wiemann
2005-11-19
1
-2
/
+4
*
moved container test to the end of standard.txt test data file;
wiemann
2005-11-18
1
-0
/
+6
*
Add width option to includegraphics and align to figure.
grubert
2005-11-18
1
-4
/
+15
*
added Japanese language files; thanks Hisashi Morita!
wiemann
2005-11-17
2
-0
/
+166
*
replaced "traditional" with "simplified"
wiemann
2005-11-17
2
-4
/
+4
*
add zh_cn (simplified Chinese) language mappings; thanks to Panjunyong!
wiemann
2005-11-17
2
-0
/
+184
*
minor edits & corrections
goodger
2005-11-15
1
-2
/
+1
*
fixed Subversion Date keyword parsing
wiemann
2005-11-11
1
-1
/
+1
*
Fixed the DocInfo transform to handle SVN-style expansion of the "Date" keywo...
goodger
2005-11-11
1
-2
/
+2
*
typo
s5@4010
goodger
2005-11-08
1
-2
/
+2
*
added end to Emacs stanza
goodger
2005-11-08
1
-0
/
+1
*
changed the HTML rendering of the "Authors" bibliographic field
goodger
2005-10-29
1
-4
/
+14
*
converted latin1 files to utf8;
wiemann
2005-10-29
3
-5
/
+5
*
added the "container" element & directive, a generic container
goodger
2005-10-28
20
-2
/
+53
*
removed references to default.css;
wiemann
2005-10-11
1
-2
/
+2
*
removed more internal state (`document.anonymous_refs` and
wiemann
2005-10-11
3
-33
/
+25
*
disallow anonymous hyperlink references and auto-numbered footnotes
wiemann
2005-10-11
1
-4
/
+13
*
added Node.deepcopy(); fixed bug with doubly-indirect substitutions
wiemann
2005-10-11
2
-45
/
+53
*
disallow targets inside substitution definitions
wiemann
2005-10-11
2
-24
/
+30
*
Fix: do not escape citekeys in latex citations.
grubert
2005-10-10
1
-1
/
+3
*
added reference to newlatex2e/base.tex
wiemann
2005-10-08
1
-2
/
+10
*
improved documentation about state transition table
wiemann
2005-10-08
1
-1
/
+2
*
added "Local Variables" block because most blocks are wrapped at column
wiemann
2005-10-08
1
-0
/
+7
*
fixed bug with center-alignment of image; added test
wiemann
2005-10-03
1
-4
/
+14
*
Added ``serial_escape`` function; escapes string values that are elements of ...
goodger
2005-10-02
1
-2
/
+6
*
Added support for "class" directive content.
goodger
2005-09-29
1
-7
/
+17
*
renamed Element.substitute to Element.replace_self
wiemann
2005-09-26
7
-17
/
+17
*
replaced %r with "%s" to avoid backslashes being doubled on Windows systems
wiemann
2005-09-26
2
-3
/
+3
*
moved pruning docutils.conf up the tree so that template.txt isn't processed ...
wiemann
2005-09-26
1
-0
/
+0
*
added docutils/writers/support/ directory and removed tools/stylesheets/; upd...
goodger
2005-09-25
13
-51
/
+1883
*
added clarifying comment; thanks to Anthony Baxter for pointing this out
goodger
2005-09-24
1
-0
/
+3
*
changed DanglingReferences priority back to 850
wiemann
2005-09-22
1
-1
/
+1
*
Merged "transforms" branch into trunk.
wiemann
2005-09-20
12
-70
/
+91
*
made cloaking of email addresses with ``--cloak-email-addresses`` less obtrus...
wiemann
2005-09-17
1
-14
/
+15
*
Added support for specifying runtime settings at the suite level
goodger
2005-09-15
1
-0
/
+4
*
created docutils/writers/support directory for supporting modules and data fi...
goodger
2005-09-15
3
-2
/
+3
*
fixed bug with expose_internals setting and Text nodes (exposed by the "rawso...
goodger
2005-09-15
1
-1
/
+4
*
more tests, more handling for edge cases, some polishing
wiemann
2005-09-12
1
-4
/
+5
*
polished new LaTeX writer;
wiemann
2005-09-11
1
-10
/
+2
*
updated docs: history and tranform list
wiemann
2005-09-11
1
-17
/
+36
[prev]
[next]