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
/
pylint
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
/
+17
*
Fix number of statements in by_module stats (#3023)
Andres Perez Hortal
2019-07-29
1
-0
/
+4
*
Added a new check, ``invalid-overridden-method``
Claudiu Popa
2019-07-18
2
-11
/
+46
*
Added a new check, ``redeclared-assigned-name``
Claudiu Popa
2019-07-17
1
-1
/
+30
*
Move the self assigning check in a separate function
Claudiu Popa
2019-07-17
1
-3
/
+5
*
Ignore lambda calls with variadic arguments without a context.
Claudiu Popa
2019-07-17
1
-36
/
+43
*
Added a new check, ``self-assigning-variable``
Claudiu Popa
2019-07-17
1
-0
/
+37
*
Added a new check, ``property-with-parameters``.
Claudiu Popa
2019-07-16
1
-0
/
+11
*
Fix linting and typing errors
Claudiu Popa
2019-07-16
1
-2
/
+2
*
Excluded protocol classes from a couple of checks. Close #3002.
Claudiu Popa
2019-07-16
3
-0
/
+21
*
blacken the code
PHeanEX
2019-07-16
1
-17
/
+36
*
Add new checker (unnecessary-comprehension) (close #2905)
PHeanEX
2019-07-16
1
-0
/
+41
*
Excluded PEP 526 instance and class variables from ``no-member``. Close #2945
Claudiu Popa
2019-07-10
1
-0
/
+10
*
Take in consideration positional only args for the too-many-* checks
Claudiu Popa
2019-07-10
1
-3
/
+3
*
Refactors `and ... or` expression to ternary (#2994)
Nikita Sobolev
2019-07-10
1
-1
/
+1
*
Improve help for options (#2986)
Peter Kolbus
2019-07-09
2
-13
/
+13
*
Exclude Ellipsis from pointless-statement for Python 3.8
Claudiu Popa
2019-07-07
1
-6
/
+11
*
Grammar Fixes (#2974)
OisÃn Moran
2019-07-07
1
-2
/
+2
*
Excluded `attrs` from `too-few-public-methods` check. Close #2988.
Claudiu Popa
2019-07-06
1
-7
/
+14
*
Fix - add `__post_init__` into `defining-attr-methods` to avoid `attribute-de...
Andrzej Klajnert
2019-07-05
1
-1
/
+1
*
Refactor - Rename an overlapsing function in MessageHandlerMixIn
Pierre Sassoulas
2019-06-20
1
-2
/
+2
*
Feat - Add a __str__ function to BaseChecker
Pierre Sassoulas
2019-06-20
1
-0
/
+9
*
Refactor - Giving multiple parameters instead of a dict
Pierre Sassoulas
2019-06-20
2
-8
/
+5
*
Refactor - Use self directly in checker get_full_documentation
Pierre Sassoulas
2019-06-20
1
-6
/
+4
*
Refactor - Clearer function name ('rest' -> 'rst') in utils
Pierre Sassoulas
2019-06-20
4
-20
/
+20
*
Fix - Remove invalid syntax in python 3.4
Pierre Sassoulas
2019-06-20
2
-2
/
+2
*
Fix - W0612: Unused variable 'checker_name'
Pierre Sassoulas
2019-06-20
1
-1
/
+2
*
Refactor - Remove useless parameter in print_checker_doc
Pierre Sassoulas
2019-06-20
1
-1
/
+1
*
Refactor - Move doc for checkers in BaseChecker
Pierre Sassoulas
2019-06-20
2
-47
/
+49
*
Refactor - Use get_rest_title where it could be
Pierre Sassoulas
2019-06-20
1
-6
/
+3
*
Refactor - Move utility function to utils
Pierre Sassoulas
2019-06-20
3
-28
/
+30
*
Refactor - Remove _ in _rest_format_section
Pierre Sassoulas
2019-06-20
1
-3
/
+3
*
Refactor - Remove syntax specific to python 3.6
Pierre Sassoulas
2019-06-20
1
-5
/
+5
*
Fix - A typo in base_checker.py
Pierre Sassoulas
2019-06-20
1
-1
/
+1
*
Refactor - Simplify the Checker.__repr__ function
Pierre Sassoulas
2019-06-20
1
-2
/
+3
*
Doc - Retrocompatibility with the main checker name
Pierre Sassoulas
2019-06-20
1
-1
/
+4
*
Refactor - Use a constant for the main checker name
Pierre Sassoulas
2019-06-20
3
-4
/
+11
*
Refactor - Move build_message_definition to the BaseChecker class
Pierre Sassoulas
2019-06-20
4
-47
/
+32
*
Refactor - Separate string creation and display in _print_full_documentation
Pierre Sassoulas
2019-06-20
1
-19
/
+17
*
Fix - Add type annotation for mypy
Pierre Sassoulas
2019-06-20
1
-1
/
+1
*
Refactor - Separate string creation and display in _print_checker_doc
Pierre Sassoulas
2019-06-20
1
-55
/
+54
*
Refactor - Separate string creation and display in rest_format_section
Pierre Sassoulas
2019-06-20
1
-11
/
+12
*
Fix - better error msg for getmessagedefinition (sqsuash)
Pierre Sassoulas
2019-06-20
1
-2
/
+2
*
Refactor - Give a checker instead of a string to _print_checker_doc
Pierre Sassoulas
2019-06-20
1
-4
/
+4
*
Refactor - Put a checker instance in informations
Pierre Sassoulas
2019-06-20
1
-4
/
+6
*
Feat - Permit to get message definition by msgid in Checkers
Pierre Sassoulas
2019-06-20
1
-0
/
+8
*
Feat - Add a __repr__ and __gt__ function for BaseCheckers
Pierre Sassoulas
2019-06-20
1
-0
/
+11
*
Style - Less verbose print with triple quote strings
Pierre Sassoulas
2019-06-20
1
-17
/
+24
*
Stopped installing tests with package
Ashley Whetter
2019-06-20
1064
-34461
/
+0
*
Dropped support for Python 3.4
Claudiu Popa
2019-06-20
1
-1
/
+0
[next]