summaryrefslogtreecommitdiff
path: root/builder.py
Commit message (Expand)AuthorAgeFilesLines
* test and fix python'special attributes handlingSylvain Thénault2009-03-171-1/+0
* pylint fixesSylvain Thénault2009-03-171-3/+1
* don't set modname/modfile when unnecessarySylvain Thénault2009-03-131-6/+5
* check node not already in localsSylvain Thénault2009-03-061-1/+2
* cleanupSylvain Thénault2009-03-061-8/+2
* licence, date, typosEmile Anclin2009-03-041-2/+2
* little cleanupEmile Anclin2009-03-031-1/+0
* no more need to set _module on rebuilderEmile Anclin2009-03-031-2/+1
* move delayed_visits to rebuild.RebuildVisitorEmile Anclin2009-03-031-5/+0
* some small cleanup and bugfixesEmile Anclin2009-02-261-2/+2
* improve set_context / _asscontext on Subscripts and ForEmile Anclin2009-02-261-1/+0
* little more cleanupEmile Anclin2009-02-231-6/+2
* Big cleanupEmile Anclin2009-02-231-407/+0
* we will now use the RebuildVisitor for ASTNG buildingEmile Anclin2009-02-231-4/+8
* some small corrections on as_string usage and testsEmile Anclin2009-02-201-2/+3
* handle GenExpr / GeneratorExpr nodesEmile Anclin2009-02-171-0/+1
* trying to start astng with delayed_visit_getattrEmile Anclin2009-02-121-1/+0
* small correctionsEmile Anclin2009-02-051-0/+1
* first step for using delayed_visit_getattr: not working yet ...Emile Anclin2009-02-041-47/+12
* catch Slice nodesEmile Anclin2009-02-041-2/+5
* Backquote nodeEmile Anclin2009-02-031-0/+4
* some improvements on AssAttr, AssList, AssTupleEmile Anclin2009-02-031-4/+12
* fix visit_assign checks for class/static methodsEmile Anclin2009-02-031-3/+3
* quick fix for Assign.target.nameEmile Anclin2009-02-031-1/+6
* handling If nodeEmile Anclin2009-02-021-0/+4
* handle Assert nodeEmile Anclin2009-01-281-0/+3
* handle Keyword nodeEmile Anclin2009-01-281-0/+4
* AssTuple handlingEmile Anclin2009-01-271-0/+4
* alphabetic sort of visit methods; cleanupEmile Anclin2009-01-271-135/+114
* some improvements for AssNameEmile Anclin2009-01-271-3/+1
* remove double visit_str, visit_numEmile Anclin2009-01-271-11/+0
* Raise : visit_raise and init_raise ,Emile Anclin2009-01-271-1/+5
* temporary solution for Str / NumEmile Anclin2009-01-271-1/+9
* handle CallFunc and argumentsEmile Anclin2009-01-261-0/+4
* ListComp and ListCompFor nodesEmile Anclin2009-01-131-1/+9
* add visit_delete methodEmile Anclin2009-01-081-1/+5
* fix ast_build default value for calling without modnameEmile Anclin2009-01-081-1/+1
* store astng fields into ._astng_fields instead of reusing _ast's ._fields, fu...Sylvain Thénault2008-08-051-3/+11
* more fixes, Getattr support, unary operation inference supportSylvain Thénault2008-07-231-7/+10
* work in progressSylvain Thénault2008-04-061-125/+186
* _ast compat step 2Sylvain Thénault2008-03-311-52/+135
* _ast compat step 1Sylvain Thénault2008-03-301-23/+28
* _ast compat step 0Sylvain Thénault2008-03-301-111/+9
* investigate why a non regression test is failing. Answer: pygtk doesn't corr...Sylvain Thénault2008-02-071-2/+2
* external attribute definition handling :)Sylvain Thénault2007-02-181-34/+50
* fix 'open' builtin inferenceSylvain Thénault2007-02-151-1/+1
* * slightly better inference on astng built from living object by trying to inferSylvain Thénault2007-02-151-6/+5
* get astutils from logilab.commonSylvain Thénault2006-11-081-1/+1
* normalize distnameSylvain Thénault2006-11-061-1/+1
* patch transformer to extract correct line informationSylvain Thénault2006-09-251-2/+102