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
*
Improve documentation (#1401)
Łukasz Rogalski
2017-04-02
1
-1
/
+1
*
Split missing+differing docstring param checks (#1344)
John Paraskevopoulos
2017-03-11
1
-0
/
+6
*
Make cyclic import checker respect local disable clauses (#1286)
Łukasz Rogalski
2017-03-01
1
-0
/
+6
*
Understand starred expression used in string formatting RHS tuple (#1299)
Łukasz Rogalski
2017-02-19
1
-0
/
+6
*
Wrap __all__ in docs with proper markdown
Łukasz Rogalski
2017-02-14
1
-1
/
+1
*
Add flag to allow wildcard imports if module defines __all__
Łukasz Rogalski
2017-02-14
1
-0
/
+5
*
epylint: corrects msg-template object (#1311)
Daniela Plascencia
2017-02-08
1
-0
/
+3
*
Do not emit warning on type(self)._private_attribute access (#1288)
Łukasz Rogalski
2017-02-05
1
-0
/
+5
*
Add single-line-class-stmt option
Łukasz Rogalski
2017-01-28
1
-0
/
+4
*
Added a new error, 'used-prior-global-declaration'.
Claudiu Popa
2017-01-28
1
-0
/
+6
*
The protocol checks are emitting their messages when a special method is set ...
Claudiu Popa
2017-01-26
1
-0
/
+4
*
Objects with the same name as inner attributes are not marked as unused any l...
Derek Gustafson
2017-01-21
1
-0
/
+5
*
Add change log entries, fix style issues
Łukasz Rogalski
2017-01-03
1
-0
/
+5
*
Add new extension for detecting integer comparisons against zero (#1243)
Alexander Todorov
2016-12-31
1
-0
/
+2
*
Add new extension for comparison against empty string constants (#1183)
Alexander Todorov
2016-12-29
1
-2
/
+4
*
Add new contributor and changelog entry
Claudiu Popa
2016-12-27
1
-0
/
+2
*
'trailing-comma-tuple' check was added
Claudiu Popa
2016-12-18
1
-0
/
+7
*
New refactoring checker: consider-using-ternary (#1210)
Łukasz Rogalski
2016-12-18
1
-0
/
+4
*
Improve metaclass detection in nested scopes in Python 3 (#1202)
Łukasz Rogalski
2016-12-16
1
-0
/
+4
*
Don't emit not-callable for instances with unknown base classes. Close #1213
Claudiu Popa
2016-12-16
1
-0
/
+4
*
Aliasing an import with underscore skips unused-import check
Derek Gustafson
2016-12-14
1
-0
/
+4
*
Add a new option for finding unused global variables.
Łukasz Rogalski
2016-12-13
1
-0
/
+3
*
Rename the check to no-else-return.
Claudiu Popa
2016-12-04
1
-1
/
+1
*
Add a new check, superflous-else-return
Moisés López
2016-12-04
1
-0
/
+3
*
Don't emit unused-argument and function-redefined for singledispatch implemen...
Łukasz Rogalski
2016-12-04
1
-0
/
+5
*
Add Python 3 checker for accessing deprecated functions on the `string` modul...
Roy Williams
2016-12-02
1
-0
/
+2
*
Add a Python 3 Checker to find invalid imports in Python 3 (#1182)
Roy Williams
2016-11-30
1
-0
/
+2
*
Add new checker len-as-condition (#1154)
Alexander Todorov
2016-11-29
1
-0
/
+3
*
Add a Python 3 warning about accessing sys.maxint (#1180)
Roy Williams
2016-11-29
1
-0
/
+3
*
Report when __slots__ is a simple string and not a non-string container (#1171)
Anthony Foglia
2016-11-24
1
-0
/
+4
*
Add a Python 3 checker for calls to `encode` or `decode` with non-text codecs...
Roy Williams
2016-11-23
1
-0
/
+3
*
Treat keyword only arguments the same as positional arguments with regard to ...
Claudiu Popa
2016-11-20
1
-0
/
+2
*
Don't try to access variables defined in a separate scope when checking for p...
Claudiu Popa
2016-11-20
1
-1
/
+3
*
Avoid pylint crash on ill-formatted template strings
Peter Dawyndt
2016-10-31
1
-0
/
+3
*
Implemented support to warn when overlappling exceptions in same handler
Erik
2016-10-31
1
-0
/
+3
*
Issue a warning on methods implementing `__rdiv__` as well.
Roy Williams
2016-10-22
1
-2
/
+2
*
Add a warning when declaring `__div__` or `__idiv__` in Python 2. (#1121)
Roy Williams
2016-10-05
1
-0
/
+3
*
Add new error conditions for 'bad-super-call' (#1109)
Alexander Todorov
2016-09-18
1
-0
/
+5
*
Update the changelog and the whatsnew entry.
Claudiu Popa
2016-08-30
1
-2
/
+2
*
Sort configuration options in sections (#1090)
Moises Lopez - https://www.vauxoo.com/
2016-08-30
1
-0
/
+4
*
PyLinter.should_analyze_file has a new optional parameter, called `is_argument`
Claudiu Popa
2016-08-23
1
-0
/
+4
*
Improve the ChangeLog and the documentation entries.
Claudiu Popa
2016-08-22
1
-1
/
+1
*
Support having plugins with options, sharing the same name
Moises Lopez - https://www.vauxoo.com/
2016-08-22
1
-0
/
+4
*
Add attribute hints for missing members
Claudiu Popa
2016-08-18
1
-0
/
+4
*
Reorganise a bit the structure of the documents.
Claudiu Popa
2016-08-14
1
-3
/
+3
*
Add a new warning, 'redefined-argument-from-local'
Claudiu Popa
2016-07-28
1
-0
/
+4
*
Added some missing changes to the docs
Ashley Whetter
2016-07-23
1
-0
/
+4
*
Support inline comments for comma separated values in the config file
Claudiu Popa
2016-07-20
1
-0
/
+4
*
Bisect 'missing-[returns|yield]-doc' warnings into separate text/type checks.
Glenn Matthews
2016-07-19
1
-0
/
+5
*
Rename UnknownMessage, EmptyReport to UnknownMessageError, EmptyReportError
Glenn Matthews
2016-07-19
1
-0
/
+3
[next]