summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Dropped support for Python 3.4Claudiu Popa2019-06-201-0/+2
* Ignore ``consider-using-dict-comprehension`` for constructions that can't be ...Claudiu Popa2019-06-201-0/+4
* Fixed false positives for function stubs (#2927)Ashley Whetter2019-05-261-0/+4
* ``unused-import`` emitted for the right import names in function scopes.Claudiu Popa2019-05-231-0/+4
* Mention the name of the new signature-mutators optionClaudiu Popa2019-05-231-3/+6
* Can choose decorators that mutate a function's signature (#2926)Ashley Whetter2019-05-231-0/+5
* ``assignment-from-no-return`` not triggered for async methods.Claudiu Popa2019-05-231-0/+4
* Don't emit ``attribute-defined-outside-init`` for variables defined in setters.Claudiu Popa2019-05-211-0/+4
* Fixed pragmas on their own line after a backlash being ignored (#2923)Ashley Whetter2019-05-211-0/+6
* Fixed false positive for `undefined-loop-variable`Ashley Whetter2019-05-201-0/+4
* Syntax errors report the column number.Claudiu Popa2019-05-201-0/+4
* Support fully qualified typing imports for type annotations.Claudiu Popa2019-05-201-0/+4
* Fix misspellings in documentation (#2922)Nick Smith2019-05-191-4/+1
* Exclude ``__dict__`` from ``attribute-defined-outside-init``Claudiu Popa2019-05-191-1/+6
* Correct word pointed when the same word has more than one error in the same lineagutole2019-05-141-0/+4
* Fix crash in callable check (#2901)Martin Vielsmaier2019-05-051-0/+2
* Add broad try clause extension. (#2890)Tyler Thieding2019-04-291-0/+4
* Add 'of' to GoogleDocstring multiple type (#2884)Zeb Nicholls2019-04-291-0/+2
* Added subprocess.run explicit set `check` argument checker. Closes #2848fadedDexofan2019-04-191-0/+4
* When we can't infer bare except handlers, skip ``try-except-raise``Claudiu Popa2019-04-091-0/+4
* Handle more `unnecessary-lambda` cases when dealing with additional kwargs in...Claudiu Popa2019-04-031-0/+4
* Better postponed evaluation of annotations handlingClaudiu Popa2019-04-031-0/+4
* Support postponed evaluation of annotations for variable annotations.Claudiu Popa2019-03-291-0/+4
* ``epylint.py_run`` defaults to ``python`` in case the current executable is n...Claudiu Popa2019-03-281-0/+4
* Add preferred-modules option and checkPaul Renvoisé2019-03-271-0/+5
* Add ChangeLog entry for ignoring raw docstring in Similarities checkerTaewon D. Kim2019-03-271-0/+2
* Don't recurse in inherit_from_std_exNathan Marrow2019-03-221-0/+4
* Feat - Makes C0412 (ungrouped-imports) compatible with isort (#2824)Pierre Sassoulas2019-03-221-0/+5
* Add new linter: dict-iter-missing-itemsyory82019-03-201-1/+4
* Add a new ``missing-parentheses-for-call-in-test`` checkhippo912019-03-191-0/+4
* Make ``len-as-condition`` only fire when a ``len(x)`` call is made without an...Paul Renvoise2019-03-191-1/+8
* Skip `if` expressions from f-strings for the `check_elif` checkerClaudiu Popa2019-03-191-0/+4
* ``assigning-non-slot`` not emitted for classes with unknown base classes.Claudiu Popa2019-03-111-0/+4
* ``old-division`` is not emitted for non-Const nodes.Claudiu Popa2019-03-111-0/+4
* Fix output in python -m pylint --version (#2788)Thomas Hisch2019-03-051-0/+6
* Relicense the logo as CC-BY-SA-4.0 (#2786)David Douard2019-03-051-0/+1
* Added a new check `class-variable-slots-conflict`Claudiu Popa2019-03-031-1/+7
* Move the --from-stdin changelog to 2.4Claudiu Popa2019-03-021-5/+6
* Add support for reading from stdin (#2746)Thomas Hisch2019-03-021-0/+5
* Added method arguments to the dot file writerKylian2019-03-021-0/+2
* Master is now 2.4Claudiu Popa2019-02-271-0/+7
* 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