summaryrefslogtreecommitdiff
path: root/tests/basics/exceptpoly.py
AgeCommit message (Collapse)Author
2014-03-29tests: Remove unimplemented exceptions from testing.Damien George
2014-03-25py: Removed some unnecessary exception objects.Damien George
They still exist in commented-out form in objexcept.c if they are ever needed.
2014-03-22Added exception hierarchy except for OSError and UnicodeError (requires ↵Rachel Dowdall
arguments). Comment out the errors that aren't needed if memory becomes an issue.