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
*
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
*
Fix false-positive used-before-assignment in function returns
Marc Mueller
2021-04-07
2
-13
/
+19
*
Allow protected-access in class methods (#4267)
James Sinclair
2021-04-01
2
-0
/
+119
*
Improve handling of assignment expressions
Marc Mueller
2021-03-26
2
-3
/
+25
*
Remove txt file during update for functional test without output
Pierre Sassoulas
2021-03-17
1
-3
/
+0
*
Fix false negative 'use-symbolic-message-instead' and optimize it
Pierre Sassoulas
2021-03-17
1
-0
/
+3
*
Enable use-symbolic-message-instead in functional tests
Pierre Sassoulas
2021-03-17
5
-11
/
+10
*
Rename blacklisted-name to disallowed-name
Peter Kolbus
2021-03-09
2
-2
/
+2
*
Remove 'blacklist' term for good/bad identifiers
Peter Kolbus
2021-03-09
1
-1
/
+1
*
Migrate func_typecheck_callfunc_assigment.py to new functional tests
Pierre Sassoulas
2021-03-07
2
-0
/
+64
*
Migrate all func_noerror_* to new functional tests
Pierre Sassoulas
2021-03-07
7
-0
/
+98
*
Create subdirectory for crowded functional tests
Pierre Sassoulas
2021-03-07
11
-0
/
+0
*
Fix issue with nested PEP 604 syntax
Marc Mueller
2021-02-16
5
-25
/
+44
*
Remove six dependency from test suite
David Gilman
2021-02-16
1
-4
/
+1
*
Fix multiple false positives with assignment expressions
Marc Mueller
2021-02-15
3
-0
/
+63
*
Add check for alternative union syntax - PEP 604
Marc Mueller
2021-02-15
8
-0
/
+285
*
Remove unnecessary " inside functional test
Pierre Sassoulas
2021-01-24
1
-1
/
+1
*
Add column to the information checked for functional tests
Pierre Sassoulas
2021-01-24
18
-122
/
+122
*
Add test for anomalous-backslash-in-string.
Matthew Suozzo
2021-01-04
2
-0
/
+27
*
Remove all empty txt file in functional tests
Pierre Sassoulas
2020-11-29
1
-0
/
+0
*
Address the super violations in the codebase
Claudiu Popa
2020-05-05
3
-8
/
+8
*
Fix trailing whitespaces and trailing newlines
Pierre Sassoulas
2020-05-03
12
-12
/
+12
*
Fix overzealous `arguments-differ` for variadics
mattlbeck
2020-03-27
4
-15
/
+49
*
Recognize classes that explicitly inherit from `ABC` or define `metaclass=ABC...
Slavfox
2020-03-24
2
-16
/
+35
*
Adjust assert-on-string-literal to take in consideration empty strings (#3403)
Claudiu Popa
2020-02-12
2
-0
/
+2
*
Add a check for asserts on string literals (#3346)
Anubhav
2020-01-14
2
-0
/
+4
*
No longer emit ``assignment-from-no-return`` when a function only raises an e...
Claudiu Popa
2019-11-17
1
-0
/
+25
*
Allow signature mutators to be verified against the name as well as qualified...
Claudiu Popa
2019-09-23
2
-1
/
+19
*
Removed Python 2 specific checks
Claudiu Popa
2019-09-17
9
-221
/
+0
*
[functional tests] Modify expected result after moving files
Pierre Sassoulas
2019-09-10
1
-1
/
+1
*
[functional tests] Module needs an __init__.py
Pierre Sassoulas
2019-09-10
1
-0
/
+0
*
[functional tests] Rename example_functional_tests.py => e/example_functional...
Pierre Sassoulas
2019-09-10
53
-0
/
+1749