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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a crash in parallel mode when the module's filepath is not set
fix-crash-parallel-mode-missing-file-path
Claudiu Popa
2020-06-18
4
-4
/
+27
*
Fix a crash caused by not guarding against `InferenceError` when calling `inf...
Claudiu Popa
2020-06-18
3
-4
/
+27
*
Fix false positive superfluous parens for walrus operator
Bryce Guinta
2020-06-17
4
-4
/
+46
*
Remove unused member variable of FormatChecker
Bryce Guinta
2020-06-17
2
-10
/
+5
*
Improve readability of FormatChecker._check_keyword_parentheses
Bryce Guinta
2020-06-17
1
-11
/
+12
*
remove invalid fstr setting (#3682)
Thomas Grainger
2020-06-16
1
-1
/
+1
*
Set default pre-commit hook config: single process (#3689)
iilei
2020-06-16
3
-0
/
+4
*
Fix exception causes all over the codebase
Ram Rachum
2020-06-14
6
-15
/
+15
*
Chore: use https links (#3679)
谭九鼎
2020-06-11
31
-56
/
+56
*
``missing-kwoa`` is no longer emitted when dealing with overload functions (#...
Claudiu Popa
2020-06-09
4
-5
/
+51
*
Prepare 2.5.3
Claudiu Popa
2020-06-08
1
-1
/
+1
*
Fix a bug with `ignore-docstrings` ignoring all lines in a module
Claudiu Popa
2020-06-08
5
-0
/
+34
*
Ignore raw docstrings as well for ignore-docstrings
Shiv Venkatasubrahmanyam
2020-06-08
1
-5
/
+7
*
Move entry at 2.5.3 level
Claudiu Popa
2020-06-08
1
-4
/
+5
*
Allow numbers in checker names. (#3667)
Jeremy Fleischman
2020-06-08
4
-1
/
+15
*
Protect against `AttributeError` when checking `cell-var-from-loop`
Claudiu Popa
2020-05-29
4
-9
/
+25
*
Add an faq on message to disable to avoid duplicates w/ other popular linters
Daniel Neal
2020-05-27
3
-0
/
+26
*
Fix a regression where the score was not reported with multiple jobs
Claudiu Popa
2020-05-16
3
-1
/
+12
*
config: Handle rich (non-string) types in TOML file
Damien Baty
2020-05-16
4
-24
/
+100
*
Fix a regression where messages with dash are not fully parsed
Claudiu Popa
2020-05-14
3
-1
/
+13
*
`continue-in-finally` no longer emitted on Python 3.8 where it's now valid
Claudiu Popa
2020-05-14
3
-0
/
+7
*
`property-with-parameters` properly handles abstract properties
Claudiu Popa
2020-05-14
4
-2
/
+31
*
Add a callback for uniformity purpose
Pierre Sassoulas
2020-05-10
1
-5
/
+9
*
Remove version from the option parser
Pierre Sassoulas
2020-05-10
1
-4
/
+1
*
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
5
-13
/
+21
*
Add What's New project URL
Ville Skyttä
2020-05-06
2
-0
/
+3
*
``pylint.Run`` accepts ``do_exit`` as a deprecated parameter
Claudiu Popa
2020-05-05
2
-1
/
+23
*
Address the super violations in the codebase
Claudiu Popa
2020-05-05
18
-36
/
+44
*
Rename the new old-style super with super-with-arguments
Claudiu Popa
2020-05-05
9
-62
/
+37
*
Released 2.5.1
Claudiu Popa
2020-05-05
1
-1
/
+1
*
Add new old-style-super check to flag instances of super with default arguments
Federico Bond
2020-05-05
7
-1
/
+80
*
Fix trailing whitespaces and trailing newlines
Pierre Sassoulas
2020-05-03
158
-190
/
+167
*
Remove private functions from the API of pylint.config
Pierre Sassoulas
2020-05-03
2
-16
/
+7
*
Creating a file for ConfigurationMixin and helper functions
Pierre Sassoulas
2020-05-03
2
-23
/
+30
*
Creating a file for OptionProviderMixin and helper functions
Pierre Sassoulas
2020-05-03
2
-109
/
+112
*
Creating a file for OptionManagerMixin and helper functions
Pierre Sassoulas
2020-05-03
2
-349
/
+365
*
Creating a file for OptionParser and helper functions
Pierre Sassoulas
2020-05-03
2
-41
/
+48
*
Creating a file for option and helper functions
Pierre Sassoulas
2020-05-03
2
-157
/
+173
*
Create a file for ManPageFormatter
Pierre Sassoulas
2020-05-03
2
-141
/
+149
*
Create a file for find_default_config_files
Pierre Sassoulas
2020-05-03
3
-57
/
+65
*
Move config.py into it's own package
Pierre Sassoulas
2020-05-03
1
-0
/
+0
*
Update changelog for mixed-indentation removal
Pierre Sassoulas
2020-05-03
2
-2
/
+8
*
Remove code for mixed indentation
Pierre Sassoulas
2020-05-03
1
-13
/
+0
*
Remove tests related to mixed-indentation
Pierre Sassoulas
2020-05-03
2
-12
/
+0
*
Remove the space_check option and its code
Pierre Sassoulas
2020-05-03
4
-60
/
+13
*
Update documentation for bad-whitespace removal
Pierre Sassoulas
2020-05-03
2
-5
/
+5
*
Remove bad-whitespace disabling in all code
Pierre Sassoulas
2020-05-03
4
-4
/
+4
*
Remove what is directly related to bad-whitespace
Pierre Sassoulas
2020-05-03
1
-203
/
+4
*
Remove all tests concerning bad-whitespace
Pierre Sassoulas
2020-05-03
3
-280
/
+1
[next]