Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move all infutils stuff to bases.py | Emile Anclin | 2010-03-04 | 1 | -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 -> bases | Emile Anclin | 2010-03-03 | 1 | -1/+1 |
| | | | | | --HG-- branch : rebuild | ||||
* | update inference and infutils from default/stable branch | Emile Anclin | 2010-02-17 | 1 | -5/+15 |
| | | | | | --HG-- branch : rebuild | ||||
* | enhance doc strings | Emile Anclin | 2010-01-26 | 1 | -1/+1 |
| | | | | | --HG-- branch : rebuild | ||||
* | moving stuff around to avoid circular imports | Emile Anclin | 2009-11-25 | 1 | -66/+0 |
| | | | | | --HG-- branch : rebuild | ||||
* | trying to handle the imports | Emile Anclin | 2009-11-25 | 1 | -1/+2 |
| | | | | | --HG-- branch : rebuild | ||||
* | fix #13944: false positive for class/instance attributes | Sylvain Thénault | 2009-11-25 | 1 | -2/+10 |
| | |||||
* | merge | Sylvain Thénault | 2009-11-23 | 1 | -2/+2 |
|\ | |||||
| * | [R] rename Proxy_ to BaseClass | Emile Anclin | 2009-09-15 | 1 | -2/+2 |
| | | |||||
| * | [R] add an _nodes.py for avoiding circular imports.py | Emile Anclin | 2009-09-02 | 1 | -1/+1 |
| | | |||||
* | | include Dotan Barak spell fixes patch | Sylvain Thénault | 2009-11-23 | 1 | -6/+6 |
|/ | |||||
* | shouldn't delete anymore _Yes class, used in super() | Sylvain Thénault | 2009-08-27 | 1 | -1/+0 |
| | |||||
* | fix #9891: help(logilab.astng) throws TypeError | Sylvain Thénault | 2009-08-27 | 1 | -10/+13 |
| | |||||
* | have to implement both getattr and igetattr | Sylvain Thénault | 2009-03-24 | 1 | -0/+5 |
| | |||||
* | introduce UnboundMethod / rename InstanceMethod to BoundMethod, handle .im_func | Sylvain Thénault | 2009-03-24 | 1 | -11/+24 |
| | |||||
* | discard If branches if exceptions specified | Sylvain Thénault | 2009-03-24 | 1 | -1/+5 |
| | |||||
* | import are_exclusive so we can filter according to catched exceptions | Sylvain Thénault | 2009-03-24 | 1 | -3/+3 |
| | |||||
* | some understanding of the __builtin__.property decorator | Sylvain Thénault | 2009-03-24 | 1 | -10/+12 |
| | |||||
* | (painful) merge | Sylvain Thénault | 2009-03-19 | 1 | -3/+4 |
| | |||||
* | test and fix python'special attributes handling | Sylvain Thénault | 2009-03-17 | 1 | -3/+2 |
| | | | | | --HG-- branch : _ast_compat | ||||
* | pylint fixes | Sylvain Thénault | 2009-03-17 | 1 | -1/+49 |
| | | | | | --HG-- branch : _ast_compat | ||||
* | limit cyclic dependencies / cleanup by introducing a new infutils module | Sylvain Thénault | 2009-03-17 | 1 | -0/+282 |
--HG-- branch : _ast_compat |