| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | remove code that's out commented since rev 0 | Emile Anclin | 2010-12-06 | 1 | -25/+0 | |
| | | ||||||
| * | 223 : run python2.x compatible fixers | Emile Anclin | 2010-11-15 | 1 | -1/+1 | |
| | | ||||||
| * | cleanup; remove a useless "else" indentation | Emile Anclin | 2010-11-04 | 1 | -35/+34 | |
| | | ||||||
| * | py3k: list comprehension is now a scoped node | Emile Anclin | 2010-11-04 | 1 | -0/+18 | |
| | | ||||||
| * | help / man: more explicit on dummy variable regex | Emile Anclin | 2010-10-25 | 1 | -2/+2 | |
| | | ||||||
| * | update VariablesChecker to take into account the nested scopes of dictionary ↵ | Daniel Harding | 2010-10-09 | 1 | -3/+25 | |
| | | | | | and set comprehensions | |||||
| * | remove useless lgc.compat imports | Emile Anclin | 2010-10-06 | 1 | -1/+0 | |
| | | ||||||
| * | copyright update : date up 2010 | Emile Anclin | 2010-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | we may have name node with fromlineno to None for astng built from ↵ | Sylvain Thénault | 2010-03-23 | 1 | -3/+5 | |
| | | | | | C-compiled modules | |||||
| * | merge | Emile Anclin | 2010-03-22 | 1 | -0/+7 | |
| |\ | ||||||
| | * | test and fix crash on global w/ 'virtual' nodes such as __file__, ↵ | Sylvain Thénault | 2010-03-22 | 1 | -0/+7 | |
| | | | | | | | | | __module__, etc. | |||||
| * | | modify astng imports after astng 'rebuild' refactoring | Emile Anclin | 2010-03-22 | 1 | -2/+1 | |
| |/ | ||||||
| * | applied Colin Moris patch closing #9263: no W0613 for __init__ (method does ↵ | Sylvain Thénault | 2010-03-04 | 1 | -1/+1 | |
| | | | | | not use all of its arguments) | |||||
| * | fix #20991: class scope definitions ignored in a genexpr | Adrien Di Mascio | 2010-02-25 | 1 | -2/+6 | |
| | | | | | | | | | When checking for variable existence in a method definition, pylint simply skips the class scope in the scope consumer chain. This technique works fine with classic methods but doesn't work when analyzing genexprs defined at class level : for genexprs, we do want the class scope to be considered. | |||||
| * | fix #18862: E0601 false positive with lambda functions | Sylvain Thénault | 2009-11-25 | 1 | -1/+2 | |
| | | ||||||
| * | include Dotan Barak spell fixes patch | Sylvain Thénault | 2009-11-23 | 1 | -9/+9 | |
| | | ||||||
| * | d-t-w | Sylvain Thénault | 2009-08-27 | 1 | -26/+26 | |
| | | ||||||
| * | do not print Redefining builtin for additional builtins | Sylvain Thénault | 2009-04-08 | 1 | -8/+7 | |
| | | ||||||
| * | add test for #5719, fixed in astng | Sylvain Thénault | 2009-03-24 | 1 | -1/+1 | |
| | | ||||||
| * | only skip E0203 when catched by an AttributeError or parent | Sylvain Thénault | 2009-03-24 | 1 | -3/+0 | |
| | | ||||||
| * | only skip E0602 when catched by a NameError or parent | Sylvain Thénault | 2009-03-24 | 1 | -2/+2 | |
| | | ||||||
| * | cleanup | Sylvain Thénault | 2009-03-23 | 1 | -2/+3 | |
| | | ||||||
| * | more complete list of special methods, also skip W0613 | Sylvain Thénault | 2009-03-23 | 1 | -5/+6 | |
| | | | | | for python internal method | |||||
| * | fix #8687, W0613 false positive on inner function | Sylvain Thénault | 2009-03-23 | 1 | -2/+2 | |
| | | ||||||
| * | test and fix W0612 false positive | Sylvain Thénault | 2009-03-18 | 1 | -0/+2 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | fix module special attributes checking | Sylvain Thénault | 2009-03-18 | 1 | -1/+1 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | give stmt node, not function node,~ to get correct line number | Sylvain Thénault | 2009-03-18 | 1 | -1/+1 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | oops | Sylvain Thénault | 2009-03-17 | 1 | -1/+1 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | simply test using isinstance... | Sylvain Thénault | 2009-03-17 | 1 | -2/+1 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | fix checking of module attributes accessible in module scope | Sylvain Thénault | 2009-03-17 | 1 | -1/+1 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | fix import for new astng organisation | Sylvain Thénault | 2009-03-17 | 1 | -19/+4 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | handle Del* and AugAssing situations | Emile Anclin | 2009-03-17 | 1 | -5/+4 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | fromlineno *must not be zero* either | Emile Anclin | 2009-03-17 | 1 | -1/+1 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | import are_exclusive from astng where it's defined | Emile Anclin | 2009-03-17 | 1 | -1/+2 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | fix E0601/E0602 alternative and tests | Emile Anclin | 2009-03-16 | 1 | -3/+5 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | stmt.fromlineno can be 0 for names defined on module level | Emile Anclin | 2009-03-16 | 1 | -1/+2 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | handle AssName / DelName to enhance detection of unused/undefined variable ↵ | Sylvain Thénault | 2009-03-13 | 1 | -6/+19 | |
| | | | | | | | | on aug and del assigment --HG-- branch : astng2 | |||||
| * | cleanup & simplify | Emile Anclin | 2009-03-11 | 1 | -10/+12 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | fix default value Name nodes | Emile Anclin | 2009-03-10 | 1 | -1/+2 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | we want the names, not AssName nodes : use new argnames method | Emile Anclin | 2009-03-10 | 1 | -4/+4 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | replace argnames by args.args | Emile Anclin | 2009-03-09 | 1 | -5/+5 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | no source_line() / last_source_line() are replaced by fromlineno / tolineno | Emile Anclin | 2009-03-09 | 1 | -1/+1 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | astng2 support | Sylvain Thénault | 2009-03-06 | 1 | -1/+2 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | Decorators of methods should see the class namespace | Mads Kiilerich | 2009-01-18 | 1 | -4/+4 | |
| | | | | | | | | | - just like default values does but the body doesn't. Fixes https://www.logilab.net/elo/ticket/3711 - bug finding decorator arguments https://www.logilab.net/elo/ticket/5626 - name resolution bug inside classes | |||||
| * | fix #6949: as suggested by m. kiilerich, we should remove __dict__ node ↵ | Sylvain Thénault | 2009-01-16 | 1 | -1/+8 | |
| | | | | | added by astng to avoid E0601/E0602 false negative | |||||
| * | typo | Sylvain Thénault | 2009-01-15 | 1 | -1/+1 | |
| | | ||||||
| * | fix W0631 false positive reported by Paul Hachmann | Sylvain Thénault | 2008-12-16 | 1 | -2/+7 | |
| | | ||||||
| * | * include a modified version of Maarten ter Huurne patch of avoid W0613 | Sylvain Thénault | 2008-12-03 | 1 | -10/+35 | |
| | | | | | warning on arguments from overridden method | |||||
| * | NameError | Adrien Di Mascio | 2007-08-21 | 1 | -1/+1 | |
| | | ||||||
| * | merge | Adrien Di Mascio | 2007-08-16 | 1 | -3/+3 | |
| |\ | ||||||
