summaryrefslogtreecommitdiff
path: root/docutils/test/test_error_reporting.py
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+5
* Make the tests agnostic to the working directoryaa-turner2022-11-101-2/+1
* Inline ``DocutilsTestSupport.testroot``aa-turner2022-11-091-17/+4
* Change working directory once for all testsaa-turner2022-10-211-0/+6
* Unify naming of the "utf-8" codec.milde2022-06-131-1/+1
* Prepare switch from optparse to argparse.milde2022-03-171-5/+3
* Remove unused imports.milde2022-03-051-4/+4
* Avoid too long lines.milde2022-03-051-3/+9
* Fix imports.milde2022-03-051-2/+3
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+2
* Remove excess blank lines.milde2022-03-041-1/+0
* Remove redundant parenthesesmilde2022-01-261-1/+1
* Use short contact mail addressmilde2022-01-201-1/+1
* Drop use of utils.error_reporting module and deprecate it.milde2022-01-071-3/+5
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-83/+21
* Remove "coding:" slugmilde2022-01-031-1/+0
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* Work around #434milde2021-11-151-6/+7
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-3/+4
* Consistent Python 3 checks.milde2019-08-261-2/+2
* py3: Add aliases for removed symbolsmilde2019-08-261-0/+3
* py3: Switch to 'except foo as bar' syntaxmilde2019-08-261-7/+7
* py3: Switch to print functionsmilde2019-08-261-4/+6
* Drop support for Python 3.3milde2019-08-261-9/+4
* Cleanup: remove <2.6 compatibility code.milde2017-11-081-5/+1
* Drop 2.4 and 2.5 compatibility code, part 2.milde2017-08-141-15/+14
* Drop compatibility code for Python 2.4 and 2.5.milde2017-08-111-3/+3
* Fix [ 223 ] by removing redundant tests we do not have control over.milde2013-09-281-14/+2
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-041-1/+1
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-251-1/+1
* Fixup: more save implementation of binary data output under Python 3.milde2012-06-131-2/+2
* Replace deprecated aliases for assert methods with correct names.milde2012-02-031-9/+9
* Apply [ 3365041 ] to fix py3k unittest regressions.milde2011-07-201-2/+2
* New sub-module and test suite for error reporting.milde2011-05-191-0/+339