Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
|\ | ||||||
| * | fix module inference bug | Adrien Di Mascio | 2007-08-16 | 1 | -1/+1 | |
| | | ||||||
* | | update for new astng api | Sylvain | 2007-02-16 | 1 | -4/+10 | |
|/ | ||||||
* | see changelog | Sylvain | 2006-12-05 | 1 | -4/+9 | |
| | ||||||
* | fix gen expr scope bug | Sylvain | 2006-09-24 | 1 | -1/+12 | |
| | ||||||
* | forget the past. | root | 2006-04-26 | 1 | -0/+428 | |
forget the past. |