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