summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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-2637-678/+816
* fixed a bug that assumed text follows ".. _"goodger2005-03-261-0/+8
* added auto-enumerated list itemsgoodger2005-03-251-0/+92
* applied file_insertion_enabled setting to "figure" directive (disable "figwid...goodger2005-03-242-0/+5
* ensure we are in the correct directory;wiemann2005-03-231-0/+3
* set executable bits on test fileswiemann2005-03-2216-0/+0
* added csv-table directive support for the file_insertion_enabled settinggoodger2005-03-222-2/+16
* deleted old .cvsignore fileswiemann2005-03-221-2/+0
* updated for SVNgoodger2005-03-221-2/+2
* Added settings: ``file_insertion_enabled`` & ``raw_enabled``.goodger2005-03-213-0/+75
* removed Node.flattened(); added Node.traverse();wiemann2005-03-151-28/+42
* differentiate between paths and URIsgoodger2005-03-154-3/+19
* removed trailing slash from python_home and pep_home;wiemann2005-03-143-11/+11
* added functional test for PEPs;wiemann2005-03-143-0/+114
* re-added --no-random option of PEP writer for testingwiemann2005-03-143-0/+4
* removed redundant get_children();wiemann2005-03-141-5/+3
* removed Node.has_children methodwiemann2005-03-141-9/+0
* renamed docutils.nodes.Node.tree to docutils.nodes.Node.flattened, and added ...goodger2005-03-131-5/+6
* fixed bug with chained targets in front of a sectionwiemann2005-03-051-0/+24
* made relocated targets before sections zero-lengthwiemann2005-03-052-3/+3
* Allowed whitespace in paths and URLs (targets; "image", "figure", & "include"...goodger2005-03-053-102/+6
* removed lambda, renamed cond to condition (explicit & self-documenting)goodger2005-03-051-1/+1
* do not add a TOC-backlink if title contains a referencewiemann2005-03-051-9/+15
* Reintroduced the changes from 1.13, plus allowance for py2.1, and no reliance...goodger2005-03-051-9/+13
* added Node.tree() methodwiemann2005-03-051-3/+15
* reverted accidentally committed filewiemann2005-03-051-4/+4
* reverted test_nodes.py from 1.14 to 1.13; the nested scopes arewiemann2005-03-052-12/+12
* removed unnecessary __future__ import; simplified (& sped up!) test_next_nodegoodger2005-03-051-8/+8
* relocate internal targets only in front of sections, doctitles and subtitleswiemann2005-03-054-66/+73
* added Node.has_children() and Node.next_node()wiemann2005-03-051-0/+38
* added Element.clear()wiemann2005-03-041-5/+8
* when relocating a target, it now acquires the children of its new parent;wiemann2005-02-273-40/+40
* use "span" instead of "a" tags for targets,wiemann2005-02-271-4/+4
* skip tests whose output contains "UnicodeDecodeErro" on Python 2.2 or lower,wiemann2005-02-262-0/+24
* moved misc_rst_html4css1.html from .../output/ to .../expected/wiemann2005-02-261-0/+0
* for testing attributes and metadatagoodger2005-02-263-0/+28
* removed unnecessary importgoodger2005-02-261-1/+0
* Fixed duplicate footnote label bug.goodger2005-02-262-0/+57
* removed unused linesgoodger2005-02-251-15/+0
* Fixed mislocated internal targets bug, by relocating targets into the next te...goodger2005-02-253-16/+40
* provide better reporting of decoding errorsgoodger2005-02-252-0/+2
* Caught empty CSV table buggoodger2005-02-221-0/+14
* this file intentionally empty, for testing purposesgoodger2005-02-221-0/+0
* pass on parameterswiemann2005-02-191-1/+1
* run alltests.py with unbuffered stdout and stderrwiemann2005-02-191-1/+3
* Fixed option lists to allow spaces inside ``<angle-bracketed option arguments...goodger2005-02-191-11/+23
* updatedgoodger2005-02-172-14/+21