summaryrefslogtreecommitdiff
path: root/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [transforms] extended transformation API helpersSylvain Th?nault2013-06-181-0/+39
* rename the project astroidDavid Douard2013-06-171-20/+20
* 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-5/+1
* include basic stdlib description from the pylint-brain project (https://bitbu...Sylvain Th?nault2012-07-171-1/+13
* we actually dropped support for python < 2.5 in 0.21Sylvain Th?nault2011-09-271-1/+1
* py3k: __builtin__ module renamed to builtins, we should consider this to prop...Sylvain Th?nault2011-07-081-16/+7
* cleanup manager: remove unused Package class, and from_directory methodEmile Anclin2010-12-141-1/+1
* reduce circular imports I: import exceptions directlyEmile Anclin2010-12-021-1/+1
* BORG : use the borg pattern for ASTNGManager, not singletonEmile Anclin2010-10-111-6/+6
* 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
* expose some more stuff for pylintEmile Anclin2010-03-041-0/+2
* move all infutils stuff to bases.pyEmile Anclin2010-03-041-1/+2
* mergeSylvain Th?nault2009-11-231-1/+1
|\
| * [R] centralize class extensions in nodes.pyEmile Anclin2009-09-071-1/+1
| * [R] move scope_lookup methods to the right classesEmile Anclin2009-09-031-1/+1
* | include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-2/+2
|/
* introduce UnboundMethod / rename InstanceMethod to BoundMethod, handle .im_funcsylvain thenault2009-03-241-1/+1
* pylint fixesSylvain2009-03-171-0/+4
* limit cyclic dependencies / cleanup by introducing a new infutils moduleSylvain2009-03-171-82/+7
* new decorators to make code cleanersylvain thenault2009-03-131-4/+26
* licence, date, typosEmile Anclin2009-03-041-2/+2
* fix attribute namesEmile Anclin2009-03-031-1/+1
* old style class instances are not hashableEmile Anclin2009-02-161-2/+2
* trying to start astng with delayed_visit_getattrEmile Anclin2009-02-121-1/+3
* _ast compat step 2Sylvain2008-03-311-61/+2
* _ast compat step 1Sylvain2008-03-301-149/+1
* _ast compat step 0Sylvain2008-03-301-0/+24
* create branchSylvain Thenault2008-08-201-0/+1
* added D.Borrowitz patch: InstanceMethod node + is_bound methodSylvain2007-08-161-3/+28
* prepare versionlogilab-astng-version-0_17_0Sylvain2007-02-221-2/+20
* external attribute definition handling :)Sylvain2007-02-181-4/+0
* * api change to be able to infer using a context (used to infer function ...Sylvain2007-02-161-26/+74
* fix 'open' builtin inferenceSylvain2007-02-151-1/+2
* * slightly better inference on astng built from living object by trying to inferSylvain2007-02-151-4/+5
* 0.16.3syt2006-11-231-1/+0
* added has_dynamic_getattr on ConstSylvain2006-09-201-2/+1
* forget the past.root2006-04-261-0/+207