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
*
Check if node is in list comprehension in function defaults
Bryce Guinta
2018-03-03
1
-2
/
+6
*
Fix false positive undefined-variable for lambda arguments in classes
Bryce Guinta
2018-03-02
1
-2
/
+11
*
Exempt `__doc__` from triggering a `redefined-builtin`
Claudiu Popa
2018-03-01
1
-1
/
+1
*
Backport of PR #1757
hippo91
2018-01-04
1
-38
/
+115
*
Regenerate copyright notices
Claudiu Popa
2017-12-15
1
-3
/
+19
*
past.builtins import don't trigger redefined-builtin. Close #1764
Claudiu Popa
2017-12-12
1
-1
/
+1
*
Adding a check for ``inconsistent-return-statements`` inside function or meth...
hippo91
2017-09-26
1
-1
/
+3
*
Add a couple of Uninferable filters where we weren't using any
Claudiu Popa
2017-08-15
1
-2
/
+2
*
Don't mark dynamically added __class__ as unused variable. Close #1609
Claudiu Popa
2017-08-09
1
-0
/
+7
*
Fixed grammatical mistake in error message. (#1517)
Dan Garrette
2017-06-07
1
-1
/
+1
*
Handle keyword-only args annotation variables. Close #1168
Claudiu Popa
2017-04-12
1
-0
/
+1
*
Spelling fixes (#1397)
Ville Skyttä
2017-04-02
1
-1
/
+1
*
Add ignored_ and unused_ to unused-* inspections (#1357)
Nathaniel Manista
2017-03-07
1
-2
/
+2
*
Objects with the same name as inner attributes are not marked as unused any l...
Derek Gustafson
2017-01-21
1
-5
/
+13
*
Fix not-used-before-assignment false positive (#1266)
Łukasz Rogalski
2017-01-04
1
-2
/
+3
*
Check if a name is locally assigned when looking for used-before-assignment
Łukasz Rogalski
2017-01-03
1
-1
/
+10
*
Don't emit used-before-assignment in certain single statement functions
Claudiu Popa
2016-12-18
1
-1
/
+9
*
New refactoring checker: consider-using-ternary (#1210)
Łukasz Rogalski
2016-12-18
1
-1
/
+1
*
Improve metaclass detection in nested scopes in Python 3 (#1202)
Łukasz Rogalski
2016-12-16
1
-45
/
+57
*
Aliasing an import with underscore skips unused-import check
Derek Gustafson
2016-12-14
1
-0
/
+2
*
Add a new option for finding unused global variables.
Łukasz Rogalski
2016-12-13
1
-1
/
+21
*
Skip checking only of arguments when in a singledispatched function.
Claudiu Popa
2016-12-04
1
-5
/
+3
*
Don't emit unused-argument and function-redefined for singledispatch implemen...
Łukasz Rogalski
2016-12-04
1
-0
/
+4
*
Treat keyword only arguments the same as positional arguments with regard to ...
Claudiu Popa
2016-11-20
1
-1
/
+4
*
Don't warn about used-before-assignment if the variable is in an exclusive ex...
Claudiu Popa
2016-08-23
1
-3
/
+1
*
Allow underscores in unused-variables. (#1058) (#1059)
Grant Welch
2016-08-14
1
-1
/
+1
*
Kill assign_names, it is just nodes_of_class after all.
Claudiu Popa
2016-07-28
1
-1
/
+1
*
assign_names return only AssignName nodes now, instead of strings.
Claudiu Popa
2016-07-28
1
-1
/
+1
*
Use attributes from modules instead of cluttering the namespace.
Claudiu Popa
2016-07-27
1
-52
/
+45
*
Move _for_loop_assign_names into utils.assign_name so it can be reused.
Claudiu Popa
2016-07-27
1
-25
/
+2
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-23
1
-2
/
+8
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+2
*
Added check for an inner loop reusing an outer loop's target(s)
Ashley Whetter
2016-07-15
1
-1
/
+53
*
ignored-argument-names is now used for ignoring arguments for unused-variable...
Claudiu Popa
2016-06-27
1
-2
/
+18
*
Move a staticmethod into a function.
Claudiu Popa
2016-06-24
1
-7
/
+7
*
Remove additional star.
Claudiu Popa
2016-06-24
1
-1
/
+1
*
Variables prepended with underscores are now marked as unused through the upd...
Claudiu Popa
2016-06-24
1
-1
/
+1
*
Fix a bug where the top name of a qualified import was detected as unused var...
Claudiu Popa
2016-06-14
1
-0
/
+5
*
Install the backport of lru_cache and use it for overriden_method (the same b...
Claudiu Popa
2016-06-14
1
-0
/
+5
*
Capitalize some comments.
Claudiu Popa
2016-06-14
1
-6
/
+7
*
Simplify the function that looks for undefined variables by moving most of it...
Claudiu Popa
2016-06-14
1
-54
/
+61
*
Make pylint work with the astroid's master branch, including the special mode...
Claudiu Popa
2016-06-05
1
-14
/
+9
*
Add the new shorter license header, including to missing files. Close #894.
Claudiu Popa
2016-06-01
1
-15
/
+3
*
Do not emit import-error or no-name-in-module for fallback import blocks by d...
Claudiu Popa
2016-05-31
1
-6
/
+15
*
Fix typos (#916)
Jakub Wilk
2016-05-25
1
-1
/
+1
*
Add a new option, 'redefining-builtins-modules'.
Claudiu Popa
2016-03-25
1
-3
/
+16
*
Don't use line continuation for strings.
Claudiu Popa
2016-03-25
1
-6
/
+7
*
Ignore __all__ elements that don't have a parent
Claudiu Popa
2016-03-11
1
-0
/
+2
*
Remove trailing whitespace.
Claudiu Popa
2016-01-09
1
-1
/
+1
*
Treat AsyncFunctionDef just like FunctionDef nodes
Claudiu Popa
2016-01-09
1
-1
/
+4
[next]