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
*
Rename UnknownMessage, EmptyReport to UnknownMessageError, EmptyReportError
Glenn Matthews
2016-07-19
1
-3
/
+3
*
Move EmptyReport and UnknownMessage to pylint.exceptions
Glenn Matthews
2016-07-19
1
-1
/
+2
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+2
*
Added check for an inner loop reusing an outer loop's target(s)
Ashley Whetter
2016-07-15
1
-4
/
+4
*
Support PEP 8's modules level dunder names.
Moises Lopez - https://www.vauxoo.com/
2016-06-30
1
-3
/
+13
*
ignored-argument-names is now used for ignoring arguments for unused-variable...
Claudiu Popa
2016-06-27
1
-2
/
+2
*
Add deprecated-module to check_messages list for visit_import. Closes #954
Moises Lopez - https://www.vauxoo.com/
2016-06-26
1
-1
/
+1
*
Add the new shorter license header, including to missing files. Close #894.
Claudiu Popa
2016-06-01
1
-15
/
+3
*
Do not emit import-error or no-name-in-module for fallback import blocks by d...
Claudiu Popa
2016-05-31
1
-1
/
+15
*
wrong-import-position, wrong-import-order: Skip try-import cases and nested i...
Moises Lopez - https://www.vauxoo.com/
2016-05-24
1
-9
/
+23
*
Detect local imports correctly for wrong-import-order (#888)
Moises Lopez - https://www.vauxoo.com/
2016-05-05
1
-1
/
+14
*
[REF] import-checkers: Use of isort (#879)
Moises Lopez - https://www.vauxoo.com/
2016-04-30
1
-26
/
+44
*
Simplify the code by removing an indentation level.
Claudiu Popa
2016-03-25
1
-3
/
+1
*
Fix indentation
Claudiu Popa
2016-03-25
1
-6
/
+6
*
Ignore reimports when an alias is used.
Claudiu Popa
2016-03-25
1
-8
/
+15
*
'reimported' is emitted when the same name is imported from different module.
Claudiu Popa
2016-03-25
1
-3
/
+3
*
Handle the import fallback idiom with regard to wrong-import-order.
Claudiu Popa
2016-01-10
1
-1
/
+8
*
Make pylint green.
Claudiu Popa
2016-01-10
1
-2
/
+2
*
More sane handling of site-packages detection
Claudiu Popa
2016-01-10
1
-9
/
+27
*
Basic travis support.
Claudiu Popa
2015-12-16
1
-2
/
+2
*
Allow statements in if or try blocks containing imports.
Laura Médioni
2015-12-02
1
-3
/
+18
*
Added a new error, 'relative-beyond-top-level'.
Claudiu Popa
2015-12-06
1
-6
/
+20
*
Make pylint work with new astroid exceptions, AstroidImportError and AstroidS...
Claudiu Popa
2015-12-06
1
-12
/
+10
*
Don't emit import-self and cyclic-import for relative imports of modules with...
Claudiu Popa
2015-12-01
1
-3
/
+15
*
Refactor things through the imports checker
Claudiu Popa
2015-12-01
1
-65
/
+80
*
Add wrong-import-position to check_messages's decorator arguments for ImportC...
Claudiu Popa
2015-11-30
1
-1
/
+2
*
Make some imports external instead of considering them local
Claudiu Popa
2015-11-25
1
-3
/
+3
*
Change the variable name to something more suggestive
Claudiu Popa
2015-11-25
1
-6
/
+7
*
Fix some docstrings and the Python 3 tests
Claudiu Popa
2015-11-25
1
-3
/
+5
*
Fix new import related errors in pylint's codebase.
Claudiu Popa
2015-11-25
1
-1
/
+6
*
Improve a bit wrong-import-position code and add comments
Laura Médioni
2015-11-24
1
-7
/
+11
*
Simplify a bit the algorithm checking for ungrouped imports
Laura Médioni
2015-11-24
1
-12
/
+8
*
Remove a chunk of code that was never executed
Laura Médioni
2015-11-23
1
-3
/
+0
*
Factorize code in _record_import method
Laura Médioni
2015-11-23
1
-9
/
+13
*
slightly change wrong-import-position message and add forgotten functional test
Laura Médioni
2015-11-12
1
-2
/
+2
*
Check imports are located at the top of the module (right after docstring and...
Laura Médioni
2015-11-10
1
-0
/
+36
*
Check imports are ordered (standard, 3rd party, local) and grouped by package
Laura Médioni
2015-11-09
1
-1
/
+83
*
Fix instances of unneeded-not in pylint's codebase.
Claudiu Popa
2015-11-25
1
-1
/
+1
*
Change multiple-imports message type to `convention` with code C0410
Dmitry Pribysh
2015-10-01
1
-1
/
+1
*
Add checker to identify multiple imports on one line.
Dmitry Pribysh
2015-10-01
1
-1
/
+9
*
Fix #362 - support in import and add test
moylop260
2015-09-27
1
-1
/
+1
*
Fix #362 - Show deprecated-module even if the module is not installed
moylop260
2015-09-26
1
-1
/
+1
*
Fix indentation problem.
Claudiu Popa
2015-09-19
1
-2
/
+2
*
Move the block after the check_reimport block.
Claudiu Popa
2015-09-19
1
-5
/
+5
*
Use a counter instead of manually peeking at the next items.
Claudiu Popa
2015-09-19
1
-5
/
+8
*
Use enumarete() instead of range()
Cezar
2015-09-19
1
-3
/
+3
*
Raise 'reimported' on duplice import on single line
Cezar
2015-09-19
1
-0
/
+7
*
Bring logilab-common's ureports into pylint.reporters.
Claudiu Popa
2015-09-05
1
-2
/
+1
*
Use the new node names for the visit and leave methods
Claudiu Popa
2015-08-26
1
-1
/
+1
*
Update pylint to use the new astroid AST names and methods
Claudiu Popa
2015-08-25
1
-3
/
+3
[next]