summaryrefslogtreecommitdiff
path: root/lookup.py
Commit message (Collapse)AuthorAgeFilesLines
* lookup module has been removed for nowEmile Anclin2009-11-261-180/+0
| | | | | --HG-- branch : rebuild
* moving stuff around to avoid circular importsEmile Anclin2009-11-251-137/+2
| | | | | --HG-- branch : rebuild
* trying to handle the importsEmile Anclin2009-11-251-7/+4
| | | | | --HG-- branch : rebuild
* mergeSylvain Thénault2009-11-231-192/+256
|\
| * [R] rename Proxy_ to BaseClassEmile Anclin2009-09-151-2/+2
| |
| * [R, doc] simplify inheritance of scoped nodes; commentsEmile Anclin2009-09-151-2/+2
| |
| * [R] modify __bases__ instead of using the "extend_class" functionEmile Anclin2009-09-141-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.pyEmile Anclin2009-09-071-1/+127
| |
| * [R] centralize class extensions in nodes.pyEmile Anclin2009-09-071-2/+3
| |
| * [R] de-monkeypatching set_line_info method and introduce StmtMixInEmile Anclin2009-09-031-5/+0
| |
| * [R] move scope_lookup methods to the right classesEmile Anclin2009-09-031-67/+0
| |
| * [R] create a LookupMixinEmile Anclin2009-09-031-159/+173
| |
| * [C] XXX this is very strange; if it is necessary, please explainEmile Anclin2009-09-021-5/+0
| |
* | include Dotan Barak spell fixes patchSylvain Thénault2009-11-231-8/+8
|/
* d-t-wSylvain Thénault2009-08-271-7/+7
|
* (painful) mergeSylvain Thénault2009-03-191-76/+102
|\
| * missing importSylvain Thénault2009-03-171-1/+1
| | | | | | | | | | --HG-- branch : _ast_compat
| * fix lookup of module attributes accessible in module scopeSylvain Thénault2009-03-171-1/+10
| | | | | | | | | | --HG-- branch : _ast_compat
| * pylint fixesSylvain Thénault2009-03-171-2/+1
| | | | | | | | | | --HG-- branch : _ast_compat
| * limit cyclic dependencies / cleanup by introducing a new infutils moduleSylvain Thénault2009-03-171-17/+14
| | | | | | | | | | --HG-- branch : _ast_compat
| * test and fix builtin_lookup w/ __dict__ nameSylvain Thénault2009-03-131-0/+2
| | | | | | | | | | --HG-- branch : _ast_compat
| * add lookup methods to AssName and DelNameSylvain Thénault2009-03-131-1/+2
| | | | | | | | | | --HG-- branch : _ast_compat
| * add some assertion, to remove laterSylvain Thénault2009-03-061-0/+1
| | | | | | | | | | --HG-- branch : _ast_compat
| * cleanupSylvain Thénault2009-03-061-2/+1
| | | | | | | | | | --HG-- branch : _ast_compat
| * refactor line numbering handlingSylvain Thénault2009-03-061-9/+7
| | | | | | | | | | --HG-- branch : _ast_compat
| * introduce Arguments nodeSylvain Thénault2009-03-061-1/+1
| | | | | | | | | | --HG-- branch : _ast_compat
| * little obvious bugs, cleanup and infosEmile Anclin2009-03-041-1/+0
| | | | | | | | | | --HG-- branch : _ast_compat
| * rebuilding and comments on_filter_stmtsEmile Anclin2009-03-031-25/+50
| | | | | | | | | | --HG-- branch : _ast_compat
| * cleanupEmile Anclin2009-03-031-4/+1
| | | | | | | | | | --HG-- branch : _ast_compat
| * decorator scopeEmile Anclin2009-03-031-2/+8
| | | | | | | | | | --HG-- branch : _ast_compat
| * * GenExprFor, ListCompFor -> ComprehensionEmile Anclin2009-03-031-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 simplificationEmile Anclin2009-02-251-20/+21
| | | | | | | | | | --HG-- branch : _ast_compat
| * little simplification on lookupEmile Anclin2009-02-251-23/+21
| | | | | | | | | | --HG-- branch : _ast_compat
| * remove all getChildNodesEmile Anclin2009-02-251-1/+1
| | | | | | | | | | --HG-- branch : _ast_compat
| * modify compiler Nodes representationEmile Anclin2009-02-251-1/+1
| | | | | | | | | | --HG-- branch : _ast_compat
| * trying to start astng with delayed_visit_getattrEmile Anclin2009-02-121-1/+1
| | | | | | | | | | --HG-- branch : _ast_compat
| * remove print and #printEmile Anclin2009-02-121-22/+3
| | | | | | | | | | --HG-- branch : _ast_compat
| * work in progressSylvain Thénault2008-04-061-12/+9
| | | | | | | | | | --HG-- branch : _ast_compat
| * _ast compat step 2Sylvain Thénault2008-03-311-2/+2
| | | | | | | | | | --HG-- branch : _ast_compat
| * _ast compat step 1Sylvain Thénault2008-03-301-0/+3
| | | | | | | | | | --HG-- branch : _ast_compat
| * _ast compat step 0Sylvain Thénault2008-03-301-2/+6
| | | | | | | | | | --HG-- branch : _ast_compat
* | builtin_lookup shouldn't return anything for __dict__Sylvain Thénault2009-01-161-3/+6
| |
* | fix #6015: filter statements bug triggering W0631 false positive in pylintSylvain Thénault2008-11-191-6/+4
|/
* fix bug w/ loop assigment in .lookupSylvain Thénault2008-02-071-10/+13
|
* * fix lookup of name in method bug (#3289)Sylvain Thénault2007-02-161-2/+8
| | | | * fix decorator lookup bug (#3261)
* * api change to be able to infer using a context (used to infer function ↵Sylvain Thénault2007-02-161-8/+7
| | | | | | call result only for now)
* * slightly better inference on astng built from living object by trying to inferSylvain Thénault2007-02-151-0/+2
| | | | dummy nodes (able to infer 'help' builtin for instance)
* fix generator expression scopeSylvain Thénault2006-09-241-40/+42
|
* forget the past.root2006-04-261-0/+215
forget the past.