summaryrefslogtreecommitdiff
path: root/test/test_error_reporting.py
Commit message (Expand)AuthorAgeFilesLines
* 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