Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lookup module has been removed for now | Emile Anclin | 2009-11-26 | 1 | -180/+0 |
| | | | | | --HG-- branch : rebuild | ||||
* | moving stuff around to avoid circular imports | Emile Anclin | 2009-11-25 | 1 | -137/+2 |
| | | | | | --HG-- branch : rebuild | ||||
* | trying to handle the imports | Emile Anclin | 2009-11-25 | 1 | -7/+4 |
| | | | | | --HG-- branch : rebuild | ||||
* | merge | Sylvain Thénault | 2009-11-23 | 1 | -192/+256 |
|\ | |||||
| * | [R] rename Proxy_ to BaseClass | Emile Anclin | 2009-09-15 | 1 | -2/+2 |
| | | |||||
| * | [R, doc] simplify inheritance of scoped nodes; comments | Emile Anclin | 2009-09-15 | 1 | -2/+2 |
| | | |||||
| * | [R] modify __bases__ instead of using the "extend_class" function | Emile Anclin | 2009-09-14 | 1 | -2/+3 |
| | | | | | | | | | | * avoid mixing oldstyle / newstyle : all classes inheritate from Proxy_ * add "Instance" class to the bases at the right place | ||||
| * | [R] rename LookupMixin to LookupMixIn and move LocalsDictMixIn to lookup.py | Emile Anclin | 2009-09-07 | 1 | -1/+127 |
| | | |||||
| * | [R] centralize class extensions in nodes.py | Emile Anclin | 2009-09-07 | 1 | -2/+3 |
| | | |||||
| * | [R] de-monkeypatching set_line_info method and introduce StmtMixIn | Emile Anclin | 2009-09-03 | 1 | -5/+0 |
| | | |||||
| * | [R] move scope_lookup methods to the right classes | Emile Anclin | 2009-09-03 | 1 | -67/+0 |
| | | |||||
| * | [R] create a LookupMixin | Emile Anclin | 2009-09-03 | 1 | -159/+173 |
| | | |||||
| * | [C] XXX this is very strange; if it is necessary, please explain | Emile Anclin | 2009-09-02 | 1 | -5/+0 |
| | | |||||
* | | include Dotan Barak spell fixes patch | Sylvain Thénault | 2009-11-23 | 1 | -8/+8 |
|/ | |||||
* | d-t-w | Sylvain Thénault | 2009-08-27 | 1 | -7/+7 |
| | |||||
* | (painful) merge | Sylvain Thénault | 2009-03-19 | 1 | -76/+102 |
|\ | |||||
| * | missing import | Sylvain Thénault | 2009-03-17 | 1 | -1/+1 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | fix lookup of module attributes accessible in module scope | Sylvain Thénault | 2009-03-17 | 1 | -1/+10 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | pylint fixes | Sylvain Thénault | 2009-03-17 | 1 | -2/+1 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | limit cyclic dependencies / cleanup by introducing a new infutils module | Sylvain Thénault | 2009-03-17 | 1 | -17/+14 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | test and fix builtin_lookup w/ __dict__ name | Sylvain Thénault | 2009-03-13 | 1 | -0/+2 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | add lookup methods to AssName and DelName | Sylvain Thénault | 2009-03-13 | 1 | -1/+2 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | add some assertion, to remove later | Sylvain Thénault | 2009-03-06 | 1 | -0/+1 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | cleanup | Sylvain Thénault | 2009-03-06 | 1 | -2/+1 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | refactor line numbering handling | Sylvain Thénault | 2009-03-06 | 1 | -9/+7 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | introduce Arguments node | Sylvain Thénault | 2009-03-06 | 1 | -1/+1 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | little obvious bugs, cleanup and infos | Emile Anclin | 2009-03-04 | 1 | -1/+0 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | rebuilding and comments on_filter_stmts | Emile Anclin | 2009-03-03 | 1 | -25/+50 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | cleanup | Emile Anclin | 2009-03-03 | 1 | -4/+1 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | decorator scope | Emile Anclin | 2009-03-03 | 1 | -2/+8 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | * GenExprFor, ListCompFor -> Comprehension | Emile Anclin | 2009-03-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * 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 --HG-- branch : _ast_compat | ||||
| * | mistake :( no lookup simplification | Emile Anclin | 2009-02-25 | 1 | -20/+21 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | little simplification on lookup | Emile Anclin | 2009-02-25 | 1 | -23/+21 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | remove all getChildNodes | Emile Anclin | 2009-02-25 | 1 | -1/+1 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | modify compiler Nodes representation | Emile Anclin | 2009-02-25 | 1 | -1/+1 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | trying to start astng with delayed_visit_getattr | Emile Anclin | 2009-02-12 | 1 | -1/+1 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | remove print and #print | Emile Anclin | 2009-02-12 | 1 | -22/+3 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | work in progress | Sylvain Thénault | 2008-04-06 | 1 | -12/+9 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | _ast compat step 2 | Sylvain Thénault | 2008-03-31 | 1 | -2/+2 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | _ast compat step 1 | Sylvain Thénault | 2008-03-30 | 1 | -0/+3 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
| * | _ast compat step 0 | Sylvain Thénault | 2008-03-30 | 1 | -2/+6 |
| | | | | | | | | | | --HG-- branch : _ast_compat | ||||
* | | builtin_lookup shouldn't return anything for __dict__ | Sylvain Thénault | 2009-01-16 | 1 | -3/+6 |
| | | |||||
* | | fix #6015: filter statements bug triggering W0631 false positive in pylint | Sylvain Thénault | 2008-11-19 | 1 | -6/+4 |
|/ | |||||
* | fix bug w/ loop assigment in .lookup | Sylvain Thénault | 2008-02-07 | 1 | -10/+13 |
| | |||||
* | * fix lookup of name in method bug (#3289) | Sylvain Thénault | 2007-02-16 | 1 | -2/+8 |
| | | | | * fix decorator lookup bug (#3261) | ||||
* | * api change to be able to infer using a context (used to infer function ↵ | Sylvain Thénault | 2007-02-16 | 1 | -8/+7 |
| | | | | | | call result only for now) | ||||
* | * slightly better inference on astng built from living object by trying to infer | Sylvain Thénault | 2007-02-15 | 1 | -0/+2 |
| | | | | dummy nodes (able to infer 'help' builtin for instance) | ||||
* | fix generator expression scope | Sylvain Thénault | 2006-09-24 | 1 | -40/+42 |
| | |||||
* | forget the past. | root | 2006-04-26 | 1 | -0/+215 |
forget the past. |