summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pylint 0.18 releasepylint-version-0_17_0Emile Anclin2009-03-192-1/+3
* backported astng2 branchSylvain Thénault2009-03-19160-1926/+466
|\
| * use .fromlineno, not .linenoSylvain Thénault2009-03-196-13/+8
| * more format checker testSylvain Thénault2009-03-192-0/+18
| * cleanupSylvain Thénault2009-03-192-15/+4
| * remergeSylvain Thénault2009-03-183-8/+5
| |\
| | * same graph represented differentlyEmile Anclin2009-03-182-6/+5
| | * remove printEmile Anclin2009-03-181-2/+0
| * | mergeSylvain Thénault2009-03-184-11/+15
| |\ \ | | |/
| | * Changelog : semicolon checkEmile Anclin2009-03-181-4/+6
| | * fix relation test bugEmile Anclin2009-03-181-6/+5
| * | use is_argumentSylvain Thénault2009-03-181-5/+1
| * | argh, was actuallly necessarySylvain Thénault2009-03-181-0/+3
| * | no more necesarySylvain Thénault2009-03-181-3/+0
| * | more testSylvain Thénault2009-03-181-0/+3
| |/
| * test and fix W0612 false positiveSylvain Thénault2009-03-182-0/+10
| * update setuptools depsSylvain Thénault2009-03-181-1/+1
| * fix module special attributes checkingSylvain Thénault2009-03-182-1/+8
| * remove debug raiseSylvain Thénault2009-03-181-1/+0
| * update importSylvain Thénault2009-03-181-5/+7
| * give stmt node, not function node,~ to get correct line numberSylvain Thénault2009-03-181-1/+1
| * fix msg orderSylvain Thénault2009-03-181-1/+1
| * more testsSylvain Thénault2009-03-182-0/+8
| * remove more rpython stuffSylvain Thénault2009-03-182-59/+2
| * update astng depSylvain Thénault2009-03-181-1/+1
| * oopsSylvain Thénault2009-03-171-1/+1
| * simply test using isinstance...Sylvain Thénault2009-03-171-2/+1
| * reSylvain Thénault2009-03-171-1/+1
| * CallFunc as now a func attribute, not nodeSylvain Thénault2009-03-171-1/+1
| * fix checking of module attributes accessible in module scopeSylvain Thénault2009-03-171-1/+1
| * fix output status computingSylvain Thénault2009-03-171-1/+1
| * default code is 28Sylvain Thénault2009-03-171-1/+1
| * use MANAGERSylvain Thénault2009-03-171-2/+2
| * fix import for new astng organisationSylvain Thénault2009-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 implSylvain Thénault2009-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