summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't emit no-member for nodes protected by AttributeError, Exception or bare...Claudiu Popa2015-05-171-0/+4
* Don't emit no-name-in-module if the import is guarded by an ImportError handler.Claudiu Popa2015-05-161-0/+2
* Remove 'bad-context-manager' due to the inclusion of 'unexpected-special-meth...Claudiu Popa2015-05-141-0/+2
* Add a new warning 'unexpected-special-method-signature'.Claudiu Popa2015-05-141-0/+5
* Improve the detection of undefined variables in function argumentsClaudiu Popa2015-05-121-1/+1
* Detect undefined-variables in function default arguments.Claudiu Popa2015-05-121-0/+5
* Don't emit attribute-defined-outside-init and access-member-before-definition...Claudiu Popa2015-05-121-0/+4
* Improve detection of undefined variables.Claudiu Popa2015-05-111-0/+5
* Merged in bdanielby/pylint (pull request #143)Claudiu Popa2015-05-101-0/+6
|\
| * moved the changelog entry to the topmost sectionBruno Daniel2015-05-101-6/+6
| * adapted the changelogBruno Daniel2015-05-101-2/+2
| * mergeBruno Daniel2015-05-081-0/+6
| |\
| | * Merged logilab/pylint into defaultbdanielby2014-09-131-0/+18
| | |\
| | * \ Merged logilab/pylint into defaultbdanielby2014-08-271-1/+7
| | |\ \
| | | * \ Merged logilab/pylint into defaultbdanielby2014-08-151-1/+7
| | | |\ \
| | | | * \ merged with logilab/pylint and added Changelog entry for the new documentationBruno Daniel2014-08-111-1/+11
| | | | |\ \
| | | | * | | changelog entry for the new extensions module and the new checker 'check_docs'Bruno Daniel2014-08-081-0/+6
* | | | | | | #518 add changelog entryaugassign_unused_argumentRadu Ciorba2015-05-091-0/+3
|/ / / / / /
* | | | | | Emit a proper deprecation warning for reporters.BaseReporter.add_message.Claudiu Popa2015-05-071-0/+5
* | | | | | Make ignore-iface-methods a noop option, mark it as deprecated.Claudiu Popa2015-05-051-1/+2
* | | | | | Remove the rest of interface checks.Claudiu Popa2015-05-051-0/+5
* | | | | | Remove interface-not-implemented warning. Closes issue #532.Claudiu Popa2015-05-051-0/+2
* | | | | | Add two new warnings, duplicate-bases and inconsistent-mro.Claudiu Popa2015-05-031-0/+6
* | | | | | Make fix for #223 more readable; add a test and a ChangeLog line.James Morgensen2015-05-011-0/+4
* | | | | | Lookup in the implicit metaclass when checking for no-member.Claudiu Popa2015-04-251-0/+4
* | | | | | Don't emit no-member for classes with unknown bases.Claudiu Popa2015-04-241-1/+6