summaryrefslogtreecommitdiff
path: root/docutils/test/test_writers/test_html4css1.py
Commit message (Expand)AuthorAgeFilesLines
* separated different types of testsgoodger2005-06-231-20/+2
* removed docutils.frontend._globally_deactivate_config_files (reverting much o...goodger2005-06-231-5/+8
* 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 xmlcharrefreplace the default output encoding error handler forwiemann2005-06-191-0/+16
* 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-261-0/+225