summaryrefslogtreecommitdiff
path: root/pylint/checkers/stdlib.py
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-1/+1
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-7/+11
* Extend ``unspecified-encoding`` checkerDaniël van Noord2021-09-011-3/+3
* Fix a crash from astroid.InferenceError raised on copy.copyPierre Sassoulas2021-08-211-3/+7
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-2/+2
* Add cached infer_all helper functionMarc Mueller2021-08-191-38/+35
* Use alias for astroid.nodes 02 (#4863)Marc Mueller2021-08-181-13/+11
* Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)"Marc Mueller2021-08-121-1/+1
* Add ``forgotten-debug-statement`` checker (#4771)Daniël van Noord2021-07-291-0/+10
* Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769)Daniël van Noord2021-07-291-2/+2
* Extended consider-using-tuple check to cover 'in' comparisons (#4768)Marc Mueller2021-07-291-1/+1
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-3/+51
* Bump pylint to 2.9.4, update changelogv2.9.4Pierre Sassoulas2021-07-201-0/+1
* Added `time.clock` to deprecated functions/methods for python 3.3.Yilei "Dolee" Yang2021-07-201-0/+1
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-1/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Fix deprecated methods from #4620Matus Valo2021-06-291-6/+1
* Added various deprecated functions/methods for python 3.10, 3.7, 3.6 and 3.3Matus Valo2021-06-291-1/+24
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-1/+2
* Added deprecated decorators check (#4513)Matus Valo2021-05-271-0/+22
* Moved stdlib module deprecation from imports checker to stdlib checker (#4454)Matus Valo2021-05-101-0/+19
* warn deprecated x argument of int(), bool(), float() in all python versions (...Matus Valo2021-05-031-1/+1
* Add deprecated methods, classes and arguments to stdlib checker (#4424)Matus Valo2021-05-021-1/+23
* Add support for checking deprecated class arguments. (#4425)Matus Valo2021-05-011-0/+2
* Add new warning ``deprecated-class`` #4388 (#4419)victor2021-04-301-0/+47
* Update copyrite noticev2.8.2Pierre Sassoulas2021-04-261-0/+1
* Changes after black updateMarc Mueller2021-04-261-1/+1
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-241-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* 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