summaryrefslogtreecommitdiff
path: root/Cython/Compiler/Tests/TestTreePath.py
Commit message (Expand)AuthorAgeFilesLines
* test case for dotted attribute names, some cleanupStefan Behnel2009-12-041-0/+5
* support 'and' operator and boolean attribute values in TreePath predicatesStefan Behnel2009-10-041-0/+7
* extended TreePath test case, fix predicate evaluationStefan Behnel2009-10-041-0/+31
* somewhat hackish fix for supporting not() in TreePath - needs to be reconside...Stefan Behnel2009-09-181-0/+5
* support attribute value selection in TreePathStefan Behnel2009-09-181-0/+5
* simpler testStefan Behnel2009-09-181-32/+16
* TreePath implementation for selecting nodes from the code treeStefan Behnel2009-09-181-0/+57