summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.12.rst
Commit message (Expand)AuthorAgeFilesLines
* [doc] Reorganize the changelog and the way it's displayed in the documentationPierre Sassoulas2022-05-281-257/+0
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-171-3/+3
* Bump pylint to 2.12.2, update changelogv2.12.2Pierre Sassoulas2021-12-031-0/+5
* Add endLine and endColumn keys to JSONReporter (#5456)Marc Mueller2021-12-031-0/+4
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-15/+29
* Add ``min_pyver_end_position`` option (#5386)Daniël van Noord2021-11-251-0/+3
* Update functional test expected output (#5349)Daniël van Noord2021-11-241-0/+9
* Fix checking of ``confidence`` in the unittests (#5376)Daniël van Noord2021-11-241-0/+6
* Update reporters to (allow) use of ``end_line`` and ``end_column`` (#5372)Daniël van Noord2021-11-241-0/+5
* Primer tests "à la mypy" (#5173)Pierre Sassoulas2021-11-241-1/+6
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-0/+6
* Fix crash on ``open()`` calls for non-string ``mode`` arguments (#5332)Daniël van Noord2021-11-201-0/+4
* Add ``enable-all-extensions`` option (#5315)Daniël van Noord2021-11-151-0/+3
* Fix crash for ``protected-access`` on (outer)-class traversal (#5305)Daniël van Noord2021-11-151-0/+2
* Move ``misplaced-comparison-constant`` to optional extension (#5298)Daniël van Noord2021-11-141-0/+6
* Add a whatsnew entry for python <3.6.2 incompatibility (#5297)Pierre Sassoulas2021-11-131-0/+9
* Pylint fix for invalid TOML config (#4720)Tanvi Moharir2021-11-131-0/+11
* Fix ``accept-no-yields/return-doc`` for partially correct docstringsDaniël van Noord2021-11-131-0/+5
* Make y/n validator case insensitive (#5294)Tushar Sadhwani2021-11-121-0/+2
* Add tests for crash on assignment expressions in if statemenpyttsDaniël van Noord2021-11-121-0/+4
* Add checker `using-final-decorator-in-unsupported-version` (#5165)Mark Byrne2021-11-091-0/+3
* Make ``self-cls-assignment`` check tuple assignment (#5268)Daniël van Noord2021-11-071-0/+2
* Fix crash on checking private members on ``__class__``Daniël van Noord2021-11-051-0/+4
* Inspection for `with threading.Lock():` (#5245)Martin2021-11-031-0/+4
* Use single worker if importing `multiprocessing.synchronize` fails (#5238)Harshil2021-11-031-0/+5
* add changelog and contributor entryAntonio Quarta2021-10-311-0/+2
* Fix ``protected-access`` for attributes and methods of nested classes (#5232)Daniël van Noord2021-10-311-0/+4
* Allow no type in Numpy param docstrings for ``mising-param-doc`` (#5231)Daniël van Noord2021-10-311-0/+5
* Fix incorrect ``consider-using-ternary`` when condition is inferable as False...Arianna Y2021-10-291-0/+4
* Fix exception of pyreverse in handling property function within a class.Takahide Nojima2021-10-261-0/+2
* Add control flow check for ``undefined-variable`` in ``if ... else``Daniël van Noord2021-10-261-0/+6
* Add configuration option ``exclude-too-few-public-methods`` (#5191)Mike Fiedler2021-10-261-0/+5
* Add tests for assignment expressions in function defaults (#5188)Daniël van Noord2021-10-251-0/+5
* Add ``mixin-class-rgx`` option (#5203)Daniël van Noord2021-10-251-0/+2
* Add extension checker that suggests any/all statements from for loops (#5196)Arianna Y2021-10-251-0/+4
* Normalize input of ``ignore-paths`` for all path types (#5201)Daniël van Noord2021-10-241-0/+5
* Make ``used-before-assignment`` consider classes in method annotation and def...Daniël van Noord2021-10-231-0/+5
* Fix useless-super-delegation false positive when default keyword argument is ...Nick Pesce2021-10-191-0/+2
* Fix double emitting of ``not-callable`` on inferrable ``properties``Daniël van Noord2021-10-191-0/+4
* Fix asterisks parsing of ``mising-param-doc`` (#5175)Daniël van Noord2021-10-181-0/+5
* Make ``undefined-variable`` check line numbers of metaclass parametersDaniël van Noord2021-10-181-0/+5
* Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...Jaehoon Hwang2021-10-171-0/+12
* Make ``undefined-variable`` flag type annotation without value assignment (#5...Daniël van Noord2021-10-151-0/+5
* Create new ``UnsupportedVersionChecker`` checker class (#5148)Daniël van Noord2021-10-131-2/+5
* Add ``using-f-string-in-unsupported-version`` checker (#5139)Daniël van Noord2021-10-111-0/+3
* Properly identify undocumented parameters and add new message called missing-...Konstantina Saketou2021-10-101-0/+7
* Add checkers for typing.final for Python version 3.8 or later (#5133)Mark Byrne2021-10-101-0/+8
* Rename `len-as-condition` to `use-implicit-booleaness-not-len` (#5132)Jaehoon Hwang2021-10-101-0/+4
* Improve and flatten ``unused-wildcard-import`` message (#5110)Daniël van Noord2021-10-041-0/+4
* Move back to a dev version following 2.11.0 releasePierre Sassoulas2021-09-161-0/+25