| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Use file_from_modpath instead of load_module_from_name. | Claudiu Popa | 2014-01-30 | 1 | -2/+2 | |
| | | | | | | --HG-- branch : all_false_positive | |||||
| * | Merge with default. | Claudiu Popa | 2014-01-22 | 1 | -0/+6 | |
| |\ | | | | | | | | | --HG-- branch : all_false_positive | |||||
| | * | Simplify check and enhance tests. | Claudiu Popa | 2014-01-22 | 1 | -6/+3 | |
| | | | | | | | | | | | --HG-- branch : nonlocal | |||||
| | * | Simplify the lookup for nonlocals. | Claudiu Popa | 2014-01-14 | 1 | -24/+8 | |
| | | | | | | | | | | | --HG-- branch : nonlocal | |||||
| | * | Enhance used-before-assignment check to look for nonlocal uses. | Claudiu Popa | 2013-12-27 | 1 | -0/+25 | |
| | | | | | | | | | | | --HG-- branch : nonlocal | |||||
| * | | Use symbolic name. | Claudiu Popa | 2014-01-18 | 1 | -2/+4 | |
| | | | | | | | | | | | --HG-- branch : all_false_positive | |||||
| * | | Remove missing-submodule, move test fixture inside test. | Claudiu Popa | 2014-01-18 | 1 | -3/+2 | |
| | | | | | | | | | | | --HG-- branch : all_false_positive | |||||
| * | | Add missing-submodule check for fixing issue #126. | Claudiu Popa | 2014-01-03 | 1 | -3/+22 | |
| |/ | | | | | --HG-- branch : all_false_positive | |||||
| * | fix unpacking-non-sequence false negative: detect that infered node **is an ↵ | Sylvain Thénault | 2013-12-20 | 1 | -27/+29 | |
| | | | | | | | | | | instance** of an iterable class. Also, slightly enhance the message for it and its unbalanced-tuple-unpackaging cousin. | |||||
| * | fix indentation in various places. Damned googlers :p | Sylvain Thénault | 2013-12-04 | 1 | -12/+12 | |
| | | ||||||
| * | Refactoring to allow the catching of InferenceErrors. | Claudiu Popa | 2013-10-03 | 1 | -39/+44 | |
| | | | | | | --HG-- branch : non_unpackable | |||||
| * | Don't show the original lineno if the infered node has no lineno. | Claudiu Popa | 2013-09-03 | 1 | -4/+4 | |
| | | | | | | --HG-- branch : non_unpackable | |||||
| * | Don't show the module if it is the same module. | Claudiu Popa | 2013-09-03 | 1 | -6/+16 | |
| | | | | | | --HG-- branch : non_unpackable | |||||
| * | Show the module information for unbalanced-tuple-unpacking and ↵ | Claudiu Popa | 2013-09-02 | 1 | -4/+8 | |
| | | | | | | | | unpacking-non-sequence messages. --HG-- branch : non_unpackable | |||||
| * | Update message. | Claudiu Popa | 2013-09-02 | 1 | -1/+1 | |
| | | | | | | --HG-- branch : non_unpackable | |||||
| * | Add more context informations regarding the unpacked sequence location. | Claudiu Popa | 2013-08-30 | 1 | -2/+4 | |
| | | | | | | --HG-- branch : non_unpackable | |||||
| * | Check all the infered nodes for both unbalanced-tuple-unpacking and ↵ | Claudiu Popa | 2013-08-30 | 1 | -23/+19 | |
| | | | | | | | | unpacking-non-sequence. --HG-- branch : non_unpackable | |||||
| * | Show the offending line for unpacking non sequences. | Claudiu Popa | 2013-08-30 | 1 | -2/+3 | |
| | | | | | | --HG-- branch : non_unpackable | |||||
| * | Make unpacking detection smarter by handling unpacking function calls. | Claudiu Popa | 2013-08-28 | 1 | -11/+20 | |
| | | | | | | --HG-- branch : non_unpackable | |||||
| * | Add new warning for unpacking non-sequences in assignment. | Claudiu Popa | 2013-08-25 | 1 | -13/+32 | |
| | | | | | | --HG-- branch : non_unpackable | |||||
| * | some pylint and style fixes | Sylvain Thénault | 2013-07-31 | 1 | -23/+18 | |
| | | ||||||
| * | Add test cases for good cases, check the targets before the inference. | Claudiu Popa | 2013-07-25 | 1 | -3/+4 | |
| | | | | | | --HG-- branch : unpacking2 | |||||
| * | Prefer the symbolic name. | Claudiu Popa | 2013-07-24 | 1 | -1/+1 | |
| | | | | | | --HG-- branch : unpacking2 | |||||
| * | Infer the value before using it, accept astroid.List as well. | Claudiu Popa | 2013-07-24 | 1 | -3/+8 | |
| | | | | | | --HG-- branch : unpacking2 | |||||
| * | Prefer the symbolic message. | Claudiu Popa | 2013-07-21 | 1 | -1/+1 | |
| | | | | | | --HG-- branch : unpacking2 | |||||
| * | Add support for unbalanced tuple unpacking check. | Claudiu Popa | 2013-07-21 | 1 | -0/+26 | |
| | | | | | | --HG-- branch : unpacking2 | |||||
| * | [variables checker] drop check_messages that trigger false positive when ↵ | Sylvain Thénault | 2013-07-08 | 1 | -3/+0 | |
| | | | | | other messages from this checker are disabled (eg running --errors-only) | |||||
| * | Resolve conflict and take feed-back into account for PR #34 | Anthony Truchet | 2013-06-19 | 1 | -1/+6 | |
| |\ | ||||||
| | * | Add @check_messages(...) annotations to help not to spend time on unneeded ↵ | Anthony Truchet | 2013-06-18 | 1 | -1/+7 | |
| |/ | | | | | | | | checks. We only add such annotations is reasonably simple cases. Some visit methods are quite involved and build a checker's state ; such methods are skipped in the first phase. | |||||
| * | Do not warn about redefinitions of dummy variables. | Torsten Marek | 2013-06-18 | 1 | -1/+3 | |
| | | ||||||
| * | Do not treat all variables starting with _ as dummy variables, only _. | Torsten Marek | 2013-06-18 | 1 | -1/+1 | |
| | | ||||||
| * | astng has been renamed astroid | David Douard | 2013-06-17 | 1 | -30/+30 | |
| | | ||||||
| * | use .fromlineno instead of .lineno (which is not reliable) | Sylvain Thénault | 2013-02-25 | 1 | -2/+2 | |
| | | ||||||
| * | Emit a warning if __all__ contains non-string objects. | Torsten Marek | 2013-01-08 | 1 | -1/+5 | |
| | | | | | Closes #112728 | |||||
| * | Fixed a couple of bugs in the __all__ handling and added a new | Torsten Marek | 2013-01-08 | 1 | -8/+16 | |
| | | | | | | | | | | warning about non-string objects in __all__. Closes #112698 --HG-- branch : stable | |||||
| * | lint fixes | Sylvain Thénault | 2012-09-19 | 1 | -3/+3 | |
| | | ||||||
| * | Closes #104572: symbolic warning names in output (by Martin Pool) | Martin Pool | 2012-09-19 | 1 | -0/+16 | |
| | | | | | triggered whatever the format using a command line option | |||||
| * | drop useless attribute from variables checker | Sylvain Thénault | 2012-09-19 | 1 | -5/+0 | |
| | | ||||||
| * | use .iter* version of dict methods when possible | Sylvain Thénault | 2012-09-19 | 1 | -2/+2 | |
| | | ||||||
| * | Add test and code for handling __all__ with pylint. Closes #4685. | FELD Boris | 2012-09-19 | 1 | -2/+16 | |
| | | ||||||
| * | Closes #93591: Correctly emit W0623 on multiple assignment of unpackable ↵ | Torsten Marek | 2012-06-07 | 1 | -5/+7 | |
| | | | | | | | | | | | | | | exceptions eg for code like try: ... except AnyException as (here, there): ... Instead of warning about redefining tuple, recurse into the tuple and check all names. | |||||
| * | Detect assignments to a loop variable in the else branch of a for statement. | Torsten Marek | 2011-11-17 | 1 | -1/+8 | |
| | | | | | Closes: #9188,#4024 | |||||
| * | Fix for #81078: Warn if names in exception handlers clobber overwrite ↵ | Sylvain Thénault | 2011-10-24 | 1 | -3/+12 | |
| | | | | | existing names | |||||
| * | closes #74747: don't crash when lookup up a special attribute in class scope | Sylvain Thénault | 2011-09-07 | 1 | -2/+9 | |
| | | | | | (patch by google) | |||||
| * | closes #74087: handle case where inference of a module return YES | Sylvain Thénault | 2011-09-07 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | This avoid some cases of "TypeError: '_Yes' object does not support indexing" when conditionally assigning a nonexisting module to intermediate modules in a dotted name. This is only a cosmetic fix to avoid the crash, the actual fix probably needs a lot of work on the inference module to support conditional assignment and inspection of several places of assignment, rather than just the latest one. Probably not worth it, either. patch by Google | |||||
| * | closes #70495: absolute imports fail depending on module path (patch by ↵ | Sylvain Thénault | 2011-07-08 | 1 | -1/+2 | |
| | | | | | Jacek Konieczny) | |||||
| * | performance: use 'active_msgs' attribute to disable function calls or the like | Emile Anclin | 2010-12-13 | 1 | -2/+10 | |
| | | ||||||
| * | pylint itself: remove last pylint error message | Emile Anclin | 2010-12-13 | 1 | -3/+4 | |
| | | ||||||
| * | cleanup: remove useless KeyboardInterrupt catch and have a print for | Emile Anclin | 2010-12-09 | 1 | -4/+5 | |
| | | | | | unhandled exception | |||||
| * | messages: decorate visit and leave methods with check_messages | Emile Anclin | 2010-12-09 | 1 | -3/+5 | |
| | | | | | refactor checker/bases.py while adding 'check_messages' | |||||
