summaryrefslogtreecommitdiff
path: root/pylint/checkers/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Added a new warning, 'unsupported-delete-operation'Claudiu Popa2015-11-261-0/+9
* Added a new warning, 'unsupported-assignment-operation'Claudiu Popa2015-11-261-3/+12
* Simplify the protocol methods, by using a common function.Claudiu Popa2015-11-261-41/+12
* Fix new import related errors in pylint's codebase.Claudiu Popa2015-11-251-2/+3
* Fix instances of unneeded-not in pylint's codebase.Claudiu Popa2015-11-251-1/+1
* Import has_known_bases and safe_infer back into pylint from astroid, until th...Claudiu Popa2015-11-201-11/+44
* Add checker for unsubscriptable values used in subscript expression.Dmitry Pribysh2015-11-031-0/+18
* Make tuple unpacking checker emit less false negativesDmitry Pribysh2015-10-291-0/+103
* Make iterable checker skip classes that are inferred to be abstractfix-685Dmitry Pribysh2015-10-271-0/+11
* Update the list of special methods with the methods added in PEP 492.Claudiu Popa2015-10-011-3/+3
* Don't consider a class abstract if its members can't be properly inferred.Claudiu Popa2015-09-301-0/+6
* Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-251-19/+20
* Merged in The-Compiler/pylint/no-logilab-common (pull request #264)Claudiu Popa2015-08-181-2/+1
|\
| * Get rid of logilab.common.compat.Florian Bruhin2015-07-261-2/+1
* | Handle additional keyword arguments when checking for unnecessary-lambdas.Claudiu Popa2015-08-091-2/+2
* | Use the new CallFunc.keywords instead of filtering out Keyword from CallFunc....Claudiu Popa2015-08-081-7/+8
|/
* Use safe_infer and has_known_bases from astroid.helpers. Closes issue #593.Claudiu Popa2015-07-061-35/+6
* Simplify error_of_type by using ExceptHandler.catch.Claudiu Popa2015-07-051-18/+1
* Add the new __matmul__ and __rmatmul__ dunder methods to the list of known sp...Claudiu Popa2015-06-211-1/+2
* pylint.checkers.utils.excepts_import_error was removed.Claudiu Popa2015-06-201-11/+0
* Emit no-member checks for nodes found in an ExceptHandler branch, without exc...Claudiu Popa2015-06-171-1/+2
* Refactor exception catching blocks into a new function, node_ignores_exceptio...Claudiu Popa2015-05-171-0/+21
* error_of_type can support multiple exceptions for the error_type parameter.Claudiu Popa2015-05-171-3/+10
* Add a new function, error_of_type, which verifies that an exception handler i...Claudiu Popa2015-05-161-5/+14
* Use the map version from six.moves.Claudiu Popa2015-05-161-0/+1
* Disable bad-builtin for using a map.Claudiu Popa2015-05-161-0/+1
* Don't emit no-name-in-module if the import is guarded by an ImportError handler.Claudiu Popa2015-05-161-0/+9
* Remove trailing whitespaces.Claudiu Popa2015-05-141-2/+2
* Add a new warning 'unexpected-special-method-signature'.Claudiu Popa2015-05-141-33/+48
* Improve the detection of undefined variables in function argumentsClaudiu Popa2015-05-121-0/+10
* Rewrite is_builtin to be cleaner.Claudiu Popa2015-05-121-6/+2
* Update the list of known special methods.Claudiu Popa2015-05-101-1/+3
* Remove obsolete function, it was never used.Claudiu Popa2015-05-031-7/+0
* Remove trailing whitespace.Claudiu Popa2015-04-181-1/+1
* Update the list of known special methods.Claudiu Popa2015-04-181-4/+13
* Remove an unused function.Claudiu Popa2015-04-181-7/+0
* Add Changelog entry and cleanup after changeset 2307df9Claudiu Popa2015-03-311-4/+0
* Remove decorated_with_abc in the favour of decorated_with, which supports mul...Claudiu Popa2015-03-231-16/+7
* add 'not-context-manager' errorRadu Ciorba2015-03-221-0/+9
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+564