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
/
s
Commit message (
Expand
)
Author
Age
Files
Lines
*
[cleanup] Upgrade more doc following the PyCQA migration
Pierre Sassoulas
2023-03-31
1
-1
/
+1
*
[PyCQA migration] Upgrade links to the repositories in code and doc (#8514)
Pierre Sassoulas
2023-03-29
5
-11
/
+11
*
[cleanup] Move tests starting with 'singledispatch' in a subdir
Pierre Sassoulas
2023-03-23
12
-0
/
+0
*
"Message emitted" improvements caused issues
Stavros Ntentos
2023-02-22
1
-2
/
+2
*
[subprocess-run-check] Add the proper confidence
Pierre Sassoulas
2023-01-23
1
-1
/
+1
*
[subprocess-run-check] Better rationale and message
Pierre Sassoulas
2023-01-23
1
-1
/
+1
*
pointless-exception-statement: filter call inference for better performance o...
James Addison
2023-01-20
2
-4
/
+14
*
Add new check "pointless-exception-statement" (#7939)
James Addison
2023-01-07
2
-0
/
+19
*
[pypy3.8] Disable multiple-statements false positive on affected functional t...
Pierre Sassoulas
2022-12-15
2
-3
/
+7
*
Clearer ``reimported`` and new ``shadowed-import`` messages for aliased impor...
Dani Alcala
2022-11-30
2
-0
/
+22
*
Do not crash if next() is called without arguments (#7831)
Dani Alcala
2022-11-24
1
-0
/
+10
*
Fail pytest runs on warnings (#7809)
Jacob Walls
2022-11-23
1
-1
/
+1
*
Emit `used-before-assignment` for variables only defined under always false t...
Jacob Walls
2022-11-22
2
-1
/
+3
*
Merge branch 'maintenance/2.15.x' into main following 2.15.6 release
Pierre Sassoulas
2022-11-19
1
-2
/
+2
|
\
|
*
Suppress `stop-iteration-return` on `itertools.cycle` (#7766)
Tushar Sadhwani
2022-11-17
2
-2
/
+8
|
*
Fix astroid error for custom ``next`` method (#7622)
Dani Alcala
2022-11-17
2
-11
/
+53
*
|
Suppress `stop-iteration-return` on `itertools.cycle` (#7766)
Tushar Sadhwani
2022-11-14
2
-2
/
+8
*
|
Add named-expr-without-context check (#7763)
Marc Mueller
2022-11-14
1
-1
/
+1
*
|
Flag `superfluous-parens` if parentheses are used during string concatenation...
Dani Alcala
2022-11-13
6
-9
/
+49
*
|
Rename `broad-except` and new check `broad-exception-raised` (#7709)
Dani Alcala
2022-11-05
1
-1
/
+1
*
|
Fix astroid error for custom ``next`` method (#7622)
Dani Alcala
2022-11-03
2
-11
/
+53
*
|
@singledispatch and @singledispatchmethod checks for methods and functions (#...
Ramon Saraiva
2022-10-31
10
-0
/
+122
|
/
*
Remove Python 2 code from the tests & refactor (#7320)
Mark Byrne
2022-08-18
15
-81
/
+78
*
Fix crash when a type-annotated `__slots__` with no value is declared. (#7285)
Mark Byrne
2022-08-11
2
-13
/
+38
*
Don't emit ``super-init-not-called`` for abstract ``__init__`` methods (#7227)
Daniël van Noord
2022-07-31
3
-4
/
+50
*
[syntax-error] Fix a crash when the line and column can't be retrieved (#7097)
Pierre Sassoulas
2022-07-30
1
-1
/
+1
*
Fix tests for Python 3.11 (#7167)
Adam Williamson
2022-07-14
2
-2
/
+2
*
Fix ``bad-super-call`` for non-direct parents (#6956)
Daniël van Noord
2022-06-16
2
-4
/
+34
*
Add a doc example for simplifiable-if-expression and simplifiable-if-statement
Pierre Sassoulas
2022-05-29
2
-3
/
+30
*
Move no-self-use to optional extension (#6448)
Marc Mueller
2022-05-05
4
-8
/
+7
*
Add `comparison-of-constants` checker (#6413)
omarandlorraine
2022-05-04
2
-5
/
+5
*
Update tests and testoptions for PyPy
Daniël van Noord
2022-05-03
1
-2
/
+0
*
Avoid reporting superfluous-parens after an ``is not`` operator (#6451)
Tim Martin
2022-04-27
1
-0
/
+7
*
Add ``super-without-brackets`` checker (#6374)
Daniël van Noord
2022-04-18
2
-0
/
+24
*
Remove the 'no-init' message tat was not emitted anyway
Pierre Sassoulas
2022-04-18
1
-1
/
+1
*
Normalize the pylint disables in functional tests
Pierre Sassoulas
2022-04-18
1
-1
/
+1
*
Improve `invalid-slots-object` message output (#6192)
Joe Young
2022-04-09
2
-5
/
+13
*
Fix crash in ``super-init-not-called`` checker (#6043)
Daniël van Noord
2022-03-31
2
-0
/
+8
*
Fix false positive for `superfluous-parens` for `return (a or b) in iterable`...
Jacob Walls
2022-03-26
1
-1
/
+4
*
Use ``node.position`` in ``add_message`` if available (#5897)
Daniël van Noord
2022-03-12
7
-12
/
+12
*
Move functional test files to new structure
Daniël van Noord
2022-02-10
19
-2
/
+2
*
Fix false positive ``super-init-not-called`` for inherited ``init`` (#5698)
Daniël van Noord
2022-01-24
2
-1
/
+30
*
Fix ``super-init-not-called`` if parent or ``self`` is a ``Protocol`` (#5697)
Daniël van Noord
2022-01-24
10
-4
/
+88
*
[regression test] Add functional test for symlinked modules
Pierre Sassoulas
2021-12-31
4
-0
/
+11
*
New checker - Detect use of unnecessary ellipsis (#5470)
Mark Byrne
2021-12-13
1
-1
/
+1
*
Move tests from ``TestComparison`` to functional tests (#5520)
Daniël van Noord
2021-12-13
2
-7
/
+11
*
Move most tests of ``TestStdlibChecker`` to functional tests (#5427)
Daniël van Noord
2021-11-29
2
-0
/
+31
*
Move ``TestVariablesChecker`` to functional tests (#5400)
Daniël van Noord
2021-11-25
1
-0
/
+13
*
Update functional test expected output (#5349)
Daniël van Noord
2021-11-24
29
-204
/
+204
*
Move ``misplaced-comparison-constant`` to optional extension (#5298)
Daniël van Noord
2021-11-14
1
-1
/
+1
[next]