summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | | | | | Look for __init__ instead of __new__ in _determine_callable_obj if __new__ co...Claudiu Popa2015-04-191-0/+8
* | | | | | Provide some hints for the bad-builtin message. Closes issue #522.Claudiu Popa2015-04-181-0/+2
* | | | | | Don't emit redefined-outer-name for __future__ directives.Claudiu Popa2015-04-161-0/+3
* | | | | | Don't emit missing-docstring for private functions.Claudiu Popa2015-04-081-0/+2
* | | | | | Fix a bad-reversed-sequence false positive.Claudiu Popa2015-04-071-0/+3
* | | | | | Don't warn about no-self-use for builtin properties.Claudiu Popa2015-04-061-0/+2
* | | | | | Merged in raduciorba/pylint/unused-import (pull request #244)Claudiu Popa2015-04-021-0/+7
|\ \ \ \ \ \
| * | | | | | Don't fail in the string checker when encountering a bytes string on Python 3...Claudiu Popa2015-04-011-0/+4
| * | | | | | Add Changelog entry and cleanup after changeset 2307df9Claudiu Popa2015-03-311-0/+3
* | | | | | | fix indentation, add changelog entryunused-importRadu Ciorba2015-03-311-0/+3
|/ / / / / /
* | | | | | The colorized reporter now works on Windows. Closes issue #96.Claudiu Popa2015-03-271-0/+2
* | | | | | Don't emit an unused-wildcard-import for imported __future__ names from other...Claudiu Popa2015-03-261-0/+3
* | | | | | Improve the performance of --jobs when dealing only with a package name.Claudiu Popa2015-03-241-0/+3
* | | | | | --jobs can be used with --load-plugins now. Closes issue #456.Claudiu Popa2015-03-241-0/+2
* | | | | | Allow ending a pragma control with a semicolon.Claudiu Popa2015-03-231-0/+6
* | | | | | merged default from logilab/pylint and resolve conflictnot-context-managerRadu Ciorba2015-03-231-0/+5
|\ \ \ \ \ \
| * | | | | | add warning for confusing usage of with statementconfusing-with-statementRadu Ciorba2015-03-221-0/+5
* | | | | | | add 'not-context-manager' errorRadu Ciorba2015-03-221-0/+4
|/ / / / / /