summaryrefslogtreecommitdiff
path: root/checkers/utils.py
Commit message (Collapse)AuthorAgeFilesLines
...
* python2.3 compat fixesEmile Anclin2010-09-221-0/+1
|
* use generic disable / enable methods and inline optionSylvain Th?nault2010-04-191-1/+1
|
* fix #20067: pylint crash with AttributeErrorEmile Anclin2010-04-151-0/+3
| | | | in a with statement without 'as', node.vars is None
* copyright update : date up 2010Emile Anclin2010-03-231-1/+1
|
* use display_type defined as an astng methodSylvain Th?nault2009-11-251-8/+0
|
* mergeSylvain Th?nault2009-11-231-4/+4
|\
| * include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-4/+4
| |
* | missing __delete__ methodSylvain Th?nault2009-10-211-1/+1
|/
* test and fix for #9215Sylvain Th?nault2009-08-271-1/+1
|
* more complete list of python internal methodssylvain thenault2009-04-081-3/+10
|
* only skip E0602 when catched by a NameError or parentsylvain thenault2009-03-241-1/+1
|
* more complete listsylvain thenault2009-03-231-0/+6
|
* fix is_func_decorator / is_defaultsylvain thenault2009-03-231-8/+9
|
* more complete list of special methods, also skip W0613sylvain thenault2009-03-231-0/+9
| | | | for python internal method
* fix #8687, W0613 false positive on inner functionsylvain thenault2009-03-231-17/+8
|
* 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.