| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix crash on ``open()`` calls for non-string ``mode`` arguments (#5332) | Daniël van Noord | 2021-11-20 | 1 | -1/+6 |
| * | Add ``no-implicit-optional`` flag to ``mypy`` (#5075) | Daniël van Noord | 2021-09-26 | 1 | -2/+2 |
| * | Fix ``unspecified-encoding`` for ``Path.read_text()`` | Daniël van Noord | 2021-09-17 | 1 | -3/+8 |
| * | Fix ``unspecified-encoding`` for `Path()` | Daniël van Noord | 2021-09-16 | 1 | -3/+10 |
| * | Bump pylint to 2.11.0, update changelogv2.11.0 | Pierre Sassoulas | 2021-09-16 | 1 | -1/+1 |
| * | Refactor various typing related issues (#4940) | Daniël van Noord | 2021-09-03 | 1 | -7/+11 |
| * | Extend ``unspecified-encoding`` checker | Daniël van Noord | 2021-09-01 | 1 | -3/+3 |
| * | Fix a crash from astroid.InferenceError raised on copy.copy | Pierre Sassoulas | 2021-08-21 | 1 | -3/+7 |
| * | Bump pylint to 2.10.0, update changelogv2.10.0 | Pierre Sassoulas | 2021-08-20 | 1 | -2/+2 |
| * | Add cached infer_all helper function | Marc Mueller | 2021-08-19 | 1 | -38/+35 |
| * | Use alias for astroid.nodes 02 (#4863) | Marc Mueller | 2021-08-18 | 1 | -13/+11 |
| * | Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)" | Marc Mueller | 2021-08-12 | 1 | -1/+1 |
| * | Add ``forgotten-debug-statement`` checker (#4771) | Daniël van Noord | 2021-07-29 | 1 | -0/+10 |
| * | Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769) | Daniël van Noord | 2021-07-29 | 1 | -2/+2 |
| * | Extended consider-using-tuple check to cover 'in' comparisons (#4768) | Marc Mueller | 2021-07-29 | 1 | -1/+1 |
| * | Add unspecified-encoding checker #3826 (#4753) | Daniël van Noord | 2021-07-28 | 1 | -3/+51 |
| * | Bump pylint to 2.9.4, update changelogv2.9.4 | Pierre Sassoulas | 2021-07-20 | 1 | -0/+1 |
| * | Added `time.clock` to deprecated functions/methods for python 3.3. | Yilei "Dolee" Yang | 2021-07-20 | 1 | -0/+1 |
| * | Bump pylint to 2.9.3, update changelogv2.9.3 | Pierre Sassoulas | 2021-07-01 | 1 | -1/+1 |
| * | Fix copyright links (#4647) | Marc Mueller | 2021-07-01 | 1 | -1/+1 |
| * | Fix deprecated methods from #4620 | Matus Valo | 2021-06-29 | 1 | -6/+1 |
| * | Added various deprecated functions/methods for python 3.10, 3.7, 3.6 and 3.3 | Matus Valo | 2021-06-29 | 1 | -1/+24 |
| * | Bump pylint to 2.9.0-dev1, update changelog | Pierre Sassoulas | 2021-06-17 | 1 | -1/+2 |
| * | Added deprecated decorators check (#4513) | Matus Valo | 2021-05-27 | 1 | -0/+22 |
| * | Moved stdlib module deprecation from imports checker to stdlib checker (#4454) | Matus Valo | 2021-05-10 | 1 | -0/+19 |
| * | warn deprecated x argument of int(), bool(), float() in all python versions (... | Matus Valo | 2021-05-03 | 1 | -1/+1 |
| * | Add deprecated methods, classes and arguments to stdlib checker (#4424) | Matus Valo | 2021-05-02 | 1 | -1/+23 |
| * | Add support for checking deprecated class arguments. (#4425) | Matus Valo | 2021-05-01 | 1 | -0/+2 |
| * | Add new warning ``deprecated-class`` #4388 (#4419) | victor | 2021-04-30 | 1 | -0/+47 |
| * | Update copyrite noticev2.8.2 | Pierre Sassoulas | 2021-04-26 | 1 | -0/+1 |
| * | Changes after black update | Marc Mueller | 2021-04-26 | 1 | -1/+1 |
| * | Prepare for 2.8.0 releasepylint-2.8.0 | Pierre Sassoulas | 2021-04-24 | 1 | -1/+1 |
| * | Rename copying to license and upgrade the setup.cfg (#4338) | Pierre Sassoulas | 2021-04-11 | 1 | -1/+1 |
| * | Added deprecated attribute checks to stdlib (#4128) | Matus Valo | 2021-03-30 | 1 | -123/+170 |
| * | Import astroid with import x or from x import y but not both | Pierre Sassoulas | 2021-03-28 | 1 | -4/+5 |
| * | Apply copyrite --contribution-threshold | Pierre Sassoulas | 2021-02-21 | 1 | -1/+5 |
| * | Remove the # coding, since PEP3120 the default is UTF8 | Pierre Sassoulas | 2021-02-21 | 1 | -1/+0 |
| * | Move message definition to the DeprecatedMixin class | Matus Valo | 2021-02-21 | 1 | -1/+1 |
| * | Introduced DeprecatedMixin | Matus Valo | 2021-02-21 | 1 | -34/+12 |
| * | Fix regression about getfullargspec deprecation | Sorin Sbarnea | 2020-12-14 | 1 | -1/+0 |
| * | Add checks for deprecated functions since 3.6 | Federico Bond | 2020-11-27 | 1 | -0/+29 |
| * | Update formatting following black and isort update | Pierre Sassoulas | 2020-09-10 | 1 | -1/+1 |
| * | Sets up copyright | hippo91 | 2020-08-20 | 1 | -1/+2 |
| * | Chore: use https links (#3679) | 谭九鼎 | 2020-06-11 | 1 | -2/+2 |
| * | Add missing copyright annotations for the past releases | Claudiu Popa | 2020-04-27 | 1 | -1/+10 |
| * | pyupgrade: automated removal of python2 constructs | Anthony Sottile | 2020-03-24 | 1 | -1/+0 |
| * | FIX: Typo. (#3264) | Julien Palard | 2019-11-21 | 1 | -1/+1 |
| * | Move inspect.getargvalues and inspect.formatargvalues out of deprecated funct... | laike9m | 2019-10-15 | 1 | -2/+0 |
| * | Remove redundant compatibility code (#3097) | Hugo van Kemenade | 2019-09-12 | 1 | -8/+2 |
| * | Report unnecessary else after continue and break | Robert Schweizer | 2019-09-10 | 1 | -1/+1 |