summaryrefslogtreecommitdiff
path: root/checkers/imports.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix import for new astng organisationSylvain2009-03-171-1/+1
* import are_exclusive from astng where it's definedEmile Anclin2009-03-171-1/+2
* cleanup / lint fixesSylvain Thenault2008-12-031-1/+1
* first steps for better import handlingEmile Anclin2008-09-231-9/+20
* boxes for pylint import graphsEmile Anclin2008-09-151-4/+1
* use DotBackendEmile Anclin2008-09-101-23/+12
* fix bug in reenabling messageSylvain2008-02-071-1/+1
* included Stefan Rank's patch to deal with 2.4 relative importSylvain2008-02-071-19/+29
* applied Stefan Rank patchSylvain2007-07-201-2/+6
* fix deprecated importSylvain2006-11-101-4/+2