summaryrefslogtreecommitdiff
path: root/astroid/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
...
* Remove doctype and future imports which aren't useful.Claudiu Popa2015-10-111-2/+0
* Add support for retrieving TypeErrors for binary arithmetic operations and au...Claudiu Popa2015-06-281-0/+13
* Use the name of the operand for UnaryOperationError.__str__.Claudiu Popa2015-06-131-1/+1
* Make the first steps towards detecting type errors for unary and binary opera...Claudiu Popa2015-06-111-0/+21
* Add a new SuperError exception subclass, SuperArgumentTypeError, which is rai...Claudiu Popa2015-05-291-0/+4
* Add a new *inference object* called SuperClaudiu Popa2015-05-281-0/+4
* Add two new exceptions for handling MRO error cases.Claudiu Popa2015-05-031-0/+12
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-0/+51