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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pass if score equals fail_under
chohner
2021-04-07
1
-1
/
+1
*
Fix false-positive used-before-assignment in function returns
Marc Mueller
2021-04-07
2
-13
/
+19
*
Bug pylint 4122 (#4304)
hippo91
2021-04-07
2
-0
/
+53
*
Use prescriptve description for unidiomatic-typecheck
DudeNr33
2021-04-06
1
-14
/
+14
*
Fix test failing if setup.py is not a launchable script
Pierre Sassoulas
2021-04-05
1
-3
/
+6
*
Remove implicit concat in str shortened enough by black
Pierre Sassoulas
2021-04-04
1
-3
/
+1
*
Command without the equal for Windows
Pierre Sassoulas
2021-04-03
1
-1
/
+1
*
Add a test for epylint for issue 4286
Pierre Sassoulas
2021-04-03
1
-0
/
+61
*
Fix paths under windows with better path creation
Pierre Sassoulas
2021-04-03
1
-4
/
+4
*
Add very basic tests for expand modules
Pierre Sassoulas
2021-04-03
2
-1
/
+64
*
Move utils.expand_module in its own file in lint
Pierre Sassoulas
2021-04-03
2
-13
/
+19
*
Apply const-naming-style to module const annotated with Final
Marc Mueller
2021-04-03
5
-0
/
+9
*
Allow protected-access in class methods (#4267)
James Sinclair
2021-04-01
2
-0
/
+119
*
Fix class constant naming
Marc Mueller
2021-04-01
8
-4
/
+41
*
Add functional tests for issue #4273
Pierre Sassoulas
2021-04-01
2
-44
/
+67
*
Reactivate test that was removed waiting for an astroid merge
Pierre Sassoulas
2021-04-01
1
-4
/
+2
*
Skip test_missing_graphviz if graphviz is installed (#4270)
Pierre Sassoulas
2021-03-30
1
-0
/
+4
*
Fix disabled warning not ignored (#4268)
pylint-2.7.4
Pierre Sassoulas
2021-03-30
2
-0
/
+10
*
Fix issue with annotated class constants (#4266)
Marc Mueller
2021-03-30
2
-18
/
+22
*
Prepare 2.7.3 release (#4261)
pylint-2.7.3
2.7
Pierre Sassoulas
2021-03-29
5
-0
/
+5
*
Fix various problems with --import-graph filename parsing (#4259)
Andrew Howe
2021-03-29
1
-3
/
+15
*
Fix regession with sys.path filter (2)
Marc Mueller
2021-03-28
1
-1
/
+4
*
Fix regression with sys.path filter (#4258)
Marc Mueller
2021-03-28
1
-25
/
+126
*
Fix false-positive for unused-import on class keyword arguments
Marc Mueller
2021-03-28
1
-0
/
+38
*
Import astroid with import x or from x import y but not both
Pierre Sassoulas
2021-03-28
1
-3
/
+4
*
Use value.qname() to check if class is subscriptable PEP585
Marc Mueller
2021-03-27
4
-2
/
+36
*
Improve handling of assignment expressions
Marc Mueller
2021-03-26
2
-3
/
+25
*
Only print verbose logs if pytest -v
Marc Mueller
2021-03-26
1
-3
/
+3
*
Fix column index of FIXME warnings (#4246)
Konstantina Saketou
2021-03-25
2
-9
/
+9
*
Fix private method hidden by ancestor class attribute (#4177)
tiagohonorato
2021-03-21
1
-0
/
+30
*
Move deprecated module checker to DeprecatedMixin (#4225)
Matus Valo
2021-03-17
1
-0
/
+37
*
Remove txt file during update for functional test without output
Pierre Sassoulas
2021-03-17
10
-18
/
+5
*
Merge the two tests for use-symbolic-message-instead
Pierre Sassoulas
2021-03-17
5
-36
/
+31
*
Fix existing 'use-symbolic-message-instead'
Pierre Sassoulas
2021-03-17
5
-7
/
+4
*
Fix false negative 'use-symbolic-message-instead' and optimize it
Pierre Sassoulas
2021-03-17
19
-25
/
+60
*
Cleanup unwanted 'use-symbolic-message-instead' in functional tests
Pierre Sassoulas
2021-03-17
12
-14
/
+10
*
Enable use-symbolic-message-instead in functional tests
Pierre Sassoulas
2021-03-17
58
-66
/
+75
*
Rename func_w0233 to non_init_parent_called
Pierre Sassoulas
2021-03-17
3
-11
/
+11
*
Remove disabling of all I message in functional tests
Pierre Sassoulas
2021-03-17
2
-1
/
+2
*
Migrate func_w406.py to new functional tests
Pierre Sassoulas
2021-03-14
4
-4
/
+4
*
Migrate func_first_arg.py to new functional tests
Pierre Sassoulas
2021-03-14
5
-52
/
+54
*
Move file so there is less files in functional/s
Pierre Sassoulas
2021-03-14
10
-0
/
+0
*
Migrate func_w0613.py to new functional tests
Pierre Sassoulas
2021-03-14
5
-49
/
+48
*
Migrate func_w0405.py to new functional tests
Pierre Sassoulas
2021-03-14
5
-11
/
+11
*
Migrate func_w0611.py to new functional tests
Pierre Sassoulas
2021-03-14
5
-27
/
+26
*
Migrate func_dotted_ancestor.py to new functional tests
Pierre Sassoulas
2021-03-14
7
-16
/
+16
*
Migrate func_e12xx.py to new functional tests
Pierre Sassoulas
2021-03-14
4
-13
/
+13
*
Migrate nonregr___file___global.py to new functional tests
Pierre Sassoulas
2021-03-14
3
-3
/
+3
*
Migrate func_no_dummy_redefined.py to new functional tests
Pierre Sassoulas
2021-03-14
3
-4
/
+4
*
Migrate func_module___dict__.py to new functional tests
Pierre Sassoulas
2021-03-14
3
-2
/
+2
[next]