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
*
Fix false-negative cases for trailing-comma-tuple
Yang Yang
2020-04-19
1
-1
/
+1
*
Refactor the dict.get detection code to be easier to understand
Claudiu Popa
2020-04-03
1
-18
/
+41
*
Don't HTML-escape JSON messages (#3467)
Clément Pit-Claudel
2020-04-03
1
-2
/
+1
*
Positional-only arguments are taken in account for ``useless-super-delegation``
Claudiu Popa
2020-03-28
2
-6
/
+14
*
Pick a different name than slice to avoid overshadowing a builtin
Claudiu Popa
2020-03-27
1
-5
/
+5
*
Properly unwrap astroid.Index on Python 3.9+
Claudiu Popa
2020-03-27
1
-4
/
+6
*
Do not access Subscript.slice.value directly on Python 3.9
Claudiu Popa
2020-03-27
1
-1
/
+5
*
Check for invalid sequence and slice index from visit_subscript
Claudiu Popa
2020-03-27
1
-21
/
+23
*
Fix R1721: Unnecessary use of a comprehension
Pierre Sassoulas
2020-03-27
1
-1
/
+1
*
Fix overzealous `arguments-differ` for variadics
mattlbeck
2020-03-27
1
-15
/
+25
*
Print the fully qualified name of the extension
Claudiu Popa
2020-03-25
2
-10
/
+5
*
Add --list-extensions command
anubh-v
2020-03-25
2
-1
/
+34
*
Allow used variables to be properly consumed when different checks are enable...
Claudiu Popa
2020-03-25
1
-8
/
+15
*
Recognize classes that explicitly inherit from `ABC` or define `metaclass=ABC...
Slavfox
2020-03-24
1
-0
/
+12
*
pyupgrade: automated removal of python2 constructs
Anthony Sottile
2020-03-24
56
-103
/
+32
*
Fix isort issue
Claudiu Popa
2020-03-13
1
-0
/
+1
*
Do not use pkginfo.modname any longer
Claudiu Popa
2020-03-13
1
-2
/
+1
*
Add regression test for unused-argument and raise
Claudiu Popa
2020-03-13
1
-2
/
+3
*
Add more tests for loading a malitious astroid file
Claudiu Popa
2020-03-12
1
-1
/
+0
*
Continue adding the current working directory to sys.path with `fix_import_path`
Claudiu Popa
2020-03-12
1
-30
/
+40
*
Pass an additional search path to modutils.modpath_from_file and friends
Claudiu Popa
2020-03-12
2
-4
/
+14
*
Move _get_python_path in utils to be accessible by that file as well
Claudiu Popa
2020-03-12
2
-15
/
+15
*
Replace individual member imports with `os` in utils file
Claudiu Popa
2020-03-12
1
-18
/
+21
*
Do not add the current directory to `sys.path` any longer
Claudiu Popa
2020-03-12
1
-2
/
+6
*
Remove obsolete explicit conversion to integer of a string formatting keyname
Claudiu Popa
2020-03-11
1
-3
/
+0
*
Add exclude_platforms to functional tests and use it for non_ascii_name check
Claudiu Popa
2020-03-11
2
-1
/
+9
*
Allow non-ASCII characters in identifiers in the invalid-name rule and add no...
bernie gray
2020-03-11
2
-37
/
+62
*
Adjust some annotations and refactor small checks
Claudiu Popa
2020-03-08
2
-12
/
+13
*
Correct some types and guard against unexpected values in classes checkers
Claudiu Popa
2020-03-08
3
-5
/
+8
*
Protect against passing a non-class to _check_exception_inherit_from_stopiter...
Claudiu Popa
2020-03-08
1
-1
/
+1
*
Protect against `exc` not having `pytype`
Claudiu Popa
2020-03-08
1
-1
/
+1
*
``no-self-use`` is no longer emitted for typing stubs.
Claudiu Popa
2020-03-07
1
-0
/
+2
*
Remove superfluous check which is already done on the next line
Claudiu Popa
2020-03-03
1
-2
/
+0
*
Fix a false positive of ``self-assigning-variable`` on tuple unpacking.
Claudiu Popa
2020-03-03
1
-0
/
+3
*
Protect `node_frame_class` against looping continuously on Uninferable
Claudiu Popa
2020-03-02
1
-2
/
+10
*
Emit ``invalid-name`` for variables defined in loops at module level.
Claudiu Popa
2020-03-02
1
-1
/
+1
*
Only exempt __class__ for undefined-variable from methods
Claudiu Popa
2020-03-02
1
-1
/
+5
*
Fix a false positive for ``undefined-variable`` when ``__class__`` is used
Claudiu Popa
2020-02-29
1
-0
/
+1
*
Only check the messages that are emitted in VariablesChecker.visit_name
Claudiu Popa
2020-02-29
1
-4
/
+7
*
dangerous-default-value accounts for kwargs defaults. Close #3373 (#3423)
Gabriel R Sezefredo
2020-02-29
1
-1
/
+4
*
Disable too-many-boolean-expressions where it does not make sense
Claudiu Popa
2020-02-28
1
-0
/
+1
*
`function-redefined`` exempts function redefined on a condition.
Claudiu Popa
2020-02-28
1
-1
/
+23
*
``typing.overload`` functions are exempted from docstring checks (#3430)
Claudiu Popa
2020-02-28
1
-2
/
+10
*
Skip methods without arguments when generating the dot format. Close #3351 (#...
Claudiu Popa
2020-02-27
1
-1
/
+4
*
Allow instances of tuple of the isinstance() type check (#3425)
Claudiu Popa
2020-02-27
1
-0
/
+3
*
Allow isinstance-second-argument-not-valid-type to catch more cases
Claudiu Popa
2020-02-13
1
-10
/
+14
*
Add warning for the case where second argument to isinstance is not a type (#...
Anubhav
2020-02-13
1
-0
/
+26
*
Add notes-rgx option for fixme checker (#3394)
Benny
2020-02-13
1
-3
/
+16
*
Adjust assert-on-string-literal to take in consideration empty strings (#3403)
Claudiu Popa
2020-02-12
1
-2
/
+6
*
Add async def checks for overridden methods (#3392)
craig-sh
2020-02-12
1
-3
/
+20
[next]