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 | -2/+1 | |
|\ | ||||||
| * | modify astng imports after astng 'rebuild' refactoring | Emile Anclin | 2010-03-22 | 1 | -2/+1 | |
| | | ||||||
* | | test and fix crash on global w/ 'virtual' nodes such as __file__, ↵ | Sylvain Th?nault | 2010-03-22 | 1 | -0/+7 | |
|/ | | | | __module__, etc. | |||||
* | 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 thenault | 2009-04-08 | 1 | -8/+7 | |
| | ||||||
* | add test for #5719, fixed in astng | sylvain thenault | 2009-03-24 | 1 | -1/+1 | |
| | ||||||
* | only skip E0203 when catched by an AttributeError or parent | sylvain thenault | 2009-03-24 | 1 | -3/+0 | |
| | ||||||
* | only skip E0602 when catched by a NameError or parent | sylvain thenault | 2009-03-24 | 1 | -2/+2 | |
| | ||||||
* | cleanup | sylvain thenault | 2009-03-23 | 1 | -2/+3 | |
| | ||||||
* | more complete list of special methods, also skip W0613 | sylvain thenault | 2009-03-23 | 1 | -5/+6 | |
| | | | | for python internal method | |||||
* | fix #8687, W0613 false positive on inner function | sylvain thenault | 2009-03-23 | 1 | -2/+2 | |
| | ||||||
* | test and fix W0612 false positive | sylvain thenault | 2009-03-18 | 1 | -0/+2 | |
| | ||||||
* | fix module special attributes checking | sylvain thenault | 2009-03-18 | 1 | -1/+1 | |
| | ||||||
* | give stmt node, not function node,~ to get correct line number | sylvain thenault | 2009-03-18 | 1 | -1/+1 | |
| | ||||||
* | oops | Sylvain | 2009-03-17 | 1 | -1/+1 | |
| | ||||||
* | simply test using isinstance... | Sylvain | 2009-03-17 | 1 | -2/+1 | |
| | ||||||
* | fix checking of module attributes accessible in module scope | Sylvain | 2009-03-17 | 1 | -1/+1 | |
| | ||||||
* | fix import for new astng organisation | Sylvain | 2009-03-17 | 1 | -19/+4 | |
| | ||||||
* | handle Del* and AugAssing situations | Emile Anclin | 2009-03-17 | 1 | -5/+4 | |
| | ||||||
* | fromlineno *must not be zero* either | Emile Anclin | 2009-03-17 | 1 | -1/+1 | |
| | ||||||
* | import are_exclusive from astng where it's defined | Emile Anclin | 2009-03-17 | 1 | -1/+2 | |
| | ||||||
* | fix E0601/E0602 alternative and tests | Emile Anclin | 2009-03-16 | 1 | -3/+5 | |
| | ||||||
* | stmt.fromlineno can be 0 for names defined on module level | Emile Anclin | 2009-03-16 | 1 | -1/+2 | |
| | ||||||
* | handle AssName / DelName to enhance detection of unused/undefined variable ↵ | sylvain thenault | 2009-03-13 | 1 | -6/+19 | |
| | | | | on aug and del assigment | |||||
* | cleanup & simplify | Emile Anclin | 2009-03-11 | 1 | -10/+12 | |
| | ||||||
* | fix default value Name nodes | Emile Anclin | 2009-03-10 | 1 | -1/+2 | |
| | ||||||
* | we want the names, not AssName nodes : use new argnames method | Emile Anclin | 2009-03-10 | 1 | -4/+4 | |
| | ||||||
* | replace argnames by args.args | Emile Anclin | 2009-03-09 | 1 | -5/+5 | |
| | ||||||
* | no source_line() / last_source_line() are replaced by fromlineno / tolineno | Emile Anclin | 2009-03-09 | 1 | -1/+1 | |
| | ||||||
* | astng2 support | sylvain thenault | 2009-03-06 | 1 | -1/+2 | |
| | ||||||
* | 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 thenault | 2009-01-16 | 1 | -1/+8 | |
| | | | | added by astng to avoid E0601/E0602 false negative | |||||
* | typo | sylvain thenault | 2009-01-15 | 1 | -1/+1 | |
| | ||||||
* | fix W0631 false positive reported by Paul Hachmann | Sylvain Thenault | 2008-12-16 | 1 | -2/+7 | |
| | ||||||
* | * include a modified version of Maarten ter Huurne patch of avoid W0613 | Sylvain Thenault | 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 | -7/+1 | |
|\ |