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
/
m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a false negative for 'missing-parentheses-for-call-in-test'
Pierre Sassoulas
2023-02-05
2
-19
/
+56
*
add inference
clavedeluna
2023-01-23
1
-3
/
+3
*
fix no-kwoa for any with calls
clavedeluna
2023-01-23
2
-0
/
+3
*
fix no-kwoa for one with call
clavedeluna
2023-01-23
1
-1
/
+18
*
Fixes ``method-cache-max-size-none`` false positive (#7908)
Dani Alcala
2022-12-09
2
-6
/
+15
*
``multiple-statements`` no longer triggers for function stubs using inlined `...
Gideon
2022-11-29
4
-4
/
+2
*
Add R1737 use-dict-literal-without-kwargs
Robert Hofer
2022-11-09
1
-1
/
+1
*
Add confidence levels to all exception checkers (#7716)
Dani Alcala
2022-11-05
1
-7
/
+7
*
Fix crash in ``modified_iterating`` checker for set defined as a class attrib...
Dani Alcala
2022-09-30
2
-17
/
+30
*
Replace no-method-argument with no-self-argument when variadic args present (...
Jakub Kuczys
2022-09-23
1
-2
/
+2
*
Fix a crash in the `modified-iterating-dict` checker involving instance attri...
Jacob Walls
2022-09-16
1
-0
/
+12
*
Fix crash while iteraring over a class attribute (#7386)
Daniël van Noord
2022-08-31
2
-2
/
+15
*
Remove Python 2 code from the tests & refactor (#7320)
Mark Byrne
2022-08-18
18
-66
/
+60
*
Don't emit `modified-iterating-dict` when updating existing keys (#7037)
Jacob Walls
2022-06-25
2
-0
/
+11
*
[ADD] missing-timeout: Used when a method call an external request (#6780)
Moises Lopez - https://www.vauxoo.com/
2022-06-23
2
-0
/
+110
*
Emit `using-constant-test` when testing truth value of a call returning a gen...
Jacob Walls
2022-06-11
1
-15
/
+15
*
Emit modified-iterating-list|dict|set for literals or usage of `del` (#6652)
Jacob Walls
2022-06-04
2
-3
/
+19
*
Update ranges for error messages (#6606)
Marc Mueller
2022-05-13
1
-15
/
+15
*
Move no-self-use to optional extension (#6448)
Marc Mueller
2022-05-05
6
-6
/
+6
*
Add `comparison-of-constants` checker (#6413)
omarandlorraine
2022-05-04
3
-8
/
+9
*
C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)
Joe Young
2022-05-04
1
-1
/
+1
*
Rename ``cache-max-size-none`` and check ``functools.cache`` (#6182)
Daniël van Noord
2022-04-19
5
-0
/
+141
*
Remove the 'no-init' message tat was not emitted anyway
Pierre Sassoulas
2022-04-18
2
-2
/
+2
*
Deprecate ``ignore-mixin-members`` + add ``ignored-checks-for-mixins``
Daniël van Noord
2022-04-04
1
-1
/
+0
*
Fix issue #5969 for `modified_iterating-list` (#5986)
orSolocate
2022-03-26
1
-0
/
+16
*
Use ``node.position`` in ``add_message`` if available (#5897)
Daniël van Noord
2022-03-12
8
-17
/
+17
*
Move functional test files to new structure
Daniël van Noord
2022-02-10
4
-0
/
+0
*
Add `iterating-modified-list` checker for modified lists (#5628)
orSolocate
2022-02-01
2
-0
/
+67
*
Add confidence level `CONTROL_FLOW` (#5709)
Jacob Walls
2022-01-26
1
-1
/
+1
*
Fix typos over the whole codebase (#5540)
Kian Meng, Ang
2021-12-17
1
-1
/
+1
*
Move ``TestMultiStatementLine`` to functional tests (#5423)
Daniël van Noord
2021-11-28
5
-0
/
+72
*
Move ``TestDocstring`` to functional tests (#5404)
Daniël van Noord
2021-11-26
14
-0
/
+74
*
Move ``TestVariablesChecker`` to functional tests (#5400)
Daniël van Noord
2021-11-25
2
-6
/
+39
*
Update functional test expected output (#5349)
Daniël van Noord
2021-11-24
24
-95
/
+95
*
Move the functional tests for extension in 'tests/functional/ext'
Pierre Sassoulas
2021-11-23
9
-461
/
+0
*
Migrate test for extension to functional tests
Pierre Sassoulas
2021-11-23
3
-0
/
+235
*
Move ``misplaced-comparison-constant`` to optional extension (#5298)
Daniël van Noord
2021-11-14
4
-8
/
+23
*
Add ``mixin-class-rgx`` option (#5203)
Daniël van Noord
2021-10-25
3
-0
/
+66
*
Fix asterisks parsing of ``mising-param-doc`` (#5175)
Daniël van Noord
2021-10-18
1
-0
/
+36
*
Properly identify undocumented parameters and add new message called missing-...
Konstantina Saketou
2021-10-10
3
-0
/
+132
*
Remove the python3 porting mode from the codebase
Pierre Sassoulas
2021-09-01
3
-4
/
+5
*
Remove functional test configuration for python version <=3.6.0
Pierre Sassoulas
2021-08-30
5
-6
/
+0
*
Add ``Consider-using-f-string`` checker (#4796)
Daniël van Noord
2021-08-30
1
-1
/
+1
*
Add ``redundant-u-string-prefix`` checker (#4804)
Daniël van Noord
2021-08-06
1
-1
/
+1
*
Remove match-crash-4685 test
Marc Mueller
2021-07-19
2
-65
/
+0
*
Add a functional tests for 4685
Pierre Sassoulas
2021-07-19
2
-0
/
+65
*
Implemented ``unused-private-member`` checker (#4504)
yushao2
2021-05-25
1
-1
/
+1
*
Update regression tests for PyCQA/astroid#940 (#4466)
Andrew Haigh
2021-05-11
1
-2
/
+2
*
Fix additional test case
Marc Mueller
2021-05-11
1
-2
/
+2
*
Merge the two tests for use-symbolic-message-instead
Pierre Sassoulas
2021-03-17
2
-24
/
+0
[next]