| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged in harut/pylint (pull request #261) | Claudiu Popa | 2015-07-30 | 2 | -8/+24 |
|\ |
|
| * | add a no-space-check option for empty lines | Harut | 2015-07-25 | 2 | -8/+24 |
* | | 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 |
|/ |
|
* | help fix for no-space-check option | Harut | 2015-07-25 | 1 | -1/+3 |
* | Use a context manager for fake home directories. | Florian Bruhin | 2015-07-25 | 1 | -37/+27 |
* | Fix tests when $HOME is unset in the environment. | Florian Bruhin | 2015-07-25 | 1 | -6/+15 |
* | Don't emit no-init if not all the bases from a class are known. | Claudiu Popa | 2015-07-22 | 2 | -2/+7 |
* | 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 | 8 | -9/+35 |
* | Get the ignored modules only once and save the result in the imports checker. | Claudiu Popa | 2015-07-14 | 1 | -3/+4 |
* | Make a test less stricter by checking that only one message line is expected. | Claudiu Popa | 2015-07-14 | 1 | -7/+2 |
* | Cleanup some tests. | Claudiu Popa | 2015-07-13 | 3 | -16/+35 |
* | Update pylint to use the new astroid.parse, not testutils.build_module. | Claudiu Popa | 2015-07-13 | 8 | -22/+29 |
* | Fix the previous commit, only ignored-modules should use patterns, not ignore... | Claudiu Popa | 2015-07-08 | 2 | -35/+58 |
* | ignored-classes option can work with qualified names, as well as with Unix pa... | Claudiu Popa | 2015-07-07 | 2 | -9/+66 |
* | Remove trailing whitespace. | Claudiu Popa | 2015-07-06 | 1 | -1/+1 |
* | Fix a not-context-manager false positive. | Claudiu Popa | 2015-07-06 | 3 | -5/+62 |
* | Use safe_infer and has_known_bases from astroid.helpers. Closes issue #593. | Claudiu Popa | 2015-07-06 | 10 | -86/+61 |
* | We understand namedtuple._replace properly (in a static analysis sense of cou... | Claudiu Popa | 2015-07-06 | 1 | -2/+1 |
* | Add a new error, 'nonlocal-and-global'. | Claudiu Popa | 2015-07-06 | 4 | -1/+36 |
* | Simplify error_of_type by using ExceptHandler.catch. | Claudiu Popa | 2015-07-05 | 2 | -18/+4 |
* | Enable misplaced-future for Python 3. Closes issue #580. | Claudiu Popa | 2015-07-03 | 5 | -6/+11 |
* | Ignore mixin classes when emitting not-context-manager, to avoid false positi... | Claudiu Popa | 2015-07-03 | 2 | -0/+17 |
* | Fix failing test, due to how tox (or drone.io) works: there are multiple copi... | Claudiu Popa | 2015-07-03 | 1 | -10/+2 |
* | Fix bad whitespace. | Claudiu Popa | 2015-07-03 | 1 | -1/+1 |
* | New imported features from astroid into pyreverse. | Claudiu Popa | 2015-07-03 | 6 | -21/+194 |
* | Remove a couple of faulty tests | Claudiu Popa | 2015-07-02 | 3 | -16/+6 |
* | Disable for unsupported-binary-operation | Claudiu Popa | 2015-07-02 | 2 | -2/+4 |
* | Stop using logilab.common.__pkginfo__ | Julien Cristau | 2015-06-30 | 1 | -1/+1 |
* | Add test for issue #523, which was solved in astroid. Closes issue #523. | Claudiu Popa | 2015-06-30 | 2 | -1/+16 |
* | Add a new error, 'unsupported-binary-operation'. | Claudiu Popa | 2015-06-30 | 6 | -11/+111 |
* | Rename F0401 (import-error) to E0401 as it is not a fatal pylint error | Noam Yorav-Raphael | 2015-06-29 | 4 | -8/+8 |
* | Add tests for understanding constructors after a type() call. | Claudiu Popa | 2015-06-27 | 2 | -1/+19 |
* | Move the property into a private function and call it in Checker.open. | Claudiu Popa | 2015-06-26 | 1 | -10/+12 |
* | Add tests for checking that calling constructors from class methods with inva... | Claudiu Popa | 2015-06-26 | 2 | -0/+24 |
* | 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 | 3 | -3/+34 |
* | Add a new error, 'star-needs-assignment-target'. | Claudiu Popa | 2015-06-26 | 4 | -2/+24 |
* | Add a new error for the Python 3 porting checker, `import-star-module-level`. | Claudiu Popa | 2015-06-25 | 2 | -1/+19 |
* | Detect a couple of objects which can't be base classes (bool, slice, range an... | Claudiu Popa | 2015-06-25 | 3 | -2/+29 |
* | Add a new error, 'invalid-star-assignment-target'. | Claudiu Popa | 2015-06-25 | 4 | -1/+18 |
* | Add a new error, 'too-many-star-expressions'. | Claudiu Popa | 2015-06-25 | 4 | -0/+18 |
* | yield-outside-func is also emitted for `yield from`. | Claudiu Popa | 2015-06-25 | 4 | -2/+16 |
* | Add tests for checking the ability to understand one-argument type builtin. | Claudiu Popa | 2015-06-24 | 2 | -2/+8 |
* | Disable not-callable because NotImplemented is inferred correctly now (and we... | Claudiu Popa | 2015-06-23 | 1 | -1/+1 |
* | Add the new __matmul__ and __rmatmul__ dunder methods to the list of known sp... | Claudiu Popa | 2015-06-21 | 1 | -1/+2 |
* | Move the code which checks undefined-all-variable into a new private function. | Claudiu Popa | 2015-06-20 | 1 | -40/+47 |
* | Don't emit undefined-all-variable for nodes which can't be inferred (which re... | Claudiu Popa | 2015-06-20 | 5 | -10/+11 |