| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (painful) merge | Sylvain Thénault | 2009-03-19 | 9 | -366/+876 |
| |\ | |||||
| | * | cleanup | Sylvain Thénault | 2009-03-19 | 1 | -1/+0 |
| | * | merge | Emile Anclin | 2009-03-19 | 1 | -0/+56 |
| | |\ | |||||
| | | * | test and fix line numbering for py2.5 For/While/With/TryExcept/TryFinally/With | Sylvain Thénault | 2009-03-19 | 1 | -0/+56 |
| | * | | add some delete slice/subscript test | Emile Anclin | 2009-03-19 | 1 | -1/+2 |
| | |/ | |||||
| | * | fix line numbering of | Sylvain Thénault | 2009-03-19 | 1 | -1/+18 |
| | * | more special attributes handling fixes | Sylvain Thénault | 2009-03-18 | 1 | -2/+14 |
| | * | fix asscontext management | Sylvain Thénault | 2009-03-18 | 1 | -0/+12 |
| | * | more lookup test | Sylvain Thénault | 2009-03-18 | 1 | -0/+10 |
| | * | test Ellipsis node | Sylvain Thénault | 2009-03-18 | 1 | -0/+6 |
| | * | test update (new handling of special attributes | Sylvain Thénault | 2009-03-18 | 2 | -12/+6 |
| | * | more slice test | Sylvain Thénault | 2009-03-18 | 1 | -1/+1 |
| | * | oops | Sylvain Thénault | 2009-03-18 | 1 | -1/+1 |
| | * | test slice nodes | Sylvain Thénault | 2009-03-18 | 1 | -1/+8 |
| | * | test and fix Arguments line numbering with py2.4 | Sylvain Thénault | 2009-03-18 | 1 | -0/+16 |
| | * | test and fix Function.argnames | Sylvain Thénault | 2009-03-18 | 1 | -0/+5 |
| | * | test and fix python'special attributes handling | Sylvain Thénault | 2009-03-17 | 1 | -0/+59 |
| | * | pylint fixes | Sylvain Thénault | 2009-03-17 | 3 | -29/+17 |
| | * | limit cyclic dependencies / cleanup by introducing a new infutils module | Sylvain Thénault | 2009-03-17 | 4 | -30/+34 |
| | * | use manager to avoid duplicate build (may lead to false error when using pyte... | Emile Anclin | 2009-03-17 | 1 | -11/+8 |
| | * | fix local_attr method to return a list of nodes as instance_attr | Emile Anclin | 2009-03-17 | 1 | -1/+3 |
| | * | add <module|class|instance>get_attr tests | Emile Anclin | 2009-03-17 | 1 | -0/+39 |
| | * | refactoring are_exclusive and tests | Emile Anclin | 2009-03-17 | 1 | -0/+57 |
| | * | test and fix builtin_lookup w/ __dict__ name | Sylvain Thénault | 2009-03-13 | 1 | -1/+14 |
| | * | fix NoneType representation | Sylvain Thénault | 2009-03-13 | 1 | -1/+31 |
| | * | avoid pollution of builtin's namespace | Sylvain Thénault | 2009-03-13 | 1 | -0/+15 |
| | * | should not return duplicated interfaces | Sylvain Thénault | 2009-03-13 | 1 | -1/+1 |
| | * | * code cleanup | Sylvain Thénault | 2009-03-13 | 2 | -122/+155 |
| | * | uncomment working test; test tuple inference ? | Emile Anclin | 2009-03-11 | 1 | -4/+13 |
| | * | fix line length | Emile Anclin | 2009-03-11 | 1 | -34/+34 |
| | * | remove Yield's parent node if it is a Discard; testcase | Emile Anclin | 2009-03-09 | 1 | -0/+13 |
| | * | remove all argnames; None values for _ast | Emile Anclin | 2009-03-09 | 1 | -2/+2 |
| | * | more test | Sylvain Thénault | 2009-03-06 | 1 | -15/+19 |
| | * | more test | Sylvain Thénault | 2009-03-06 | 1 | -1/+8 |
| | * | remove NoneType and Bool special classes, use Const instead | Sylvain Thénault | 2009-03-06 | 2 | -7/+7 |
| | * | fix sibling methods and tests | Emile Anclin | 2009-03-06 | 1 | -1/+2 |
| | * | cleanup | Sylvain Thénault | 2009-03-06 | 1 | -2/+5 |
| | * | refactor line numbering handling | Sylvain Thénault | 2009-03-06 | 1 | -130/+132 |
| | * | introduce Arguments node | Sylvain Thénault | 2009-03-06 | 1 | -10/+10 |
| | * | test and fix (no crash at least) block_range methods | Sylvain Thénault | 2009-03-05 | 1 | -13/+57 |
| | * | mssing attach___dict__ for Module nodes | Sylvain Thénault | 2009-03-05 | 1 | -10/+4 |
| | * | use logilab.common.testlib | Emile Anclin | 2009-03-04 | 1 | -7/+5 |
| | * | modify test for If node | Emile Anclin | 2009-03-04 | 1 | -49/+11 |
| | * | use assertIsInstance; add test_lookup_cond_branchese | Emile Anclin | 2009-03-03 | 2 | -43/+54 |
| | * | * GenExprFor, ListCompFor -> Comprehension | Emile Anclin | 2009-03-03 | 1 | -8/+2 |
| | * | there are two test_del methods | Emile Anclin | 2009-03-02 | 1 | -10/+16 |
| | * | add test on getattr class | Emile Anclin | 2009-02-26 | 1 | -0/+1 |
| | * | some small test corrections | Emile Anclin | 2009-02-25 | 2 | -8/+8 |
| | * | mistake : TransformerTC is before ASTNGBuilding | Emile Anclin | 2009-02-25 | 1 | -4/+4 |
| | * | remove all getChildNodes | Emile Anclin | 2009-02-25 | 3 | -10/+9 |
