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
/
checkers
/
imports.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle patterns in ignored-modules when checking for no-name-in-module (#7579)
Daniel Mouritzen
2023-04-03
1
-17
/
+5
*
Don't use removed function from ``astroid`` (#8525)
Daniël van Noord
2023-04-01
1
-5
/
+11
*
[PyCQA migration] Upgrade links to the repositories in code and doc (#8514)
Pierre Sassoulas
2023-03-29
1
-2
/
+2
*
Fix incorrect preferred-modules matches
Daniël van Noord
2023-03-21
1
-1
/
+9
*
Deprecate redundant type checking guard utils (#8433)
Jacob Walls
2023-03-12
1
-14
/
+15
*
Upgrade to astroid 2.15.0 (#8387)
Pierre Sassoulas
2023-03-07
1
-1
/
+1
*
Add import-based submodule detection for preferred-modules (#8186)
Dave Bunten
2023-02-08
1
-2
/
+12
*
[crash] Fix crashes on python interpreter < 3.9 (#8163)
Pierre Sassoulas
2023-02-02
1
-1
/
+1
*
Tighten design constraints (#8115)
Nick Drozd
2023-01-28
1
-0
/
+1
*
Add `--allow-reexport-from-package` option (#8124)
Marc Mueller
2023-01-28
1
-2
/
+20
*
Clearer ``reimported`` and new ``shadowed-import`` messages for aliased impor...
Dani Alcala
2022-11-30
1
-9
/
+30
*
Add additional stdlib deprecations (#7664)
Jacob Walls
2022-10-23
1
-1
/
+1
*
Add deprecated mailcap module (#7466)
Dani Alcala
2022-09-16
1
-0
/
+1
*
Finish typing across the codebase
Daniël van Noord
2022-09-09
1
-8
/
+16
*
Turn on ``check-untyped-defs`` in ``mypy`` (#7407)
Daniël van Noord
2022-09-09
1
-16
/
+21
*
[syntax-error] Fix a crash when the line and column can't be retrieved (#7097)
Pierre Sassoulas
2022-07-30
1
-3
/
+4
*
Partial typing of ``imports.py`` (#6982)
Daniël van Noord
2022-07-13
1
-33
/
+75
*
Update `astroid` to 2.12 (#7153)
Jacob Walls
2022-07-13
1
-1
/
+3
*
Add whitespace/punctuation to some message descriptions (#7009)
Julthep Nandakwang
2022-06-23
1
-8
/
+8
*
Add support of sharing message in multiple checkers. Fix DeprecatedChecker ex...
Matus Valo
2022-06-16
1
-2
/
+1
*
Reraise failures in astroid as `AstroidError`
Jacob Walls
2022-05-30
1
-1
/
+3
*
Remove duplicate message definitions
Daniël van Noord
2022-05-05
1
-5
/
+1
*
Create a path type of argument that automatically expand user/var (#6494)
Pierre Sassoulas
2022-05-03
1
-3
/
+3
*
Avoid reporting useless-suppression on wrong-import-position (#5219) (#6347)
Tim Martin
2022-05-03
1
-5
/
+10
*
Run development version of ``pydocstringformatter`` (#6469)
Daniël van Noord
2022-04-28
1
-4
/
+4
*
Add typing to ``BaseChecker`` ``msgs`` and ``reports`` (#6456)
Daniël van Noord
2022-04-25
1
-1
/
+2
*
Add python 3.11 deprecations from stdlib (#6453)
Jacob Walls
2022-04-25
1
-1
/
+24
*
Improve wording on W0402 message (#6387)
omarandlorraine
2022-04-20
1
-2
/
+2
*
Remove ``IAstroidChecker`` from ``__implements__``
Daniël van Noord
2022-04-19
1
-3
/
+0
*
Fix enabling `deprecated-module` after `disable=all` (#6360)
Jacob Walls
2022-04-18
1
-3
/
+24
*
Remove pointless ``check_messages`` decorators (#6353)
Andreas Finkler
2022-04-17
1
-4
/
+0
*
Deprecate ``get_global_option``
Daniël van Noord
2022-04-15
1
-2
/
+2
*
Replace .namespace with .config (#6316)
Daniël van Noord
2022-04-14
1
-12
/
+12
*
Use ``python-typing-update`` on ``pylint/checkers`` directory
Daniël van Noord
2022-04-14
1
-15
/
+15
*
Move general options to ``PyLinter`` from individual checkers (#6291)
Daniël van Noord
2022-04-13
1
-13
/
+0
*
Remove the ``future_option_parsing`` keyword (#6253)
Daniël van Noord
2022-04-11
1
-1
/
+1
*
Use the ``argparse`` config handler in ``imports.py``
Daniël van Noord
2022-04-02
1
-16
/
+17
*
Remove the concept of checker priority (#6034)
Daniël van Noord
2022-04-01
1
-1
/
+0
*
Add a pre-commit hook to check the copyright notice
Pierre Sassoulas
2022-03-24
1
-1
/
+1
*
Simplify hard to maintain copyright notice
Pierre Sassoulas
2022-03-24
1
-44
/
+1
*
Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)
Daniël van Noord
2022-03-13
1
-1
/
+3
*
Fix disabling of ``ungrouped-imports`` (#5903)
Daniël van Noord
2022-03-12
1
-4
/
+4
*
Correct type annotation of ImportsChecker.dependencies_stat
Jacob Walls
2022-03-10
1
-1
/
+1
*
Removed unused detection of site-packages directory (#5874)
Jacob Walls
2022-03-08
1
-29
/
+0
*
Update ``pydocstringformatter`` to 0.4.0 (#5787)
Daniël van Noord
2022-02-10
1
-23
/
+23
*
[pre-commit.ci] pre-commit autoupdate (#5758)
pre-commit-ci[bot]
2022-02-01
1
-1
/
+1
*
Fix false positive ``super-init-not-called`` for inherited ``init`` (#5698)
Daniël van Noord
2022-01-24
1
-3
/
+1
*
Add ``future=True`` to all ``NodeNG.frame`` calls (#5621)
Daniël van Noord
2022-01-10
1
-1
/
+1
*
Add typing and uniformize the checker registering in Pylinter (#5558)
Pierre Sassoulas
2021-12-27
1
-5
/
+6
*
Bump pylint to 2.12.2, update changelog
v2.12.2
Pierre Sassoulas
2021-12-03
1
-1
/
+1
[next]