summaryrefslogtreecommitdiff
path: root/pylint/checkers/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Sets up copyrighthippo912020-08-201-1/+2
* Add rule raise-missing-fromRam Rachum2020-06-221-2/+45
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-3/+12
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-2/+1
* [formating] Bump black and isortDjailla2019-11-181-1/+1
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-26/+3
* Remove an occurrence of a check that no longer exists. Close #2931Claudiu Popa2019-06-011-3/+0
* Fix a bunch of linting errors from the codebaseClaudiu Popa2019-05-221-1/+0
* Correct infered to inferredClaudiu Popa2019-05-201-5/+5
* Fix the typing annotationsClaudiu Popa2019-04-111-6/+8
* When we can't infer bare except handlers, skip ``try-except-raise``Claudiu Popa2019-04-091-3/+14
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-2/+1
* Allow ``BaseException`` for emitting ``broad-except``, just like ``Exception``.Claudiu Popa2019-02-131-1/+1
* Added ``wrong-exception-operation``Claudiu Popa2018-11-291-0/+27
* Adding implicit-str-concat-in-sequence check (#1655)Lucas Cimon2018-10-101-3/+3
* Reformat the code with blackClaudiu Popa2018-09-171-169/+228
* Move is_raising to where it is used and correct its annotationClaudiu Popa2018-09-151-4/+13
* Make sure to filter out None and Uninferable when gathering exceptionsClaudiu Popa2018-08-231-1/+1
* Pick the latest value from the inferred values when looking for ``raising-non...Claudiu Popa2018-08-221-7/+7
* Consider tuples in exc handler for ``try-except-raise``ssolanki2018-08-211-9/+26
* Remove a couple of Python 2 specific checksNatalie Serebryakova2018-08-151-5/+0
* remove backslash for continuation from checker msgssolanki2018-08-141-20/+20
* consider bare except also for try-except-raise (#2353)Sushobhit2018-07-311-2/+12
* Demote 'try-except-raise' from an error to a warning (#2324)Carey Metcalfe2018-07-221-6/+6
* `try-except-raise` should consider parent class handlers.ssolanki2018-07-191-6/+20
* Update copyright noticesClaudiu Popa2018-07-151-1/+5
* Merge branch 'master' into fix_2177Sushobhit2018-06-221-1/+1
|\
| * standardize help strings a bit (#2207)Mike Frysinger2018-06-201-1/+1
* | Add new checker useless-object-inheritance.ssolanki2018-06-201-1/+1
|/
* Kill try-except-raise for when the same error is raised in the except handlerClaudiu Popa2018-06-141-16/+0
* Kill YES in favour of UninferableClaudiu Popa2018-05-241-5/+5
* Don't trigger misplaced-bare-raise when the raise is in a finally clause foun...Claudiu Popa2018-04-051-1/+1
* New error condition try-except-raise (#1939)Alexander Todorov2018-03-291-1/+30
* Spelling fixesVille Skyttä2018-01-301-1/+1
* Remove minversion for Python >3.0, since we already respect that conditionClaudiu Popa2018-01-251-2/+1
* Rip some of the six imports from the codebaseClaudiu Popa2018-01-251-5/+3
* 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