| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | move all infutils stuff to bases.py | Emile Anclin | 2010-03-04 | 1 | -2/+2 | |
| | | | | | | We will need path_wrapper in the default NodeNG.infer method and have to avoid circular import. | |||||
| * | fix imports: _nodes -> bases | Emile Anclin | 2010-03-03 | 1 | -1/+1 | |
| | | ||||||
| * | introduce 'last_child' method | Emile Anclin | 2010-02-03 | 1 | -0/+12 | |
| | | | | | It is used for perfomance while using set_line_info | |||||
| * | pass new parent to visit (step 2); set some infos | Emile Anclin | 2010-02-02 | 1 | -2/+1 | |
| | | ||||||
| * | fix imports | Emile Anclin | 2010-01-26 | 1 | -0/+2 | |
| | | ||||||
| * | fix argument nodes for _nodes_compiler | Emile Anclin | 2010-01-12 | 1 | -2/+4 | |
| | | ||||||
| * | no explicit constructor for Slice and Index (same as other classes) | Emile Anclin | 2010-01-11 | 1 | -18/+1 | |
| | | ||||||
| * | some small obvious corrections | Emile Anclin | 2009-12-16 | 1 | -1/+1 | |
| | | ||||||
| * | fix a lot more stuff trying to get the leave methods back to work | Emile Anclin | 2009-12-14 | 1 | -0/+4 | |
| | | ||||||
| * | _build_excepthandler method and more | Emile Anclin | 2009-12-07 | 1 | -4/+1 | |
| | | ||||||
| * | yet some more corrections | Emile Anclin | 2009-12-01 | 1 | -3/+1 | |
| | | ||||||
| * | first series of obvious corrections | Emile Anclin | 2009-12-01 | 1 | -3/+6 | |
| | | ||||||
| * | fix From node __init__ | Emile Anclin | 2009-11-30 | 1 | -0/+3 | |
| | | ||||||
| * | Slice constructor | Emile Anclin | 2009-11-26 | 1 | -1/+11 | |
| | | ||||||
| * | get some constructors into node_classes | Emile Anclin | 2009-11-26 | 1 | -0/+34 | |
| | | ||||||
| * | remove most factory functions and create instances | Emile Anclin | 2009-11-25 | 1 | -5/+4 | |
| | | ||||||
| * | moving stuff around to avoid circular imports | Emile Anclin | 2009-11-25 | 1 | -14/+94 | |
| | | ||||||
| * | rename node classes in node_classes and remove dependencies | Emile Anclin | 2009-11-25 | 1 | -78/+53 | |
| | | ||||||
| * | move special cases of _infer_name to concrete classes | Emile Anclin | 2009-11-25 | 1 | -0/+13 | |
| | | ||||||
| * | reintroduce empty classes for rebuilding all nodes | Emile Anclin | 2009-11-25 | 1 | -1/+137 | |
| | | ||||||
| * | [R] rename Proxy_ to BaseClass | Emile Anclin | 2009-09-15 | 1 | -1/+1 | |
| | | ||||||
| * | [R] remove empty node classes; comments | Emile Anclin | 2009-09-15 | 1 | -137/+20 | |
| | | ||||||
| * | [R, doc] simplify inheritance of scoped nodes; comments | Emile Anclin | 2009-09-15 | 1 | -0/+11 | |
| | | ||||||
| * | [B, C] missing import, cleanup | Emile Anclin | 2009-09-15 | 1 | -5/+1 | |
| | | ||||||
| * | [R] modify __bases__ instead of using the "extend_class" function | Emile Anclin | 2009-09-14 | 1 | -6/+6 | |
| | | | | | | * avoid mixing oldstyle / newstyle : all classes inheritate from Proxy_ * add "Instance" class to the bases at the right place | |||||
| * | [R] avoid circular import | Emile Anclin | 2009-09-14 | 1 | -52/+52 | |
| | | ||||||
| * | [R] introduce FromImportMixIn | Emile Anclin | 2009-09-10 | 1 | -17/+27 | |
| | | ||||||
| * | [R] demonkey patching some Const, Dict, List and Tuple attributes | Emile Anclin | 2009-09-10 | 1 | -1/+45 | |
| | | ||||||
| * | [B] again the Yield bug | Emile Anclin | 2009-09-07 | 1 | -1/+1 | |
| | | ||||||
| * | [R] let NG classes inheritate from NodeNG and MixIns | Emile Anclin | 2009-09-07 | 1 | -56/+54 | |
| | | ||||||
| * | [B] remove wrongly introduced method | Emile Anclin | 2009-09-07 | 1 | -4/+0 | |
| | | ||||||
| * | [R] centralize class extensions in nodes.py | Emile Anclin | 2009-09-07 | 1 | -38/+65 | |
| | | ||||||
| * | [R] de-monkeypatching real_name and block_range | Emile Anclin | 2009-09-03 | 1 | -1/+45 | |
| | | ||||||
| * | [R] demonkey patching block_range | Emile Anclin | 2009-09-03 | 1 | -0/+51 | |
| | | ||||||
| * | [R] de-monkeypatching set_line_info method and introduce StmtMixIn | Emile Anclin | 2009-09-03 | 1 | -0/+47 | |
| | | ||||||
| * | [R] steps toward collecting all methods of a node class in a place | Emile Anclin | 2009-09-03 | 1 | -0/+227 | |
