summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added check simplifiable-if-expression (#2502)Tomer Chachamu2018-09-201-0/+4
* ``too-few-public-methods`` is not reported for ``typing.NamedTuple``Claudiu Popa2018-09-181-2/+6
* ```too-few-public-methods`` is not reported for dataclasses created with opti...Claudiu Popa2018-09-151-0/+4
* Grammar fixes to docs (#2492)Drew2018-09-151-1/+1
* Remove wrong modules from 'bad-python3-import' (#2454)Aivar Annamaa2018-09-091-0/+4
* The ``json`` reporter prints an empty list when no messages are emittedClaudiu Popa2018-09-061-0/+4
* Add a new check, ``duplicate-string-formatting-argument``Claudiu Popa2018-09-051-0/+7
* ``assignment-from-no-return`` is not emitted for coroutines.Claudiu Popa2018-09-051-0/+3
* ``consider-using-ternary`` and ``simplified-boolean-expression`` no longer em...Claudiu Popa2018-09-051-0/+5
* Added checker for format string type mismatches.Yury Gribov2018-09-041-0/+2
* Handle ``AstroidSyntaxError`` when trying to import a module.Claudiu Popa2018-09-041-0/+4
* Fix incorrect package check for wildcard importsHornwitser2018-09-041-0/+4
* Fix internal/external distinction being brokenHornwitser2018-09-041-0/+2