summaryrefslogtreecommitdiff
path: root/docutils/test/test_publisher.py
Commit message (Expand)AuthorAgeFilesLines
* Revert addition of `io.OutString` and the "auto_encode" argument.milde2023-05-021-17/+12
* Raise ValueError if StringOutput.write() gets data of unsupported typemilde2023-04-171-4/+2
* Do not decode OpenDocument zip packages with `publish_string()`.milde2023-04-131-7/+20
* Add "auto_encode" argument to `core.publish_from_doctree()`.milde2023-04-121-8/+11
* Add "auto_encode" argument to `publish_string()`milde2023-04-061-1/+20
* New general setting "output".milde2023-02-071-4/+23
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-261-1/+1
* Fix import errors with ``python -m unittest``.milde2022-11-251-0/+7
* Remove spurious "import unittest" from test scripts.milde2022-11-241-1/+0
* Make the tests agnostic to the working directoryaa-turner2022-11-101-2/+5
* Fix/complement publisher documentation and tests.milde2022-11-101-0/+22
* Partially revert r9167aa-turner2022-11-021-2/+3
* Simplify ``CustomTestCase.compare_output``aa-turner2022-10-211-2/+2
* Subclass directly from ``unittest.TestCase``aa-turner2022-10-211-3/+3
* Remove excess blank lines.milde2022-03-041-1/+0
* Ensure at least two spaces before inline comment.milde2022-03-041-8/+3
* Simplify/modernise tests for exceptions and warnings.milde2022-02-211-6/+2
* Fix code indentationmilde2022-01-291-9/+10
* Remove unused importsmilde2022-01-261-1/+0
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-5/+2
* Change default value for the "auto_id_prefix" setting to "%".milde2021-06-181-4/+4
* Remove auxiliary Python 2/3 compatibility definition module.milde2019-08-271-1/+7
* py3: Switch to 'except foo as bar' syntaxmilde2019-08-261-2/+2
* Fix py38 SyntaxWarning: invalid escape sequence \grubert2019-08-111-2/+2
* Drop 2.4 and 2.5 compatibility code, part 2.milde2017-08-141-6/+8
* Drop compatibility code for Python 2.4 and 2.5.milde2017-08-111-1/+1
* Use True/False for booleans. frontend.validate_ternary() returns True/False o...milde2012-11-261-1/+1
* Backwards-compatible fix for system-exit on IOError.milde2012-03-191-1/+24
* Replace deprecated aliases for assert methods with correct names.milde2012-02-031-10/+10
* Convert docutils to Python 3 (at least so that it runs the test suite.)gbrandl2009-04-011-6/+7
* Prepare for python 3.0: minimize "types" module where possible (gbrandl).grubert2008-11-301-3/+2
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-1/+1
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* corrected order of importsgoodger2005-12-031-3/+1
* Added ``serial_escape`` function; escapes string values that are elements of ...goodger2005-10-021-2/+2
* fixed test case (no settings_spec)wiemann2005-07-151-2/+3
* Added simple use case test for publishing document as parts.blais2005-07-081-1/+7
* do not return parts dictionary in publish_from_doctree;wiemann2005-07-081-5/+3
* separated default (universal) transforms into two stages so that nowiemann2005-07-071-18/+60
* removed duplicate tests; wrapped lineswiemann2005-06-301-11/+6
* Py21 compatibility fixwiemann2005-06-301-2/+2
* Fixed bug introduced in doctree reader, added pickle test back in.blais2005-06-301-1/+47
* updatedgoodger2005-06-291-8/+4
* added test for publish_from_doctreewiemann2005-06-291-2/+11
* renamed test_publish_doctree.py to more generic test_publisher.py; polishedwiemann2005-06-271-0/+52