Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make pylint work with Python 3.5 changes in astroid. | Claudiu Popa | 2015-09-18 | 1 | -1/+0 |
* | Use the new node names for the visit and leave methods | Claudiu Popa | 2015-08-26 | 1 | -1/+1 |
* | Update pylint to use the new astroid AST names and methods | Claudiu Popa | 2015-08-25 | 1 | -4/+4 |
* | Fix inference error on string format | Rene Zhang | 2015-08-20 | 1 | -0/+2 |
* | Use the new CallFunc.keywords instead of filtering out Keyword from CallFunc.... | Claudiu Popa | 2015-08-08 | 1 | -9/+8 |
* | Use safe_infer and has_known_bases from astroid.helpers. Closes issue #593. | Claudiu Popa | 2015-07-06 | 1 | -3/+4 |
* | Remove trailing whitespace. | Claudiu Popa | 2015-05-24 | 1 | -1/+1 |
* | Handle format-combined-specification explicitly on Jython, where parsing such... | Claudiu Popa | 2015-05-24 | 1 | -3/+12 |
* | Don't fail in the string checker when encountering a bytes string on Python 3... | Claudiu Popa | 2015-04-01 | 1 | -0/+3 |
* | Move all package files to a pylint package. | Ionel Cristian Maries | 2015-02-14 | 1 | -0/+615 |