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
/
consider
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modified all occurences of "a f-string" to "an f-string"
Elazrod56
2023-04-20
2
-31
/
+31
*
Improve output of `consider-using-generator` message for `min()` calls with `...
Jacob Walls
2023-04-16
2
-0
/
+6
*
[PyCQA migration] Upgrade links to the repositories in code and doc (#8514)
Pierre Sassoulas
2023-03-29
6
-6
/
+6
*
Add new checker `bad-chained-comparison` (#7990)
Zen Lee
2023-02-26
1
-1
/
+1
*
[consider-using-sys-exit] Better rationale and added confidence
Pierre Sassoulas
2022-12-28
1
-3
/
+3
*
``consider-using-with`` now triggers for ``pathlib.Path.open`` (#7968)
Gideon
2022-12-21
2
-24
/
+38
*
Extend `consider-using-join` to detect non-empty separators (#7481)
Levi Gruspe
2022-11-13
2
-7
/
+47
*
Do not report `consider_iterating_dictionary` if bitwise operations are used ...
Dani Alcala
2022-11-10
3
-28
/
+52
*
Move `consider-using-augmented-assign` to `CodeStyle` extension (#7628)
Marc Mueller
2022-10-16
2
-97
/
+0
*
Add ``consider-using-augmented-assign`` checker (#7514)
Daniël van Noord
2022-09-22
2
-0
/
+97
*
Remove Python 2 code from the tests & refactor (#7320)
Mark Byrne
2022-08-18
2
-6
/
+6
*
[consider-using-in] Add the proper confidence to the message
Pierre Sassoulas
2022-07-04
1
-14
/
+14
*
[consider-using-in] Suggest set instead of tuple for membership
Pierre Sassoulas
2022-07-04
1
-14
/
+14
*
Fixed misinterpreted modulo sign for ``consider-using-f-string`` (#6914)
Paul Lichtenberger
2022-06-11
2
-18
/
+21
*
Change wording of use a generator message for sum/max/min (#6600)
Pierre Sassoulas
2022-05-13
2
-4
/
+16
*
Move no-self-use to optional extension (#6448)
Marc Mueller
2022-05-05
2
-2
/
+2
*
Add `comparison-of-constants` checker (#6413)
omarandlorraine
2022-05-04
2
-2
/
+2
*
Update tests and testoptions for PyPy
Daniël van Noord
2022-05-03
3
-13
/
+9
*
New checker `unnecessary-list-index-lookup` (#4525) (#5834)
Tim Martin
2022-03-25
1
-1
/
+1
*
Add `iterating-modified-list` checker for modified lists (#5628)
orSolocate
2022-02-01
1
-1
/
+1
*
Add confidence level `CONTROL_FLOW` (#5709)
Jacob Walls
2022-01-26
1
-1
/
+1
*
Fix false negative for `used-before-assignment` when an Except intervenes bet...
Jacob Walls
2022-01-15
2
-1
/
+3
*
Fix false positive `consider-using-dict-comprehension` when creating a dict u...
Tushar Sadhwani
2021-12-30
2
-1
/
+8
*
Fix #3675: `safe_infer()` finds ambiguity among function definitions when num...
Jacob Walls
2021-12-14
2
-2
/
+1
*
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
16
-157
/
+157
*
Move ``misplaced-comparison-constant`` to optional extension (#5298)
Daniël van Noord
2021-11-14
1
-1
/
+1
*
Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...
Jaehoon Hwang
2021-10-17
3
-16
/
+16
*
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
*
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
*
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
*
Fix bugs in W0640 cell-var-from-loop checker (#4827)
David Liu
2021-08-12
1
-1
/
+1
*
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
*
Move consider-using-namedtuple-or-dataclass to CodeStyle extension
Marc Mueller
2021-06-12
2
-79
/
+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
[next]