summaryrefslogtreecommitdiff
path: root/docutils/test/test_writers/test_html4css1_misc.py
Commit message (Expand)AuthorAgeFilesLines
* Revert addition of `io.OutString` and the "auto_encode" argument.milde2023-05-021-6/+4
* Set "auto_encode=False" to skip en-/decoding output in tests.milde2023-04-111-5/+6
* Revert introduction of `core.publish_bytes()` and `io.BytesOutput`.milde2023-04-081-1/+1
* Remove spurious "import unittest" from test scripts.milde2022-11-241-1/+0
* Make the tests agnostic to the working directoryaa-turner2022-11-101-10/+30
* Partially revert r9167aa-turner2022-11-021-0/+1
* Simplify ``CustomTestCase.compare_output``aa-turner2022-10-211-3/+3
* Subclass directly from ``unittest.TestCase``aa-turner2022-10-211-5/+5
* Remove all ``import __init__`` statements, as part of theaa-turner2022-10-211-2/+0
* Import ``DocutilsTestSupport`` from ``test``aa-turner2022-10-211-1/+1
* Remove unused imports.milde2022-03-051-1/+1
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+1
* Fix missing whitespace after ',' or ':'.milde2022-03-031-2/+2
* Fix missing whitespace around operator.milde2022-03-031-1/+1
* Fix code indentationmilde2022-01-291-54/+55
* Drop string prefix "u".milde2022-01-261-2/+2
* Remove redundant parenthesesmilde2022-01-261-1/+1
* Remove "coding:" slugmilde2022-01-031-2/+0
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* Add DeprecationWarnings and FutureWarnings for planned changes.milde2021-11-051-0/+1
* py3: Use 'absolute_import' futuremilde2019-08-261-2/+5
* Drop 2.4 and 2.5 compatibility code, part 2.milde2017-08-141-4/+3
* Fix [ 319 ] MathJax CDN shut down on April 30, 2017. milde2017-06-161-3/+3
* Adapt test to fixes in course of the HTML-writer code "outsourcing":milde2016-11-291-1/+1
* Rename html_plain writer to html5_polyglott.milde2016-08-181-1/+1
* Test update.milde2016-05-241-2/+2
* Rename html_base writer to html_plain, move xhtml11 writer back to sandbox.milde2015-07-161-1/+1
* Fix setup.py and tests after addition of writers/html_base and mv of math.css.milde2015-03-101-1/+1
* Fix [ 266 ] creating labels/class values in description list items.milde2015-02-261-0/+42
* HACK around tests that depend on directory contents.grubert2014-07-061-1/+3
* Bugfix: do not make "stylesheet-path"s absolute.milde2013-03-151-0/+10
* New default for `math-output` setting: "HTML math.css".milde2013-03-041-5/+18
* New setting `stylesheet_dirs`.milde2013-03-021-15/+65
* Code cleanup and test html math output options.milde2012-10-251-3/+56
* Cleanup: Use True/False for boolean valuesmilde2012-01-191-4/+5
* Convert docutils to Python 3 (at least so that it runs the test suite.)gbrandl2009-04-011-3/+4
* adjusted name and email addresswiemann2007-05-311-1/+1
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* converted latin1 files to utf8;wiemann2005-10-291-3/+4
* made _stylesheet_required setting default to 0,wiemann2005-08-241-2/+1
* 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-231-0/+35