summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Fix disabled warning not ignored (#4268)pylint-2.7.4Pierre Sassoulas2021-03-301-1/+6
* Fix issue with annotated class constants (#4266)Marc Mueller2021-03-301-0/+3
* Upgrade project for 2.7.4, and 2.8.0 (#4262)Pierre Sassoulas2021-03-291-0/+18
* Prepare 2.7.3 release (#4261)pylint-2.7.32.7Pierre Sassoulas2021-03-291-13/+2
* Fix various problems with --import-graph filename parsing (#4259)Andrew Howe2021-03-291-0/+2
* Fix regression with sys.path filter (#4258)Marc Mueller2021-03-281-0/+4
* Bump astroid version to 2.5.2Marc Mueller2021-03-281-0/+3
* Fix false-positive for unused-import on class keyword argumentsMarc Mueller2021-03-281-0/+4
* Use value.qname() to check if class is subscriptable PEP585Marc Mueller2021-03-271-0/+2
* Improve handling of assignment expressionsMarc Mueller2021-03-261-0/+4
* Fix column index of FIXME warnings (#4246)Konstantina Saketou2021-03-251-0/+4
* Fix private method hidden by ancestor class attribute (#4177)tiagohonorato2021-03-211-0/+3
* Move deprecated module checker to DeprecatedMixin (#4225)Matus Valo2021-03-171-0/+4
* Fix false negative 'use-symbolic-message-instead' and optimize itPierre Sassoulas2021-03-171-0/+2
* Fix changelog: print removal need to be in '2.7.3'Pierre Sassoulas2021-03-141-2/+2
* add changelog entryJens H. Nielsen2021-03-121-0/+2
* Update ChangeLogPeter Kolbus2021-03-091-0/+4
* Remove 'blacklist' term for good/bad identifiersPeter Kolbus2021-03-091-2/+2
* Fix astroid.Inference error for undefined-variables with len()Marc Mueller2021-03-081-0/+4
* pyreverse: Add output directory command-line optionMark Byrne2021-03-071-0/+4
* Introduced deprecated attributesMatus Valo2021-03-061-0/+2
* Add --class-const-naming-styleMarc Mueller2021-03-061-0/+5
* Fix false-positive no-member for typed annotations without default valueMarc Mueller2021-03-061-0/+4
* Exempt TypedDict from too-few-public-methods checkMarc Mueller2021-03-061-0/+4
* Fix changelog (manual)Marc Mueller2021-03-061-3/+3
* Fix changelog and whatsnew (pre-commit-hook)Marc Mueller2021-03-061-174/+184
* Refactor modify sys_path for execution as python moduleMarc Mueller2021-03-051-0/+5
* Add allow-redefined-builtins option to variable checkerAlexander Kapshuna2021-03-051-2/+3
* Fix Enum invalid name with snake_case presetMarc Mueller2021-03-021-1/+7
* Upgrade the changelog following release of 2.7.2Pierre Sassoulas2021-02-281-3/+11
* Move changelog entry to 2.8.0Marc Mueller2021-02-281-2/+3
* Add changelog entryMarc Mueller2021-02-281-0/+2
* Properly strip dangerous sys.path entries (not just the first one) (#4153)Louis Sautier2021-02-281-0/+3
* Fix False positive on Enum.__members__.items() (#4135)Ikraduya Edian2021-02-271-0/+3
* Retcon the changelog after 2.7.1 releasePierre Sassoulas2021-02-231-0/+12
* Fix benchmark test (#4138)Marc Mueller2021-02-231-0/+4
* Add 2.8.0 in the ChangelogPierre Sassoulas2021-02-211-0/+5
* Upgrade the documentation about releasePierre Sassoulas2021-02-211-0/+2
* Introduced DeprecatedMixinMatus Valo2021-02-211-0/+4
* Add new `consider-using-generator` and 'use-a-generator' checkersIkraduya Edian2021-02-201-0/+9
* Fix false positive when map() receives iterableTiago Honorato2021-02-201-0/+4
* Update ChangeLogMarc Mueller2021-02-201-1/+1
* Add Github Action configMarc Mueller2021-02-201-0/+2
* Fix false positive when zip() receives iterable (#4105)tiagohonorato2021-02-191-2/+4
* add nan-comparison checker for NaN comparisonsOr Bahari2021-02-181-0/+2
* Fix the changelog and whatsnew retroactively for 2.7 releasePierre Sassoulas2021-02-161-15/+24
* Fix issue with nested PEP 604 syntaxMarc Mueller2021-02-161-0/+2
* Fix issue with nested PEP 585 syntaxMarc Mueller2021-02-161-0/+2
* Bump minimum required Python to 3.6David Gilman2021-02-161-0/+2
* Graingert add generated members match against the qualified name (#4092)Pierre Sassoulas2021-02-151-0/+4