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
*
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
*
Add tests for crash on assignment expressions in if statemenpytts
Daniël van Noord
2021-11-12
1
-0
/
+4
*
Add checker `using-final-decorator-in-unsupported-version` (#5165)
Mark Byrne
2021-11-09
1
-0
/
+3
*
Make ``self-cls-assignment`` check tuple assignment (#5268)
Daniël van Noord
2021-11-07
1
-0
/
+2
*
Fix crash on checking private members on ``__class__``
Daniël van Noord
2021-11-05
1
-0
/
+4
*
Inspection for `with threading.Lock():` (#5245)
Martin
2021-11-03
1
-0
/
+5
*
Use single worker if importing `multiprocessing.synchronize` fails (#5238)
Harshil
2021-11-03
1
-0
/
+5
*
add changelog and contributor entry
Antonio Quarta
2021-10-31
1
-0
/
+2
*
Fix ``protected-access`` for attributes and methods of nested classes (#5232)
Daniël van Noord
2021-10-31
1
-0
/
+4
*
Allow no type in Numpy param docstrings for ``mising-param-doc`` (#5231)
Daniël van Noord
2021-10-31
1
-0
/
+5
*
Fix incorrect ``consider-using-ternary`` when condition is inferable as False...
Arianna Y
2021-10-29
1
-0
/
+4
*
Fix exception of pyreverse in handling property function within a class.
Takahide Nojima
2021-10-26
1
-0
/
+2
*
Add control flow check for ``undefined-variable`` in ``if ... else``
Daniël van Noord
2021-10-26
1
-0
/
+6
*
Add configuration option ``exclude-too-few-public-methods`` (#5191)
Mike Fiedler
2021-10-26
1
-0
/
+5
*
Add tests for assignment expressions in function defaults (#5188)
Daniël van Noord
2021-10-25
1
-0
/
+5
*
Add ``mixin-class-rgx`` option (#5203)
Daniël van Noord
2021-10-25
1
-0
/
+2
*
Add extension checker that suggests any/all statements from for loops (#5196)
Arianna Y
2021-10-25
1
-0
/
+6
*
Normalize input of ``ignore-paths`` for all path types (#5201)
Daniël van Noord
2021-10-24
1
-0
/
+5
*
Make ``used-before-assignment`` consider classes in method annotation and def...
Daniël van Noord
2021-10-23
1
-0
/
+5
*
Fix useless-super-delegation false positive when default keyword argument is ...
Nick Pesce
2021-10-19
1
-0
/
+2
*
Fix double emitting of ``not-callable`` on inferrable ``properties``
Daniël van Noord
2021-10-19
1
-0
/
+4
*
Fix asterisks parsing of ``mising-param-doc`` (#5175)
Daniël van Noord
2021-10-18
1
-0
/
+5
*
Make ``undefined-variable`` check line numbers of metaclass parameters
Daniël van Noord
2021-10-18
1
-0
/
+5
*
Fix ``missing-function-docstring`` not checking ``__init__`` (#5147)
Daniël van Noord
2021-10-17
1
-0
/
+3
*
Fix ``relative-beyond-top-level`` false positive
Daniël van Noord
2021-10-17
1
-0
/
+4
*
pyreverse - Add project modules to sys.path (#4856)
Mark Byrne
2021-10-17
1
-0
/
+4
*
From Python 3.8 onwards classes inheriting from dict are reversible (#5169)
Tim Martin
2021-10-17
1
-0
/
+5
*
Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...
Jaehoon Hwang
2021-10-17
1
-0
/
+9
*
Consider Enums when checking for duplicate dictionary keys (#5155)
jaydesl
2021-10-16
1
-0
/
+4
*
Use py-version for alternative union syntax check (#5160)
Marc Mueller
2021-10-15
1
-0
/
+3
*
Make ``undefined-variable`` flag type annotation without value assignment (#5...
Daniël van Noord
2021-10-15
1
-0
/
+5
*
Create new ``UnsupportedVersionChecker`` checker class (#5148)
Daniël van Noord
2021-10-13
1
-2
/
+5
*
Add ``using-f-string-in-unsupported-version`` checker (#5139)
Daniël van Noord
2021-10-11
1
-0
/
+3
*
Properly identify undocumented parameters and add new message called missing-...
Konstantina Saketou
2021-10-10
1
-0
/
+3
*
Add checkers for typing.final for Python version 3.8 or later (#5133)
Mark Byrne
2021-10-10
1
-0
/
+4
*
Rename `len-as-condition` to `use-implicit-booleaness-not-len` (#5132)
Jaehoon Hwang
2021-10-10
1
-0
/
+4
*
Add support for `ModuleNotFoundError` Python 3.6+ builtin-exception (#5106)
Samuel FORESTIER
2021-10-09
1
-0
/
+3
*
Add test for typing alias in isinstance calls (#5089)
Marc Mueller
2021-10-07
1
-0
/
+5
*
Fix false-negative with typing.Type + typing.Callable aliases (#5090)
Marc Mueller
2021-10-07
1
-0
/
+5
*
Add test for crash on Compare node inference (#5057)
Daniël van Noord
2021-10-07
1
-0
/
+4
*
Add tests for ClassDef inference regression (#5037)
Daniël van Noord
2021-10-07
1
-0
/
+5
*
Add guard helper functions from astroid (#5122)
Marc Mueller
2021-10-07
1
-0
/
+3
*
Fix return type checkers calls on ellipses functions (#5107)
Daniël van Noord
2021-10-06
1
-0
/
+4
*
Fix a crash if ``str.format`` is referenced without being called (#5109)
Tim Martin
2021-10-06
1
-0
/
+4
*
Improve node info for invalid-name (#5094)
Marc Mueller
2021-10-05
1
-0
/
+2
*
Fix crash with AssignAttr in TYPE_CHECKING blocks (#5118)
Marc Mueller
2021-10-05
1
-0
/
+4
*
Improve and flatten ``unused-wildcard-import`` message (#5110)
Daniël van Noord
2021-10-04
1
-0
/
+3
*
Fix false-positive ``useless-suppression`` for ``line-too-long`` (#5077)
Daniël van Noord
2021-09-28
1
-0
/
+4
[next]