| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename the project astroid | David Douard | 2013-06-17 | 1 | -7/+7 |
| | | |||||
| * | minor cleanups: drop copyright by me, update others to 2013, droip those in ↵ | Sylvain Th?nault | 2013-03-28 | 1 | -3/+1 |
| | | | | | dumb test data files, delete some trailing whitespaces | ||||
| * | fix some copyrights | Sylvain Th?nault | 2011-09-27 | 1 | -13/+1 |
| | | |||||
| * | py3k : introduce Nonlocal node | Emile Anclin | 2010-10-28 | 1 | -2/+2 |
| | | |||||
| * | py3k : introduce Starred node | Emile Anclin | 2010-10-28 | 1 | -2/+2 |
| | | |||||
| * | py3k: ListComp becomes a ComprehensionScope | Emile Anclin | 2010-10-11 | 1 | -2/+2 |
| | | |||||
| * | make dictionary comprehensions and set comprehensions have their own scope, ↵ | Daniel Harding | 2010-10-09 | 1 | -5/+6 |
| | | | | | like generator expressions | ||||
| * | create a Set node | Emile Anclin | 2010-10-07 | 1 | -2/+2 |
| | | |||||
| * | add support for set comprehensions | Daniel Harding | 2010-10-01 | 1 | -3/+4 |
| | | |||||
| * | add support for dict comprehensions | Daniel Harding | 2010-10-01 | 1 | -3/+3 |
| | | |||||
| * | py2.3 compat : syntax, set; _nodes_compiler.py : fix visit_discard | Emile Anclin | 2010-09-22 | 1 | -7/+7 |
| | | |||||
| * | proper licensing information (LGPL-2.1). Hope I get it right this time. | Sylvain Th?nault | 2010-04-28 | 1 | -5/+19 |
| | | |||||
| * | more license updates | Sylvain Th?nault | 2010-04-26 | 1 | -3/+3 |
| | | |||||
| * | define a constant with all node classes | Sylvain Th?nault | 2010-04-20 | 1 | -0/+22 |
| | | |||||
| * | move _astng_fields to concrete classes instead of defining them in nodes.py | Emile Anclin | 2010-03-17 | 1 | -62/+2 |
| | | |||||
| * | add a "mixins.py" module and move some classes around. | Emile Anclin | 2010-03-15 | 1 | -4/+4 |
| | | | | | | | | | - move some Mixins to mixins.py - move LookupMixIn and *Name to node_classes It needs more polymorphism, i.e. removing 'isinstance' calls, to move LookupMixIn and LocalsDictNodeNG to mixins.py . | ||||
| * | alphabetical sort of nodes; remove useless imports | Emile Anclin | 2010-02-03 | 1 | -16/+6 |
| | | |||||
| * | remove most factory functions and create instances | Emile Anclin | 2009-11-25 | 1 | -1/+0 |
| | | |||||
| * | moving stuff around to avoid circular imports | Emile Anclin | 2009-11-25 | 1 | -33/+6 |
| | | |||||
| * | trying to handle the imports | Emile Anclin | 2009-11-25 | 1 | -1/+0 |
| | | |||||
| * | The nodes module contains only the new classes | Emile Anclin | 2009-11-25 | 1 | -30/+35 |
| | | |||||
| * | merge | Sylvain Th?nault | 2009-11-23 | 1 | -452/+27 |
| |\ | |||||
| | * | [R] remove empty node classes; comments | Emile Anclin | 2009-09-15 | 1 | -0/+10 |
| | | | |||||
| | * | [R, doc] simplify inheritance of scoped nodes; comments | Emile Anclin | 2009-09-15 | 1 | -0/+2 |
| | | | |||||
| | * | [B, C] missing import, cleanup | Emile Anclin | 2009-09-15 | 1 | -2/+0 |
| | | | |||||
| | * | [R] modify __bases__ instead of using the "extend_class" function | Emile Anclin | 2009-09-14 | 1 | -6/+2 |
| | | | | | | | | | | | * avoid mixing oldstyle / newstyle : all classes inheritate from Proxy_ * add "Instance" class to the bases at the right place | ||||
| | * | [R] use __bases__ as list of node extensions | Emile Anclin | 2009-09-07 | 1 | -21/+8 |
| | | | |||||
| | * | [B] rename LookupMixIn also in nodes.py | Emile Anclin | 2009-09-07 | 1 | -5/+5 |
| | | | |||||
| | * | [R] move NodeNG, StmtMixIn, BlockRangeMixIn to _nodes.py | Emile Anclin | 2009-09-07 | 1 | -274/+0 |
| | | | |||||
| | * | [C] cleanup | Emile Anclin | 2009-09-07 | 1 | -32/+0 |
| | | | |||||
| | * | [R] centralize class extensions in nodes.py | Emile Anclin | 2009-09-07 | 1 | -12/+28 |
| | | | |||||
| | * | [R] de-monkeypatching real_name and block_range | Emile Anclin | 2009-09-03 | 1 | -46/+25 |
| | | | |||||
| | * | [R] demonkey patching block_range | Emile Anclin | 2009-09-03 | 1 | -76/+33 |
| | | | |||||
| | * | [R] de-monkeypatching set_line_info method and introduce StmtMixIn | Emile Anclin | 2009-09-03 | 1 | -85/+30 |
| | | | |||||
| | * | [R] steps toward collecting all methods of a node class in a place | Emile Anclin | 2009-09-03 | 1 | -3/+5 |
| | | | |||||
| | * | [C] ID_RGX never used | Emile Anclin | 2009-09-03 | 1 | -4/+0 |
| | | | |||||
| | * | [C] typos | Emile Anclin | 2009-09-02 | 1 | -1/+1 |
| | | | |||||
| | * | [R] extend_class now extends from a list of classes... | Emile Anclin | 2009-09-02 | 1 | -1/+1 |
| | | | |||||
| | * | [R] add an _nodes.py for avoiding circular imports.py | Emile Anclin | 2009-09-02 | 1 | -8/+2 |
| | | | |||||
| * | | include Dotan Barak spell fixes patch | Sylvain Th?nault | 2009-11-23 | 1 | -1/+1 |
| |/ | |||||
| * | d-t-w | Sylvain Th?nault | 2009-08-27 | 1 | -6/+4 |
| | | |||||
| * | yield isn't a statement with py > 2.5 | Sylvain Th?nault | 2009-08-27 | 1 | -2/+2 |
| | | |||||
| * | fix child_sequence implementation | Sylvain Th?nault | 2009-08-27 | 1 | -7/+9 |
| | | |||||
| * | d-t-w | Sylvain Th?nault | 2009-08-26 | 1 | -7/+7 |
| | | |||||
| * | little sibling refactoring | Emile Anclin | 2009-04-08 | 1 | -12/+6 |
| | | |||||
| * | test and fix line numbering + block_range for try:except:finally: | sylvain thenault | 2009-04-08 | 1 | -0/+5 |
| | | |||||
| * | import are_exclusive so we can filter according to catched exceptions | sylvain thenault | 2009-03-24 | 1 | -0/+8 |
| | | |||||
| * | cleanup | sylvain thenault | 2009-03-24 | 1 | -5/+1 |
| | | |||||
| * | STMTS_NODES -> STMT_NODES | sylvain thenault | 2009-03-24 | 1 | -6/+8 |
| | | |||||
| * | dont monkey patch base Node class | sylvain thenault | 2009-03-24 | 1 | -4/+18 |
| | | |||||
