summaryrefslogtreecommitdiff
path: root/pylint/checkers/stdlib.py
Commit message (Expand)AuthorAgeFilesLines
* Reformat the code with blackClaudiu Popa2018-09-171-158/+180
* Update copyright noticesClaudiu Popa2018-07-151-1/+4
* Warn when using subprocess.Popen preexec_fn kwarg (#2087)Banjamin Freeman2018-05-141-4/+22
* Fix lint errorsClaudiu Popa2018-03-281-3/+4
* Make sure we check against a FunctionDef nodeClaudiu Popa2018-03-271-4/+6
* Refactor the checks and add the necessary boilerplateClaudiu Popa2018-03-271-26/+24
* Added support for getenv functionRenat Galimov2018-03-271-4/+79
* Fix bad thread instantiation checkIoana Tagirta2018-02-101-1/+1
* Rip some of the six imports from the codebaseClaudiu Popa2018-01-251-20/+6
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+10
* Remove forgotten TODO (#1735)Martin2017-11-131-1/+1
* New warning: shallow copy of os.environ (#1733)Martin2017-11-111-1/+19
* Add a couple of Uninferable filters where we weren't using anyClaudiu Popa2017-08-151-0/+2
* Added a new warning, 'bad-thread-instantiation'Claudiu Popa2017-07-201-1/+14
* Un-deprecate inspect.getfullargspec (#1541)Christopher Zurcher2017-06-201-1/+1
* Remove mentions of deprecated astroid node names (#1485)Ɓukasz Rogalski2017-05-221-1/+1
* Add deprecations for Python 3.6Jared Garst2016-10-311-0/+3
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+6
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* More granular versions for deprecated modules.Claudiu Popa2016-07-091-10/+12
* iterparse is not actually deprecated, only its parameter. Close #947.Claudiu Popa2016-06-271-1/+0
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-15/+3
* Accept only functions and methods for the deprecated-method checker.Claudiu Popa2015-12-031-3/+9
* Fix new import related errors in pylint's codebase.Claudiu Popa2015-11-251-2/+2
* 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-2/+2
|\
| * fixed _check_deprecated_method during pylint lintingpalazzem2015-09-211-2/+2
* | Improve the test suite for deprecated-methodClaudiu Popa2015-09-211-1/+1
|/
* 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`Chris Rebert2015-02-221-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 docsChris Rebert2015-02-211-2/+2
* | fix "datetetime" [sic] typoChris Rebert2015-02-211-1/+1
|/
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+173