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
/
a
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent additional `unsupported-binary-operation` messages for metaclasses de...
Jacob Walls
2022-06-24
3
-35
/
+44
*
Fix ``unsupported-binary-operation`` on classes that overload or (#6664)
Tim Martin
2022-06-23
3
-1
/
+55
*
Use main instead of master as main checker name (#6569)
Daniël van Noord
2022-05-10
3
-3
/
+3
*
Move no-self-use to optional extension (#6448)
Marc Mueller
2022-05-05
6
-7
/
+6
*
Add `comparison-of-constants` checker (#6413)
omarandlorraine
2022-05-04
2
-3
/
+3
*
C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)
Joe Young
2022-05-04
7
-45
/
+48
*
Remove ``assign-to-new-keyword`` (#6421)
Daniël van Noord
2022-04-21
3
-24
/
+0
*
Remove the 'no-init' message tat was not emitted anyway
Pierre Sassoulas
2022-04-18
2
-2
/
+2
*
Normalize the pylint disables in functional tests
Pierre Sassoulas
2022-04-18
2
-2
/
+2
*
[refactor] Simpler and more performant way to check for duplicate-argument
Pierre Sassoulas
2022-04-01
1
-2
/
+1
*
'duplicate-argument-name' raises once for each set of duplicated arguments
Pierre Sassoulas
2022-04-01
1
-1
/
+1
*
C2801: New check for manual __dunder__ methods (#5938)
Joe Young
2022-03-30
1
-1
/
+1
*
Make ``arguments-differ`` check extra parameters for default values (#5539)
Daniël van Noord
2022-03-24
4
-9
/
+41
*
Use ``node.position`` in ``add_message`` if available (#5897)
Daniël van Noord
2022-03-12
4
-46
/
+46
*
Move functional test files to new structure
Daniël van Noord
2022-02-10
16
-0
/
+0
*
Fix assignment-from-none false negative case using list.sort() (#5738)
orSolocate
2022-02-02
2
-0
/
+3
*
Add confidence level `CONTROL_FLOW` (#5709)
Jacob Walls
2022-01-26
1
-3
/
+3
*
Fix unprotected accesses to parent.name and add tests (#5675)
Arianna Y
2022-01-14
2
-0
/
+28
*
Fix typos over the whole codebase (#5540)
Kian Meng, Ang
2021-12-17
1
-2
/
+2
*
Fix assigning-non-slot false positive with setattr (#5457)
Jake Lishman
2021-12-15
1
-0
/
+27
*
Fix #5371: Correctly count arguments to static methods missing @staticmethod ...
Jacob Walls
2021-12-03
3
-8
/
+30
*
Move ``TestNameChecker`` to functional tests (#5421)
Daniël van Noord
2021-11-28
3
-0
/
+24
*
Move ``TestVariablesChecker`` to functional tests (#5400)
Daniël van Noord
2021-11-25
2
-5
/
+13
*
Update functional test expected output (#5349)
Daniël van Noord
2021-11-24
23
-192
/
+192
*
Move ``misplaced-comparison-constant`` to optional extension (#5298)
Daniël van Noord
2021-11-14
1
-1
/
+1
*
Add tests for crash on assignment expressions in if statemenpytts
Daniël van Noord
2021-11-12
1
-0
/
+17
*
Fix ``protected-access`` for attributes and methods of nested classes (#5232)
Daniël van Noord
2021-10-31
2
-15
/
+91
*
Add tests for assignment expressions in function defaults (#5188)
Daniël van Noord
2021-10-25
1
-0
/
+0
*
Use py-version for alternative union syntax check (#5160)
Marc Mueller
2021-10-15
3
-2
/
+9
*
Fix false-positive undefined-variable with Lambda, IfExp, and := (#5044)
Marc Mueller
2021-09-21
1
-1
/
+6
*
Spelling and grammar fixes
Ville Skyttä
2021-09-17
4
-4
/
+4
*
Fix no-self-use and docparams extension for async functions/methods (#4986)
SupImDos
2021-09-11
1
-1
/
+1
*
Remove the python3 porting mode from the codebase
Pierre Sassoulas
2021-09-01
6
-6
/
+6
*
Fix false positive ``protected-access`` in typing (#4937)
Daniël van Noord
2021-08-31
3
-0
/
+34
*
Add regression tests for PyCQA/astroid#1151
David Liu
2021-08-30
1
-1
/
+23
*
Fix typo in assigment_from_no_return functional tests
Pierre Sassoulas
2021-08-30
2
-0
/
+0
*
Remove functional test configuration for python version <=3.6.0
Pierre Sassoulas
2021-08-30
8
-8
/
+0
*
Merge abstract_class_instantiated in the same file
Pierre Sassoulas
2021-08-30
7
-29
/
+21
*
Add ``Consider-using-f-string`` checker (#4796)
Daniël van Noord
2021-08-30
1
-1
/
+1
*
Fix functional test no-value-for-parameter when instancing an enum
Pierre Sassoulas
2021-08-16
1
-1
/
+1
*
Fix false-positive used-before-assignment with := in Return node
Marc Mueller
2021-08-12
1
-0
/
+5
*
Add ``redundant-u-string-prefix`` checker (#4804)
Daniël van Noord
2021-08-06
2
-2
/
+2
*
Implemented new checker await-outside-async (#4514)
yushao2
2021-06-09
3
-0
/
+34
*
Fix false-positive assigning-non-slot with typing.Generic base (#4522)
Marc Mueller
2021-05-30
3
-0
/
+21
*
Add regression tests of inference of implicit None return (#4428)
Andrew Haigh
2021-05-30
2
-2
/
+2
*
Minor refactoring of ``tests/functional/a`` directory (#4515)
yushao2
2021-05-26
19
-0
/
+0
*
Implemented ``unused-private-member`` checker (#4504)
yushao2
2021-05-25
1
-1
/
+1
*
Create new error arguments-renamed (#4467)
Konstantina Saketou
2021-05-17
7
-56
/
+138
*
Remove type check from arguments-differ (#4456)
Marc Mueller
2021-05-10
3
-29
/
+62
*
Customize arguments-differ error messages (#4422)
Konstantina Saketou
2021-05-05
4
-35
/
+39
[next]