summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Added "list-table" directive.goodger2005-02-111-0/+141
* added class="option-group" to option_group <td>swiemann2005-02-111-9/+9
* made span.option contain option variable as wellwiemann2005-02-111-3/+3
* Fixed use_latex_docinfo to always show the titlepage.cben2005-01-152-5/+2
* Implemented support for multiple author,organization,address,contact fields w...cben2005-01-143-0/+110
* added test for escaped email addresseswiemann2005-01-131-0/+8
* fixed bug in tests (paths were getting messed up); added another testwiemann2004-12-242-10/+27
* added tests for encoding option of raw and includewiemann2004-12-242-0/+60
* Release 0.3.7: set version number to 0.3.8wiemann2004-12-241-1/+1
* Gee; again an accidental checkin.docutils-0.3.7@2900wiemann2004-12-241-1/+1
* changed release day; added history entries for David's patchwiemann2004-12-241-1/+1
* Release 0.3.7: set version number to 0.3.7wiemann2004-12-231-1/+1
* applied David Goodger's patch fromwiemann2004-12-231-3/+3
* Release 0.4.0: set version number to 0.4.0wiemann2004-12-231-1/+1
* reverted accidentally committed files; sorrywiemann2004-12-232-2/+2
* added text about using the unicode directive for en and em dasheswiemann2004-12-232-2/+2
* added test for ``raw`` role and directivewiemann2004-11-263-37/+94
* added functional tests for empty sections and transitions between sectionswiemann2004-11-263-90/+114
* allow empty sections and documentswiemann2004-11-261-6/+0
* disable automatic dash-transformation ("--" to en-dash) in LaTeXwiemann2004-11-251-7/+7
* removed no_random option; SF's Python doesn't seem to be broken anymorewiemann2004-11-253-4/+0
* reverted erroneously checked-in changeswiemann2004-11-131-1/+1
* added entries about newly added class="docutils"wiemann2004-11-131-1/+1
* add classes "first" and "last" to sidebar childrenwiemann2004-11-131-2/+2
* Re-fixed rendering of admonitions in HTML to unify generated HTML ofwiemann2004-11-131-19/+27
* added "last" attribute to last element in admonition in HTMLwiemann2004-11-131-3/+3
* updated expected HTML output of functional testwiemann2004-11-131-29/+29
* updated unit test for HTML writer because of new "docutils" class attributeswiemann2004-11-131-2/+2
* really disregard invisible nodes when checking for compactable listswiemann2004-11-083-4/+16
* 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
* Added "raw" rolegoodger2004-11-061-0/+47
* Allow multiple class names in the "class" directive.goodger2004-11-061-0/+10
* updated for multiple classifiers in definition list itemsgoodger2004-11-034-4/+35
* Enabled multiple format names for "raw" directive.goodger2004-11-031-0/+10
* Added support for trimming whitespace from beside substitution references.goodger2004-11-021-0/+23
* updated tests for parser only -- no transforms appliedgoodger2004-11-011-66/+5
* added transition testsgoodger2004-11-011-1/+283
* removed ParserTransformTestCase (it was mixing testing modes)goodger2004-11-011-25/+0
* added test for substitution_definitions and targets before doctitlewiemann2004-10-311-0/+21
* updated to expect real transitions instead of pending nodeswiemann2004-10-302-20/+5
* use ParserTransformTestCasewiemann2004-10-301-1/+1
* renamed TransitionTestCase to ParserTransformTestCase;wiemann2004-10-301-4/+9
* updated test files to match new transition inserting behaviorwiemann2004-10-302-19/+22
* use TransitionTestCase;wiemann2004-10-301-12/+162
* added TransitionTestCase, which applies transformswiemann2004-10-301-0/+21
* added test for changed applying behavior of class directivewiemann2004-10-241-0/+23
* minor output formatting improvement for failed testswiemann2004-10-241-1/+1
* fixed unwanted interaction of "class" directive and enumerated lists (start !...goodger2004-10-222-14/+33
* added another functional test for the compound directivewiemann2004-10-213-0/+72