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
/
t
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typelias `invalid-name` false positives for Union variables without assig...
github-actions[bot]
2023-04-07
2
-3
/
+6
*
[Backport maintenance/2.17.x] Allow integers in TypeAlias names. (#8507)
github-actions[bot]
2023-03-28
2
-10
/
+14
*
Don't consider ``Union`` to always be a type alias (#8489)
Daniël van Noord
2023-03-23
1
-0
/
+4
*
Add ``invalid-name`` check for ``TypeAlias`` names (#7116)
Daniël van Noord
2023-02-26
6
-0
/
+52
*
[doc] Add an example for 'too-many-locals' (#8306)
Pierre Sassoulas
2023-02-17
1
-4
/
+4
*
Fix invalid-name for typing_extensions.TypeVar (#8089)
Marc Mueller
2023-01-20
4
-2
/
+20
*
Fixes false positive for `try-except-raise` with multiple exceptions in one e...
fly
2023-01-12
2
-2
/
+14
*
[pypy3.8] Disable multiple-statements false positive on affected functional t...
Pierre Sassoulas
2022-12-15
4
-3
/
+21
*
Fix a false positive for `simplify-boolean-expression` when multiple values i...
Jacob Walls
2022-10-16
2
-15
/
+33
*
Don't report ``trailing-whitespaces`` within strings (#7342)
Daniël van Noord
2022-08-31
1
-0
/
+21
*
Don't emit ``trailing-whitespace`` twice for multi-line docstrings (#7335)
Daniël van Noord
2022-08-22
2
-7
/
+19
*
Improve TypeVar name regex (#7322)
Marc Mueller
2022-08-19
2
-10
/
+16
*
Remove Python 2 code from the tests & refactor (#7320)
Mark Byrne
2022-08-18
14
-32
/
+29
*
Move no-self-use to optional extension (#6448)
Marc Mueller
2022-05-05
1
-1
/
+1
*
Add `comparison-of-constants` checker (#6413)
omarandlorraine
2022-05-04
1
-1
/
+1
*
Ignore underscore as a local variable (#6492)
Andy Young
2022-05-03
1
-0
/
+24
*
Add optional check `redefined-loop-name` (#5649)
Jacob Walls
2022-05-01
1
-2
/
+2
*
Add ``--minimal-messages-config`` option for functional tests (#6246)
Andreas Finkler
2022-04-16
1
-0
/
+1
*
New check: TypeVar name mismatch (#6168)
Joe Young
2022-04-04
2
-0
/
+66
*
New check C0106: typevar-double-invariance (#6015)
Joe Young
2022-04-04
5
-29
/
+47
*
C2801: New check for manual __dunder__ methods (#5938)
Joe Young
2022-03-30
1
-1
/
+1
*
Loosen TypeVar name pattern (#5983)
Marc Mueller
2022-03-26
2
-9
/
+13
*
Create a ``TypeVar`` style for ``invalid-name`` (#5894)
Daniël van Noord
2022-03-24
5
-0
/
+81
*
Use ``node.position`` in ``add_message`` if available (#5897)
Daniël van Noord
2022-03-12
12
-17
/
+17
*
Add ``typevar-name-missing-variance`` checker (#5825)
Daniël van Noord
2022-03-11
2
-0
/
+90
*
Fix typos over the whole codebase (#5540)
Kian Meng, Ang
2021-12-17
1
-1
/
+1
*
Fix #3675: `safe_infer()` finds ambiguity among function definitions when num...
Jacob Walls
2021-12-14
1
-0
/
+19
*
New checker - Detect use of unnecessary ellipsis (#5470)
Mark Byrne
2021-12-13
1
-1
/
+0
*
Add typing to LintModuleOutputUpdate._check_output_text
Pierre Sassoulas
2021-12-03
3
-3
/
+3
*
Update functional test expected output (#5349)
Daniël van Noord
2021-11-24
23
-56
/
+56
*
Fix incorrect ``consider-using-ternary`` when condition is inferable as False...
Arianna Y
2021-10-29
2
-0
/
+7
*
Add configuration option ``exclude-too-few-public-methods`` (#5191)
Mike Fiedler
2021-10-26
3
-0
/
+19
*
Remove functional test configuration for python version <=3.6.0
Pierre Sassoulas
2021-08-30
4
-8
/
+0
*
Add ``Consider-using-f-string`` checker (#4796)
Daniël van Noord
2021-08-30
1
-1
/
+1
*
Limit the dataclasses tests to python 3.7
Pierre Sassoulas
2021-08-16
4
-19
/
+21
*
Additional tests for PyCQA/astroid#1126
David Liu
2021-08-16
2
-1
/
+20
*
Add ignored-parents option to design checker (#4758)
Rebecca Turner
2021-07-28
3
-0
/
+44
*
Add regression test TypedDict not-callable (#4717)
Marc Mueller
2021-07-19
1
-0
/
+6
*
Add a regression test following issue #4610
Pierre Sassoulas
2021-06-29
1
-1
/
+8
*
Add a test for too-many-statements when modified by configuration
Pierre Sassoulas
2021-06-17
3
-3
/
+14
*
Moved typing extension tests
Marc Mueller
2021-06-10
18
-463
/
+0
*
Add regression test for no-member with generic base class (#4471)
Marc Mueller
2021-05-30
1
-1
/
+19
*
Customize arguments-differ error messages (#4422)
Konstantina Saketou
2021-05-05
1
-1
/
+1
*
Fix too-many-ancestors
Marc Mueller
2021-04-28
2
-2
/
+23
*
Add new extension TypingChecker (#4382)
Marc Mueller
2021-04-24
18
-0
/
+463
*
Update ``astroid`` to 2.5.3 (#4334)
Marc Mueller
2021-04-10
2
-0
/
+16
*
Create subdirectory for crowded functional tests
Pierre Sassoulas
2021-03-07
34
-0
/
+2778
*
Exempt TypedDict from too-few-public-methods check
Marc Mueller
2021-03-06
1
-1
/
+1
*
Fix test for astroid update
Marc Mueller
2021-02-28
3
-6
/
+10
*
Fix TypedDict inherit-non-class false-positive Python 3.9+
Marc Mueller
2021-02-15
2
-0
/
+20
[next]