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
*
Don't emit protected-acces for single underscore prefixed attributes in speci...
hippo91
2019-08-06
1
-0
/
+5
*
Fix number of statements in by_module stats (#3023)
Andres Perez Hortal
2019-07-29
1
-0
/
+2
*
Added a new check, ``invalid-overridden-method``
Claudiu Popa
2019-07-18
1
-0
/
+8
*
Added a new check, ``redeclared-assigned-name``
Claudiu Popa
2019-07-17
1
-0
/
+7
*
Ignore lambda calls with variadic arguments without a context.
Claudiu Popa
2019-07-17
1
-0
/
+12
*
Added a new check, ``self-assigning-variable``
Claudiu Popa
2019-07-17
1
-0
/
+6
*
Added a new check, ``property-with-parameters``.
Claudiu Popa
2019-07-16
1
-0
/
+6
*
Excluded protocol classes from a couple of checks. Close #3002.
Claudiu Popa
2019-07-16
1
-0
/
+2
*
Add new checker (unnecessary-comprehension) (close #2905)
PHeanEX
2019-07-16
1
-0
/
+7
*
Excluded PEP 526 instance and class variables from ``no-member``. Close #2945
Claudiu Popa
2019-07-10
1
-0
/
+2
*
Improve help for options (#2986)
Peter Kolbus
2019-07-09
1
-0
/
+2
*
Excluded `attrs` from `too-few-public-methods` check. Close #2988.
Claudiu Popa
2019-07-06
1
-0
/
+2
*
Fix - add `__post_init__` into `defining-attr-methods` to avoid `attribute-de...
Andrzej Klajnert
2019-07-05
1
-0
/
+4
*
Dropped support for Python 3.4
Claudiu Popa
2019-06-20
1
-0
/
+2
*
Ignore ``consider-using-dict-comprehension`` for constructions that can't be ...
Claudiu Popa
2019-06-20
1
-0
/
+4
*
Fixed false positives for function stubs (#2927)
Ashley Whetter
2019-05-26
1
-0
/
+4
*
``unused-import`` emitted for the right import names in function scopes.
Claudiu Popa
2019-05-23
1
-0
/
+4
*
Mention the name of the new signature-mutators option
Claudiu Popa
2019-05-23
1
-3
/
+6
*
Can choose decorators that mutate a function's signature (#2926)
Ashley Whetter
2019-05-23
1
-0
/
+5
*
``assignment-from-no-return`` not triggered for async methods.
Claudiu Popa
2019-05-23
1
-0
/
+4
*
Don't emit ``attribute-defined-outside-init`` for variables defined in setters.
Claudiu Popa
2019-05-21
1
-0
/
+4
*
Fixed pragmas on their own line after a backlash being ignored (#2923)
Ashley Whetter
2019-05-21
1
-0
/
+6
*
Fixed false positive for `undefined-loop-variable`
Ashley Whetter
2019-05-20
1
-0
/
+4
*
Syntax errors report the column number.
Claudiu Popa
2019-05-20
1
-0
/
+4
*
Support fully qualified typing imports for type annotations.
Claudiu Popa
2019-05-20
1
-0
/
+4
*
Fix misspellings in documentation (#2922)
Nick Smith
2019-05-19
1
-4
/
+1
*
Exclude ``__dict__`` from ``attribute-defined-outside-init``
Claudiu Popa
2019-05-19
1
-1
/
+6
*
Correct word pointed when the same word has more than one error in the same line
agutole
2019-05-14
1
-0
/
+4
*
Fix crash in callable check (#2901)
Martin Vielsmaier
2019-05-05
1
-0
/
+2
*
Add broad try clause extension. (#2890)
Tyler Thieding
2019-04-29
1
-0
/
+4
*
Add 'of' to GoogleDocstring multiple type (#2884)
Zeb Nicholls
2019-04-29
1
-0
/
+2
*
Added subprocess.run explicit set `check` argument checker. Closes #2848
fadedDexofan
2019-04-19
1
-0
/
+4
*
When we can't infer bare except handlers, skip ``try-except-raise``
Claudiu Popa
2019-04-09
1
-0
/
+4
*
Handle more `unnecessary-lambda` cases when dealing with additional kwargs in...
Claudiu Popa
2019-04-03
1
-0
/
+4
*
Better postponed evaluation of annotations handling
Claudiu Popa
2019-04-03
1
-0
/
+4
*
Support postponed evaluation of annotations for variable annotations.
Claudiu Popa
2019-03-29
1
-0
/
+4
*
``epylint.py_run`` defaults to ``python`` in case the current executable is n...
Claudiu Popa
2019-03-28
1
-0
/
+4
*
Add preferred-modules option and check
Paul Renvoisé
2019-03-27
1
-0
/
+5
*
Add ChangeLog entry for ignoring raw docstring in Similarities checker
Taewon D. Kim
2019-03-27
1
-0
/
+2
*
Don't recurse in inherit_from_std_ex
Nathan Marrow
2019-03-22
1
-0
/
+4
*
Feat - Makes C0412 (ungrouped-imports) compatible with isort (#2824)
Pierre Sassoulas
2019-03-22
1
-0
/
+5
*
Add new linter: dict-iter-missing-items
yory8
2019-03-20
1
-1
/
+4
*
Add a new ``missing-parentheses-for-call-in-test`` check
hippo91
2019-03-19
1
-0
/
+4
*
Make ``len-as-condition`` only fire when a ``len(x)`` call is made without an...
Paul Renvoise
2019-03-19
1
-1
/
+8
*
Skip `if` expressions from f-strings for the `check_elif` checker
Claudiu Popa
2019-03-19
1
-0
/
+4
*
``assigning-non-slot`` not emitted for classes with unknown base classes.
Claudiu Popa
2019-03-11
1
-0
/
+4
*
``old-division`` is not emitted for non-Const nodes.
Claudiu Popa
2019-03-11
1
-0
/
+4
*
Fix output in python -m pylint --version (#2788)
Thomas Hisch
2019-03-05
1
-0
/
+6
*
Relicense the logo as CC-BY-SA-4.0 (#2786)
David Douard
2019-03-05
1
-0
/
+1
*
Added a new check `class-variable-slots-conflict`
Claudiu Popa
2019-03-03
1
-1
/
+7
[next]