summaryrefslogtreecommitdiff
path: root/checkers/imports.py
Commit message (Expand)AuthorAgeFilesLines
* Modernize to the point of working for Python 2.7 stillBrett Cannon2014-08-291-6/+8
* Don't emit 'invalid-name' when assigning a name in an ImportError handler. Cl...cpopa2014-08-091-21/+2
* Check only if the infered node is a class.cpopa2014-08-081-4/+2
* Don't emit 'import-error' if an import was protected by a try-except, which e...cpopa2014-08-081-2/+32
* Cleanup.cpopa2014-08-081-1/+2
* Mark 'relative-import' as only being present in Python 2.*.Torsten Marek2014-07-251-2/+3
* linting pylintSylvain Th?nault2014-07-251-9/+9
* [refactor] move handling of file specific state to its own FileState class (m...Sylvain Th?nault2014-07-241-2/+2
* fix issue #203, we should not let ImportError propagate from the import checkerSylvain Th?nault2014-07-231-1/+4
* import modutils from astroid, it has been backported thereSylvain Th?nault2014-07-231-1/+1
* update test_func exhaustivity testingSylvain Th?nault2014-04-141-1/+2
* adapt list of deprecated modules to python 3 and update test accordinglySylvain Th?nault2014-04-141-1/+7
* Only emit symbolic warnings from the imports checker.Torsten Marek2014-04-101-11/+11
* Merged in bukzor/pylint/w0401_package (pull request #66)Sylvain Th?nault2014-04-111-1/+2
|\
| * merge logilab tip to w0401_packagebuck2014-03-051-1/+2
| |\
| | * Improve cyclic import detection in the case of packages.buck2013-10-141-6/+6
* | | Also emit wildcard-import on unresolved imports.Torsten Marek2014-03-301-5/+6
|/ /
* | Updated FSF address.Arun Persaud2014-02-231-1/+1
* | various pylint fixesSylvain Th?nault2013-12-221-1/+1
* | [import checker] is_standard_module relative to package is buggy, systematica...Sylvain Th?nault2013-12-191-5/+4
|/
* move EmptyReport exception to pylint.utils and refactor imports so pylint.uti...Sylvain Th?nault2013-06-191-2/+3
* [import checker] remove "string" from the default list of deprecated modules....Sylvain Th?nault2013-06-191-2/+1
* Add @check_messages(...) annotations to help not to spend time on unneeded ch...Anthony Truchet2013-06-181-1/+4
* astng has been renamed astroidDavid Douard2013-06-171-8/+8
* stop relying on is_standard_module to avoid having internal dependencies in e...Sylvain Th?nault2013-03-291-20/+11
* use .fromlineno instead of .lineno (which is not reliable)Sylvain Th?nault2013-02-251-1/+1
* backport stableSylvain Th?nault2013-01-081-2/+2
|\
| * Make dot output for import graph predictable and not dependtmarek2012-11-071-2/+2
* | Fix emission of reimport warnings and extend the testcase.tmarek2013-01-081-7/+13
|/
* lint fixesSylvain Th?nault2012-09-191-1/+1
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-191-0/+8
* use .iter* version of dict methods when possibleSylvain Th?nault2012-09-191-5/+5
* try to add information about why something is not importableSylvain Th?nault2011-07-081-2/+6
* Fix false positive in reimport check (closes #60828)Julien Cristau2011-07-081-1/+4
* performance: use 'active_msgs' attribute to disable function calls or the likeEmile Anclin2010-12-131-0/+4
* cleanup: refactor checker/import methods that were marked for rewritingEmile Anclin2010-12-131-27/+20
* 223 : run python2.x compatible fixersEmile Anclin2010-11-151-3/+3
* remove more 2.4 compatEmile Anclin2010-11-151-1/+0
* fix /py3k : self import is no problem (fixed in astng); fix message in testsEmile Anclin2010-11-091-5/+1
* remove useless lgc.compat importsEmile Anclin2010-10-061-1/+1
* python2.3 compat fixesEmile Anclin2010-09-221-1/+1
* Patrick Altman patch closing #36913Sylvain Th?nault2010-07-011-2/+2
* revert wrong change in bd55301fc4b1Alexandre Fayolle2010-06-031-1/+1
* proper update of report identifiers to avoid collision with message in the Re...Sylvain Th?nault2010-05-251-8/+8
* copyright update : date up 2010Emile Anclin2010-03-231-1/+1
* modify astng imports after astng 'rebuild' refactoringEmile Anclin2010-03-221-1/+1
* include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-1/+1
* refactor & fix the imports checkerSylvain Th?nault2009-08-261-98/+86
* order import graphsylvain thenault2009-03-241-3/+3
* use .fromlineno, not .linenoastng2sylvain thenault2009-03-191-2/+2