summaryrefslogtreecommitdiff
path: root/checkers/variables.py
Commit message (Expand)AuthorAgeFilesLines
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-1069/+0
* pylint pylintSylvain Th?nault2014-11-191-31/+29
* Use astroid.modutils everywhere.Torsten Marek2014-11-091-3/+2
* Documentation improvementsdocs-improvements-2Michal Nowikowski2014-11-041-1/+1
* Simplify the import lookup for frames in which a global appears.Claudiu Popa2014-10-021-19/+18
* Fix another false positives with 'undefined-variable', where the variable can...cpopa2014-09-181-2/+19
* Don't emit 'unbalanced-tuple-unpacking' when the rhs of the assignment is a v...cpopa2014-09-111-0/+5
* Allow the customisation of callback identifiers. Closes issue #326.cpopa2014-09-101-2/+10
* Extend the cases where 'undefined-variable' and 'used-before-assignment' can ...cpopa2014-09-031-5/+33
* Change basestring to six.string_typesBrett Cannon2014-08-291-1/+1
* Modernize to the point of working for Python 2.7 stillBrett Cannon2014-08-291-8/+9
* Move fix code into a separate private function, _fix_dot_import.cpopa2014-08-241-30/+33
* Implement confidence levels.Torsten Marek2014-07-241-3/+8
* Don't emit 'unused-import' when a special object is imported (__all__, __doc_...cpopa2014-08-111-0/+12
* Fix an 'unused-import' false positive, when the error was emitted for all the...cpopa2014-08-091-5/+13
* Cleanup.cpopa2014-08-081-9/+14
* Merge.cpopa2014-08-081-9/+49
|\
| * Fixed checking a list of imported names from a module in unused-import case.Michal Nowikowski2014-08-061-4/+28
| * Improved comments.Michal Nowikowski2014-08-041-2/+4
| * Fix for wired case with import from stmt.Michal Nowikowski2014-08-041-1/+1
| * Review fixes.Michal Nowikowski2014-08-041-7/+13
| * Fixed preparing unused-import message.Michal Nowikowski2014-08-021-1/+1
| * Improved messages text for unused imports.Michal Nowikowski2014-08-021-3/+11
| * Improved presenting unused-import message. Closes issue #293.Michal Nowikowski2014-08-011-8/+8
* | Cleanup.cpopa2014-08-081-2/+5
|/
* Remove extraneous print. The import exception is already handled by another c...cpopa2014-07-301-2/+1
* Proper handle class level scope for lambdas.cpopa2014-07-291-4/+36
* linting pylintSylvain Th?nault2014-07-251-20/+21
* Fix more edge cases in the cell-var-from-loop warning (Closes: #233).Torsten Marek2014-07-251-1/+9
* Merged in PCManticore/pylint/metaclass_undefined (pull request #111)Claudiu Popa2014-07-231-0/+6
|\
| * Don't emit 'unused-variable' when assigning to a nonlocal. Closes issue #275.cpopa2014-07-231-0/+6
* | Remove check_messages, so that leave_module can be called if 'undefined-vari...cpopa2014-07-231-1/+0
* | Merge with default.cpopa2014-07-221-5/+120
|\ \ | |/
| * Definition order is considered for classes, function arguments and annotation...cpopa2014-07-211-1/+66
| * Fix an 'unused-variable' false positive, where the variable is assigned throu...cpopa2014-07-171-1/+41
| * Don't emit 'no-name-in-module' for ignored modules. Closes issue #223.cpopa2014-07-121-1/+7
| * Fix a false positive with unbalanced iterable unpacking, when encountering st...cpopa2014-07-081-4/+8
* | If the metaclass was infered properly, skip the undefined-variable check.cpopa2014-05-051-4/+2
* | Fix a false positive with classes without explictly defined metaclasses (inhe...cpopa2014-05-031-0/+5
* | Emit 'undefined-variable' for undefined names used as metaclasses with Python...cpopa2014-05-021-9/+43
|/
* Fix unused-import false positive with Python 3 metaclasses. Closes issue #143.cpopa2014-05-021-0/+16
* Added a new warning for closing over variables that are defined in loops.Torsten Marek2014-04-231-0/+28
* Extend the checking for unbalanced-tuple-unpacking and unpacking-non-sequence...cpopa2014-04-221-4/+0
* [variable checker] fix dummy-variable-rgx help. Closes #75Sylvain Th?nault2014-04-181-2/+2
* Only emit symblic warnings from the variables checker.Torsten Marek2014-04-161-29/+32
* various cleanupsSylvain Th?nault2014-04-151-6/+7
* [variable checker] Fix unused import false positive with augment assignment. ...Anthony Truchet2014-04-111-1/+5
* Use the infered name when accessing __all__ elements. Closes 188.cpopa2014-04-121-1/+1
* except as replaced by commas, one with_statement future import added and Stri...Ricardo Gemignani2014-03-061-1/+1
* Updated FSF address.Arun Persaud2014-02-231-1/+1