summaryrefslogtreecommitdiff
path: root/raw_building.py
Commit message (Expand)AuthorAgeFilesLines
* rename the project astroidDavid Douard2013-06-171-32/+32
* fix dumb name error, ASTNG_BUILDER was later usedSylvain Th?nault2013-04-121-2/+2
* enhanced generator support. Closes #124340Sylvain Th?nault2013-04-111-6/+7
* import cleanupsSylvain Th?nault2013-03-291-1/+1
* minor cleanups: drop copyright by me, update others to 2013, droip those in d...Sylvain Th?nault2013-03-281-2/+0
* unify BUILTINS_NAME / BUILTINS_MODULE into astng.bases.BUILTINSSylvain Th?nault2013-03-281-3/+2
* don't call const_factory for builtin types subclasses, this will trigger erro...Sylvain Th?nault2013-03-281-1/+1
* [jython] java modules have no __doc__. Closes #109562Sylvain Th?nault2012-10-231-1/+5
* Fix raw_building.object_build for pypy implementation. Closes #99583FELD Boris2012-07-161-3/+7
* remove debug printSylvain Th?nault2011-09-161-2/+2
* py3k: __builtin__ module renamed to builtins, we should consider this to prop...Sylvain Th?nault2011-07-081-2/+5
* cleanuplogilab-astng-version-0.21.1Sylvain Th?nault2011-01-111-16/+5
* change ASTManager cache attribute to astng_cache so it doesn't sound protecte...Sylvain Th?nault2011-01-111-1/+1
* somewhat fix #57299: Exception when trying to validate file using PyQt'sSylvain Th?nault2011-01-061-21/+28
* add support for object.__new__ (base patch provided by Chris Torek)Sylvain Th?nault2011-01-051-1/+6
* cleanup : do more boot strapping in astng_boot_strappingEmile Anclin2010-12-141-12/+14
* don't depend on logilab.astng importEmile Anclin2010-12-141-30/+21
* build builtins in more direct wayEmile Anclin2010-12-141-22/+24
* cleanup: move raw building stuff from builder to raw_buildingEmile Anclin2010-12-141-7/+107
* reduce circular imports II: move boot straping stuff to raw_buildingEmile Anclin2010-12-021-1/+36
* remove usage of decorator to restore py2.3 compatSylvain Th?nault2010-09-221-1/+0
* fix bug discovered by launching test with -OOlogilab-astng-version-0.20.1Sylvain Th?nault2010-05-111-1/+1
* proper licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-5/+19
* more license updatesSylvain Th?nault2010-04-261-3/+3
* prepare 0.20.0 releaseEmile Anclin2010-03-221-2/+2
* improve Module node initialisationEmile Anclin2010-03-221-2/+1
* make pylint happier : mention node attributesEmile Anclin2010-03-221-16/+3
* all From nodes need a "level" attribute even for python2.4Emile Anclin2010-03-161-1/+0
* first series of obvious correctionsEmile Anclin2009-12-011-4/+3
* fix From node __init__Emile Anclin2009-11-301-11/+5
* remove most factory functions and create instancesEmile Anclin2009-11-251-5/+35
* include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-2/+2
* use getattr in case member has no __name__ at allSylvain Th?nault2009-07-301-6/+6
* distinguish between local name on object class name, add a fallback to local ...Sylvain Th?nault2009-07-291-11/+13
* d-t-w, use assertIsInstanceSylvain Th?nault2009-06-251-5/+5
* fix so that defaults attribute of arguments node isn't None but an empty listSylvain Th?nault2009-06-251-5/+0
* more special attributes handling fixessylvain thenault2009-03-181-1/+2
* test and fix python'special attributes handlingSylvain2009-03-171-13/+1
* fix basenames default valuesylvain thenault2009-03-131-1/+1
* turn basenames into a propertysylvain thenault2009-03-131-1/+0
* should not be necesarysylvain thenault2009-03-131-2/+0
* drop dict_factory method, use const_factory insteadsylvain thenault2009-03-131-1/+1
* remove all argnames; None values for _astEmile Anclin2009-03-091-2/+7
* introduce Arguments nodesylvain thenault2009-03-061-5/+11
* licence, date, typosEmile Anclin2009-03-041-2/+2
* work in progressSylvain2008-04-061-8/+8
* _ast compat step 1Sylvain2008-03-301-46/+18
* _ast compat step 0Sylvain2008-03-301-28/+18
* * slightly better inference on astng built from living object by trying to inferSylvain2007-02-151-8/+14
* python 2.5 support, patch provided by Marien ZwartSylvain2006-09-231-12/+26