summaryrefslogtreecommitdiff
path: root/astroid/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Let the type error propagate as an AstroidTypeError.Claudiu Popa2016-12-301-0/+8
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+5
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Now is_subtype / is_supertype raises an internal exception when a type hierar...Claudiu Popa2016-06-031-0/+4
* Convert all files to new license headerCeridwen2016-05-171-17/+3
* Revert "Try to solve the packaging issues again"Claudiu Popa2016-02-111-0/+221
* Try to solve the packaging issues againCeridwen2016-02-081-221/+0
* relative_to_absolute_name will now raise TooManyLevelsError when a relative i...Claudiu Popa2015-12-061-0/+15
* AstroidBuildingException is now AstroidBuildingError, the former being remove...Claudiu Popa2015-12-061-4/+4
* Add two new exceptions, AstroidImportError and AstroidSyntaxError.Claudiu Popa2015-12-061-0/+10
* Merge structured exceptions into 2.0Claudiu Popa2015-11-131-52/+127
|\
| * Merge upstream changesCeridwen2015-11-061-3/+3
| |\
| * | Add structured exceptions to decorators and remaining functions.Ceridwen2015-11-061-12/+0
| * | This bookmark adds structured exceptions to astroid.Ceridwen2015-11-021-45/+133
| |/
* | Remove the circular dependency between protocols.py and node_classes.pyClaudiu Popa2015-11-041-0/+18
|/
* 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