summaryrefslogtreecommitdiff
path: root/checkers/classes.py
Commit message (Expand)AuthorAgeFilesLines
* cleanupsylvain thenault2009-03-241-2/+0
* only skip E0203 when catched by an AttributeError or parentsylvain thenault2009-03-241-1/+1
* don't issue E0203 when in try: except AttributeErrorsylvain thenault2009-03-231-14/+11
* more complete list of special methods, also skip W0613sylvain thenault2009-03-231-9/+2
* use .fromlineno, not .linenoastng2sylvain thenault2009-03-191-1/+1
* reSylvain2009-03-171-1/+1
* CallFunc as now a func attribute, not nodeSylvain2009-03-171-1/+1
* fix import for new astng organisationSylvain2009-03-171-2/+3
* handle Del* and AugAssing situationsEmile Anclin2009-03-171-0/+4
* local_attr now return a list of nodesEmile Anclin2009-03-171-4/+4
* little correctionsEmile Anclin2009-03-101-4/+5
* we want the names, not AssName nodes : use new argnames methodEmile Anclin2009-03-101-7/+8
* a lot of small attribute corrections and moreEmile Anclin2009-03-091-2/+2
* replace argnames by args.argsEmile Anclin2009-03-091-8/+8
* no source_line() / last_source_line() are replaced by fromlineno / tolinenoEmile Anclin2009-03-091-1/+1
* some more astng2 support / attr modificationsEmile Anclin2009-03-061-3/+3
* cleanupSylvain Thenault2008-11-191-3/+1
* don't warn on access to instance._ (a bit ginco specific but...)Sylvain2007-04-161-2/+2
* fix potential bugSylvain2007-02-221-1/+3
* don't emit 'method could be a function' for special methodsSylvain2007-02-191-2/+10
* #2485 W0222 false positiveSylvain2007-02-191-6/+6
* #3123Sylvain2007-02-191-2/+3
* update for new astng apiSylvain2007-02-161-1/+1
* fix for a ginco crashsyt2006-11-231-0/+2
* fix W0233 bugsyt2006-11-211-3/+3
* fix spelling mistake pointed out by skip@pobox.comAlexandre Fayolle2006-05-271-13/+13
* check ChangeLogsyt2006-05-091-3/+6
* * new W0212 message for access to protected member from client codesyt2006-05-051-19/+34
* forget the past.root2006-04-261-0/+481