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
/
variables.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a crash in `undefined-variable` caused by chained attributes in metaclass
fix-crash-in-attribute-check
Claudiu Popa
2020-12-29
1
-1
/
+4
*
Remove unsecable whitespace in the whole codebase
Pierre Sassoulas
2020-09-12
1
-1
/
+1
*
Update formatting following black and isort update
Pierre Sassoulas
2020-09-10
1
-31
/
+17
*
Sets up copyright
hippo91
2020-08-20
1
-0
/
+1
*
Fix scoping for function annotations, decorators and base classes (#3713)
Andrew Simmons
2020-07-12
1
-19
/
+33
*
Protect against `AttributeError` when checking `cell-var-from-loop`
Claudiu Popa
2020-05-29
1
-2
/
+3
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-5
/
+17
*
Fix false negative for undefined-variable when using class attribute in compr...
Andrew Simmons
2020-04-22
1
-7
/
+35
*
Fix false positive for ``undefined-variable`` when using class attribute as r...
Andrew Simmons
2020-04-22
1
-0
/
+4
*
Fix false positive for ``undefined-variable`` when using class attribute in d...
Andrew Simmons
2020-04-22
1
-12
/
+21
*
Positional-only arguments are taken in account for ``useless-super-delegation``
Claudiu Popa
2020-03-28
1
-0
/
+1
*
Allow used variables to be properly consumed when different checks are enable...
Claudiu Popa
2020-03-25
1
-8
/
+15
*
pyupgrade: automated removal of python2 constructs
Anthony Sottile
2020-03-24
1
-1
/
+0
*
Adjust some annotations and refactor small checks
Claudiu Popa
2020-03-08
1
-1
/
+1
*
Only exempt __class__ for undefined-variable from methods
Claudiu Popa
2020-03-02
1
-1
/
+5
*
Fix a false positive for ``undefined-variable`` when ``__class__`` is used
Claudiu Popa
2020-02-29
1
-0
/
+1
*
Only check the messages that are emitted in VariablesChecker.visit_name
Claudiu Popa
2020-02-29
1
-4
/
+7
*
Fix formatting error
Claudiu Popa
2020-01-04
1
-1
/
+4
*
Fixed undefined-variable and unused-import flase positives when using a metac...
Ashley Whetter
2020-01-03
1
-2
/
+4
*
Enable else-if-used extension (#3316)
Nick Drozd
2019-12-24
1
-14
/
+12
*
``undefined-variable`` can now find undefined loop iterables
Claudiu Popa
2019-12-16
1
-1
/
+9
*
[formating] Bump black and isort
Djailla
2019-11-18
1
-3
/
+7
*
Allow import aliases to exempt ``import-error`` when used in type annotations.
Claudiu Popa
2019-11-14
1
-2
/
+6
*
Transform a runtime assertion into a check
Claudiu Popa
2019-11-13
1
-1
/
+2
*
Relax type import detection for names that do not come from the ``typing`` mo...
Claudiu Popa
2019-11-13
1
-5
/
+1
*
Exempt all the names found in type annotations from ``unused-import``
Claudiu Popa
2019-11-08
1
-1
/
+0
*
Include BinaryIO in the list of typing imports
Claudiu Popa
2019-10-30
1
-0
/
+1
*
Disable error for complex function
Claudiu Popa
2019-09-25
1
-0
/
+1
*
Continue looking for undefined variables in type checking guards. Close #3127
Claudiu Popa
2019-09-25
1
-1
/
+2
*
Exempt type checking definitions defined in both clauses of a type checking g...
Claudiu Popa
2019-09-25
1
-4
/
+20
*
Exempt type checking definitions inside the type check guard
Claudiu Popa
2019-09-25
1
-1
/
+3
*
Disable too-many-public-methods for humonguous class
Claudiu Popa
2019-09-23
1
-0
/
+1
*
Support typing comments for individual arguments. Close #3112
Claudiu Popa
2019-09-23
1
-0
/
+4
*
Squash VariablesChecker3k into the general checker class
Claudiu Popa
2019-09-23
1
-26
/
+17
*
Move private functions at the end of the variables checker class to make it m...
Claudiu Popa
2019-09-23
1
-571
/
+574
*
Removed Python 2 specific checks
Claudiu Popa
2019-09-17
1
-7
/
+0
*
Handle redefinitions in case of type checking imports.
Claudiu Popa
2019-09-17
1
-0
/
+9
*
Handle variables defined only under a type checking clause
Claudiu Popa
2019-09-17
1
-0
/
+5
*
Remove redundant compatibility code (#3097)
Hugo van Kemenade
2019-09-12
1
-15
/
+6
*
[pylint.checkers] Make the link between msgid and symbol strictly 1-1
Pierre Sassoulas
2019-08-19
1
-2
/
+2
*
Excluded protocol classes from a couple of checks. Close #3002.
Claudiu Popa
2019-07-16
1
-0
/
+4
*
Fixed false positives for function stubs (#2927)
Ashley Whetter
2019-05-26
1
-34
/
+45
*
Disable too-many-branches for complex function
Claudiu Popa
2019-05-23
1
-0
/
+1
*
``unused-import`` emitted for the right import names in function scopes.
Claudiu Popa
2019-05-23
1
-3
/
+10
*
Fix a bunch of linting errors from the codebase
Claudiu Popa
2019-05-22
1
-6
/
+2
*
Fixed false positive for `undefined-loop-variable`
Ashley Whetter
2019-05-20
1
-0
/
+10
*
Correct infered to inferred
Claudiu Popa
2019-05-20
1
-21
/
+21
*
Support fully qualified typing imports for type annotations.
Claudiu Popa
2019-05-20
1
-11
/
+86
*
Better postponed evaluation of annotations handling
Claudiu Popa
2019-04-03
1
-1
/
+8
*
Support postponed evaluation of annotations for variable annotations.
Claudiu Popa
2019-03-29
1
-1
/
+3
[next]