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
*
Obtain the correct number of CPUs for virtualized or containerized environments.
Claudiu Popa
2018-10-01
1
-1
/
+12
*
fix compatibility with unreleased changes to stdlib tokenizer
Michael Hudson-Doyle
2018-10-01
1
-1
/
+4
*
Fix formatting errors
Claudiu Popa
2018-09-29
2
-16
/
+29
*
``pylint`` is less eager to consume the whole line for pragmas
Claudiu Popa
2018-09-29
3
-2
/
+21
*
Move func_block_disable_msg into regrtest_data, because we already have a tes...
Claudiu Popa
2018-09-29
4
-15
/
+2
*
Save the first group into a variable and use that instead
Claudiu Popa
2018-09-29
1
-5
/
+7
*
Use ast to handle PEP 328 multi-line imports
Scott Worley
2018-09-29
4
-5
/
+87
*
Correct test file
Claudiu Popa
2018-09-29
1
-1
/
+0
*
Don't suggest identity check against the interpreter's True or False builtin ...
Claudiu Popa
2018-09-29
4
-29
/
+14
*
Add test case that deprecated method is emitted for unittest methods. Close #...
Claudiu Popa
2018-09-29
2
-0
/
+15
*
Add test case for logging-* errors for subclasses of logging.Logger. Close #960
Claudiu Popa
2018-09-29
2
-1
/
+12
*
Change ``unbalanced-tuple-unpacking`` back to a warning.
Claudiu Popa
2018-09-29
1
-2
/
+2
*
Fix TypeError in test_good_comprehension_checks
Benjamin Drung
2018-09-28
1
-7
/
+7
*
Fix Windows newlines (CRLF) to Unix newlines (LF)
Benjamin Drung
2018-09-28
1
-141
/
+141
*
Fix utils.is_subclass_of to be aware of complex hierarchies (#2508)
Sushobhit
2018-09-28
2
-10
/
+25
*
Move the type check of the target after checking for invalid star assignment ...
Claudiu Popa
2018-09-25
1
-5
/
+4
*
Fix the lint errors
Claudiu Popa
2018-09-25
1
-3
/
+3
*
Handle recursively the count of Starred nodes in assignments
Claudiu Popa
2018-09-24
3
-15
/
+22
*
Make sure that index is defined by assigning it to None before the loop
Claudiu Popa
2018-09-23
1
-4
/
+5
*
Simplify the code to remove the need for a linter disable
Claudiu Popa
2018-09-23
1
-1
/
+4
*
Emit ``too-many-starred-assignment`` only when the number of Starred nodes is...
Claudiu Popa
2018-09-23
2
-4
/
+14
*
No enumerate check in __iter__ (#2505)
Ben James
2018-09-22
3
-1
/
+27
*
Added check simplifiable-if-expression (#2502)
Tomer Chachamu
2018-09-20
4
-1
/
+66
*
Remove problematic annotations
Claudiu Popa
2018-09-19
1
-10
/
+4
*
``too-few-public-methods`` is not reported for ``typing.NamedTuple``
Claudiu Popa
2018-09-18
2
-2
/
+20
*
Move is_dataclass and is_enum_class back to where they are used
Claudiu Popa
2018-09-18
2
-59
/
+56
*
Correct fallback when the lines out of the parse trees are in raw_module_msgs...
Claudiu Popa
2018-09-18
1
-1
/
+16
*
Partially revert commit fede47a625f40169bf839b7e8e2df643b3471635
Claudiu Popa
2018-09-18
3
-29
/
+13
*
Rely on a different file than bad_continuation for the parallel test case
Claudiu Popa
2018-09-17
1
-1
/
+1
*
Fix mypy errors caused by black autoformatting the type comments
Claudiu Popa
2018-09-17
2
-4
/
+4
*
Fix the tests broken by the disabling of formatting checks over pylint codebase
Claudiu Popa
2018-09-17
1
-2
/
+2
*
Reformat the code with black
Claudiu Popa
2018-09-17
86
-8342
/
+12197
*
```too-few-public-methods`` is not reported for dataclasses created with opti...
Claudiu Popa
2018-09-15
2
-1
/
+10
*
Move is_raising to where it is used and correct its annotation
Claudiu Popa
2018-09-15
2
-10
/
+13
*
Grammar fixes to docs (#2492)
Drew
2018-09-15
1
-1
/
+1
*
Remove wrong modules from 'bad-python3-import' (#2454)
Aivar Annamaa
2018-09-09
2
-2
/
+20
*
The ``json`` reporter prints an empty list when no messages are emitted
Claudiu Popa
2018-09-06
1
-2
/
+1
*
Remove useless minversion for Python 2.7
Claudiu Popa
2018-09-05
1
-12
/
+6
*
Add a new check, ``duplicate-string-formatting-argument``
Claudiu Popa
2018-09-05
3
-1
/
+31
*
Squash some checks and move some of the around
Claudiu Popa
2018-09-05
1
-6
/
+3
*
Drop the .keys() call, can unpack dictionaries without it
Claudiu Popa
2018-09-05
4
-8
/
+7
*
Switch to using CallSite to get the arguments and clear the formatting a bit
Claudiu Popa
2018-09-05
1
-28
/
+15
*
Remove vacuous version check
Claudiu Popa
2018-09-05
1
-2
/
+1
*
Switch to a hasattr() call for getting the elts of an inferred value
Claudiu Popa
2018-09-05
1
-1
/
+1
*
Make sure that args_elts is defined by defaulting to an empty tuple
Claudiu Popa
2018-09-05
1
-0
/
+1
*
isinstance accept tuples of tuples so no need to join them
Claudiu Popa
2018-09-05
1
-2
/
+2
*
Remove extraneous comment and fix the style
Claudiu Popa
2018-09-05
1
-6
/
+2
*
``assignment-from-no-return`` is not emitted for coroutines.
Claudiu Popa
2018-09-05
4
-1
/
+32
*
``consider-using-ternary`` and ``simplified-boolean-expression`` no longer em...
Claudiu Popa
2018-09-05
3
-30
/
+7
*
Added checker for format string type mismatches.
Yury Gribov
2018-09-04
4
-7
/
+96
[next]