summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Prepare 2.3.1pylint-2.3.1Claudiu Popa2019-03-021-1/+1
* Pass `quote=False` to `html.escape` in the JSON reporterClaudiu Popa2019-02-281-0/+9
* Prepare 2.3.0Claudiu Popa2019-02-271-1/+1
* Fix bug of W0120Fantix King2019-02-221-0/+3
* Protect against `NonDeducibleTypeHierarchy` when calling semi-private `is_sub...Claudiu Popa2019-02-191-0/+10
* Fix not-callable false positive on uninferable property (#2748)Federico Bond2019-02-141-0/+2
* Added a new command line option ``list-groups`` for listing all the check gro...Claudiu Popa2019-02-131-0/+2
* Add the initial release log for 2.3Claudiu Popa2019-02-131-3/+3
* Allow ``BaseException`` for emitting ``broad-except``, just like ``Exception``.Claudiu Popa2019-02-131-0/+4
* Fixed a crash that occurred for ``bad-str-strip-call`` when ``strip()`` recei...Claudiu Popa2019-02-131-0/+3
* Fixes for linting of new style logging format. (#2713)Svet2019-02-131-0/+6
* Don't emit ``*-not-iterating`` checks for builtins consumed by ``itertools``Claudiu Popa2019-02-111-0/+5
* Fix a crash caused by iterating over ``Uninferable`` in a string formatting c...Claudiu Popa2019-02-111-1/+5
* Take into account `__class_getitem__` Pascal Corpet2019-02-041-0/+4
* Support ``Ellipsis`` as a synonym for ``pass`` statements.Claudiu Popa2019-02-041-0/+4
* Add a new option 'check-str-concat-over-line-jumps' to check 'implicit-str-co...Lucas Cimon2019-01-311-0/+2
* Add changelog entry for the fixme changes.Claudiu Popa2019-01-201-0/+4
* remove popping for all versionsNicolas Dickreuter2019-01-201-1/+1
* avoid popping __main__ for python version >= 3.3Nicolas Dickreuter2019-01-201-0/+4
* Fixed a false positive for ``unused-variable`` and ``nonlocal`` assignmentsClaudiu Popa2019-01-131-0/+4
* Fix missing-raises-doc false positive (W9006)Jim Robertson2018-12-281-0/+4
* Generalize `chained-comparison` (#2655)Justin Li2018-12-211-0/+5
* Added load_configuration() hook for pluginsMatus Valo2018-12-201-0/+9
* Exempt starred unpacking from ``*-not-iterating`` Python 3 checksClaudiu Popa2018-12-181-0/+4
* Make ``compare-to-zero`` less zealous by checking against equality and identityClaudiu Popa2018-12-141-0/+4
* Fix extraneous changelog entryClaudiu Popa2018-12-141-2/+0
* Exempt ``yield from`` from ``*-not-iterating`` Python 3 checks.Claudiu Popa2018-12-141-0/+4
* Fix docs to work with astroide>2.x (#2646)Sardorbek Imomaliev2018-12-141-0/+2
* ``no-member`` is emitted for enums when they lack a memberClaudiu Popa2018-12-111-0/+10
* Add ``no-else-raise`` warning (R1720) (#2636)Jim Robertson2018-12-111-3/+8
* Fix incorrect generation of ``no-else-raise`` warnings (R1705) (#2618)Jim Robertson2018-12-071-0/+7
* Fix false positive with `not-async-context-manager` caused by not understandi...Claudiu Popa2018-12-061-0/+4
* Added ``wrong-exception-operation``Claudiu Popa2018-11-291-1/+9
* Refactor ``bad-reversed-sequence`` to account for more objects that can defin...Claudiu Popa2018-11-281-0/+13
* Fix the documentationClaudiu Popa2018-11-281-2/+2
* Change the ``logging-format-style`` to use name identifier instead of their c...Claudiu Popa2018-11-281-0/+25
* Prepare 2.2Claudiu Popa2018-11-251-1/+1
* Fixed literal-comparison for the case of 0 and 1 (#2601)Sergei Lebedev2018-11-231-0/+2
* Consider ``range()`` objects for ``undefined-loop-variable`` leaking from ite...Claudiu Popa2018-10-111-0/+4
* Adding implicit-str-concat-in-sequence check (#1655)Lucas Cimon2018-10-101-0/+2
* New option: logging-format-style for logging checker (#2521)Alan Chan2018-10-041-0/+2
* ``deprecated-method`` can use the attribute name for identifying a deprecated...Claudiu Popa2018-10-021-0/+10
* Obtain the correct number of CPUs for virtualized or containerized environments.Claudiu Popa2018-10-011-0/+4
* fix compatibility with unreleased changes to stdlib tokenizerMichael Hudson-Doyle2018-10-011-0/+2
* ``pylint`` is less eager to consume the whole line for pragmasClaudiu Popa2018-09-291-0/+4
* Use ast to handle PEP 328 multi-line importsScott Worley2018-09-291-0/+4
* Change ``unbalanced-tuple-unpacking`` back to a warning.Claudiu Popa2018-09-291-0/+10
* Fix utils.is_subclass_of to be aware of complex hierarchies (#2508)Sushobhit2018-09-281-0/+4
* Emit ``too-many-starred-assignment`` only when the number of Starred nodes is...Claudiu Popa2018-09-231-0/+4
* No enumerate check in __iter__ (#2505)Ben James2018-09-221-0/+4