summaryrefslogtreecommitdiff
path: root/pylint/checkers/stdlib.py
Commit message (Expand)AuthorAgeFilesLines
* Import has_known_bases and safe_infer back into pylint from astroid, until th...Claudiu Popa2015-11-201-2/+1
* Move unidiomatic-typecheck into the comparison checker from base.py, since it...Claudiu Popa2015-10-261-45/+0
* Retrieve the qualified name only after filtering the proper needs.Claudiu Popa2015-09-211-1/+1
* Add a comment regarding the nodes we're not interested into.Claudiu Popa2015-09-211-1/+2
* deprecated method names are shown correctlypalazzem2015-09-211-2/+10
* Merged in palazzem/pylint (pull request #271)Claudiu Popa2015-09-211-1/+1
|\
| * Improve the test suite for deprecated-methodClaudiu Popa2015-09-211-1/+1
* | fixed _check_deprecated_method during pylint lintingpalazzem2015-09-211-2/+2
|/
* Fix tests and use all the inference results when checking for bad-open-mode a...Claudiu Popa2015-09-211-10/+12
* Deprecation check based on Python versionCezar2015-09-201-63/+80
* Fix some errorsCezar2015-09-201-3/+3
* Add checker for method deprecationCezar2015-09-201-50/+67
* Add deprecation checkersCezar2015-09-191-27/+59
* Document the checker methodCezar2015-09-191-0/+4
* Add check for deprecated unittest aliasesCezar2015-09-191-2/+25
* Use the new node names for the visit and leave methodsClaudiu Popa2015-08-261-1/+1
* Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-251-3/+3
* Use the new CallFunc.keywords instead of filtering out Keyword from CallFunc....Claudiu Popa2015-08-081-2/+1
* Use safe_infer and has_known_bases from astroid.helpers. Closes issue #593.Claudiu Popa2015-07-061-5/+6
* Refactoring.Claudiu Popa2015-02-221-16/+16
* Fix #299: Warn about `type(x) is/== Y`impl-299Chris Rebert2015-02-211-1/+44
* Merged in cvrebert/pylint/missing-spaces (pull request #225)Claudiu Popa2015-02-211-2/+2
|\
| * add missing spaces between words in W1503's docsmissing-spacesChris Rebert2015-02-211-2/+2
* | fix "datetetime" [sic] typofix-typoChris Rebert2015-02-211-1/+1
|/
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+173