summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2/2.14
Commit message (Expand)AuthorAgeFilesLines
* Merge 'origin/maintenance/2.14.x' into main following 2.14.5 releasePierre Sassoulas2022-07-171-1/+2
|\
| * Bump pylint to 2.14.5, update changelogv2.14.5Pierre Sassoulas2022-07-171-1/+2
| * Allow lists of default values in parameter documentation for ``Numpy`` (#7149)Daniël van Noord2022-07-171-0/+4
| * Fix disabling of ``fixme`` (#7144)Daniël van Noord2022-07-171-0/+3
| * Fix crash when using `enumerate` in a ternary expression (#7132)Jacob Walls2022-07-171-0/+5
| * Fix handling of ``--`` as separator of positional arguments and flagsDaniël van Noord2022-07-171-0/+3
* | Allow lists of default values in parameter documentation for ``Numpy`` (#7149)Daniël van Noord2022-07-081-0/+4
* | Fix disabling of ``fixme`` (#7144)Daniël van Noord2022-07-071-0/+3
* | Fix crash when using `enumerate` in a ternary expression (#7132)Jacob Walls2022-07-051-0/+5
* | Fix handling of ``--`` as separator of positional arguments and flagsDaniël van Noord2022-06-301-0/+3
* | Merge branch 'maintenance/2.14.x' into main following 2.14.4 releasePierre Sassoulas2022-06-291-1/+11
|\ \ | |/
| * Bump pylint to 2.14.4, update changelogv2.14.4Pierre Sassoulas2022-06-291-1/+7
| * Fix recognition of config files named ``setup.cfg`` (#3630) (#6577)Pierre Sassoulas2022-06-291-0/+6
| * Normalize path before checking if path should be ignored (#7080)Matus Valo2022-06-291-0/+5
| * Don't report `import-private-name` for relative imports (#7079)Ville Skyttä2022-06-291-0/+4
| * Don't emit `modified-iterating-dict` when updating existing keys (#7037)Jacob Walls2022-06-291-0/+5
| * Avoid hangs on many-core Windows machines (#7035)Bruce Dawson2022-06-291-0/+5
| * Fix handling of quoted ``init-hook`` (#7010)Daniël van Noord2022-06-291-0/+3
| * Fix differing param doc false positive (#6980)Marco Pernigotti2022-06-291-0/+3
* | Fix recognition of config files named ``setup.cfg`` (#3630) (#6577)Pierre Sassoulas2022-06-291-0/+6
* | Normalize path before checking if path should be ignored (#7080)Matus Valo2022-06-281-0/+5
* | Don't report `import-private-name` for relative imports (#7079)Ville Skyttä2022-06-281-0/+4
* | Don't emit `modified-iterating-dict` when updating existing keys (#7037)Jacob Walls2022-06-251-0/+5
* | Avoid hangs on many-core Windows machines (#7035)Bruce Dawson2022-06-251-0/+5
* | Fix handling of quoted ``init-hook`` (#7010)Daniël van Noord2022-06-231-0/+2
* | Merge branch 'maintenance/2.14.x' into mainPierre Sassoulas2022-06-181-1/+8
|\ \ | |/
| * Bump pylint to 2.14.3, update changelogv2.14.3Pierre Sassoulas2022-06-181-1/+7
| * Pin ``colorama`` to lowest supported version (#6970)Daniël van Noord2022-06-181-0/+2
| * Fix ``bad-super-call`` for non-direct parents (#6956)Daniël van Noord2022-06-181-0/+4
| * Fix ``undefined-variable`` for ``__class__`` in inner methods (#6957)Daniël van Noord2022-06-181-0/+5
| * Fix false positive for ``useless-super-delegation`` for variadics (#6949)Daniël van Noord2022-06-181-0/+3
* | Fix ``undefined-loop-variable`` and ``undefined-variable`` with ``useless-sup...Daniël van Noord2022-06-181-0/+2
* | Fix ``bad-super-call`` for non-direct parents (#6956)Daniël van Noord2022-06-161-0/+4
* | Fix ``undefined-variable`` for ``__class__`` in inner methods (#6957)Daniël van Noord2022-06-151-0/+3
* | Fix false positive for ``useless-super-delegation`` for variadics (#6949)Daniël van Noord2022-06-151-0/+3
* | Merge branch 'maintenance/2.14.x' into mainPierre Sassoulas2022-06-151-1/+7
|\ \ | |/
| * Bump pylint to 2.14.2, update changelogv2.14.2Pierre Sassoulas2022-06-151-1/+7
| * Treat `--errors-only` as a disable, not a paired enable/disable (#6937)Jacob Walls2022-06-151-0/+5
| * Mix incorrect parsing of multi-line options in ``ini`` filesDaniël van Noord2022-06-151-0/+4
| * Add regression test for #6895 (#6898)Jacob Walls2022-06-151-0/+6
| * Avoid raising `undefined-loop-variable` twice on same line (#6925)Jacob Walls2022-06-151-0/+2
| * Prevent pylint.run._cpu_count() from returning 0 (#6903)Paul Lichtenberger2022-06-151-0/+5
| * Fixed misinterpreted modulo sign for ``consider-using-f-string`` (#6914)Paul Lichtenberger2022-06-151-0/+4
| * Suppress ``unnecessary-list-index-lookup`` for whole loop on write (#6845)Tim Martin2022-06-151-0/+5
| * Avoid `used-before-assignment` in except handlers employing type annotationsJacob Walls2022-06-151-0/+3
* | Treat `--errors-only` as a disable, not a paired enable/disable (#6937)Jacob Walls2022-06-151-0/+5
* | Mix incorrect parsing of multi-line options in ``ini`` filesDaniël van Noord2022-06-131-0/+4
* | Add regression test for #6895 (#6898)Jacob Walls2022-06-131-0/+6
* | Avoid raising `undefined-loop-variable` twice on same line (#6925)Jacob Walls2022-06-121-0/+2
* | Prevent pylint.run._cpu_count() from returning 0 (#6903)Paul Lichtenberger2022-06-111-0/+5