| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Remove trailing whitespaces and other pylint related issues. | Claudiu Popa | 2015-08-25 | 2 | -6/+6 |
| * | Update pylint to use the new astroid AST names and methods | Claudiu Popa | 2015-08-25 | 12 | -199/+195 |
| * | Merged in renezhang/pylint_raise_error (pull request #267) | Claudiu Popa | 2015-08-21 | 1 | -1/+1 |
| |\ |
|
| | * | More idiomatic python | Rene Zhang | 2015-08-21 | 1 | -2/+1 |
| | * | Fix index out of range when handling raise() | Rene Zhang | 2015-08-20 | 1 | -1/+2 |
| * | | Fix inference error on string format | Rene Zhang | 2015-08-20 | 1 | -0/+2 |
| |/ |
|
* | | Fix crash when handling generator inside with context | Rene Zhang | 2015-08-20 | 1 | -3/+4 |
|/ |
|
* | Mention that the option is obsoleted. | Claudiu Popa | 2015-08-20 | 1 | -1/+2 |
* | missing-reversed-argument was removed. | Claudiu Popa | 2015-08-20 | 1 | -6/+2 |
* | missing-module-attribute was removed and the corresponding CLI option, requir... | Claudiu Popa | 2015-08-20 | 1 | -14/+4 |
* | Merged in The-Compiler/pylint/no-logilab-common (pull request #264) | Claudiu Popa | 2015-08-18 | 3 | -4/+3 |
|\ |
|
| * | Get rid of logilab.common.graph.no-logilab-common | Florian Bruhin | 2015-07-26 | 1 | -1/+1 |
| * | Get rid of logilab.common.compat. | Florian Bruhin | 2015-07-26 | 2 | -3/+2 |
* | | Import the context from astroid.context, not astroid.bases | Claudiu Popa | 2015-08-12 | 1 | -1/+2 |
* | | The --zope flag is deprecated and it is slated for removal in Pylint 1.6. | Claudiu Popa | 2015-08-11 | 1 | -7/+10 |
* | | Handle additional keyword arguments when checking for unnecessary-lambdas. | Claudiu Popa | 2015-08-09 | 2 | -2/+9 |
* | | Use the new CallFunc.keywords instead of filtering out Keyword from CallFunc.... | Claudiu Popa | 2015-08-08 | 5 | -38/+29 |
* | | Remove trailing whitespace. | Claudiu Popa | 2015-08-02 | 1 | -1/+1 |
* | | Add a new error, 'continue-in-finally'. | Claudiu Popa | 2015-08-02 | 1 | -2/+10 |
* | | Improved the not-in-loop checker to properly detect more cases. | Claudiu Popa | 2015-08-02 | 1 | -2/+7 |
* | | Merged in harut/pylint (pull request #261) | Claudiu Popa | 2015-07-30 | 1 | -16/+2 |
|\ \ |
|
| * | | Remove unused argument. | Claudiu Popa | 2015-07-26 | 1 | -2/+2 |
| * | | Remove metaclass specific logic in _emit_no_member, which is already handled ... | Claudiu Popa | 2015-07-26 | 1 | -14/+0 |
* | | | add a no-space-check option for empty lines | Harut | 2015-07-25 | 1 | -5/+14 |
|/ / |
|
* | | help fix for no-space-check option | Harut | 2015-07-25 | 1 | -1/+3 |
|/ |
|
* | Don't emit no-init if not all the bases from a class are known. | Claudiu Popa | 2015-07-22 | 1 | -1/+1 |
* | Remove unused variable. | Claudiu Popa | 2015-07-16 | 1 | -1/+0 |
* | Fix a typo. | Claudiu Popa | 2015-07-16 | 1 | -1/+1 |
* | Improve detection of relative imports in non-packages, as well as importing m... | Claudiu Popa | 2015-07-14 | 2 | -4/+22 |
* | Get the ignored modules only once and save the result in the imports checker. | Claudiu Popa | 2015-07-14 | 1 | -3/+4 |
* | Fix the previous commit, only ignored-modules should use patterns, not ignore... | Claudiu Popa | 2015-07-08 | 1 | -19/+32 |
* | ignored-classes option can work with qualified names, as well as with Unix pa... | Claudiu Popa | 2015-07-07 | 1 | -9/+25 |
* | Remove trailing whitespace. | Claudiu Popa | 2015-07-06 | 1 | -1/+1 |
* | Fix a not-context-manager false positive. | Claudiu Popa | 2015-07-06 | 1 | -5/+36 |
* | Use safe_infer and has_known_bases from astroid.helpers. Closes issue #593. | Claudiu Popa | 2015-07-06 | 10 | -86/+61 |
* | Add a new error, 'nonlocal-and-global'. | Claudiu Popa | 2015-07-06 | 1 | -1/+21 |
* | Simplify error_of_type by using ExceptHandler.catch. | Claudiu Popa | 2015-07-05 | 1 | -18/+1 |
* | Enable misplaced-future for Python 3. Closes issue #580. | Claudiu Popa | 2015-07-03 | 1 | -2/+1 |
* | Ignore mixin classes when emitting not-context-manager, to avoid false positi... | Claudiu Popa | 2015-07-03 | 1 | -0/+5 |
* | Disable for unsupported-binary-operation | Claudiu Popa | 2015-07-02 | 1 | -2/+2 |
* | Add a new error, 'unsupported-binary-operation'. | Claudiu Popa | 2015-06-30 | 1 | -0/+20 |
* | Rename F0401 (import-error) to E0401 as it is not a fatal pylint errorrename-F0401-to-E0401 | Noam Yorav-Raphael | 2015-06-29 | 1 | -3/+4 |
* | Move the property into a private function and call it in Checker.open. | Claudiu Popa | 2015-06-26 | 1 | -10/+12 |
* | Remove deque specialized code, since it is already handled by astroid. | Claudiu Popa | 2015-06-26 | 1 | -5/+0 |
* | Verify explicitly that a class is not a known exception class. | Claudiu Popa | 2015-06-26 | 1 | -2/+16 |
* | Add a new error, 'star-needs-assignment-target'. | Claudiu Popa | 2015-06-26 | 1 | -2/+17 |
* | Add a new error for the Python 3 porting checker, `import-star-module-level`. | Claudiu Popa | 2015-06-25 | 1 | -1/+9 |
* | Detect a couple of objects which can't be base classes (bool, slice, range an... | Claudiu Popa | 2015-06-25 | 1 | -1/+8 |
* | Add a new error, 'invalid-star-assignment-target'. | Claudiu Popa | 2015-06-25 | 1 | -1/+11 |
* | Add a new error, 'too-many-star-expressions'. | Claudiu Popa | 2015-06-25 | 1 | -0/+11 |