| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all package files to a pylint package. | Ionel Cristian Maries | 2015-02-14 | 1 | -1069/+0 |
* | pylint pylint | Sylvain Th?nault | 2014-11-19 | 1 | -31/+29 |
* | Use astroid.modutils everywhere. | Torsten Marek | 2014-11-09 | 1 | -3/+2 |
* | Documentation improvementsdocs-improvements-2 | Michal Nowikowski | 2014-11-04 | 1 | -1/+1 |
* | Simplify the import lookup for frames in which a global appears. | Claudiu Popa | 2014-10-02 | 1 | -19/+18 |
* | Fix another false positives with 'undefined-variable', where the variable can... | cpopa | 2014-09-18 | 1 | -2/+19 |
* | Don't emit 'unbalanced-tuple-unpacking' when the rhs of the assignment is a v... | cpopa | 2014-09-11 | 1 | -0/+5 |
* | Allow the customisation of callback identifiers. Closes issue #326. | cpopa | 2014-09-10 | 1 | -2/+10 |
* | Extend the cases where 'undefined-variable' and 'used-before-assignment' can ... | cpopa | 2014-09-03 | 1 | -5/+33 |
* | Change basestring to six.string_types | Brett Cannon | 2014-08-29 | 1 | -1/+1 |
* | Modernize to the point of working for Python 2.7 still | Brett Cannon | 2014-08-29 | 1 | -8/+9 |
* | Move fix code into a separate private function, _fix_dot_import. | cpopa | 2014-08-24 | 1 | -30/+33 |
* | Implement confidence levels. | Torsten Marek | 2014-07-24 | 1 | -3/+8 |
* | Don't emit 'unused-import' when a special object is imported (__all__, __doc_... | cpopa | 2014-08-11 | 1 | -0/+12 |
* | Fix an 'unused-import' false positive, when the error was emitted for all the... | cpopa | 2014-08-09 | 1 | -5/+13 |
* | Cleanup. | cpopa | 2014-08-08 | 1 | -9/+14 |
* | Merge. | cpopa | 2014-08-08 | 1 | -9/+49 |
|\ |
|
| * | Fixed checking a list of imported names from a module in unused-import case. | Michal Nowikowski | 2014-08-06 | 1 | -4/+28 |
| * | Improved comments. | Michal Nowikowski | 2014-08-04 | 1 | -2/+4 |
| * | Fix for wired case with import from stmt. | Michal Nowikowski | 2014-08-04 | 1 | -1/+1 |
| * | Review fixes. | Michal Nowikowski | 2014-08-04 | 1 | -7/+13 |
| * | Fixed preparing unused-import message. | Michal Nowikowski | 2014-08-02 | 1 | -1/+1 |
| * | Improved messages text for unused imports. | Michal Nowikowski | 2014-08-02 | 1 | -3/+11 |
| * | Improved presenting unused-import message. Closes issue #293. | Michal Nowikowski | 2014-08-01 | 1 | -8/+8 |
* | | Cleanup. | cpopa | 2014-08-08 | 1 | -2/+5 |
|/ |
|
* | Remove extraneous print. The import exception is already handled by another c... | cpopa | 2014-07-30 | 1 | -2/+1 |
* | Proper handle class level scope for lambdas. | cpopa | 2014-07-29 | 1 | -4/+36 |
* | linting pylint | Sylvain Th?nault | 2014-07-25 | 1 | -20/+21 |
* | Fix more edge cases in the cell-var-from-loop warning (Closes: #233). | Torsten Marek | 2014-07-25 | 1 | -1/+9 |
* | Merged in PCManticore/pylint/metaclass_undefined (pull request #111) | Claudiu Popa | 2014-07-23 | 1 | -0/+6 |
|\ |
|
| * | Don't emit 'unused-variable' when assigning to a nonlocal. Closes issue #275. | cpopa | 2014-07-23 | 1 | -0/+6 |
* | | Remove check_messages, so that leave_module can be called if 'undefined-vari... | cpopa | 2014-07-23 | 1 | -1/+0 |
* | | Merge with default. | cpopa | 2014-07-22 | 1 | -5/+120 |
|\ \
| |/ |
|
| * | Definition order is considered for classes, function arguments and annotation... | cpopa | 2014-07-21 | 1 | -1/+66 |
| * | Fix an 'unused-variable' false positive, where the variable is assigned throu... | cpopa | 2014-07-17 | 1 | -1/+41 |
| * | Don't emit 'no-name-in-module' for ignored modules. Closes issue #223. | cpopa | 2014-07-12 | 1 | -1/+7 |
| * | Fix a false positive with unbalanced iterable unpacking, when encountering st... | cpopa | 2014-07-08 | 1 | -4/+8 |
* | | If the metaclass was infered properly, skip the undefined-variable check. | cpopa | 2014-05-05 | 1 | -4/+2 |
* | | Fix a false positive with classes without explictly defined metaclasses (inhe... | cpopa | 2014-05-03 | 1 | -0/+5 |
* | | Emit 'undefined-variable' for undefined names used as metaclasses with Python... | cpopa | 2014-05-02 | 1 | -9/+43 |
|/ |
|
* | Fix unused-import false positive with Python 3 metaclasses. Closes issue #143. | cpopa | 2014-05-02 | 1 | -0/+16 |
* | Added a new warning for closing over variables that are defined in loops. | Torsten Marek | 2014-04-23 | 1 | -0/+28 |
* | Extend the checking for unbalanced-tuple-unpacking and unpacking-non-sequence... | cpopa | 2014-04-22 | 1 | -4/+0 |
* | [variable checker] fix dummy-variable-rgx help. Closes #75 | Sylvain Th?nault | 2014-04-18 | 1 | -2/+2 |
* | Only emit symblic warnings from the variables checker. | Torsten Marek | 2014-04-16 | 1 | -29/+32 |
* | various cleanups | Sylvain Th?nault | 2014-04-15 | 1 | -6/+7 |
* | [variable checker] Fix unused import false positive with augment assignment. ... | Anthony Truchet | 2014-04-11 | 1 | -1/+5 |
* | Use the infered name when accessing __all__ elements. Closes 188. | cpopa | 2014-04-12 | 1 | -1/+1 |
* | except as replaced by commas, one with_statement future import added and Stri... | Ricardo Gemignani | 2014-03-06 | 1 | -1/+1 |
* | Updated FSF address. | Arun Persaud | 2014-02-23 | 1 | -1/+1 |