Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename the project astroid | David Douard | 2013-06-17 | 1 | -16/+16 |
| | |||||
* | parse is defined in builder module | Sylvain Th?nault | 2013-03-28 | 1 | -4/+1 |
| | |||||
* | 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 | -14/+1 |
| | |||||
* | refactoring for tree rebuilding | Emile Anclin | 2010-12-09 | 1 | -4/+5 |
| | | | | | | | | | rebuilder: move all post build process to builder and don't depend on manager builder: - instanciate ASTNGBuilder's ASTNGManager and TreeRebuilder only once - cleanup build methods; - "_data_build" should become entry point for possible astng pickle cache | ||||
* | cleanup: remove unused class ASTVisitor | Emile Anclin | 2010-12-02 | 1 | -190/+1 |
| | |||||
* | cleanup: remove remaining IgnoreChild | Emile Anclin | 2010-12-02 | 1 | -9/+4 |
| | |||||
* | reduce circular imports I: import exceptions directly | Emile Anclin | 2010-12-02 | 1 | -1/+1 |
| | | | | - rename exceptions module: it's exported to Pylint anyway | ||||
* | cleanup: remove unused IgnoreChild exception | Emile Anclin | 2010-11-22 | 1 | -16/+6 |
| | |||||
* | 2to3 : use py2.x compatible fixers | Emile Anclin | 2010-11-15 | 1 | -1/+1 |
| | |||||
* | remove more py2.4 relative stuff and fix readme | Emile Anclin | 2010-11-15 | 1 | -1/+0 |
| | |||||
* | [utils] add a TreeTester class for debugging | Emile Anclin | 2010-10-06 | 1 | -0/+110 |
| | |||||
* | remove other has_key occurences | Emile Anclin | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | add support for set comprehensions | Daniel Harding | 2010-10-01 | 1 | -0/+3 |
| | |||||
* | add support for dict comprehensions | Daniel Harding | 2010-10-01 | 1 | -0/+3 |
| | |||||
* | py2.3 compat : syntax, set; _nodes_compiler.py : fix visit_discard | Emile Anclin | 2010-09-22 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | nodes redirection cleanup possible since refactoring | Sylvain Th?nault | 2010-04-16 | 1 | -46/+8 |
| | |||||
* | prepare 0.20.0 release | Emile Anclin | 2010-03-22 | 1 | -2/+2 |
| | |||||
* | move _check_children to utils; don't call it | Emile Anclin | 2010-02-17 | 1 | -1/+25 |
| | |||||
* | merge | Sylvain Th?nault | 2009-11-23 | 1 | -18/+4 |
|\ | |||||
| * | [R] remove 'extend_class' function | Emile Anclin | 2009-09-15 | 1 | -18/+1 |
| | | |||||
| * | [R] steps toward collecting all methods of a node class in a place | Emile Anclin | 2009-09-03 | 1 | -1/+3 |
| | | |||||
| * | [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 | -12/+13 |
| | | |||||
* | | include Dotan Barak spell fixes patch | Sylvain Th?nault | 2009-11-23 | 1 | -2/+2 |
|/ | |||||
* | typos and comments | Emile Anclin | 2009-04-08 | 1 | -1/+1 |
| | |||||
* | (painful) merge | sylvain thenault | 2009-03-19 | 1 | -72/+254 |
|\ | |||||
| * | handle Subscripts and Slices for _nodes_compiler | Emile Anclin | 2009-03-18 | 1 | -1/+0 |
| | | |||||
| * | refactoring subscripts/ slices like _ast : first step | Emile Anclin | 2009-03-18 | 1 | -1/+10 |
| | | |||||
| * | If expression support | sylvain thenault | 2009-03-18 | 1 | -0/+3 |
| | | |||||
| * | missing redirection | sylvain thenault | 2009-03-18 | 1 | -3/+3 |
| | | |||||
| * | pylint fixes | Sylvain | 2009-03-17 | 1 | -51/+2 |
| | | |||||
| * | refactoring are_exclusive and tests | Emile Anclin | 2009-03-17 | 1 | -33/+11 |
| | | |||||
| * | introduce Arguments node | sylvain thenault | 2009-03-06 | 1 | -0/+3 |
| | | |||||
| * | default method for empty nodes | sylvain thenault | 2009-03-05 | 1 | -0/+3 |
| | | |||||
| * | licence, date, typos | Emile Anclin | 2009-03-04 | 1 | -2/+2 |
| | | |||||
| * | little cleanup | Emile Anclin | 2009-03-03 | 1 | -3/+3 |
| | | |||||
| * | * GenExprFor, ListCompFor -> Comprehension | Emile Anclin | 2009-03-03 | 1 | -2/+3 |
| | | | | | | | | | | | | * no more need for loop_node methode on For/Comprehension (they both have .iter attribute) * no more need for COMPREHENSION_SCOPES (Comprehension is enough) * move common inference methods from _inference_compiler to inference | ||||
| * | (re)introducing AssName, AssAttr, DelName, DelAttr | Emile Anclin | 2009-03-03 | 1 | -0/+12 |
| | | |||||
| * | some small test corrections | Emile Anclin | 2009-02-25 | 1 | -2/+3 |
| | | |||||
| * | handle decorators : add Decorators node and visit | Emile Anclin | 2009-02-24 | 1 | -0/+3 |
| | | |||||
| * | small correction for RebuildVisitor | Emile Anclin | 2009-02-23 | 1 | -2/+9 |
| | | |||||
| * | handle redirections | Emile Anclin | 2009-02-23 | 1 | -27/+31 |
| | | |||||
| * | Add a base class with empty methods for Visitors | Emile Anclin | 2009-02-20 | 1 | -1/+161 |
| | | |||||
| * | more 'are_exclusive' bugs | Emile Anclin | 2009-02-16 | 1 | -1/+3 |
| | | |||||
| * | fix utils._are_exclusive bugs | Emile Anclin | 2009-02-12 | 1 | -15/+24 |
| | | | | | | | | | | | | notes : 1) we had a never reached "if stmt1_branch != stmt1_branch:" !!! 2) we have to ask for "stmt in body", not "is" | ||||
| * | catch Slice nodes | Emile Anclin | 2009-02-04 | 1 | -3/+1 |
| | | |||||
| * | handle Invert node as UnaryOp | Emile Anclin | 2009-02-03 | 1 | -0/+1 |
| | |