summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Rename checking function for 'super()' call checking and update Changelog.fix-667Dmitry Pribysh2015-10-181-0/+4
* Don't emit 'assigning-non-slot' for descriptors. Closes issue #652.Claudiu Popa2015-10-041-0/+2
* Add ChangeLog entry for changeset ec1d42a12Claudiu Popa2015-10-041-0/+3
* Add checker to identify multiple imports on one line.Dmitry Pribysh2015-10-011-1/+4
* Start adding a protocol checker for the async features added in PEP 492:Claudiu Popa2015-10-011-0/+10
* Don't consider a class abstract if its members can't be properly inferred.Claudiu Popa2015-09-301-0/+6
* Add ChangeLog entry for the deprecated-module change.Claudiu Popa2015-09-271-0/+3
* Grammar fix.Claudiu Popa2015-09-231-2/+2
* Add changelog entry for 014f596 and a couple of other fixes.Claudiu Popa2015-09-211-0/+5
* Abbreviations of command line options are not supported anymore.Claudiu Popa2015-09-191-0/+8
* Add ChangeLog entry for commit 0ec6615cc2009b27be0c29a493dd865261d518a2Claudiu Popa2015-09-191-0/+4
* Bring logilab-common's ureports into pylint.reporters.Claudiu Popa2015-09-051-0/+8
* Allow a bare raise only inside an except clause.Claudiu Popa2015-09-041-1/+1
* Add a new error, 'misplaced-bare-raise'.Claudiu Popa2015-09-041-1/+11
* Make the --profile flag obsolete. Will be removed in Pylint 1.6.Claudiu Popa2015-09-021-1/+3
* --comment flag was obsoleted and it will be removed in Pylint 1.6.Claudiu Popa2015-08-201-0/+2
* missing-reversed-argument was removed.Claudiu Popa2015-08-201-0/+7
* missing-module-attribute was removed and the corresponding CLI option, requir...Claudiu Popa2015-08-201-0/+4
* The --zope flag is deprecated and it is slated for removal in Pylint 1.6.Claudiu Popa2015-08-111-0/+12
* Add a new error, 'continue-in-finally'.Claudiu Popa2015-08-021-0/+4
* Improved the not-in-loop checker to properly detect more cases.Claudiu Popa2015-08-021-0/+2
* --generate-rcfile generates by default human readable symbols for the --disab...Claudiu Popa2015-07-311-0/+3
* Add ChangeLog entry for a3918e708197. Closes issue #541.Claudiu Popa2015-07-301-1/+4
* Don't emit no-init if not all the bases from a class are known.Claudiu Popa2015-07-221-1/+3
* Improve detection of relative imports in non-packages, as well as importing m...Claudiu Popa2015-07-141-0/+4
* Fix the previous commit, only ignored-modules should use patterns, not ignore...Claudiu Popa2015-07-081-2/+4
* ignored-classes option can work with qualified names, as well as with Unix pa...Claudiu Popa2015-07-071-0/+4
* Add a new error, 'nonlocal-and-global'.Claudiu Popa2015-07-061-0/+4
* Enable misplaced-future for Python 3. Closes issue #580.Claudiu Popa2015-07-031-0/+2
* New imported features from astroid into pyreverse.Claudiu Popa2015-07-031-0/+5
* Disable for unsupported-binary-operationClaudiu Popa2015-07-021-0/+2
* Add a new error, 'unsupported-binary-operation'.Claudiu Popa2015-06-301-1/+5
* Add a new error, 'star-needs-assignment-target'.Claudiu Popa2015-06-261-0/+4
* Add a new error for the Python 3 porting checker, `import-star-module-level`.Claudiu Popa2015-06-251-0/+5
* Detect a couple of objects which can't be base classes (bool, slice, range an...Claudiu Popa2015-06-251-0/+3
* Add a new error, 'invalid-star-assignment-target'.Claudiu Popa2015-06-251-0/+4
* Add a new error, 'too-many-star-expressions'.Claudiu Popa2015-06-251-0/+4
* yield-outside-func is also emitted for `yield from`.Claudiu Popa2015-06-251-0/+2
* Don't emit undefined-all-variable for nodes which can't be inferred (which re...Claudiu Popa2015-06-201-0/+3
* pylint.checkers.utils.excepts_import_error was removed.Claudiu Popa2015-06-201-0/+3
* astroid.utils.LocalsVisitor was moved to pylint.pyreverse.LocalsVisitor.Claudiu Popa2015-06-171-0/+2
* Import astroid inspector to pyreverse.inspector.Claudiu Popa2015-06-171-0/+3
* arguments-differ understand differences between various type of functions.Claudiu Popa2015-06-141-0/+4
* Add a new error, 'invalid-unary-type-operand'.Claudiu Popa2015-06-131-0/+6
* Add ChangeLog entry, new test and documentation for searching .pylintrc in th...Claudiu Popa2015-06-011-0/+4
* Don't emit 'raising-non-exception' when the exception has unknown bases.Claudiu Popa2015-05-271-0/+5
* Add a new warning, 'using-constant-test'.Claudiu Popa2015-05-231-0/+5
* Clarify no-docstring-rgx change in ChangeLogThe-Compiler/clarify-nodocstringrgx-change-in-changel-1432184214099Florian Bruhin2015-05-211-1/+2
* Don't emit undefined-variable if the node is guarded by a NameError, Exceptio...Claudiu Popa2015-05-191-0/+3
* Add ChangeLog entry for changesets beca5817 and 140c2a5cfdc6.Claudiu Popa2015-05-171-1/+5