summaryrefslogtreecommitdiff
path: root/infutils.py
Commit message (Collapse)AuthorAgeFilesLines
* move all infutils stuff to bases.pyEmile Anclin2010-03-041-309/+0
| | | | | | | | We will need path_wrapper in the default NodeNG.infer method and have to avoid circular import. --HG-- branch : rebuild
* fix imports: _nodes -> basesEmile Anclin2010-03-031-1/+1
| | | | | --HG-- branch : rebuild
* update inference and infutils from default/stable branchEmile Anclin2010-02-171-5/+15
| | | | | --HG-- branch : rebuild
* enhance doc stringsEmile Anclin2010-01-261-1/+1
| | | | | --HG-- branch : rebuild
* moving stuff around to avoid circular importsEmile Anclin2009-11-251-66/+0
| | | | | --HG-- branch : rebuild
* trying to handle the importsEmile Anclin2009-11-251-1/+2
| | | | | --HG-- branch : rebuild
* fix #13944: false positive for class/instance attributesSylvain Thénault2009-11-251-2/+10
|
* mergeSylvain Thénault2009-11-231-2/+2
|\
| * [R] rename Proxy_ to BaseClassEmile Anclin2009-09-151-2/+2
| |
| * [R] add an _nodes.py for avoiding circular imports.pyEmile Anclin2009-09-021-1/+1
| |
* | include Dotan Barak spell fixes patchSylvain Thénault2009-11-231-6/+6
|/
* shouldn't delete anymore _Yes class, used in super()Sylvain Thénault2009-08-271-1/+0
|
* fix #9891: help(logilab.astng) throws TypeErrorSylvain Thénault2009-08-271-10/+13
|
* have to implement both getattr and igetattrSylvain Thénault2009-03-241-0/+5
|
* introduce UnboundMethod / rename InstanceMethod to BoundMethod, handle .im_funcSylvain Thénault2009-03-241-11/+24
|
* discard If branches if exceptions specifiedSylvain Thénault2009-03-241-1/+5
|
* import are_exclusive so we can filter according to catched exceptionsSylvain Thénault2009-03-241-3/+3
|
* some understanding of the __builtin__.property decoratorSylvain Thénault2009-03-241-10/+12
|
* (painful) mergeSylvain Thénault2009-03-191-3/+4
|
* test and fix python'special attributes handlingSylvain Thénault2009-03-171-3/+2
| | | | | --HG-- branch : _ast_compat
* pylint fixesSylvain Thénault2009-03-171-1/+49
| | | | | --HG-- branch : _ast_compat
* limit cyclic dependencies / cleanup by introducing a new infutils moduleSylvain Thénault2009-03-171-0/+282
--HG-- branch : _ast_compat