summaryrefslogtreecommitdiff
path: root/pylint/checkers/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Regenerate copyright noticesClaudiu Popa2017-12-151-2/+13
* Don't emit catching-non-exception when a tuple component has unknown basesClaudiu Popa2017-12-111-1/+2
* Fix unhandled exception when node without a name is used as exception class (...Ɓukasz Rogalski2017-09-271-3/+2
* Warn when raising an exception with a format string and some argumentsMartin von Gagern2017-07-211-1/+17
* Exceptions have a different type since astroid 1.5.0, use a visit_exceptionin...Claudiu Popa2017-04-141-0/+4
* Don't recommend BaseException in the message file. Close #1302Claudiu Popa2017-02-021-2/+2
* Extracted overlapping exceptions checker into extensionErik2016-12-151-25/+1
* Fix typo.Claudiu Popa2016-10-311-3/+2
* Implemented support to warn when overlappling exceptions in same handlerErik2016-10-311-1/+28
* Fix pylint warning.Claudiu Popa2016-08-021-1/+1
* Switch to a visitor-style analysis for the exception checker, to simplify the...Claudiu Popa2016-08-021-62/+92
* Refactor some things around exceptions checker.Claudiu Popa2016-08-011-52/+42
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+5
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-14/+3
* Fix typos (#916)Jakub Wilk2016-05-251-1/+1
* Mark missing messages with check_messages.Claudiu Popa2016-01-151-1/+1
* 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