summaryrefslogtreecommitdiff
path: root/pylint/checkers/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Fix new import related errors in pylint's codebase.Claudiu Popa2015-11-251-2/+2
* Import has_known_bases and safe_infer back into pylint from astroid, until th...Claudiu Popa2015-11-201-8/+9
* Bring logilab-common's ureports into pylint.reporters.Claudiu Popa2015-09-051-2/+2
* Allow a bare raise only inside an except clause.Claudiu Popa2015-09-041-5/+4
* Add a new error, 'misplaced-bare-raise'.Claudiu Popa2015-09-041-3/+32
* Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-251-19/+18
* More idiomatic pythonRene Zhang2015-08-211-2/+1
* Fix index out of range when handling raise()Rene Zhang2015-08-201-1/+2
* Get rid of logilab.common.compat.Florian Bruhin2015-07-261-1/+1
* Use safe_infer and has_known_bases from astroid.helpers. Closes issue #593.Claudiu Popa2015-07-061-9/+8
* Move the property into a private function and call it in Checker.open.Claudiu Popa2015-06-261-10/+12
* Verify explicitly that a class is not a known exception class.Claudiu Popa2015-06-261-2/+16
* Remove unused imports.Claudiu Popa2015-05-281-1/+1
* Don't emit 'raising-non-exception' when the exception has unknown bases.Claudiu Popa2015-05-271-8/+3
* Remove "pointless-except" checkerSteven Myint2015-03-301-10/+1
* Remove unnecessary changeSteven Myint2015-03-151-1/+1
* Remove unnecessary loopSteven Myint2015-03-131-2/+1
* Remove unused importSteven Myint2015-03-131-1/+0
* Add "duplicate-except" checkerSteven Myint2015-03-131-1/+11
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+332