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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix matching note tags with a non-word char last (#5859)
dbrookman
2022-03-04
1
-0
/
+4
*
Add a testutil extra-require and add gitpython to it (#5842)
Pierre Sassoulas
2022-02-27
1
-0
/
+6
*
Add a test to check that no old msgid or symbol are used (#5839)
Pierre Sassoulas
2022-02-26
1
-0
/
+8
*
Fix #5112: Prevent `used-before-assignment` if named expression found first i...
Jacob Walls
2022-02-17
1
-0
/
+5
*
Fix `used-before-assignment` false positive for except handler names shared b...
Jacob Walls
2022-02-17
1
-0
/
+5
*
Fix false negative for `used-before-assignment` when some except handlers don...
Jacob Walls
2022-02-10
1
-0
/
+6
*
Fix crash in `use-maxsplit-arg` checker where `sep` given by keyword (#5772)
Jacob Walls
2022-02-06
1
-0
/
+5
*
Lint all files in a directory by expanding arguments (#5682)
Matus Valo
2022-02-06
1
-0
/
+6
*
Fix assignment-from-none false negative case using list.sort() (#5738)
orSolocate
2022-02-02
1
-0
/
+4
*
Fix a false negative with tuple unpacking (#5708)
Mark Byrne
2022-02-02
1
-4
/
+8
*
Fix false positive `used-before-assignment` for named expressions in ternary ...
Jacob Walls
2022-02-02
1
-0
/
+6
*
Add `iterating-modified-list` checker for modified lists (#5628)
orSolocate
2022-02-01
1
-0
/
+5
*
Clearer error message for useless-else-x type messages (#5736)
Pierre Sassoulas
2022-01-30
1
-0
/
+4
*
Fix #5399: Fix false negatives for further variable messages for invalid type...
Jacob Walls
2022-01-29
1
-0
/
+6
*
Emit the crash issue template for more exceptions and crashes (#5743)
Daniël van Noord
2022-01-29
1
-0
/
+5
*
Correct reference to `argv` in documentation for `run_pylint()` (#5741)
Jacob Walls
2022-01-29
1
-1
/
+1
*
Improved `bad-open-mode` message when providing ``None`` to the ``mode`` argu...
Jacob Walls
2022-01-29
1
-0
/
+5
*
Remove the ``check_docs`` extension and remove any references to it (#5730)
Daniël van Noord
2022-01-27
1
-0
/
+5
*
Fix crash when providing None to mode arg of open() (#5732)
Jacob Walls
2022-01-27
1
-0
/
+5
*
Fix #5683: False positive ``used-before-assignment`` in loop `else` where the...
Jacob Walls
2022-01-27
1
-0
/
+7
*
Add confidence level `CONTROL_FLOW` (#5709)
Jacob Walls
2022-01-26
1
-0
/
+3
*
Fix #5713: Emit `used-before-assignment` instead of `undefined-variable` when...
Jacob Walls
2022-01-26
1
-0
/
+5
*
Fix false negative for `undefined-variable` (#5711)
Jacob Walls
2022-01-26
1
-0
/
+5
*
Fix false positive ``super-init-not-called`` for inherited ``init`` (#5698)
Daniël van Noord
2022-01-24
1
-0
/
+5
*
Fix ``super-init-not-called`` if parent or ``self`` is a ``Protocol`` (#5697)
Daniël van Noord
2022-01-24
1
-0
/
+4
*
``unused-variable`` when `nonlocal` name in a multiple-assignment (#5700)
Mark Byrne
2022-01-19
1
-0
/
+4
*
Fixed false positive for ``global-variable-undefined`` (#5690)
Mark Byrne
2022-01-17
1
-0
/
+4
*
Add checker `redefined-slots-in-subclass` (#5640)
Mark Byrne
2022-01-16
1
-0
/
+4
*
Fix #5568: Allow nested classes as return annotations (#5688)
Jacob Walls
2022-01-16
1
-0
/
+5
*
Fix false negative for `used-before-assignment` when an Except intervenes bet...
Jacob Walls
2022-01-15
1
-0
/
+4
*
Fix unprotected accesses to parent.name and add tests (#5675)
Arianna Y
2022-01-14
1
-0
/
+6
*
Add ``lru-cache-decorating-method`` checker (#5674)
Daniël van Noord
2022-01-14
1
-0
/
+6
*
Fix crash on properties & inherited methods in ``implicit-booleaness`` (#5652)
Daniël van Noord
2022-01-13
1
-0
/
+5
*
Add a checker for misleading unicode (#5311)
Kound
2022-01-13
1
-0
/
+22
*
Fix #5586: False positive for `used-before-assignment` with homonyms in filte...
Jacob Walls
2022-01-12
1
-0
/
+6
*
Disable bad-docstring-quotes for <= 3.7 (#5526)
kasium
2022-01-11
1
-0
/
+5
*
Fix #5569: Fix a crash in `unused-private-member` when `type(self)` used in b...
Jacob Walls
2022-01-11
1
-0
/
+5
*
Fix false positive for `unused-variable` for a comprehension variable matchin...
Jacob Walls
2022-01-10
1
-0
/
+5
*
Fixed false positive for ``global-variable-not-assigned`` when the `del` stat...
Mark Byrne
2022-01-10
1
-0
/
+4
*
Improve non ascii checker (#5643)
Kound
2022-01-10
1
-0
/
+9
*
Don't assume direct parentage when emitting `used-before-assignment` (#5582)
Jacob Walls
2022-01-10
1
-0
/
+6
*
Fix crash with slots and annotated assignments (#5494)
Daniël van Noord
2022-01-06
1
-0
/
+4
*
Fix #5638: Allow for encoding to be supplied as a positional argument (#5641)
Jacob Walls
2022-01-06
1
-0
/
+5
*
Fix #5370: Emit `redefined-outer-name` when a nested except handler shadows a...
Jacob Walls
2022-01-03
1
-0
/
+5
*
Add regression test for issue 5461 (#5623)
Daniël van Noord
2021-12-31
1
-0
/
+4
*
[regression test] Add functional test for symlinked modules
Pierre Sassoulas
2021-12-31
1
-2
/
+11
*
Allow passing arguments if ``epylint`` entry point is used as function (#5616)
Daniël van Noord
2021-12-31
1
-1
/
+1
*
Allow passing arguments when entry points are used as functions (#5613)
Daniël van Noord
2021-12-30
1
-0
/
+5
*
Fix false positive `consider-using-dict-comprehension` when creating a dict u...
Tushar Sadhwani
2021-12-30
1
-0
/
+5
*
Use ``dill`` to pickle when run in parallel mode (#5609)
Daniël van Noord
2021-12-30
1
-0
/
+3
[next]