summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pep352.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor PEP 352 tests to make it easier in the future to make sure certainBrett Cannon2007-02-231-18/+34
* No more raising of string exceptions!Brett Cannon2007-01-301-23/+39
* Remove the __unicode__ method from exceptions. Allows unicode() to be calledBrett Cannon2006-09-091-2/+1
* Fix parsing of exception_hierarchy.txt when a platform-specific exception isBrett Cannon2006-03-011-0/+1
* PEP 352 implementation. Creates a new base class, BaseException, which has anBrett Cannon2006-03-011-0/+182