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
/
pyreverse
/
inspector.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump pylint to 2.11.0, update changelog
v2.11.0
Pierre Sassoulas
2021-09-16
1
-0
/
+1
*
Refactor various typing related issues (#4940)
Daniël van Noord
2021-09-03
1
-36
/
+37
*
Remove unused ``visit_package`` function
Daniël van Noord
2021-09-01
1
-10
/
+0
*
Add ``Consider-using-f-string`` checker (#4796)
Daniël van Noord
2021-08-30
1
-2
/
+2
*
Bump pylint to 2.10.0, update changelog
v2.10.0
Pierre Sassoulas
2021-08-20
1
-0
/
+1
*
Use alias for astroid.nodes 04 (#4869)
Marc Mueller
2021-08-19
1
-3
/
+4
*
Enable some Pylint extensions (#4842)
Nick Drozd
2021-08-14
1
-1
/
+1
*
Bump pylint to 2.9.3, update changelog
v2.9.3
Pierre Sassoulas
2021-07-01
1
-0
/
+1
*
Fix copyright links (#4647)
Marc Mueller
2021-07-01
1
-1
/
+1
*
Bump pylint to 2.9.0, update changelog, add python 3.10 to package meta
v2.9.0
Pierre Sassoulas
2021-06-29
1
-0
/
+1
*
Add type annotations to pyreverse (#4551)
Mark Byrne
2021-06-26
1
-23
/
+17
*
Rename copying to license and upgrade the setup.cfg (#4338)
Pierre Sassoulas
2021-04-11
1
-1
/
+1
*
Make import from astroid more explicit
Pierre Sassoulas
2021-03-31
1
-13
/
+12
*
Apply copyrite --contribution-threshold
Pierre Sassoulas
2021-02-21
1
-1
/
+2
*
Migrate from % syntax or bad format() syntax to fstring
Pierre Sassoulas
2021-02-21
1
-6
/
+2
*
Move from % string formatting syntax to f-string or .format()
Pierre Sassoulas
2021-02-21
1
-3
/
+3
*
Remove the # coding, since PEP3120 the default is UTF8
Pierre Sassoulas
2021-02-21
1
-1
/
+0
*
F841 local variable 'exc' is assigned to but never used
Pierre Sassoulas
2021-02-15
1
-1
/
+1
*
Update formatting following black and isort update
Pierre Sassoulas
2020-09-10
1
-14
/
+12
*
Merge branch 'master' into bug_pylint_3468
hippo91
2020-09-03
1
-1
/
+1
|
\
|
*
Sets up copyright
hippo91
2020-08-20
1
-1
/
+1
*
|
Corrects some inconsistent-return-statements occurences
hippo91
2020-08-20
1
-0
/
+1
|
/
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-2
/
+6
*
pyupgrade: automated removal of python2 constructs
Anthony Sottile
2020-03-24
1
-1
/
+0
*
Fixed an ``AttributeError`` caused by improper handling of ``dataclasses`` in...
Claudiu Popa
2019-11-21
1
-1
/
+2
*
Remove redundant compatibility code (#3097)
Hugo van Kemenade
2019-09-12
1
-2
/
+0
*
Fix a bunch of linting errors from the codebase
Claudiu Popa
2019-05-22
1
-4
/
+0
*
Style - Apply isort on all apllicable files
Pierre Sassoulas
2019-03-20
1
-6
/
+1
*
Reformat the code with black
Claudiu Popa
2018-09-17
1
-28
/
+31
*
Update copyright notices
Claudiu Popa
2018-07-15
1
-1
/
+3
*
fix lint issue w.r.t useless-object-inheritance.
ssolanki
2018-06-20
1
-2
/
+2
*
Kill YES in favour of Uninferable
Claudiu Popa
2018-05-24
1
-1
/
+1
*
Fix lint errors caused by the new checker change
Claudiu Popa
2018-04-02
1
-1
/
+1
*
Spelling fixes
Ville Skyttä
2018-01-30
1
-1
/
+1
*
Regenerate copyright notices
Claudiu Popa
2017-12-15
1
-0
/
+2
*
Remove mentions of deprecated astroid node names (#1485)
Łukasz Rogalski
2017-05-22
1
-7
/
+7
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-23
1
-2
/
+2
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+2
*
Add the new shorter license header, including to missing files. Close #894.
Claudiu Popa
2016-06-01
1
-16
/
+3
*
Fix instances of unneeded-not in pylint's codebase.
Claudiu Popa
2015-11-25
1
-1
/
+1
*
Update pylint to use the new astroid AST names and methods
Claudiu Popa
2015-08-25
1
-10
/
+10
*
Use astroid.YES instead of using it from astroid.bases (it was moved anyway)
Claudiu Popa
2015-08-11
1
-1
/
+1
*
New imported features from astroid into pyreverse.
Claudiu Popa
2015-07-03
1
-3
/
+108
*
Fix the broken tests, since locals_types and instance_attr_types were expecte...
Claudiu Popa
2015-06-20
1
-6
/
+8
*
Make sure that every frame used by pyreverse.inspect has a locals_type attribute
Claudiu Popa
2015-06-20
1
-15
/
+18
*
Improve the readability of a function by using a defaultdict(set) instead of ...
Claudiu Popa
2015-06-20
1
-10
/
+4
*
astroid.utils.LocalsVisitor was moved to pylint.pyreverse.LocalsVisitor.
Claudiu Popa
2015-06-17
1
-2
/
+3
*
Replace the license with what is already used in the project.
Claudiu Popa
2015-06-17
1
-14
/
+13
*
Import astroid inspector to pyreverse.inspector.
Claudiu Popa
2015-06-17
1
-0
/
+268