| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement confidence levels. | Torsten Marek | 2014-07-24 | 1 | -10/+0 |
| * | Revert change from 3b748b4: emit old-style-classes only for classes without b... | cpopa | 2014-08-18 | 1 | -1/+0 |
| * | Fix test failures. | cpopa | 2014-08-17 | 1 | -0/+1 |
| * | Detect calls of the parent's __init__, through a binded super() call. | cpopa | 2014-08-16 | 1 | -0/+1 |
| * | Look in the metaclass, if defined, for members not found in the current class... | cpopa | 2014-08-14 | 1 | -4/+0 |
| * | fixme regex handles comments without spaces after the hash. Closes issue #311. | cpopa | 2014-08-11 | 1 | -1/+2 |
| * | Don't emit 'import-error' if an import was protected by a try-except, which e... | cpopa | 2014-08-08 | 1 | -2/+0 |
| * | Merged logilab/pylint into default | Claudiu Popa | 2014-07-31 | 5 | -19/+0 |
| |\ |
|
| | * | Converted more test cases. | Torsten Marek | 2014-07-30 | 5 | -19/+0 |
| * | | Handle 'too-few-format-args' or 'too-many-format-args' for format strings wit... | cpopa | 2014-07-31 | 1 | -28/+0 |
| |/ |
|
| * | Remove old testcase that has already been converted. | Torsten Marek | 2014-07-30 | 1 | -3/+0 |
| * | Converted and merge test cases. | Torsten Marek | 2014-07-30 | 1 | -46/+0 |
| * | Remove testcases only for Python < 2.7. | Torsten Marek | 2014-07-30 | 2 | -47/+0 |
| * | Merged in carlio/pylint (pull request #138) | Claudiu Popa | 2014-07-30 | 3 | -1/+11 |
| |\ |
|
| | * | Merged logilab/pylint into default | carlio | 2014-07-29 | 3 | -1/+11 |
| | |\ |
|
| | | * | [refs #282] dangerous-default-values are now not evaluated to get their type/... | carl | 2014-07-27 | 3 | -1/+11 |
| * | | | More test cases moved to the new test framework. | Torsten Marek | 2014-07-27 | 5 | -16/+0 |
| * | | | Proper handle class level scope for lambdas. | cpopa | 2014-07-29 | 1 | -2/+0 |
| |/ / |
|
| * | | Fix a false positive with string formatting checker, when encountering a stri... | cpopa | 2014-07-29 | 1 | -0/+2 |
| * | | Converted more test cases to the new test framework. | Torsten Marek | 2014-07-26 | 16 | -74/+0 |
| |/ |
|
| * | Don't emit 'missing-docstring' when the actual docstring uses `.format`. Clos... | cpopa | 2014-07-25 | 1 | -8/+0 |
| * | Port more testcases to the new framework. | Torsten Marek | 2014-07-25 | 3 | -39/+0 |
| * | Don't emit 'unnecessary-lambda' if the body of the lambda call contains call ... | cpopa | 2014-07-25 | 1 | -8/+0 |
| * | Porting tests over to the new framework. | Torsten Marek | 2014-07-25 | 3 | -73/+0 |
| * | Don't emit hidden-method message when the attribute has been monkey-patched, | Sylvain Th?nault | 2014-07-25 | 1 | -2/+0 |
| * | [refactor] move handling of file specific state to its own FileState class (m... | Sylvain Th?nault | 2014-07-24 | 1 | -0/+9 |
| * | Make pylint compatible with Python 2.5 again, and make all the tests pass (Cl... | Torsten Marek | 2014-07-24 | 5 | -26/+1 |
| * | Fix more edge cases in the cell-var-from-loop warning (Closes: #233). | Torsten Marek | 2014-07-25 | 1 | -6/+6 |
| * | Added a new test suite for functional tests. | Torsten Marek | 2014-07-24 | 4 | -8/+0 |
| * | Update test message. | cpopa | 2014-07-24 | 1 | -1/+2 |
| * | Merge with default. | cpopa | 2014-07-22 | 15 | -5/+99 |
| |\ |
|
| | * | Definition order is considered for classes, function arguments and annotation... | cpopa | 2014-07-21 | 2 | -1/+9 |
| | * | Fix an 'unused-variable' false positive, where the variable is assigned throu... | cpopa | 2014-07-17 | 1 | -2/+6 |
| | * | Add 'assigning-non-slot' warning, which detects assignments to attributes not... | cpopa | 2014-07-10 | 1 | -0/+3 |
| | * | Fix a false positive regarding W0511. Closes issue #149. | Alexandru Coman | 2014-07-09 | 1 | -1/+3 |
| | * | Fixing Issue #149 (W0511 false positive) | Alexandru Coman | 2014-07-09 | 1 | -1/+1 |
| | * | Rearrange the sequence and slice index tests for better clarity | David Shea | 2014-07-08 | 2 | -21/+21 |
| | * | Correct problems with checking extended slice syntax. | David Shea | 2014-07-07 | 1 | -0/+1 |
| | * | Correct the sequence index check for set and delete operations. | David Shea | 2014-07-07 | 1 | -0/+10 |
| | * | Clean up some stylistic issues in the sequence and slice index type checks. | David Shea | 2014-07-07 | 2 | -13/+13 |
| | * | Merge upstream default into list-index-checker | David Shea | 2014-07-06 | 2 | -0/+13 |
| | |\ |
|
| | | * | Check for invalid indices used with subclasses of sequence types. | David Shea | 2014-07-06 | 1 | -0/+1 |
| | | * | Expand and correct the types used in the index and slice checks. | David Shea | 2014-07-06 | 3 | -9/+12 |
| | | * | Add a check for invalid types used as slice indices. | David Shea | 2014-07-03 | 1 | -0/+5 |
| | | * | Add tests for list index type checking and clean up the conditional | David Shea | 2014-07-03 | 1 | -0/+4 |
| | * | | Emit 'not-callable' when calling properties. Closes issue #268. | cpopa | 2014-07-02 | 1 | -0/+2 |
| | |/ |
|
| | * | Emit attribute-defined-outside-init for all cases, not just for the last assi... | cpopa | 2014-07-01 | 1 | -0/+2 |
| | * | Issue broad-except and bare-except even if the number of except handlers is d... | cpopa | 2014-06-27 | 2 | -0/+11 |
| | * | Separate the good cases from the bad cases, improve the messages. | cpopa | 2014-06-26 | 1 | -24/+26 |
| | * | Merge with default. | cpopa | 2014-06-23 | 3 | -1/+13 |
| | |\ |
|