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 assigning-non-slot false positive with setattr (#5457)
Jake Lishman
2021-12-15
1
-0
/
+5
*
Enable missing-raises-doc to understand class hierarchies (#5278)
kasium
2021-12-15
1
-0
/
+14
*
Produce a score of 0 for fatal errors and add fatal to score evaluation (#5521)
Jacob Walls
2021-12-14
1
-0
/
+7
*
typecheck: simplify variadic positional detection (#5417)
Jérome Perrin
2021-12-14
1
-0
/
+5
*
Fix #3675: `safe_infer()` finds ambiguity among function definitions when num...
Jacob Walls
2021-12-14
1
-0
/
+5
*
Check `node` location attributes in unittests and update tests (#5383)
Daniël van Noord
2021-12-13
1
-0
/
+3
*
New checker - Detect use of unnecessary ellipsis (#5470)
Mark Byrne
2021-12-13
1
-0
/
+4
*
Fix false-positive 'used-before-assignment' for assignments in except blocks ...
Jacob Walls
2021-12-13
1
-3
/
+9
*
Emit `used-before-assignment` in final or except blocks where try statements...
Jacob Walls
2021-12-13
1
-0
/
+5
*
Fix incorrect classification of property docstrings in Numpy-style (#5498)
Daniël van Noord
2021-12-12
1
-0
/
+5
*
Fix #5504: Fix crash if the output of items() is assigned to a 1-tuple (#5505)
Jacob Walls
2021-12-12
1
-0
/
+5
*
Fix #4761: Emit `used-before-assignment` where single assignment only made in...
Jacob Walls
2021-12-11
1
-3
/
+10
*
Treat `typing.NamedTuple` self as a sequence (#5346)
Mark Byrne
2021-12-05
1
-0
/
+4
*
Fix #5371: Correctly count arguments to static methods missing @staticmethod ...
Jacob Walls
2021-12-03
1
-0
/
+5
*
Add typing to ``PyLinter.reporter`` (#5325)
Daniël van Noord
2021-12-03
1
-0
/
+3
*
fix(4716): fix false positive `unnecessary_dict_index_lookup` emitted when `d...
yushao2
2021-12-03
1
-9
/
+5
*
Add typing to LintModuleOutputUpdate._check_output_text
Pierre Sassoulas
2021-12-03
1
-2
/
+2
*
Deprecate some file in pylint/testutils and update changelog
Pierre Sassoulas
2021-12-03
1
-0
/
+2
*
Add mermaidjs as format output for pyreverse (#5272)
Antonio Quarta
2021-12-03
1
-0
/
+2
*
Bump pylint to 2.12.2, update changelog
v2.12.2
Pierre Sassoulas
2021-12-03
1
-9
/
+19
*
Require ``\`` for asterisks in Sphinx-style parameter docstrings (#5464)
Daniël van Noord
2021-12-03
1
-0
/
+5
*
Add endLine and endColumn keys to JSONReporter (#5456)
Marc Mueller
2021-12-03
1
-0
/
+4
*
#5452: Fix false positive missing-doc-param from multi-line Google-st… (#5459)
allanc65
2021-12-03
1
-0
/
+6
*
Fix false positive for ``used-before-assignment`` for vars in methods (#5454)
Daniël van Noord
2021-12-02
1
-0
/
+5
*
Merge pull request #5331 from yushao2/fix--false-negative-5323
yushao2
2021-11-30
1
-0
/
+5
|
\
|
*
Apply suggestions from code review
yushao2
2021-11-29
1
-1
/
+2
|
*
fix(consider-interating-dictionary): fix false negatives
Yu Shao
2021-11-29
1
-0
/
+4
*
|
Fix ``_regexp_paths_csv_validator`` for already validated values
Daniël van Noord
2021-11-29
1
-0
/
+5
*
|
Update description of ``ignore-paths`` (#5415)
Daniël van Noord
2021-11-28
1
-0
/
+4
|
/
*
Refactor ``_is_type_checking_import`` of ``unused-import`` (#5410)
Daniël van Noord
2021-11-28
1
-0
/
+3
*
Bump pylint to 2.12.1, update changelog
v2.12.1
Pierre Sassoulas
2021-11-25
1
-5
/
+10
*
Require Python 3.6.2 (#5068)
Marc Mueller
2021-11-25
1
-0
/
+4
*
Add ``flake8-typing-import`` to the pre-commit configuration (#5070)
Pierre Sassoulas
2021-11-25
1
-2
/
+2
*
Bump pylint to 2.12.0, update changelog
v2.12.0
Pierre Sassoulas
2021-11-25
1
-10
/
+22
*
Add ``min_pyver_end_position`` option (#5386)
Daniël van Noord
2021-11-25
1
-0
/
+3
*
Update functional test expected output (#5349)
Daniël van Noord
2021-11-24
1
-0
/
+9
*
Fix checking of ``confidence`` in the unittests (#5376)
Daniël van Noord
2021-11-24
1
-0
/
+6
*
Update reporters to (allow) use of ``end_line`` and ``end_column`` (#5372)
Daniël van Noord
2021-11-24
1
-0
/
+5
*
Primer tests "à la mypy" (#5173)
Pierre Sassoulas
2021-11-24
1
-0
/
+5
*
Fix a crash on psycopg2 for elif used (#5369)
Pierre Sassoulas
2021-11-24
1
-0
/
+5
*
Fix typo in pylintrc for useless-suppression (#5303)
Daniël van Noord
2021-11-23
1
-0
/
+6
*
Add tests `inherit-non-class` with subscriptable class (#5354)
Marc Mueller
2021-11-21
1
-0
/
+2
*
Upgrade astroid to 2.9.0 (#5355)
Marc Mueller
2021-11-21
1
-0
/
+4
*
Fix crash on ``open()`` calls for non-string ``mode`` arguments (#5332)
Daniël van Noord
2021-11-20
1
-0
/
+4
*
Add ``enable-all-extensions`` option (#5315)
Daniël van Noord
2021-11-15
1
-0
/
+3
*
Fix crash for ``protected-access`` on (outer)-class traversal (#5305)
Daniël van Noord
2021-11-15
1
-0
/
+2
*
Move ``misplaced-comparison-constant`` to optional extension (#5298)
Daniël van Noord
2021-11-14
1
-0
/
+6
*
Pylint fix for invalid TOML config (#4720)
Tanvi Moharir
2021-11-13
1
-0
/
+11
*
Fix ``accept-no-yields/return-doc`` for partially correct docstrings
Daniël van Noord
2021-11-13
1
-0
/
+5
*
Make y/n validator case insensitive (#5294)
Tushar Sadhwani
2021-11-12
1
-0
/
+2
[next]