summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* (painful) mergeSylvain Thénault2009-03-199-366/+876
|\
| * cleanupSylvain Thénault2009-03-191-1/+0
| * mergeEmile Anclin2009-03-191-0/+56
| |\
| | * test and fix line numbering for py2.5 For/While/With/TryExcept/TryFinally/WithSylvain Thénault2009-03-191-0/+56
| * | add some delete slice/subscript testEmile Anclin2009-03-191-1/+2
| |/
| * fix line numbering ofSylvain Thénault2009-03-191-1/+18
| * more special attributes handling fixesSylvain Thénault2009-03-181-2/+14
| * fix asscontext managementSylvain Thénault2009-03-181-0/+12
| * more lookup testSylvain Thénault2009-03-181-0/+10
| * test Ellipsis nodeSylvain Thénault2009-03-181-0/+6
| * test update (new handling of special attributesSylvain Thénault2009-03-182-12/+6
| * more slice testSylvain Thénault2009-03-181-1/+1
| * oopsSylvain Thénault2009-03-181-1/+1
| * test slice nodesSylvain Thénault2009-03-181-1/+8
| * test and fix Arguments line numbering with py2.4Sylvain Thénault2009-03-181-0/+16
| * test and fix Function.argnamesSylvain Thénault2009-03-181-0/+5
| * test and fix python'special attributes handlingSylvain Thénault2009-03-171-0/+59
| * pylint fixesSylvain Thénault2009-03-173-29/+17
| * limit cyclic dependencies / cleanup by introducing a new infutils moduleSylvain Thénault2009-03-174-30/+34
| * use manager to avoid duplicate build (may lead to false error when using pyte...Emile Anclin2009-03-171-11/+8
| * fix local_attr method to return a list of nodes as instance_attrEmile Anclin2009-03-171-1/+3
| * add <module|class|instance>get_attr testsEmile Anclin2009-03-171-0/+39
| * refactoring are_exclusive and testsEmile Anclin2009-03-171-0/+57
| * test and fix builtin_lookup w/ __dict__ nameSylvain Thénault2009-03-131-1/+14
| * fix NoneType representationSylvain Thénault2009-03-131-1/+31
| * avoid pollution of builtin's namespaceSylvain Thénault2009-03-131-0/+15
| * should not return duplicated interfacesSylvain Thénault2009-03-131-1/+1
| * * code cleanupSylvain Thénault2009-03-132-122/+155
| * uncomment working test; test tuple inference ?Emile Anclin2009-03-111-4/+13
| * fix line lengthEmile Anclin2009-03-111-34/+34
| * remove Yield's parent node if it is a Discard; testcaseEmile Anclin2009-03-091-0/+13
| * remove all argnames; None values for _astEmile Anclin2009-03-091-2/+2
| * more testSylvain Thénault2009-03-061-15/+19
| * more testSylvain Thénault2009-03-061-1/+8
| * remove NoneType and Bool special classes, use Const insteadSylvain Thénault2009-03-062-7/+7
| * fix sibling methods and testsEmile Anclin2009-03-061-1/+2
| * cleanupSylvain Thénault2009-03-061-2/+5
| * refactor line numbering handlingSylvain Thénault2009-03-061-130/+132
| * introduce Arguments nodeSylvain Thénault2009-03-061-10/+10
| * test and fix (no crash at least) block_range methodsSylvain Thénault2009-03-051-13/+57
| * mssing attach___dict__ for Module nodesSylvain Thénault2009-03-051-10/+4
| * use logilab.common.testlibEmile Anclin2009-03-041-7/+5
| * modify test for If nodeEmile Anclin2009-03-041-49/+11
| * use assertIsInstance; add test_lookup_cond_brancheseEmile Anclin2009-03-032-43/+54
| * * GenExprFor, ListCompFor -> ComprehensionEmile Anclin2009-03-031-8/+2
| * there are two test_del methodsEmile Anclin2009-03-021-10/+16
| * add test on getattr classEmile Anclin2009-02-261-0/+1
| * some small test correctionsEmile Anclin2009-02-252-8/+8
| * mistake : TransformerTC is before ASTNGBuildingEmile Anclin2009-02-251-4/+4
| * remove all getChildNodesEmile Anclin2009-02-253-10/+9