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_writers
Commit message (
Expand
)
Author
Age
Files
Lines
*
- New option ``--reference-label`` to allow usage of LaTeX ref for
grubert
2007-02-21
1
-0
/
+6
*
+ - Moved ``id`` attributes from titles to surrounding ``div``
wiemann
2007-01-16
2
-32
/
+32
*
Fix: Do not escape underscores in citation reference labels if
grubert
2006-10-08
1
-0
/
+34
*
Recognize table class: borderless, nolines, booktabs, standard.
grubert
2006-09-03
1
-0
/
+38
*
use $Id$ instead of $Date$ and $Revision$;
wiemann
2006-05-21
8
-32
/
+16
*
Fix: Renaming contents section does not work with latex writer. SFbug 1487405
grubert
2006-05-13
1
-1
/
+54
*
Prevent latex writer from crashing on files with >256 lists (patch 1475247 by...
grubert
2006-04-24
1
-13
/
+13
*
added tests for the S5/HTML writer
goodger
2006-04-04
1
-0
/
+161
*
docstring
goodger
2006-04-01
1
-1
/
+1
*
new test for template
goodger
2006-03-31
1
-0
/
+237
*
renamed
goodger
2006-03-31
1
-0
/
+0
*
converted latin1 files to utf8;
wiemann
2005-10-29
3
-6
/
+5
*
Added ``serial_escape`` function; escapes string values that are elements of ...
goodger
2005-10-02
1
-1
/
+1
*
added docutils/writers/support/ directory and removed tools/stylesheets/; upd...
goodger
2005-09-25
1
-2
/
+5
*
allow field bodies of simple field lists to be empty;
wiemann
2005-08-29
1
-0
/
+47
*
LaTeX writer: protect closing sqaure brackets as well
wiemann
2005-08-27
1
-1
/
+1
*
Moved "id" attribute from container (section etc.) to the <a> tag in the titl...
goodger
2005-08-25
1
-24
/
+24
*
made _stylesheet_required setting default to 0,
wiemann
2005-08-24
1
-2
/
+1
*
committed too early; sorry
wiemann
2005-08-15
1
-25
/
+0
*
made Null writer "support" all formats
wiemann
2005-08-15
1
-0
/
+25
*
revert docutils.writers.null.Writer.output to None, now with docutils.io.Outp...
goodger
2005-07-02
1
-2
/
+1
*
converted to real multi-line literal strings for readability
goodger
2005-06-29
1
-3
/
+28
*
move metadata title into document['title']
wiemann
2005-06-29
2
-14
/
+9
*
Added ``_stylesheet_required`` internal setting, docutils.transforms.html.Sty...
goodger
2005-06-28
1
-1
/
+2
*
executable
goodger
2005-06-24
1
-0
/
+0
*
separated different types of tests
goodger
2005-06-23
2
-20
/
+37
*
moved import to guarded area
goodger
2005-06-23
1
-1
/
+1
*
removed docutils.frontend._globally_deactivate_config_files (reverting much o...
goodger
2005-06-23
2
-6
/
+11
*
again a broken test; I should really rerun the test suite before committing c...
wiemann
2005-06-21
1
-1
/
+1
*
Py21 compatibility fix (usage of "in" operator for strings)
wiemann
2005-06-20
1
-3
/
+4
*
made Null writer return an empty string
wiemann
2005-06-19
1
-0
/
+32
*
made xmlcharrefreplace the default output encoding error handler for
blais_interruptus@3512
wiemann
2005-06-19
2
-6
/
+22
*
added deactivation of config file reading (for easier testing)
wiemann
2005-06-19
1
-4
/
+2
*
fixed false assumption about path
goodger
2005-06-17
1
-1
/
+1
*
Added ``html_prolog`` & ``html_head`` to HTML writer parts dictionary exposed...
goodger
2005-04-26
1
-13
/
+29
*
Added ``html_body``, ``html_title``, & ``html_subtitle`` to HTML writer parts...
goodger
2005-04-24
1
-24
/
+105
*
moved test_html4css1/test_parts.py to test_html4css1.py;
wiemann
2005-03-26
2
-14
/
+0
*
forgot to check in test output
wiemann
2005-03-26
1
-0
/
+4
*
typo
wiemann
2005-03-26
1
-1
/
+7
*
merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunk
wiemann
2005-03-26
2
-6
/
+6
*
set executable bits on test files
wiemann
2005-03-22
3
-0
/
+0
*
updated unit test for HTML writer because of new "docutils" class attributes
wiemann
2004-11-13
1
-2
/
+2
*
do not strip <p></p> from a paragraph which is the only child of a document
wiemann
2004-11-08
1
-6
/
+6
*
removed newline at end of raw text, because sometimes (when there are
wiemann
2004-11-07
1
-0
/
+33
*
made line block indentation parametrizable;
wiemann
2004-10-20
1
-0
/
+2
*
made outermost line block unindented for LaTeX writer
wiemann
2004-10-20
1
-2
/
+2
*
updated LaTeX writer test for newly added lineblock environment
wiemann
2004-10-20
1
-0
/
+8
*
added aeguill package
wiemann
2004-09-07
1
-0
/
+1
*
updated test
wiemann
2004-09-07
1
-2
/
+2
*
New option "font-encoding".
grubert
2004-09-05
1
-0
/
+1
[next]