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
/
c
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore(*): moved changelog entry from 2.12 to 2.13
Yu Shao, Pang
2021-11-29
1
-26
/
+26
*
added util functions and changed code according to pr comments
Yu Shao
2021-11-29
2
-7
/
+11
*
Apply suggestions from code review
yushao2
2021-11-29
1
-1
/
+15
*
fix(consider-interating-dictionary): fix false negatives
Yu Shao
2021-11-29
2
-18
/
+34
*
Update functional test expected output (#5349)
Daniël van Noord
2021-11-24
25
-230
/
+230
*
Move the functional tests for extension in 'tests/functional/ext'
Pierre Sassoulas
2021-11-23
3
-34
/
+0
*
Migrate test for extension to functional tests
Pierre Sassoulas
2021-11-23
3
-0
/
+34
*
Move ``misplaced-comparison-constant`` to optional extension (#5298)
Daniël van Noord
2021-11-14
2
-2
/
+2
*
Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...
Jaehoon Hwang
2021-10-17
3
-16
/
+16
*
Fix return type checkers calls on ellipses functions (#5107)
Daniël van Noord
2021-10-06
1
-0
/
+44
*
Fix a crash if ``str.format`` is referenced without being called (#5109)
Tim Martin
2021-10-06
1
-0
/
+8
*
Make ``consider-using-f-string`` skip `format()` with backslash (#5055)
Daniël van Noord
2021-09-21
2
-25
/
+36
*
Fix bug with cell-var-from-loop and kw_defaults (#5045)
David Liu
2021-09-20
2
-13
/
+29
*
Spelling and grammar fixes
Ville Skyttä
2021-09-17
2
-2
/
+2
*
Make consider-iterating-dictionary consider membership check (#4997)
Daniël van Noord
2021-09-14
2
-16
/
+49
*
Extend consider-using-in for attribute access
Marc Mueller
2021-09-05
2
-1
/
+9
*
Moved ``consider-using-f-string`` to `RecommendationChecker` (#4957)
Daniël van Noord
2021-09-03
1
-30
/
+30
*
Remove the python3 porting mode from the codebase
Pierre Sassoulas
2021-09-01
2
-2
/
+2
*
Remove functional test configuration for python version <=3.6.0
Pierre Sassoulas
2021-08-30
4
-6
/
+0
*
Implement basic control flow checks for ``consider-using-with`` (#4929)
Andreas Finkler
2021-08-30
2
-6
/
+98
*
Add ``Consider-using-f-string`` checker (#4796)
Daniël van Noord
2021-08-30
2
-0
/
+137
*
Suppress ``consider-using-with`` on return statements
DudeNr33
2021-08-15
1
-0
/
+4
*
Add a regression test for #4823
Pierre Sassoulas
2021-08-12
1
-1
/
+15
*
Fix bugs in W0640 cell-var-from-loop checker (#4827)
David Liu
2021-08-12
3
-7
/
+102
*
Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769)
Daniël van Noord
2021-07-29
3
-3
/
+3
*
Add unspecified-encoding checker #3826 (#4753)
Daniël van Noord
2021-07-28
3
-18
/
+18
*
Fix crash if a callable returning a context manager was assigned to a list or...
DudeNr33
2021-07-21
2
-0
/
+16
*
Fix 4689 Exclude ``ThreadPoolExecutor`` and ``ProcessPoolExecutor`` from ``co...
DudeNr33
2021-07-20
2
-33
/
+88
*
Fix false-positive 'consider-using-with' for ternary inside 'with' (#4679)
DudeNr33
2021-07-06
1
-1
/
+16
*
Fix false-positive ``consider-using-with`` when using ``contextlib.ExitStack`...
DudeNr33
2021-07-04
1
-0
/
+8
*
fix false positive of `consider-using-dict-items`
Yu Shao, Pang
2021-07-01
2
-16
/
+36
*
Recognize cached_property as property (#4594)
Marc Mueller
2021-06-19
3
-0
/
+26
*
Merge branch 'master' into misc-tasks
Pierre Sassoulas
2021-06-12
2
-79
/
+0
|
\
|
*
Move consider-using-namedtuple-or-dataclass to CodeStyle extension
Marc Mueller
2021-06-12
2
-79
/
+0
*
|
Move remaining extension fixtures
Marc Mueller
2021-06-10
3
-44
/
+0
|
/
*
Revert "Fix existing tests"
Marc Mueller
2021-06-10
2
-26
/
+26
*
Move to new extension CodeStyleChecker
Marc Mueller
2021-06-10
2
-33
/
+0
*
Change to consider-using-tuple
Marc Mueller
2021-06-10
3
-8
/
+8
*
Fix existing tests
Marc Mueller
2021-06-10
2
-26
/
+26
*
Add new checker consider-using-tuple-iterator
Marc Mueller
2021-06-10
2
-0
/
+33
*
Update name for consider-using-namedtuple to include dataclass (#4536)
Marc Mueller
2021-06-02
3
-10
/
+10
*
Add new checker consider-using-namedtuple (#4517)
Marc Mueller
2021-05-31
2
-0
/
+79
*
Fixed false negative of consider-using-enumerate on attributes (#4508)
yushao2
2021-05-26
2
-0
/
+13
*
Consider using with no assign (#4476)
DudeNr33
2021-05-17
3
-18
/
+31
*
Implemented new check consider-using-dict-items (#4445)
yushao2
2021-05-11
2
-0
/
+101
*
Issue 4430 false positive consider-using-with R1732 (#4453)
DudeNr33
2021-05-09
4
-29
/
+74
*
Enhancement #3413 ``consider-using-with`` (#4372)
DudeNr33
2021-04-23
5
-0
/
+178
*
Fix crash min-max refactoring checker (#4380)
Marc Mueller
2021-04-19
1
-0
/
+10
*
Enhancement/add checker consider using min max builtin (#4359)
Qwiddle13
2021-04-17
2
-0
/
+108
*
New ConfusingConsecutiveElifCheckr (for: #3920) (#4318)
DudeNr33
2021-04-11
3
-0
/
+44
[next]