summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary base class and dead code in `pylint.pyreverse.utils` (#6712)Andreas Finkler2022-05-271-0/+4
* Fix a crash in `unused-private-member` with chained private attributes (#6710)Jacob Walls2022-05-261-0/+4
* Fix ``unexpected-special-method-signature`` false positive for ``__init_subcl...Mark Byrne2022-05-201-0/+4
* Fix "dictionary changed size during iteration" (#6612)nyabkun2022-05-181-0/+4
* Suppress useless-super-delegation on __hash__ in classes with __eq__ (#6611)Tim Martin2022-05-151-0/+4
* Remove utils.subscriptable_with_postponed_evaluation_enabled (#6607)Marc Mueller2022-05-131-1/+2
* Fix no-member in type annotations with future import (#6608)Marc Mueller2022-05-131-0/+5
* Update ranges for error messages (#6606)Marc Mueller2022-05-131-0/+3
* Merge branch 'maintenance/2.13.x' into main following 2.13.9 releasePierre Sassoulas2022-05-131-1/+1
|\
| * Bump pylint to 2.13.9, update changelogv2.13.9Pierre Sassoulas2022-05-131-1/+1
| * Fix false positive for `undefined-loop-variable` with `enumerate()` (#6602)Jacob Walls2022-05-131-0/+4
| * Respect ignore configuration options when --recursive=y. (#6528)Matus Valo2022-05-131-0/+4
| * Fix a crash in `unnecessary-dict-index-lookup` when subscripting an attribute...Jacob Walls2022-05-131-0/+4
| * Add regression test for #6497 (#6498)Jacob Walls2022-05-131-0/+5
| * Add regression test for #6539Jacob Walls2022-05-131-0/+4
| * Add an exception for `IndexError` inside `uninferable_final_decorator` (#6532)Mark Byrne2022-05-131-0/+3
* | Remove release note for unreleased crash fixJacob Walls2022-05-131-5/+0
* | Fix false positive for `undefined-loop-variable` with `enumerate()` (#6602)Jacob Walls2022-05-131-0/+4
* | Fix a crash in `unnecessary-list-index-lookup` when incorrectly using `enumer...Jacob Walls2022-05-131-0/+5
* | Change wording of use a generator message for sum/max/min (#6600)Pierre Sassoulas2022-05-131-1/+4
* | Respect ignore configuration options when --recursive=y. (#6528)Matus Valo2022-05-131-0/+4
* | Raise use_a_generator for `sum()`, `max()`, `min()` (#6595)Matus Valo2022-05-131-0/+2
* | Write the exception message to stderr in `ASTWalker.walk` (#6598)Yilei "Dolee" Yang2022-05-121-0/+4
* | Fix a crash in `unnecessary-dict-index-lookup` when subscripting an attribute...Jacob Walls2022-05-111-0/+4
* | Bump pylint to 2.14.0-b0, update changelog (#6527)v2.14.0-b1Pierre Sassoulas2022-05-101-0/+1
* | Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-101-0/+4
* | Fix disabling of ``bad-option-value`` (#6556)Daniël van Noord2022-05-091-0/+6
* | Add regression test for #6497 (#6498)Jacob Walls2022-05-091-0/+5
* | Add regression test for #6539Jacob Walls2022-05-091-0/+4
* | Revert "Do not append namespace packages to sys.path (#6405)" (#6548)Pierre Sassoulas2022-05-091-10/+0
* | Add an exception for `IndexError` inside `uninferable_final_decorator` (#6532)Mark Byrne2022-05-071-0/+3
* | Don't emit unsubscriptable-object for string annotations (#6536)Marc Mueller2022-05-071-0/+10
* | Fix saving of persistent data files on different drives (#6526)Daniël van Noord2022-05-061-0/+5
* | spellcheck will skip the rule names of mypy inline directives (#5929)Eli Fine2022-05-061-0/+3
* | Move no-self-use to optional extension (#6448)Marc Mueller2022-05-051-0/+6
* | Change default values of ``ignore-imports`` and ``ignore-signatures`` (#6500)Daniël van Noord2022-05-051-0/+3
* | Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-041-0/+4
* | Enum: Add support for self-defined members (#5847)Huw Jones2022-05-041-0/+4
* | C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-041-0/+7
* | Ignore underscore as a local variable (#6492)Andy Young2022-05-031-0/+4
* | Create a path type of argument that automatically expand user/var (#6494)Pierre Sassoulas2022-05-031-0/+7
* | Avoid reporting useless-suppression on wrong-import-position (#5219) (#6347)Tim Martin2022-05-031-0/+4
* | Cleanup of the changelog following 2.13.8Pierre Sassoulas2022-05-021-24/+0
* | Merge 'maintenance/2.13.x' into main following 2.13.8 releasePierre Sassoulas2022-05-021-1/+35
|\ \ | |/
| * Bump pylint to 2.13.8, update changelogv2.13.8Pierre Sassoulas2022-05-021-1/+7
| * Suppress `unsubscriptable-object` warnings in type-checking blocks (#5720)Pierre Sassoulas2022-05-021-0/+5
| * Fix a false positive for `undefined-loop-variable` when a loop else raises or...Jacob Walls2022-05-021-0/+5
| * Fix false positive for `undefined-loop-variable` for lambda in first of two l...Jacob Walls2022-05-021-0/+5
| * Fix false positive for ``unused-variable`` when specifying a metaclass via a ...Jacob Walls2022-05-021-0/+5
| * Avoid reporting superfluous-parens after an ``is not`` operator (#6451)Tim Martin2022-05-021-0/+4