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 regression with sys.path filter (#4258)
Marc Mueller
2021-03-28
1
-0
/
+4
*
Bump astroid version to 2.5.2
Marc Mueller
2021-03-28
1
-0
/
+3
*
Fix false-positive for unused-import on class keyword arguments
Marc Mueller
2021-03-28
1
-0
/
+4
*
Use value.qname() to check if class is subscriptable PEP585
Marc Mueller
2021-03-28
1
-0
/
+2
*
Improve handling of assignment expressions
Marc Mueller
2021-03-28
1
-0
/
+4
*
Fix column index of FIXME warnings (#4246)
Konstantina Saketou
2021-03-28
1
-0
/
+4
*
Fix private method hidden by ancestor class attribute (#4177)
tiagohonorato
2021-03-28
1
-0
/
+3
*
Fix false negative 'use-symbolic-message-instead' and optimize it
Pierre Sassoulas
2021-03-28
1
-0
/
+2
*
Fix changelog: print removal need to be in '2.7.3'
Pierre Sassoulas
2021-03-28
1
-0
/
+2
*
Fix astroid.Inference error for undefined-variables with len()
Marc Mueller
2021-03-28
1
-0
/
+4
*
pyreverse: Add output directory command-line option
Mark Byrne
2021-03-28
1
-0
/
+4
*
Add --class-const-naming-style
Marc Mueller
2021-03-06
1
-0
/
+5
*
Fix false-positive no-member for typed annotations without default value
Marc Mueller
2021-03-06
1
-0
/
+4
*
Exempt TypedDict from too-few-public-methods check
Marc Mueller
2021-03-06
1
-0
/
+4
*
Fix changelog (manual)
Marc Mueller
2021-03-06
1
-3
/
+3
*
Fix changelog and whatsnew (pre-commit-hook)
Marc Mueller
2021-03-06
1
-174
/
+184
*
Refactor modify sys_path for execution as python module
Marc Mueller
2021-03-05
1
-0
/
+5
*
Add allow-redefined-builtins option to variable checker
Alexander Kapshuna
2021-03-05
1
-2
/
+3
*
Fix Enum invalid name with snake_case preset
Marc Mueller
2021-03-02
1
-1
/
+7
*
Upgrade the changelog following release of 2.7.2
Pierre Sassoulas
2021-02-28
1
-3
/
+11
*
Move changelog entry to 2.8.0
Marc Mueller
2021-02-28
1
-2
/
+3
*
Add changelog entry
Marc Mueller
2021-02-28
1
-0
/
+2
*
Properly strip dangerous sys.path entries (not just the first one) (#4153)
Louis Sautier
2021-02-28
1
-0
/
+3
*
Fix False positive on Enum.__members__.items() (#4135)
Ikraduya Edian
2021-02-27
1
-0
/
+3
*
Retcon the changelog after 2.7.1 release
Pierre Sassoulas
2021-02-23
1
-0
/
+12
*
Fix benchmark test (#4138)
Marc Mueller
2021-02-23
1
-0
/
+4
*
Add 2.8.0 in the Changelog
Pierre Sassoulas
2021-02-21
1
-0
/
+5
*
Upgrade the documentation about release
Pierre Sassoulas
2021-02-21
1
-0
/
+2
*
Introduced DeprecatedMixin
Matus Valo
2021-02-21
1
-0
/
+4
*
Add new `consider-using-generator` and 'use-a-generator' checkers
Ikraduya Edian
2021-02-20
1
-0
/
+9
*
Fix false positive when map() receives iterable
Tiago Honorato
2021-02-20
1
-0
/
+4
*
Update ChangeLog
Marc Mueller
2021-02-20
1
-1
/
+1
*
Add Github Action config
Marc Mueller
2021-02-20
1
-0
/
+2
*
Fix false positive when zip() receives iterable (#4105)
tiagohonorato
2021-02-19
1
-2
/
+4
*
add nan-comparison checker for NaN comparisons
Or Bahari
2021-02-18
1
-0
/
+2
*
Fix the changelog and whatsnew retroactively for 2.7 release
Pierre Sassoulas
2021-02-16
1
-15
/
+24
*
Fix issue with nested PEP 604 syntax
Marc Mueller
2021-02-16
1
-0
/
+2
*
Fix issue with nested PEP 585 syntax
Marc Mueller
2021-02-16
1
-0
/
+2
*
Bump minimum required Python to 3.6
David Gilman
2021-02-16
1
-0
/
+2
*
Graingert add generated members match against the qualified name (#4092)
Pierre Sassoulas
2021-02-15
1
-0
/
+4
*
Fix TypedDict inherit-non-class false-positive Python 3.9+
Marc Mueller
2021-02-15
1
-0
/
+4
*
Fix multiple false positives with assignment expressions
Marc Mueller
2021-02-15
1
-0
/
+4
*
Add check for alternative union syntax - PEP 604
Marc Mueller
2021-02-15
1
-0
/
+4
*
Add support for pep585 with postponed evaulation
Marc Mueller
2021-02-15
1
-0
/
+4
*
Drop support for Python 3.5 to fix typing
Marc Mueller
2021-02-15
1
-0
/
+2
*
Enforce docparams consistently when docstring is not present (#3916)
Logan Miller
2021-01-09
1
-0
/
+4
*
Fix location metadata on backslash lint checks
Matthew Suozzo
2021-01-04
1
-0
/
+1
*
empty-comment line number bug fix
Or Bahari
2021-01-03
1
-0
/
+4
*
mapreduce| chore| Updating ChangeLog/Contributors/Release notes
Frank Harrison
2021-01-02
1
-0
/
+4
*
Add a message in the changelog and update contributors.txt
Pierre Sassoulas
2020-12-31
1
-0
/
+4
[next]