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
/
tests
/
functional
/
u
/
unused
/
unused_private_member.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PyCQA migration] Upgrade links to the repositories in code and doc (#8514)
Pierre Sassoulas
2023-03-29
1
-10
/
+10
*
Update disallowed-name to flag module-level variables (#7808)
Dani Alcala
2023-01-25
1
-2
/
+2
*
Fix a crash in `unused-private-member` with chained private attributes (#6710)
Jacob Walls
2022-05-26
1
-0
/
+7
*
Move no-self-use to optional extension (#6448)
Marc Mueller
2022-05-05
1
-1
/
+1
*
[spelling] Remove remaining typoes detected by the spelling checker
Pierre Sassoulas
2022-04-26
1
-1
/
+1
*
fix(4756): fix false positive `unused-private-member` for private methods (#5...
yushao2
2022-03-15
1
-0
/
+25
*
Fix #5569: Fix a crash in `unused-private-member` when `type(self)` used in b...
Jacob Walls
2022-01-11
1
-0
/
+10
*
Fix crash on checking private members on ``__class__``
Daniƫl van Noord
2021-11-05
1
-0
/
+9
*
Fix false positive ``unused-private-member`` for accessing attributes in a cl...
yushao2
2021-09-14
1
-0
/
+19
*
fix false positive W0238 with private staticmethod used from classmethod (#4949)
Kayran Schmidt
2021-09-07
1
-0
/
+18
*
Add a regression test for #4837 (#4847)
Pierre Sassoulas
2021-08-15
1
-0
/
+22
*
Fix crash for `unused-private-member` when there are nested attributes (#4783)
yushao2
2021-08-01
1
-3
/
+21
*
Fix false-positive of `unused-private-member` with class name (#4782)
yushao2
2021-08-01
1
-0
/
+22
*
Update pr based on review
Yu Shao, Pang
2021-08-01
1
-4
/
+2
*
[unused-private-member] add logic for checking nested functions
Yu Shao, Pang
2021-08-01
1
-0
/
+43
*
Applied suggestions from PR review
Yu Shao, Pang
2021-07-18
1
-2
/
+4
*
[unused-private-member] add logic to check for obj attributes when
Yu Shao, Pang
2021-07-18
1
-0
/
+23
*
[unused-private-member] Handle case of mutating class attrib with `cls`
Yu Shao, Pang
2021-07-03
1
-0
/
+32
*
[unused-private-member] Handle the case using self to access members
Pierre Sassoulas
2021-07-01
1
-0
/
+16
*
[unused-private-member] Add some more use case in tests
Pierre Sassoulas
2021-06-30
1
-0
/
+10
*
[unused-private-member] Handle the case with Call node
Pierre Sassoulas
2021-06-30
1
-0
/
+11
*
Fixed false-positive on ``unused-private-member`` (#4507)
yushao2
2021-05-25
1
-0
/
+12
*
Implemented ``unused-private-member`` checker (#4504)
yushao2
2021-05-25
1
-0
/
+56