index
:
delta/python-packages/pylint-git.git
1.9
2.2
2.3.0
2.4
2.5
2.6
2.7
2.7.3-cherry-picked-from-master
2.8
3.0.0.alpha
DanielNoord-patch-1
add-docstring-formatter-in-pre-commit
add-functional-tests-for-configuration
add-primer-tests
add-typing-to-checker-registration
add-warning-for-3.6.0or3.6.1
burst-pylint-checker-classes
checker-check-deprecation
dependabot/github_actions/actions/cache-v2.1.5
dependabot/github_actions/actions/setup-python-2.3.0
dependabot/github_actions/actions/setup-python-v2.2.2
dependabot/pip/black-21.12b0
dependabot/pip/coverage-approx-eq-6.0
dependabot/pip/coverage-approx-eq-6.1
dependabot/pip/coveralls-3.0.1
dependabot/pip/flake8-3.9.0
dependabot/pip/isort-5.10.1
dependabot/pip/isort-5.8.0
dependabot/pip/pre-commit-approx-eq-2.11
dependabot/pip/pre-commit-approx-eq-2.15
dependabot/pip/pre-commit-approx-eq-2.16
dependabot/pip/pyupgrade-2.12.0
dependabot/pip/pyupgrade-2.13.0
dependabot/pip/sphinx-3.5.2
dependabot/pip/sphinx-3.5.3
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-7.0.0
dependabot/pip/sphinx-7.0.1
dependabot/pip/tbump-approx-eq-6.6.0
dependabot/pip/tbump-approx-eq-6.7.0
emacs-dangling-temporary-file
enforce-the-confidence-in-add-message
first-patch-2471
fix-crash-in-attribute-check
fix-crash-parallel-mode-missing-file-path
fix-elif-checker-crash
fix-range-without-args-crash
fix-typing-in-unittest-expand-module
github-actions
invalid-toml-config
issue-1191
issue-2072
issue-3339
issue-8419
issue/2913-unicode-defs
main
maintenance/2.17.x
master
migrate-extension-tests-to-functional
move-env-help-to-the-logical-place
per_dir_config
pre-commit-ci-update-config
property-with-parameter-abstract
python-2.7
refactor-module-stats-creation
refactor-variable-checker-visit_name
regression-test-for-3181
regression-tests-for-73
release-branch-2.12
revert-5561-dependabot/pip/tbump-approx-eq-6.6.1
simplify-toml-test-using-env-var
tests-for-astroid-1207
typo-and-small-fixes-before-5558
upgrade-astroid-2.9.1
github.com: PyCQA/pylint.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pylint
/
checkers
/
exceptions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Regenerate copyright notices
Claudiu Popa
2017-12-15
1
-2
/
+13
*
Don't emit catching-non-exception when a tuple component has unknown bases
Claudiu Popa
2017-12-11
1
-1
/
+2
*
Fix unhandled exception when node without a name is used as exception class (...
Ćukasz Rogalski
2017-09-27
1
-3
/
+2
*
Warn when raising an exception with a format string and some arguments
Martin von Gagern
2017-07-21
1
-1
/
+17
*
Exceptions have a different type since astroid 1.5.0, use a visit_exceptionin...
Claudiu Popa
2017-04-14
1
-0
/
+4
*
Don't recommend BaseException in the message file. Close #1302
Claudiu Popa
2017-02-02
1
-2
/
+2
*
Extracted overlapping exceptions checker into extension
Erik
2016-12-15
1
-25
/
+1
*
Fix typo.
Claudiu Popa
2016-10-31
1
-3
/
+2
*
Implemented support to warn when overlappling exceptions in same handler
Erik
2016-10-31
1
-1
/
+28
*
Fix pylint warning.
Claudiu Popa
2016-08-02
1
-1
/
+1
*
Switch to a visitor-style analysis for the exception checker, to simplify the...
Claudiu Popa
2016-08-02
1
-62
/
+92
*
Refactor some things around exceptions checker.
Claudiu Popa
2016-08-01
1
-52
/
+42
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-23
1
-2
/
+5
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+2
*
Add the new shorter license header, including to missing files. Close #894.
Claudiu Popa
2016-06-01
1
-14
/
+3
*
Fix typos (#916)
Jakub Wilk
2016-05-25
1
-1
/
+1
*
Mark missing messages with check_messages.
Claudiu Popa
2016-01-15
1
-1
/
+1
*
Fix new import related errors in pylint's codebase.
Claudiu Popa
2015-11-25
1
-2
/
+2
*
Import has_known_bases and safe_infer back into pylint from astroid, until th...
Claudiu Popa
2015-11-20
1
-8
/
+9
*
Bring logilab-common's ureports into pylint.reporters.
Claudiu Popa
2015-09-05
1
-2
/
+2
*
Allow a bare raise only inside an except clause.
Claudiu Popa
2015-09-04
1
-5
/
+4
*
Add a new error, 'misplaced-bare-raise'.
Claudiu Popa
2015-09-04
1
-3
/
+32
*
Update pylint to use the new astroid AST names and methods
Claudiu Popa
2015-08-25
1
-19
/
+18
*
More idiomatic python
Rene Zhang
2015-08-21
1
-2
/
+1
*
Fix index out of range when handling raise()
Rene Zhang
2015-08-20
1
-1
/
+2
*
Get rid of logilab.common.compat.
Florian Bruhin
2015-07-26
1
-1
/
+1
*
Use safe_infer and has_known_bases from astroid.helpers. Closes issue #593.
Claudiu Popa
2015-07-06
1
-9
/
+8
*
Move the property into a private function and call it in Checker.open.
Claudiu Popa
2015-06-26
1
-10
/
+12
*
Verify explicitly that a class is not a known exception class.
Claudiu Popa
2015-06-26
1
-2
/
+16
*
Remove unused imports.
Claudiu Popa
2015-05-28
1
-1
/
+1
*
Don't emit 'raising-non-exception' when the exception has unknown bases.
Claudiu Popa
2015-05-27
1
-8
/
+3
*
Remove "pointless-except" checker
Steven Myint
2015-03-30
1
-10
/
+1
*
Remove unnecessary change
Steven Myint
2015-03-15
1
-1
/
+1
*
Remove unnecessary loop
Steven Myint
2015-03-13
1
-2
/
+1
*
Remove unused import
Steven Myint
2015-03-13
1
-1
/
+0
*
Add "duplicate-except" checker
Steven Myint
2015-03-13
1
-1
/
+11
*
Move all package files to a pylint package.
Ionel Cristian Maries
2015-02-14
1
-0
/
+332