Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | python2.3 compat fixes | Emile Anclin | 2010-09-22 | 1 | -0/+1 | |
| | ||||||
* | use generic disable / enable methods and inline option | Sylvain Th?nault | 2010-04-19 | 1 | -1/+1 | |
| | ||||||
* | fix #20067: pylint crash with AttributeError | Emile Anclin | 2010-04-15 | 1 | -0/+3 | |
| | | | | in a with statement without 'as', node.vars is None | |||||
* | copyright update : date up 2010 | Emile Anclin | 2010-03-23 | 1 | -1/+1 | |
| | ||||||
* | use display_type defined as an astng method | Sylvain Th?nault | 2009-11-25 | 1 | -8/+0 | |
| | ||||||
* | merge | Sylvain Th?nault | 2009-11-23 | 1 | -4/+4 | |
|\ | ||||||
| * | include Dotan Barak spell fixes patch | Sylvain Th?nault | 2009-11-23 | 1 | -4/+4 | |
| | | ||||||
* | | missing __delete__ method | Sylvain Th?nault | 2009-10-21 | 1 | -1/+1 | |
|/ | ||||||
* | test and fix for #9215 | Sylvain Th?nault | 2009-08-27 | 1 | -1/+1 | |
| | ||||||
* | more complete list of python internal methods | sylvain thenault | 2009-04-08 | 1 | -3/+10 | |
| | ||||||
* | only skip E0602 when catched by a NameError or parent | sylvain thenault | 2009-03-24 | 1 | -1/+1 | |
| | ||||||
* | more complete list | sylvain thenault | 2009-03-23 | 1 | -0/+6 | |
| | ||||||
* | fix is_func_decorator / is_default | sylvain thenault | 2009-03-23 | 1 | -8/+9 | |
| | ||||||
* | more complete list of special methods, also skip W0613 | sylvain thenault | 2009-03-23 | 1 | -0/+9 | |
| | | | | for python internal method | |||||
* | fix #8687, W0613 false positive on inner function | sylvain thenault | 2009-03-23 | 1 | -17/+8 | |
| | ||||||
* | use .fromlineno, not .linenoastng2 | sylvain thenault | 2009-03-19 | 1 | -2/+2 | |
| | ||||||
* | use is_argument | sylvain thenault | 2009-03-18 | 1 | -5/+1 | |
| | ||||||
* | import are_exclusive from astng where it's defined | Emile Anclin | 2009-03-17 | 1 | -1/+1 | |
| | ||||||
* | variable can also be defined as vararg or kwarg | Emile Anclin | 2009-03-11 | 1 | -0/+4 | |
| | ||||||
* | cleanup & simplify | Emile Anclin | 2009-03-11 | 1 | -16/+9 | |
| | ||||||
* | fix default value Name nodes | Emile Anclin | 2009-03-10 | 1 | -5/+21 | |
| | ||||||
* | fix argnames for nested arguments in astng | Emile Anclin | 2009-03-10 | 1 | -3/+1 | |
| | ||||||
* | yet some more attribute corrections | Emile Anclin | 2009-03-09 | 1 | -1/+1 | |
| | ||||||
* | a lot of small attribute corrections and more | Emile Anclin | 2009-03-09 | 1 | -5/+5 | |
| | ||||||
* | replace argnames by args.args | Emile Anclin | 2009-03-09 | 1 | -1/+1 | |
| | ||||||
* | astng2 support | sylvain thenault | 2009-03-06 | 1 | -10/+8 | |
| | ||||||
* | Decorators of methods should see the class namespace | Mads Kiilerich | 2009-01-18 | 1 | -1/+11 | |
| | | | | | | | | - 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 #6954, patch contributed by Mads Kiilerich | sylvain thenault | 2009-01-15 | 1 | -0/+3 | |
| | ||||||
* | fix #3205: W0704 false positive | Sylvain | 2007-02-17 | 1 | -5/+2 | |
| | ||||||
* | check multiple inheritance | Sylvain | 2007-02-15 | 1 | -1/+1 | |
| | ||||||
* | #2508: E0601 false positive with lambda | syt | 2006-11-23 | 1 | -2/+2 | |
| | ||||||
* | fix spelling mistake pointed out by skip@pobox.com | Alexandre Fayolle | 2006-05-27 | 1 | -1/+1 | |
| | ||||||
* | check ChangeLog | syt | 2006-05-09 | 1 | -1/+41 | |
| | ||||||
* | forget the past. | root | 2006-04-26 | 1 | -0/+144 | |
forget the past. |