summaryrefslogtreecommitdiff
path: root/lookup.py
Commit message (Expand)AuthorAgeFilesLines
* lookup module has been removed for nowEmile Anclin2009-11-261-180/+0
* moving stuff around to avoid circular importsEmile Anclin2009-11-251-137/+2
* trying to handle the importsEmile Anclin2009-11-251-7/+4
* 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
| * [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
| * fix lookup of module attributes accessible in module scopeSylvain Thénault2009-03-171-1/+10
| * pylint fixesSylvain Thénault2009-03-171-2/+1
| * limit cyclic dependencies / cleanup by introducing a new infutils moduleSylvain Thénault2009-03-171-17/+14
| * test and fix builtin_lookup w/ __dict__ nameSylvain Thénault2009-03-131-0/+2
| * add lookup methods to AssName and DelNameSylvain Thénault2009-03-131-1/+2
| * add some assertion, to remove laterSylvain Thénault2009-03-061-0/+1
| * cleanupSylvain Thénault2009-03-061-2/+1
| * refactor line numbering handlingSylvain Thénault2009-03-061-9/+7
| * introduce Arguments nodeSylvain Thénault2009-03-061-1/+1
| * little obvious bugs, cleanup and infosEmile Anclin2009-03-041-1/+0
| * rebuilding and comments on_filter_stmtsEmile Anclin2009-03-031-25/+50
| * cleanupEmile Anclin2009-03-031-4/+1
| * decorator scopeEmile Anclin2009-03-031-2/+8
| * * GenExprFor, ListCompFor -> ComprehensionEmile Anclin2009-03-031-1/+1
| * mistake :( no lookup simplificationEmile Anclin2009-02-251-20/+21
| * little simplification on lookupEmile Anclin2009-02-251-23/+21
| * remove all getChildNodesEmile Anclin2009-02-251-1/+1
| * modify compiler Nodes representationEmile Anclin2009-02-251-1/+1
| * trying to start astng with delayed_visit_getattrEmile Anclin2009-02-121-1/+1
| * remove print and #printEmile Anclin2009-02-121-22/+3
| * work in progressSylvain Thénault2008-04-061-12/+9
| * _ast compat step 2Sylvain Thénault2008-03-311-2/+2
| * _ast compat step 1Sylvain Thénault2008-03-301-0/+3
| * _ast compat step 0Sylvain Thénault2008-03-301-2/+6
* | 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
* * api change to be able to infer using a context (used to infer function ...Sylvain Thénault2007-02-161-8/+7
* * slightly better inference on astng built from living object by trying to inferSylvain Thénault2007-02-151-0/+2
* fix generator expression scopeSylvain Thénault2006-09-241-40/+42
* forget the past.root2006-04-261-0/+215