summaryrefslogtreecommitdiff
path: root/test/test_writers
Commit message (Expand)AuthorAgeFilesLines
* Delete old 0.4 maintenance branch.docutils-0.4milde2017-06-227-971/+0
* --- MERGE: merged r4515 to maintenance branch; original log message:wiemann2006-06-051-13/+13
* converted latin1 files to utf8;wiemann2005-10-293-6/+5
* Added ``serial_escape`` function; escapes string values that are elements of ...goodger2005-10-021-1/+1
* added docutils/writers/support/ directory and removed tools/stylesheets/; upd...goodger2005-09-251-2/+5
* allow field bodies of simple field lists to be empty;wiemann2005-08-291-0/+47
* LaTeX writer: protect closing sqaure brackets as wellwiemann2005-08-271-1/+1
* Moved "id" attribute from container (section etc.) to the <a> tag in the titl...goodger2005-08-251-24/+24
* made _stylesheet_required setting default to 0,wiemann2005-08-241-2/+1
* committed too early; sorrywiemann2005-08-151-25/+0
* made Null writer "support" all formatswiemann2005-08-151-0/+25
* revert docutils.writers.null.Writer.output to None, now with docutils.io.Outp...goodger2005-07-021-2/+1
* converted to real multi-line literal strings for readabilitygoodger2005-06-291-3/+28
* move metadata title into document['title']wiemann2005-06-292-14/+9
* Added ``_stylesheet_required`` internal setting, docutils.transforms.html.Sty...goodger2005-06-281-1/+2
* executablegoodger2005-06-241-0/+0
* separated different types of testsgoodger2005-06-232-20/+37
* moved import to guarded areagoodger2005-06-231-1/+1
* removed docutils.frontend._globally_deactivate_config_files (reverting much o...goodger2005-06-232-6/+11
* again a broken test; I should really rerun the test suite before committing c...wiemann2005-06-211-1/+1
* Py21 compatibility fix (usage of "in" operator for strings)wiemann2005-06-201-3/+4
* made Null writer return an empty stringwiemann2005-06-191-0/+32
* made xmlcharrefreplace the default output encoding error handler forblais_interruptus@3512wiemann2005-06-192-6/+22
* added deactivation of config file reading (for easier testing)wiemann2005-06-191-4/+2
* fixed false assumption about pathgoodger2005-06-171-1/+1
* Added ``html_prolog`` & ``html_head`` to HTML writer parts dictionary exposed...goodger2005-04-261-13/+29
* Added ``html_body``, ``html_title``, & ``html_subtitle`` to HTML writer parts...goodger2005-04-241-24/+105
* moved test_html4css1/test_parts.py to test_html4css1.py;wiemann2005-03-262-14/+0
* forgot to check in test outputwiemann2005-03-261-0/+4
* typowiemann2005-03-261-1/+7
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-262-6/+6
* set executable bits on test fileswiemann2005-03-223-0/+0
* updated unit test for HTML writer because of new "docutils" class attributeswiemann2004-11-131-2/+2
* do not strip <p></p> from a paragraph which is the only child of a documentwiemann2004-11-081-6/+6
* removed newline at end of raw text, because sometimes (when there arewiemann2004-11-071-0/+33
* made line block indentation parametrizable;wiemann2004-10-201-0/+2
* made outermost line block unindented for LaTeX writerwiemann2004-10-201-2/+2
* updated LaTeX writer test for newly added lineblock environmentwiemann2004-10-201-0/+8
* added aeguill packagewiemann2004-09-071-0/+1
* updated testwiemann2004-09-071-2/+2
* New option "font-encoding".grubert2004-09-051-0/+1
* updatedwiemann2004-08-221-1/+1
* fixed \maketitle bugwiemann2004-07-291-10/+0
* Indent literal-blocks.grubert2004-07-071-6/+6
* Add option: graphicx-option. Default to no option.grubert2004-06-251-7/+2
* Fix test_latex2e for graphicx option.grubert2004-06-251-2/+7
* updatedwiemann2004-06-211-2/+3
* updatedwiemann2004-06-051-1/+1
* Add: [ in literal test.grubert2004-06-011-0/+34
* Chg: literal_block with fluxhleft outside of tables.grubert2004-05-301-4/+4