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
/
lint
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move from format() to f-string where it makes sense
Pierre Sassoulas
2021-02-16
1
-1
/
+1
*
mapreduce| Fixes -jN for map/reduce Checkers (e.g. SimilarChecker)
Frank Harrison
2021-01-02
1
-9
/
+46
*
lint multiprocessing pool shutdown
manderj
2020-10-30
1
-7
/
+11
*
check_parallel| Fixups imports after file-move
Frank Harrison
2020-10-19
2
-2
/
+2
*
check_parallel| Fixes module-hiding by function via file-rename
Frank Harrison
2020-10-19
1
-0
/
+0
*
Add __all__ in __init__.py so all import are used
Pierre Sassoulas
2020-09-22
1
-0
/
+13
*
Update formatting following black and isort update
Pierre Sassoulas
2020-09-10
2
-3
/
+6
*
Fix duplicate messages created by jobs>1.
Martin Vielsmaier
2020-09-10
1
-0
/
+1
*
Merge pull request #3782 from hippo91/bug_pylint_3468
hippo91
2020-09-06
1
-0
/
+1
|
\
|
*
Corrects some inconsistent-return-statements occurences
hippo91
2020-08-20
1
-0
/
+1
*
|
Fix crash when specified config file doesn't exist
Matěj Grabovský
2020-09-06
1
-1
/
+6
|
/
*
Make fail under a float
Pieter Engelbrecht
2020-07-12
1
-1
/
+1
*
Fix a crash in parallel mode when the module's filepath is not set
Claudiu Popa
2020-06-20
1
-4
/
+10
*
Fix exception causes all over the codebase
Ram Rachum
2020-06-14
1
-2
/
+2
*
Fix a regression where the score was not reported with multiple jobs
Claudiu Popa
2020-05-16
1
-1
/
+3
*
Add a callback for uniformity purpose
Pierre Sassoulas
2020-05-10
1
-5
/
+9
*
Dirty hack to print version before parsing anything
Pierre Sassoulas
2020-05-10
1
-0
/
+6
*
The full version is a constant we can just import it
Pierre Sassoulas
2020-05-10
1
-8
/
+0
*
``pylint.Run`` accepts ``do_exit`` as a deprecated parameter
Claudiu Popa
2020-05-05
1
-1
/
+13
*
Remove bad-continuation disabling in all code
Pierre Sassoulas
2020-05-02
1
-1
/
+0
*
Revert pylint.Run's `exit` parameter to ``do_exit``
Claudiu Popa
2020-05-01
1
-2
/
+4
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-6
/
+21
*
Add back License not handled by a script
Pierre Sassoulas
2020-04-27
4
-0
/
+12
*
More localized disable for broad-except in Pylinter
Pierre Sassoulas
2020-04-26
1
-4
/
+2
*
[lint package refactor] Create a file for the Run class
Pierre Sassoulas
2020-04-26
2
-407
/
+409
*
[lint package refactor] Create a file for pylinter
Pierre Sassoulas
2020-04-26
2
-1170
/
+1179
*
[lint package refactor] Create a file for check_parallel
Pierre Sassoulas
2020-04-26
2
-104
/
+115
*
[lint package refactor] Create a file for the utility functions
Pierre Sassoulas
2020-04-26
2
-72
/
+79
*
[lint package refactor] Create a file for the report functions
Pierre Sassoulas
2020-04-26
2
-72
/
+78
*
Refactor - Move the content of lint.py in its own package
Pierre Sassoulas
2020-04-26
1
-0
/
+1884