Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all astroid modules into a its own directory, which is now the package. | Torsten Marek | 2014-11-08 | 1 | -395/+0 |
| | | | | python setup.py develop now works. | ||||
* | Make the source compatible with Python 2.7 and 3.3+. | Claudiu Popa | 2014-10-27 | 1 | -2/+2 |
| | |||||
* | Various speed improvements. | Claudiu Popa | 2014-10-20 | 1 | -46/+41 |
|\ | | | | | | | Patch by Alex Munroe. | ||||
| * | merged with default | Eevee (Alex Munroe) | 2014-07-31 | 1 | -8/+9 |
| |\ | |||||
| * | | Remove context.lookupname; make it an argument to infer() when appropriate. | Eevee (Alex Munroe) | 2014-07-01 | 1 | -28/+18 |
| | | | |||||
| * | | Replace copy_context with some dynamic scoping. | Eevee (Alex Munroe) | 2014-07-01 | 1 | -29/+34 |
| | | | |||||
* | | | The inference engine handles binary operations (add, mul etc.) between ↵ | Claudiu Popa | 2014-08-13 | 1 | -23/+3 |
| | | | | | | | | | | | | instances. | ||||
* | | | Name inference will lookup in the parent function of the current scope, in ↵ | Claudiu Popa | 2014-08-11 | 1 | -1/+27 |
| |/ |/| | | | | | case searching in the current scope fails. | ||||
* | | pylint source code | Sylvain Thénault | 2014-07-25 | 1 | -7/+8 |
| | | |||||
* | | Fix names grabed using wildcard import in "absolute import mode" | Sylvain Thénault | 2014-07-24 | 1 | -1/+1 |
|/ | | | | | | | | | (ie with absolute_import activated from the __future__ or with python 3). To do so, refactor do_import_module a bit so it may be easily used for wildcard import as well. Fix pylint issue #58. | ||||
* | Fix argument search for methods and classmethods. | Claudiu Popa | 2014-04-13 | 1 | -0/+5 |
| | | | | | --HG-- branch : args_fix | ||||
* | rename all astroid_from* method, introduced by sed, into ast_from* | Sylvain Thénault | 2013-07-24 | 1 | -1/+1 |
| | |||||
* | [inference] introduce (but not use it yet) explicit inference for some node ↵ | Sylvain Thénault | 2013-06-18 | 1 | -24/+24 |
| | | | | instances | ||||
* | rename the project astroid | David Douard | 2013-06-17 | 1 | -14/+14 |
| | |||||
* | import cleanups | Sylvain Thénault | 2013-03-29 | 1 | -3/+2 |
| | | | | | --HG-- branch : stable | ||||
* | minor cleanups: drop copyright by me, update others to 2013, droip those in ↵ | Sylvain Thénault | 2013-03-28 | 1 | -2/+0 |
| | | | | | | | dumb test data files, delete some trailing whitespaces --HG-- branch : stable | ||||
* | Add support for inference of subscript operations on dict literals. Closes ↵ | Torsten Marek | 2013-03-27 | 1 | -9/+17 |
| | | | | | | | | | #123074 actually fix Dict.getitem and enhance infer_subscript --HG-- branch : stable | ||||
* | Set literals should be treated as inference leaves. Closes #47957 | Torsten Marek | 2013-03-27 | 1 | -1/+1 |
| | | | | | --HG-- branch : stable | ||||
* | Fix raw_building.object_build for pypy implementation. Closes #99583 | FELD Boris | 2012-07-16 | 1 | -0/+1 |
| | |||||
* | cosmetic changes: update/fix copyright and comments, d-t-w | Sylvain Thénault | 2011-09-27 | 1 | -1/+1 |
| | |||||
* | test and fix relative import inference pb, detected with python 3 | Sylvain Thénault | 2011-07-08 | 1 | -1/+1 |
| | |||||
* | remove some code no more necessary since we don't support anymore python < 2.5 | Sylvain Thénault | 2011-01-05 | 1 | -7/+0 |
| | |||||
* | reduce circular imports II: move boot straping stuff to raw_building | Emile Anclin | 2010-12-02 | 1 | -33/+2 |
| | | | | | | - inference doesn't depend on importing raw_building from logilab.astng anymore - fix also test import | ||||
* | reduce circular imports I: import exceptions directly | Emile Anclin | 2010-12-02 | 1 | -2/+2 |
| | | | | - rename exceptions module: it's exported to Pylint anyway | ||||
* | support for generator attributes | Emile Anclin | 2010-12-01 | 1 | -1/+2 |
| | |||||
* | Bytes: are just constants like Str and Num | Emile Anclin | 2010-10-11 | 1 | -0/+3 |
| | |||||
* | BORG : use the borg pattern for ASTNGManager, not singleton | Emile Anclin | 2010-10-11 | 1 | -1/+4 |
| | | | | Hence we can start breaking the circular imports | ||||
* | replace lgc.compat imports by regular imports | Emile Anclin | 2010-10-06 | 1 | -1/+1 |
| | |||||
* | copyright cleanup | Sylvain Thénault | 2010-07-05 | 1 | -13/+0 |
| | | | | | --HG-- branch : stable | ||||
* | proper licensing information (LGPL-2.1). Hope I get it right this time. | Sylvain Thénault | 2010-04-28 | 1 | -5/+19 |
| | |||||
* | more license updates | Sylvain Thénault | 2010-04-26 | 1 | -3/+3 |
| | |||||
* | fix missing Subscript.infer_lhs and UNARY_OP_METHOD | Emile Anclin | 2010-03-17 | 1 | -4/+6 |
| | | | | | | | | * add a Subscript.infer_lhs method * add '~': '__invert__' to the UNARY_OP_METHOD dictionary --HG-- branch : rebuild | ||||
* | remove InferenceContext.startingfrom; use a set for path_wrapper | Emile Anclin | 2010-03-17 | 1 | -3/+3 |
| | | | | | --HG-- branch : rebuild | ||||
* | some cleanup using pylint | Emile Anclin | 2010-03-17 | 1 | -0/+4 |
| | | | | | --HG-- branch : rebuild | ||||
* | move all infutils stuff to bases.py | Emile Anclin | 2010-03-04 | 1 | -1/+1 |
| | | | | | | | | We will need path_wrapper in the default NodeNG.infer method and have to avoid circular import. --HG-- branch : rebuild | ||||
* | apply Edward K. Ream patch (maximum recursion depth exceeded) | Emile Anclin | 2010-02-24 | 1 | -3/+1 |
| | | | | | --HG-- branch : rebuild | ||||
* | update inference and infutils from default/stable branch | Emile Anclin | 2010-02-17 | 1 | -3/+4 |
| | | | | | --HG-- branch : rebuild | ||||
* | moving stuff around to avoid circular imports | Emile Anclin | 2009-11-25 | 1 | -0/+1 |
| | | | | | --HG-- branch : rebuild | ||||
* | trying to handle the imports | Emile Anclin | 2009-11-25 | 1 | -1/+1 |
| | | | | | --HG-- branch : rebuild | ||||
* | move default infer method to NodeNg | Emile Anclin | 2009-11-25 | 1 | -8/+0 |
| | | | | | --HG-- branch : rebuild | ||||
* | fix #18953: inference fails with augmented assignment | Sylvain Thénault | 2009-11-25 | 1 | -0/+18 |
| | |||||
* | merge | Sylvain Thénault | 2009-11-23 | 1 | -34/+4 |
|\ | |||||
| * | [R] modify __bases__ instead of using the "extend_class" function | Emile Anclin | 2009-09-14 | 1 | -5/+0 |
| | | | | | | | | | | * avoid mixing oldstyle / newstyle : all classes inheritate from Proxy_ * add "Instance" class to the bases at the right place | ||||
| * | [R] introduce FromImportMixIn | Emile Anclin | 2009-09-10 | 1 | -20/+0 |
| | | |||||
| * | [R] demonkey patching some Const, Dict, List and Tuple attributes | Emile Anclin | 2009-09-10 | 1 | -5/+0 |
| | | |||||
| * | [R] de-monkeypatching set_line_info method and introduce StmtMixIn | Emile Anclin | 2009-09-03 | 1 | -3/+3 |
| | | |||||
| * | [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 | -2/+2 |
|/ | |||||
* | absolute_modname is a better name... | Sylvain Thénault | 2009-08-27 | 1 | -1/+1 |
| | |||||
* | d-t-w, expose _imported_module_astng as do_import_module method of Import ↵ | Sylvain Thénault | 2009-08-26 | 1 | -15/+17 |
| | | | | and From node |