summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | #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
|/ / / / / /
* | | | | | Promote a couple of warnings to errors.Claudiu Popa2015-03-201-0/+4
* | | | | | Add ChangeLog entry and new contributor.Claudiu Popa2015-03-181-0/+6
* | | | | | Prepare 1.4.3 release.pylint-1.4.3Claudiu Popa2015-03-141-1/+1
* | | | | | Added a new option for controlling the peephole optimizer in astroid.Claudiu Popa2015-03-141-0/+12
* | | | | | Add ChangeLog entries for the removal of three warningsClaudiu Popa2015-03-111-0/+6
* | | | | | Prepare 1.4.2 releasepylint-1.4.2Claudiu Popa2015-03-111-1/+2
* | | | | | Fix a couple of doc warnings, use string continuation.Claudiu Popa2015-03-021-6/+6
* | | | | | Make the --py3k flag commutative with the -E flag.Claudiu Popa2015-02-281-0/+4
* | | | | | Add a new warning for the Python 3 porting checker, 'using-cmp-argument'.Claudiu Popa2015-02-281-1/+5
* | | | | | Various changes related to docsMichal Nowikowski2015-02-271-18/+20
* | | | | | Backed out changeset 406c23c24795Michal Nowikowski2015-02-281-20/+18
* | | | | | Various changes related to docsMichal Nowikowski2015-02-271-18/+20
* | | | | | Support for combining the Python 3 checker mode with the --jobs flag.Claudiu Popa2015-02-241-0/+3
* | | | | | Fix #299: Warn about `type(x) is/== Y`impl-299Chris Rebert2015-02-211-0/+5
* | | | | | Add a ChangeLog entry for *-not-iterating checksBrett Cannon2015-02-201-0/+6
* | | | | | The HTML output accepts the `--msg-template` option.Claudiu Popa2015-02-171-3/+403
|\ \ \ \ \ \
| * | | | | | Add ChangeLog entries for the latest changes.Claudiu Popa2015-02-161-0/+8
| * | | | | | Use all the inferred statements for the super-init-not-called check.Claudiu Popa2015-02-091-0/+3
| * | | | | | Add ChangeLog entry for commit 2f9df0f2155aClaudiu Popa2015-02-051-0/+3
| * | | | | | Look all the methods from ancestors for too-few-public-methods.Claudiu Popa2015-02-051-0/+3
| * | | | | | Fix a false positive with `too-few-format-args` warning.Claudiu Popa2015-01-301-0/+6
| * | | | | | Don't require a docstring for empty modules. Closes issue #261.Claudiu Popa2015-01-241-0/+4
| * | | | | | Prepare the release.pylint-1.4.1Claudiu Popa2015-01-161-1/+2