summaryrefslogtreecommitdiff
path: root/docutils/test
Commit message (Expand)AuthorAgeFilesLines
* Version 0.20.2b.devgrubert2023-05-1718-18/+18
* Release 0.20.1grubert2023-05-1618-18/+18
* Fix false alarm when testing with pypy 3.9.milde2023-05-111-5/+12
* Fix some flake8 warnings in test scripts and remove flake8 exception rules.milde2023-05-102-12/+15
* version 0.20.1b.devgrubert2023-05-0918-18/+18
* release 0.20grubert2023-05-0918-18/+18
* version 0.20rc1 grubert2023-05-0418-18/+18
* Revert addition of `io.OutString` and the "auto_encode" argument.milde2023-05-0212-148/+64
* Add output encoding error handler to the parts provided by all writers.milde2023-04-283-0/+3
* Avoid trailing whitespace in test sample strings.milde2023-04-281-27/+27
* Test syntax highlight: Make pygments version parsing more robust.milde2023-04-173-21/+10
* Support Pygments 2.14 and newer in testsmilde2023-04-173-0/+278
* Raise ValueError if StringOutput.write() gets data of unsupported typemilde2023-04-171-4/+2
* Fix test failure introduced in [r9348].milde2023-04-171-4/+24
* Fix message for nonconforming docinfo-Authors.grubert2023-04-161-4/+4
* Fix test for spurious enumerated lists in bibliographic fields.milde2023-04-141-0/+3
* Fix regex to match multiline message "requires ... recommonmark"grubert2023-04-131-1/+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
* Set "auto_encode=False" to skip en-/decoding output in tests.milde2023-04-1111-55/+60
* Revert introduction of `core.publish_bytes()` and `io.BytesOutput`.milde2023-04-084-4/+4
* Add "auto_encode" argument to `publish_string()`milde2023-04-062-1/+79
* Prefer Unix style line endingsaa-turner2023-03-311-28/+28
* Update Flake8 version and resolve lint warningsaa-turner2023-03-251-1/+1
* Use absolute paths in ``test_CLI``aa-turner2023-03-251-2/+4
* Avoid ambiguous module name `io`.milde2023-02-071-49/+50
* New general setting "output".milde2023-02-074-7/+32
* New functions for use as `rst2*` "console_scripts entry points".milde2023-02-063-7/+495
* Fix test case under Windows, add HISTORY entry for last commit.milde2023-01-171-7/+8
* More user-friendly DocInfo transform.milde2023-01-171-4/+8
* Fix failures when running "transform" test modules as "__main__".milde2023-01-172-40/+33
* Fix and activate test for "parts" published by the LaTeX writer.milde2023-01-161-23/+23
* Refactor latex writer tests.milde2022-12-192-195/+218
* Fix [bugs:#463]. Spurious comma in deprecation warning.milde2022-12-171-0/+5
* Update test documentation. Set executable bit on test scripts.milde2022-12-132-0/+0
* remove blanks at eol in code NOT in expectsgrubert2022-12-031-8/+8
* Allow empty string as encoding value (to re-activate default).milde2022-12-021-1/+3
* Simplify error message if recommonmark is missing.milde2022-12-021-1/+1
* Skip test_recommonmark/ directory if recommonmark is missing.milde2022-12-0214-74/+18
* Only extempt sample *.txt files from "trailing whitespace" git pre-commit check.milde2022-12-021-114/+114
* Ignore ``frontend.OptionParser`` deprecation warnings in ``HelperFunctionTests``aa-turner2022-12-021-2/+4
* Use unicode literal for U+00E4aa-turner2022-12-021-3/+3
* Use ``unittest.defaultTestLoader`` to load testsaa-turner2022-12-021-56/+1
* HTML5: Use dpub-ARIA role "doc-footnote" for footnotesmilde2022-12-014-39/+39
* Raise version to 0.20b.dev.milde2022-12-0119-19/+19
* Use pathlib.Path in utils.find_file_in_dirs().milde2022-11-281-7/+4
* Wrap definition lists with "details" class argument in a <div>milde2022-11-282-0/+6
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-26135-137/+139
* Fix import errors with ``python -m unittest``.milde2022-11-25114-150/+715
* Remove spurious "import unittest" from test scripts.milde2022-11-24101-101/+0