summaryrefslogtreecommitdiff
path: root/pylint/checkers/stdlib.py
Commit message (Expand)AuthorAgeFilesLines
* Added deprecated attribute checks to stdlib (#4128)Matus Valo2021-03-301-123/+170
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-281-4/+5
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+5
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Move message definition to the DeprecatedMixin classMatus Valo2021-02-211-1/+1
* Introduced DeprecatedMixinMatus Valo2021-02-211-34/+12
* Fix regression about getfullargspec deprecationSorin Sbarnea2020-12-141-1/+0
* Add checks for deprecated functions since 3.6Federico Bond2020-11-271-0/+29
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-1/+1
* Sets up copyrighthippo912020-08-201-1/+2
* Chore: use https links (#3679)谭九鼎2020-06-111-2/+2
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+10
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-1/+0
* FIX: Typo. (#3264)Julien Palard2019-11-211-1/+1
* Move inspect.getargvalues and inspect.formatargvalues out of deprecated funct...laike9m2019-10-151-2/+0
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-8/+2
* Report unnecessary else after continue and breakRobert Schweizer2019-09-101-1/+1
* Correct infered to inferredClaudiu Popa2019-05-201-3/+3
* Rename a function to use only lowercase charactersClaudiu Popa2019-04-191-2/+2
* Squash a couple of lines into a single oneClaudiu Popa2019-04-191-5/+1
* Added subprocess.run explicit set `check` argument checker. Closes #2848fadedDexofan2019-04-191-0/+22
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-3/+2
* Adding implicit-str-concat-in-sequence check (#1655)Lucas Cimon2018-10-101-2/+2
* ``deprecated-method`` can use the attribute name for identifying a deprecated...Claudiu Popa2018-10-021-23/+39
* 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