| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't emit 'missing-docstring' when the actual docstring uses `.format`. Clos... | Claudiu Popa | 2014-07-25 | 1 | -0/+3 |
| * | Update the changelog with some bugs that were fixed. | Torsten Marek | 2014-07-25 | 1 | -0/+12 |
| * | Don't emit 'unnecessary-lambda' if the body of the lambda call contains call ... | Claudiu Popa | 2014-07-25 | 1 | -4/+7 |
| * | Only emit attribute-defined-outside-init for definition within the same modul... | Sylvain Thénault | 2014-07-25 | 1 | -0/+3 |
| * | Don't emit hidden-method message when the attribute has been monkey-patched, | Sylvain Thénault | 2014-07-25 | 1 | -0/+3 |
| * | Use the proper mode for pickle when opening and writing the stats file. Close... | Claudiu Popa | 2014-07-24 | 1 | -0/+3 |
| * | Don't emit 'pointless-string-statement' for attribute docstrings. Closes issu... | Claudiu Popa | 2014-07-24 | 1 | -0/+3 |
| * | fix issue #203, we should not let ImportError propagate from the import checker | Sylvain Thénault | 2014-07-23 | 1 | -0/+4 |
| * | Merged in PCManticore/pylint/metaclass_undefined (pull request #111) | Claudiu Popa | 2014-07-23 | 1 | -0/+4 |
| |\ |
|
| | * | Merge with default. | Claudiu Popa | 2014-07-22 | 1 | -0/+39 |
| | |\ |
|
| | * | | Emit 'undefined-variable' for undefined names used as metaclasses with Python... | Claudiu Popa | 2014-05-02 | 1 | -0/+3 |
| * | | | Don't emit 'unused-variable' when assigning to a nonlocal. Closes issue #275. | Claudiu Popa | 2014-07-23 | 1 | -0/+3 |
| | |/
|/| |
|
| * | | Definition order is considered for classes, function arguments and annotation... | Claudiu Popa | 2014-07-21 | 1 | -0/+3 |
| * | | Fix an 'unused-variable' false positive, where the variable is assigned throu... | Claudiu Popa | 2014-07-17 | 1 | -0/+3 |
| * | | Don't emit 'no-name-in-module' for ignored modules. Closes issue #223. | Claudiu Popa | 2014-07-12 | 1 | -0/+3 |
| * | | Remove extra spaces. | Alexandru Coman | 2014-07-11 | 1 | -0/+1 |
| * | | Checkers respect priority now. Close issue #229. | Alexandru Coman | 2014-07-11 | 1 | -0/+1 |
| * | | Add 'assigning-non-slot' warning, which detects assignments to attributes not... | Claudiu Popa | 2014-07-10 | 1 | -0/+4 |
| * | | Fix a false positive regarding W0511. Closes issue #149. | Alexandru Coman | 2014-07-09 | 1 | -0/+1 |
| * | | Give credit to recent contributor. Also, fix the news entry from the ChangeLog. | Claudiu Popa | 2014-07-08 | 1 | -1/+2 |
| * | | Merge upstream default into list-index-checker | David Shea | 2014-07-08 | 1 | -0/+3 |
| |\ \ |
|
| | * | | Fix a false positive with unbalanced iterable unpacking, when encountering st... | Claudiu Popa | 2014-07-08 | 1 | -0/+3 |
| * | | | Merge upstream default into list-index-checker | David Shea | 2014-07-06 | 1 | -0/+2 |
| |\ \ \
| |/ / |
|
| | * | | Emit 'not-callable' when calling properties. Closes issue #268. | Claudiu Popa | 2014-07-02 | 1 | -0/+2 |
| * | | | Expand and correct the types used in the index and slice checks. | David Shea | 2014-07-06 | 1 | -1/+1 |
| * | | | Add a changelog entry for list and slice type checks | David Shea | 2014-07-03 | 1 | -0/+2 |
| |/ / |
|
| * | | Emit attribute-defined-outside-init for all cases, not just for the last assi... | Claudiu Popa | 2014-07-01 | 1 | -0/+3 |
| * | | Issue broad-except and bare-except even if the number of except handlers is d... | Claudiu Popa | 2014-06-27 | 1 | -0/+3 |
| * | | Merge with default. | Claudiu Popa | 2014-06-23 | 1 | -0/+3 |
| |\ \ |
|
| | * | | Don't warn with 'bad-format-character' when encountering the 'a' format on Py... | Claudiu Popa | 2014-06-16 | 1 | -0/+3 |
| | |/ |
|
| * | | Add changelog entry and improve the tests. | Claudiu Popa | 2014-06-08 | 1 | -0/+5 |
| |/ |
|
| * | Fix unused-import false positive with Python 3 metaclasses. Closes issue #143. | Claudiu Popa | 2014-05-02 | 1 | -0/+3 |
| * | 1.2.1 | Sylvain Thénault | 2014-04-30 | 1 | -1/+2 |
| * | fix explicit check of python script. Closes #219 | Sylvain Thénault | 2014-04-29 | 1 | -0/+3 |
| * | Update ChangeLog for init-hook fix. | Daniel Harding | 2014-04-30 | 1 | -0/+3 |
| * | Do not warn about \u escapes in string literals when Unicode literals | Torsten Marek | 2014-04-18 | 1 | -0/+3 |
| * | Merge with default. | Claudiu Popa | 2014-04-25 | 1 | -0/+11 |
| |\ |
|
| | * | Added a new warning for closing over variables that are defined in loops. | Torsten Marek | 2014-04-23 | 1 | -0/+3 |
| | * | * Emit [assignment-from-none] when the function contains bare returns. | Torsten Marek | 2014-04-18 | 1 | -0/+3 |
| | * | Add a check for indentation of continued lines, enforcing PEP8 style of conti... | Torsten Marek | 2014-04-17 | 1 | -0/+2 |
| | * | restore init-hook accidentaly renamed in cset 474324137864. Closes #211 | Sylvain Thénault | 2014-04-25 | 1 | -0/+3 |
| * | | Add 'indexing-exception' warning, which detects that indexing an exception oc... | Claudiu Popa | 2014-04-22 | 1 | -0/+3 |
| |/ |
|
| * | Extend the checking for unbalanced-tuple-unpacking and unpacking-non-sequence... | Claudiu Popa | 2014-04-22 | 1 | -0/+5 |
| * | pylint 1.1 | Sylvain Thénault | 2014-04-18 | 1 | -2/+6 |
| * | Do not attempt to analyze non python file, eg .so file. Closes #122 | Sylvain Thénault | 2014-04-16 | 1 | -0/+2 |
| * | [classes checker] fix access-member-before-definition false negative wrt aug ... | Sylvain Thénault | 2014-04-15 | 1 | -0/+2 |
| * | [variable checker] Fix unused import false positive with augment assignment. ... | Anthony Truchet | 2014-04-11 | 1 | -0/+2 |
| * | Fix merge error. Closes #133. | Manuel Vázquez Acosta | 2014-04-14 | 1 | -3/+3 |
| * | Improve pragma handling to not detect pylint:* strings in non-comments. | Torsten Marek | 2014-04-10 | 1 | -0/+3 |
| * | Detect logging calls on Logger instances in almost all cases. | Torsten Marek | 2014-04-10 | 1 | -0/+3 |