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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed an ``AttributeError`` caused by improper handling of ``dataclasses`` in...
2.4
Claudiu Popa
2019-11-21
4
-1
/
+39
*
Remove pylint/utils.py from the documentation build since it is not needed
Claudiu Popa
2019-11-21
1
-2
/
+0
*
Prepare 2.4.4
pylint-2.4.4
Claudiu Popa
2019-11-13
1
-1
/
+1
*
Relax type import detection for names that do not come from the ``typing`` mo...
Claudiu Popa
2019-11-13
3
-5
/
+11
*
Mark this branch as 2.4.4
Claudiu Popa
2019-11-08
1
-1
/
+1
*
Exempt all the names found in type annotations from ``unused-import``
Claudiu Popa
2019-11-08
3
-1
/
+20
*
Prepare 2.4.3
pylint-2.4.3
Claudiu Popa
2019-10-18
1
-1
/
+1
*
Disable too-many-locals for complex function
Claudiu Popa
2019-10-17
1
-1
/
+1
*
``typing.overload`` functions are exempted from ``too-many-function-args``
Claudiu Popa
2019-10-17
4
-12
/
+58
*
Fixed ``missing-yield-type-doc`` ignoring type annotation (#3195)
Ashley Whetter
2019-10-17
4
-17
/
+42
*
Disable too-few-public-methods
Claudiu Popa
2019-10-16
1
-1
/
+1
*
`invalid-overridden-method` takes `abc.abstractproperty` in account
Claudiu Popa
2019-10-16
3
-2
/
+11
*
Squash is_property_deleter and use is_property_setter_or_deleter instead
Claudiu Popa
2019-10-16
2
-8
/
+3
*
``consider-using-sys-exit`` is no longer emitted when `exit` is imported in t...
Claudiu Popa
2019-10-11
3
-5
/
+21
*
Do not emit ``no-method-argument`` for functions using positional only args.
Claudiu Popa
2019-10-11
4
-2
/
+21
*
``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well.
Claudiu Popa
2019-10-09
16
-28
/
+31
*
Add missing changelog entry
Claudiu Popa
2019-10-09
1
-0
/
+4
*
Bump to 2.4.3
Claudiu Popa
2019-10-09
2
-1
/
+7
*
properly handle literals in ``unnecessary-comprehension`` checker, closes #3148
Rémi Cardona
2019-10-03
4
-5
/
+10
*
expand nested ternaries in ``unnecessary-comprehension`` to proper if statements
Rémi Cardona
2019-10-03
1
-9
/
+6
*
Prepare 2.4.2
pylint-2.4.2
Claudiu Popa
2019-09-30
1
-1
/
+1
*
Pin mypy and typed-ast to fix the CI
Claudiu Popa
2019-09-30
2
-3
/
+4
*
Add the missing rc file for class_variable_slots_conflict
Claudiu Popa
2019-09-30
1
-0
/
+2
*
Fix ``utils.is_error`` to account for functions returning early.
Claudiu Popa
2019-09-30
4
-3
/
+23
*
Exempt annotated assignments without variable from ``class-variable-slots-con...
Claudiu Popa
2019-09-30
3
-1
/
+14
*
``consider-using-sys-exit`` is exempted when `exit()` is imported from `sys`
Claudiu Popa
2019-09-30
3
-1
/
+18
*
Pin astroid to the latest minor release
Claudiu Popa
2019-09-26
1
-1
/
+1
*
Rename attributes to prepare for the astroid dataclass transform
Claudiu Popa
2019-09-26
1
-4
/
+4
*
Bump master to 2.4.2
Claudiu Popa
2019-09-26
1
-1
/
+1
*
``self-assigning-variable`` skips class level assignments.
Claudiu Popa
2019-09-26
3
-0
/
+19
*
``ignored-modules`` can skip submodules. Close #3135
Claudiu Popa
2019-09-26
3
-10
/
+49
*
Disable error for complex function
Claudiu Popa
2019-09-25
1
-0
/
+1
*
Fix a bunch of other tests as well
Claudiu Popa
2019-09-25
2
-8
/
+8
*
Continue looking for undefined variables in type checking guards. Close #3127
Claudiu Popa
2019-09-25
2
-2
/
+6
*
Move files that were in the wrong directory
Claudiu Popa
2019-09-25
5
-7
/
+7
*
Prepare 2.4.1
pylint-2.4.1
Claudiu Popa
2019-09-25
2
-1
/
+25
*
Exempt type checking definitions defined in both clauses of a type checking g...
Claudiu Popa
2019-09-25
3
-33
/
+61
*
Exempt type checking definitions inside the type check guard
Claudiu Popa
2019-09-25
2
-1
/
+11
*
Require astroid >= 2.3
Ville Skyttä
2019-09-25
1
-1
/
+1
*
Try again to do a release
pylint-2.4.0
Claudiu Popa
2019-09-24
1
-4
/
+1
*
use a token for travis releases
Claudiu Popa
2019-09-24
1
-51
/
+50
*
Prepare release
Claudiu Popa
2019-09-24
3
-3
/
+3
*
Simplify and improve the logic of consider-iterating-dictionary
Claudiu Popa
2019-09-24
1
-4
/
+9
*
Add regression test for old-division and floats. Close #3039
Claudiu Popa
2019-09-24
4
-6
/
+10
*
Squash multiple checks for special classes into a single function
Claudiu Popa
2019-09-24
1
-51
/
+10
*
Disable too-few-public-methods for data classes. Close #3025
Claudiu Popa
2019-09-24
2
-3
/
+17
*
Document the new arguments for the private methods in docparams
Claudiu Popa
2019-09-23
1
-27
/
+31
*
Disable too-many-public-methods for humonguous class
Claudiu Popa
2019-09-23
1
-0
/
+1
*
Exempt kwonly arguments when they are annotated from missing-type-doc. Close ...
Claudiu Popa
2019-09-23
2
-0
/
+21
*
Move closures to separate methods to simplify the check functions
Claudiu Popa
2019-09-23
1
-57
/
+90
[next]