| Commit message (Expand) | Author | Age | Files | Lines |
* | Add in_comprehension utility function | Bryce Guinta | 2018-03-03 | 1 | -0/+10 |
* | Backport of PR#1855 | hippo91 | 2018-01-28 | 1 | -7/+18 |
* | Add test + fix for 'raise from function'. | Brian Shaginaw | 2018-01-19 | 1 | -0/+2 |
* | Regenerate copyright notices | Claudiu Popa | 2017-12-15 | 1 | -2/+16 |
* | Fix line counting for missing-docstring check in combination with docstring-m... | ttenhoeve-aa | 2017-11-11 | 1 | -0/+23 |
* | Adding a check for ``inconsistent-return-statements`` inside function or meth... | hippo91 | 2017-09-26 | 1 | -11/+29 |
* | Add a couple of Uninferable filters where we weren't using any | Claudiu Popa | 2017-08-15 | 1 | -1/+1 |
* | Add the __set_name__ special method. Close #1620 | Claudiu Popa | 2017-08-12 | 1 | -1/+1 |
* | Protocol checks (not-a-mapping, not-an-iterable and co.) aren't emitted on cl... | Claudiu Popa | 2017-07-20 | 1 | -0/+2 |
* | Remove mentions of deprecated astroid node names (#1485) | Łukasz Rogalski | 2017-05-22 | 1 | -6/+6 |
* | Use a lru_cache for unimplemented_abstract_methods and safe_infer | Moises Lopez - https://www.vauxoo.com/ | 2017-03-01 | 1 | -0/+6 |
* | The protocol checks are emitting their messages when a special method is set ... | Claudiu Popa | 2017-01-26 | 1 | -10/+20 |
* | Fix too-many-nested-blocks (#1228) | Łukasz Rogalski | 2016-12-21 | 1 | -9/+13 |
* | Add docstring and move up the variable at the top of function. | Claudiu Popa | 2016-12-04 | 1 | -1/+7 |
* | Don't emit unused-argument and function-redefined for singledispatch implemen... | Łukasz Rogalski | 2016-12-04 | 1 | -3/+32 |
* | Support __fspath__ from Python 3.6 | Claudiu Popa | 2016-11-11 | 1 | -1/+2 |
* | Fix pylint warnings. | Claudiu Popa | 2016-08-20 | 1 | -5/+5 |
* | Add attribute hints for missing members | Claudiu Popa | 2016-08-18 | 1 | -0/+6 |
* | Kill assign_names, it is just nodes_of_class after all. | Claudiu Popa | 2016-07-28 | 1 | -22/+0 |
* | assign_names return only AssignName nodes now, instead of strings. | Claudiu Popa | 2016-07-28 | 1 | -2/+2 |
* | Move _for_loop_assign_names into utils.assign_name so it can be reused. | Claudiu Popa | 2016-07-27 | 1 | -0/+23 |
* | Move unneeded-not into refactoring, where it belongs. | Claudiu Popa | 2016-07-27 | 1 | -0/+28 |
* | Even more granular copyrights (thanks to copyrite) | Claudiu Popa | 2016-07-23 | 1 | -2/+7 |
* | Keep a consistent copyright notice across the board. | Claudiu Popa | 2016-07-19 | 1 | -0/+2 |
* | Recurse into all the ancestors when checking if an object is an exception | Claudiu Popa | 2016-07-19 | 1 | -1/+1 |
* | Add a new refactoring message, 'consider-merging-isinstance`. | Moisés López | 2016-07-12 | 1 | -2/+2 |
* | Fixed our docstring lint errors | Ashley Whetter | 2016-06-25 | 1 | -1/+2 |
* | Document some missing types and improve the indentation. | Claudiu Popa | 2016-06-23 | 1 | -2/+2 |
* | Check proxies when verifying if an object supports a protocol | Claudiu Popa | 2016-06-20 | 1 | -0/+11 |
* | Make pylint work with the astroid's master branch, including the special mode... | Claudiu Popa | 2016-06-05 | 1 | -1/+1 |
* | Add the new shorter license header, including to missing files. Close #894. | Claudiu Popa | 2016-06-01 | 1 | -16/+3 |
* | Do not emit import-error or no-name-in-module for fallback import blocks by d... | Claudiu Popa | 2016-05-31 | 1 | -4/+39 |
* | Added a new extension for checking documented exceptions raised (#904) | Ashley Whetter | 2016-05-20 | 1 | -3/+8 |
* | Don't consider bare and broad except handlers as ignoring NameError, | Claudiu Popa | 2016-02-26 | 1 | -10/+7 |
* | Add __div__ to special methods | Brian C. Lane | 2016-02-03 | 1 | -1/+1 |
* | Remove features in 1.6.0 which were scheduled for removal. | Claudiu Popa | 2015-12-17 | 1 | -7/+0 |
* | Added a new warning, 'unsupported-delete-operation' | Claudiu Popa | 2015-11-26 | 1 | -0/+9 |
* | Added a new warning, 'unsupported-assignment-operation' | Claudiu Popa | 2015-11-26 | 1 | -3/+12 |
* | Simplify the protocol methods, by using a common function. | Claudiu Popa | 2015-11-26 | 1 | -41/+12 |
* | Fix new import related errors in pylint's codebase. | Claudiu Popa | 2015-11-25 | 1 | -2/+3 |
* | Fix instances of unneeded-not in pylint's codebase. | Claudiu Popa | 2015-11-25 | 1 | -1/+1 |
* | Import has_known_bases and safe_infer back into pylint from astroid, until th... | Claudiu Popa | 2015-11-20 | 1 | -11/+44 |
* | Add checker for unsubscriptable values used in subscript expression. | Dmitry Pribysh | 2015-11-03 | 1 | -0/+18 |
* | Make tuple unpacking checker emit less false negatives | Dmitry Pribysh | 2015-10-29 | 1 | -0/+103 |
* | Make iterable checker skip classes that are inferred to be abstract | Dmitry Pribysh | 2015-10-27 | 1 | -0/+11 |
* | Update the list of special methods with the methods added in PEP 492. | Claudiu Popa | 2015-10-01 | 1 | -3/+3 |
* | Don't consider a class abstract if its members can't be properly inferred. | Claudiu Popa | 2015-09-30 | 1 | -0/+6 |
* | Update pylint to use the new astroid AST names and methods | Claudiu Popa | 2015-08-25 | 1 | -19/+20 |
* | Merged in The-Compiler/pylint/no-logilab-common (pull request #264) | Claudiu Popa | 2015-08-18 | 1 | -2/+1 |
|\ |
|
| * | Get rid of logilab.common.compat. | Florian Bruhin | 2015-07-26 | 1 | -2/+1 |