| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | STMTS_NODES -> STMT_NODES | Sylvain Thénault | 2009-03-24 | 1 | -6/+8 | |
| * | dont monkey patch base Node class | Sylvain Thénault | 2009-03-24 | 1 | -4/+18 | |
| * | ExceptHandler should have blockstart_tolineno attribute | Sylvain Thénault | 2009-03-23 | 1 | -0/+11 | |
| * | and a special hack for Dict | Emile Anclin | 2009-03-19 | 1 | -1/+7 | |
| * | another typos :| | Emile Anclin | 2009-03-19 | 1 | -2/+2 | |
| * | typo | Emile Anclin | 2009-03-19 | 1 | -1/+1 | |
| * | improve repr_tree and had a repr_tree method for nodes | Emile Anclin | 2009-03-19 | 1 | -12/+30 | |
| * | (painful) merge | Sylvain Thénault | 2009-03-19 | 1 | -629/+317 | |
| |\ | ||||||
| | * | test and fix line numbering for py2.5 For/While/With/TryExcept/TryFinally/With | Sylvain Thénault | 2009-03-19 | 1 | -7/+29 | |
| | * | merge | Sylvain Thénault | 2009-03-18 | 1 | -10/+4 | |
| | |\ | ||||||
| | | * | handle Subscripts and Slices for _nodes_compiler | Emile Anclin | 2009-03-18 | 1 | -9/+0 | |
| | | * | refactoring subscripts/ slices like _ast : first step | Emile Anclin | 2009-03-18 | 1 | -1/+4 | |
| | * | | lint fixes | Sylvain Thénault | 2009-03-18 | 1 | -1/+5 | |
| | |/ | ||||||
| | * | If expression support | Sylvain Thénault | 2009-03-18 | 1 | -0/+1 | |
| | * | remove debug assertion | Sylvain Thénault | 2009-03-18 | 1 | -1/+0 | |
| | * | missing astng fields declaration for Ellipsis node | Sylvain Thénault | 2009-03-18 | 1 | -0/+2 | |
| | * | pylint fixes | Sylvain Thénault | 2009-03-17 | 1 | -1/+2 | |
| | * | limit cyclic dependencies / cleanup by introducing a new infutils module | Sylvain Thénault | 2009-03-17 | 1 | -197/+0 | |
| | * | fix block range | Sylvain Thénault | 2009-03-17 | 1 | -21/+22 | |
| | * | cleanup | Sylvain Thénault | 2009-03-17 | 1 | -17/+17 | |
| | * | TryFinally has no orelse but a finalbody attribute | Emile Anclin | 2009-03-17 | 1 | -9/+18 | |
| | * | missing monkey patch | Emile Anclin | 2009-03-17 | 1 | -2/+2 | |
| | * | monkeypatch decorator might be python2.3 incompatible | Emile Anclin | 2009-03-17 | 1 | -3/+1 | |
| | * | Add locate child method | Emile Anclin | 2009-03-17 | 1 | -3/+14 | |
| | * | Exec : another statement | Emile Anclin | 2009-03-17 | 1 | -1/+1 | |
| | * | Assert is a statement node | Sylvain Thénault | 2009-03-13 | 1 | -1/+1 | |
| | * | * code cleanup | Sylvain Thénault | 2009-03-13 | 1 | -6/+13 | |
| | * | AugAssign and Pass nodes are statements | Emile Anclin | 2009-03-12 | 1 | -3/+3 | |
| | * | we need a public child_sequence method | Emile Anclin | 2009-03-10 | 1 | -14/+14 | |
| | * | Raise is a statement; Module has None as sibling | Emile Anclin | 2009-03-09 | 1 | -5/+10 | |
| | * | remove Yield's parent node if it is a Discard; testcase | Emile Anclin | 2009-03-09 | 1 | -2/+2 | |
| | * | cleanup | Sylvain Thénault | 2009-03-06 | 1 | -33/+0 | |
| | * | remove NoneType and Bool special classes, use Const instead | Sylvain Thénault | 2009-03-06 | 1 | -33/+32 | |
| | * | fix sibling methods and tests | Emile Anclin | 2009-03-06 | 1 | -13/+21 | |
| | * | fix 2.4 support (more to be done) | Sylvain Thénault | 2009-03-06 | 1 | -2/+2 | |
| | * | needs astng_fields defined | Sylvain Thénault | 2009-03-06 | 1 | -0/+2 | |
| | * | cleanup | Sylvain Thénault | 2009-03-06 | 1 | -13/+6 | |
| | * | refactor line numbering handling | Sylvain Thénault | 2009-03-06 | 1 | -45/+49 | |
| | * | introduce Arguments node | Sylvain Thénault | 2009-03-06 | 1 | -3/+4 | |
| | * | test and fix (no crash at least) block_range methods | Sylvain Thénault | 2009-03-05 | 1 | -20/+15 | |
| | * | fix Decorators handling: use nodes attributes (as in compiler), not items | Emile Anclin | 2009-03-04 | 1 | -1/+1 | |
| | * | _get_child_sequence for replace_child and sibling | Emile Anclin | 2009-03-04 | 1 | -4/+17 | |
| | * | use _ast recursive representation for If nodes | Emile Anclin | 2009-03-04 | 1 | -11/+1 | |
| | * | Module is not a statement | Emile Anclin | 2009-03-04 | 1 | -1/+1 | |
| | * | licence, date, typos | Emile Anclin | 2009-03-04 | 1 | -2/+2 | |
| | * | introduce a Delete node for compiler | Emile Anclin | 2009-03-04 | 1 | -1/+7 | |
| | * | add as_string method; Print is statement | Emile Anclin | 2009-03-03 | 1 | -4/+7 | |
| | * | only set proxied when specified | Emile Anclin | 2009-03-03 | 1 | -1/+4 | |
| | * | const factory now deals with tuple/list/dict instances | Emile Anclin | 2009-03-03 | 1 | -0/+13 | |
| | * | cleanup, default lineno attribute on NodeNG | Emile Anclin | 2009-03-03 | 1 | -9/+9 | |
