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
*
Make the list a generator and continue when there is an error in the fixme lo...
Claudiu Popa
2019-01-20
1
-4
/
+4
*
Fixme should be triggered only in comments
Rogalski, Lukasz
2019-01-20
2
-110
/
+81
*
Use an explicit dev prefix otherwise it will generate a post by default
Claudiu Popa
2019-01-20
1
-1
/
+1
*
Prepare a dev release
Claudiu Popa
2019-01-20
1
-1
/
+1
*
remove entire _patch_submodules
Nicolas Dickreuter
2019-01-20
1
-16
/
+1
*
remove popping for all versions
Nicolas Dickreuter
2019-01-20
1
-5
/
+1
*
avoid popping __main__ for python version >= 3.3
Nicolas Dickreuter
2019-01-20
1
-1
/
+1
*
Add test that a recursion error does not happen. Close PyCQA/astroid#623
Claudiu Popa
2019-01-18
2
-0
/
+10
*
Add test that a recursion error does not happen any longer. Close #2463
Claudiu Popa
2019-01-17
2
-0
/
+9
*
Bring infer_name_module() from astroid right here
Claudiu Popa
2019-01-13
1
-1
/
+8
*
Fixed a false positive for ``unused-variable`` and ``nonlocal`` assignments
Claudiu Popa
2019-01-13
2
-1
/
+16
*
Expose/export BaseTokenChecker in __all__ as well?
Bruno P. Kinoshita
2019-01-07
1
-1
/
+1
*
Support optional ~ or ! prefix for docstring types
Jim Robertson
2018-12-28
3
-11
/
+63
*
Fix missing-raises-doc false positive (W9006)
Jim Robertson
2018-12-28
1
-1
/
+1
*
Fix missing-raises-doc false positive (W9006)
Jim Robertson
2018-12-28
3
-14
/
+222
*
Generalize `chained-comparison` (#2655)
Justin Li
2018-12-21
3
-52
/
+80
*
Adjust the docstring a bit
Claudiu Popa
2018-12-20
1
-3
/
+5
*
Added load_configuration() hook for plugins
Matus Valo
2018-12-20
3
-0
/
+75
*
Refactor - Rename _messages to _messages_definitions
Pierre Sassoulas
2018-12-18
1
-7
/
+7
*
Refactor - Made the error message predictable
Pierre Sassoulas
2018-12-18
2
-3
/
+7
*
Refactor - get_messages -> get_messages_from_checker
Pierre Sassoulas
2018-12-18
4
-10
/
+10
*
Refactor - Consistent function and variable name
Pierre Sassoulas
2018-12-18
3
-47
/
+53
*
Refactor - get_message_definition returning a list
Pierre Sassoulas
2018-12-18
3
-41
/
+67
*
Exempt starred unpacking from ``*-not-iterating`` Python 3 checks
Claudiu Popa
2018-12-18
2
-0
/
+9
*
Make ``compare-to-zero`` less zealous by checking against equality and identity
Claudiu Popa
2018-12-14
3
-9
/
+7
*
Exempt ``yield from`` from ``*-not-iterating`` Python 3 checks.
Claudiu Popa
2018-12-14
2
-0
/
+10
*
``no-member`` is emitted for enums when they lack a member
Claudiu Popa
2018-12-11
3
-4
/
+24
*
Add ``no-else-raise`` warning (R1720) (#2636)
Jim Robertson
2018-12-11
4
-7
/
+149
*
Fix false positive Non-iterable value with async comprehensions (#2638)
Pablo Galindo
2018-12-11
2
-3
/
+16
*
Fix zip-builtin-not-iterating false positive with OrderedDict (#2634)
sbagan
2018-12-10
2
-0
/
+2
*
Fix incorrect generation of ``no-else-raise`` warnings (R1705) (#2618)
Jim Robertson
2018-12-07
5
-24
/
+53
*
Fix false positive with `not-async-context-manager` caused by not understandi...
Claudiu Popa
2018-12-06
4
-9
/
+31
*
Remove unused imports from checkers/utils.py, including the missing typing.Ty...
Claudiu Popa
2018-12-04
2
-15
/
+3
*
Fix error caused by the new check
Claudiu Popa
2018-11-30
1
-1
/
+1
*
Added ``wrong-exception-operation``
Claudiu Popa
2018-11-29
3
-0
/
+48
*
Master is now 2.3.0
Claudiu Popa
2018-11-28
1
-1
/
+1
*
Refactor ``bad-reversed-sequence`` to account for more objects that can defin...
Claudiu Popa
2018-11-28
2
-2
/
+19
*
Prepare 2.2.2
pylint-2.2.2
Claudiu Popa
2018-11-28
1
-1
/
+1
*
Revert "Replace StopIterationCalls in ForwardSlashChunker with returns."
Claudiu Popa
2018-11-28
1
-5
/
+5
*
Replace StopIterationCalls in ForwardSlashChunker with returns.
Claudiu Popa
2018-11-28
1
-5
/
+5
*
Change the ``logging-format-style`` to use name identifier instead of their c...
Claudiu Popa
2018-11-28
2
-7
/
+8
*
Set _module_pkg on init as well, not just on open. Close #2613
Claudiu Popa
2018-11-27
1
-0
/
+1
*
Prepare 2.2.1
pylint-2.2.1
Claudiu Popa
2018-11-27
1
-1
/
+1
*
implicit-str-concat-in-sequence: Handling lines with multi-bytes characters -...
Lucas Cimon
2018-11-26
6
-4
/
+24
*
Prepare 2.2
Claudiu Popa
2018-11-25
1
-2
/
+5
*
Fixed literal-comparison for the case of 0 and 1 (#2601)
Sergei Lebedev
2018-11-23
3
-3
/
+17
*
Fix typo in msg description (#2548)
Mike Miller
2018-10-11
1
-1
/
+1
*
Consider ``range()`` objects for ``undefined-loop-variable`` leaking from ite...
Claudiu Popa
2018-10-11
6
-22
/
+41
*
Adding implicit-str-concat-in-sequence check (#1655)
Lucas Cimon
2018-10-10
19
-52
/
+173
*
New option: logging-format-style for logging checker (#2521)
Alan Chan
2018-10-04
5
-101
/
+139
[next]