summaryrefslogtreecommitdiff
path: root/raw_building.py
Commit message (Expand)AuthorAgeFilesLines
* pylint source codeSylvain Th?nault2014-07-251-3/+3
* Fix the test order issue by clearing the cache once more after unittest_regrt...Torsten Marek2014-07-241-1/+0
* restore the printSylvain Th?nault2014-07-241-0/+1
* more test fixes to avoid inter-dependency issuesSylvain Th?nault2014-07-241-2/+1
* temporarily add some prints to diagnose the drone.io failureSylvain Th?nault2014-07-241-0/+1
* attempt to fix a failure only occuring on the drone.io platformSylvain Th?nault2014-07-241-1/+1
* fix typoSylvain Th?nault2014-07-241-3/+3
* Only cache modules if no other module with the same name is known yet, andTorsten Marek2014-04-261-1/+2
* Backout changeset.cpopa2014-04-021-19/+1
* Fix a false positive with builtin exceptions, by rewriting the `args` and `me...cpopa2014-03-081-1/+19
* Check if the parent is a module. Closes #20.cpopa2014-03-041-1/+2
* Comment typo.cpopa2014-02-031-1/+1
* Add link to Python issue.cpopa2014-02-031-0/+1
* Workaround for _io module, having __module__ as `io`.cpopa2014-02-031-2/+9
* 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