summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use .fromlineno, not .linenoastng2sylvain thenault2009-03-196-13/+8
* more format checker testsylvain thenault2009-03-192-0/+18
* cleanupsylvain thenault2009-03-192-15/+4
* remergesylvain thenault2009-03-183-8/+5
|\
| * same graph represented differentlyEmile Anclin2009-03-182-6/+5
| * remove printEmile Anclin2009-03-181-2/+0
* | mergesylvain thenault2009-03-185-7/+9
|\ \ | |/ |/|
| * use is_argumentsylvain thenault2009-03-181-5/+1
| * argh, was actuallly necessarysylvain thenault2009-03-181-0/+3
| * no more necesarysylvain thenault2009-03-181-3/+0
| * more testsylvain thenault2009-03-181-0/+3
* | Changelog : semicolon checkEmile Anclin2009-03-181-4/+6
* | fix relation test bugEmile Anclin2009-03-181-6/+5
|/
* test and fix W0612 false positivesylvain thenault2009-03-182-0/+10
* update setuptools depssylvain thenault2009-03-181-1/+1
* fix module special attributes checkingsylvain thenault2009-03-182-1/+8
* remove debug raisesylvain thenault2009-03-181-1/+0
* update importsylvain thenault2009-03-181-5/+7
* give stmt node, not function node,~ to get correct line numbersylvain thenault2009-03-181-1/+1
* fix msg ordersylvain thenault2009-03-181-1/+1
* more testssylvain thenault2009-03-182-0/+8
* remove more rpython stuffsylvain thenault2009-03-182-59/+2
* update astng depsylvain thenault2009-03-181-1/+1
* oopsSylvain2009-03-171-1/+1
* simply test using isinstance...Sylvain2009-03-171-2/+1
* reSylvain2009-03-171-1/+1
* CallFunc as now a func attribute, not nodeSylvain2009-03-171-1/+1
* fix checking of module attributes accessible in module scopeSylvain2009-03-171-1/+1
* fix output status computingSylvain2009-03-171-1/+1
* default code is 28Sylvain2009-03-171-1/+1
* use MANAGERSylvain2009-03-171-2/+2
* fix import for new astng organisationSylvain2009-03-178-37/+26
* relation extraction testsEmile Anclin2009-03-172-5/+44
* use capital letters for globals; little cleanupEmile Anclin2009-03-171-20/+26
* explicit class diagram option handlingEmile Anclin2009-03-171-6/+14
* better name, fix implSylvain2009-03-171-10/+9
* handle Del* and AugAssing situationsEmile Anclin2009-03-173-6/+12
* revert wrong message correctionEmile Anclin2009-03-172-2/+2
* fix python version handling in test_funcEmile Anclin2009-03-171-3/+4
* rename noerror_staticmethod_as_decorator testEmile Anclin2009-03-171-0/+0
* local_attr now return a list of nodesEmile Anclin2009-03-171-4/+4
* fromlineno *must not be zero* eitherEmile Anclin2009-03-171-1/+1
* fix messagesEmile Anclin2009-03-171-2/+3
* import are_exclusive from astng where it's definedEmile Anclin2009-03-173-3/+5
* move W0601 to W0301Emile Anclin2009-03-172-18/+18
* fix E0601/E0602 alternative and testsEmile Anclin2009-03-163-5/+7
* stmt.fromlineno can be 0 for names defined on module levelEmile Anclin2009-03-163-1/+13
* remove a lot of more rpython stuffEmile Anclin2009-03-168-58/+6
* remove all rpython stuffEmile Anclin2009-03-16117-1511/+0
* mergesylvain thenault2009-03-137-22/+63
|\