summaryrefslogtreecommitdiff
path: root/tests/basics/exceptpoly.py
AgeCommit message (Expand)Author
2016-03-15tests: Split large tests into smaller files, to run with a small heap.Damien George
2016-03-06tests: Remove commented out tests so test script is not too big.Damien George
2014-10-22py: Remove unused and unneeded SystemError exception.Damien George
2014-09-30py: Remove IOError since it's deprecated; use OSError instead.Damien George
2014-03-29tests: Remove unimplemented exceptions from testing.Damien George
2014-03-25py: Removed some unnecessary exception objects.Damien George
2014-03-22Added exception hierarchy except for OSError and UnicodeError (requires argum...Rachel Dowdall