summaryrefslogtreecommitdiff
path: root/astroid/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright noticehippo912021-02-151-0/+1
* New copyright noticeshippo912020-12-271-1/+1
* Fix the new violations of super-without-argumentsClaudiu Popa2020-05-121-7/+7
* Initial formatting of astroidClaudiu Popa2018-10-021-10/+23
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-2/+4
* Allow google style docs to be built along side sphinx style docs, using napol...Claudiu Popa2018-06-041-3/+2
* Fix inference tip collisionsBryce Guinta2018-02-061-0/+7
* Fix lint warningsClaudiu Popa2017-10-121-6/+0
* Let the type error propagate as an AstroidTypeError.Claudiu Popa2016-12-031-0/+8
* Remove pylint errorsDerek Gustafson2016-12-031-0/+6
* 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-161-17/+3
* Cleanup pylint's warnings over astroid codebaseClaudiu Popa2015-12-141-1/+2
* relative_to_absolute_name will now raise TooManyLevelsError when a relative i...Claudiu Popa2015-12-061-0/+15
* AstroidBuildingException is now AstroidBuildingError.Claudiu Popa2015-12-061-4/+5
* Add two new exceptions, AstroidImportError and AstroidSyntaxError.Claudiu Popa2015-12-061-0/+10
* 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 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