summaryrefslogtreecommitdiff
path: root/checkers/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* use .fromlineno, not .linenoastng2sylvain thenault2009-03-191-2/+2
|
* use is_argumentsylvain thenault2009-03-181-5/+1
|
* import are_exclusive from astng where it's definedEmile Anclin2009-03-171-1/+1
|
* variable can also be defined as vararg or kwargEmile Anclin2009-03-111-0/+4
|
* cleanup & simplifyEmile Anclin2009-03-111-16/+9
|
* fix default value Name nodesEmile Anclin2009-03-101-5/+21
|
* fix argnames for nested arguments in astngEmile Anclin2009-03-101-3/+1
|
* yet some more attribute correctionsEmile Anclin2009-03-091-1/+1
|
* a lot of small attribute corrections and moreEmile Anclin2009-03-091-5/+5
|
* replace argnames by args.argsEmile Anclin2009-03-091-1/+1
|
* astng2 supportsylvain thenault2009-03-061-10/+8
|
* Decorators of methods should see the class namespaceMads Kiilerich2009-01-181-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 Kiilerichsylvain thenault2009-01-151-0/+3
|
* fix #3205: W0704 false positiveSylvain2007-02-171-5/+2
|
* check multiple inheritanceSylvain2007-02-151-1/+1
|
* #2508: E0601 false positive with lambdasyt2006-11-231-2/+2
|
* fix spelling mistake pointed out by skip@pobox.comAlexandre Fayolle2006-05-271-1/+1
|
* check ChangeLogsyt2006-05-091-1/+41
|
* forget the past.root2006-04-261-0/+144
forget the past.