| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix argument search for methods and classmethods. | cpopa | 2014-04-13 | 1 | -0/+5 |
| * | 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 i... | Sylvain Th?nault | 2013-06-18 | 1 | -24/+24 |
| * | rename the project astroid | David Douard | 2013-06-17 | 1 | -14/+14 |
| * | import cleanups | Sylvain Th?nault | 2013-03-29 | 1 | -3/+2 |
| * | minor cleanups: drop copyright by me, update others to 2013, droip those in d... | Sylvain Th?nault | 2013-03-28 | 1 | -2/+0 |
| * | Add support for inference of subscript operations on dict literals. Closes #1... | Torsten Marek | 2013-03-27 | 1 | -9/+17 |
| * | Set literals should be treated as inference leaves. Closes #47957 | Torsten Marek | 2013-03-27 | 1 | -1/+1 |
| * | 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 |
| * | reduce circular imports I: import exceptions directly | Emile Anclin | 2010-12-02 | 1 | -2/+2 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | remove InferenceContext.startingfrom; use a set for path_wrapper | Emile Anclin | 2010-03-17 | 1 | -3/+3 |
| * | some cleanup using pylint | Emile Anclin | 2010-03-17 | 1 | -0/+4 |
| * | move all infutils stuff to bases.py | Emile Anclin | 2010-03-04 | 1 | -1/+1 |
| * | apply Edward K. Ream patch (maximum recursion depth exceeded) | Emile Anclin | 2010-02-24 | 1 | -3/+1 |
| * | update inference and infutils from default/stable branch | Emile Anclin | 2010-02-17 | 1 | -3/+4 |
| * | moving stuff around to avoid circular imports | Emile Anclin | 2009-11-25 | 1 | -0/+1 |
| * | trying to handle the imports | Emile Anclin | 2009-11-25 | 1 | -1/+1 |
| * | move default infer method to NodeNg | Emile Anclin | 2009-11-25 | 1 | -8/+0 |
| * | 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 |
| | * | [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 and... | Sylvain Th?nault | 2009-08-26 | 1 | -15/+17 |
| * | dont monkey patch base Node class | sylvain thenault | 2009-03-24 | 1 | -1/+4 |
| * | (painful) merge | sylvain thenault | 2009-03-19 | 1 | -549/+235 |
| |\ |
|
| | * | fix subscript inference | Emile Anclin | 2009-03-18 | 1 | -3/+3 |
| | * | always propagate context to avoid infinite loops | sylvain thenault | 2009-03-18 | 1 | -3/+3 |
| | * | test and fix python'special attributes handling | Sylvain | 2009-03-17 | 1 | -3/+3 |
| | * | pylint fixes | Sylvain | 2009-03-17 | 1 | -7/+5 |
| | * | limit cyclic dependencies / cleanup by introducing a new infutils module | Sylvain | 2009-03-17 | 1 | -13/+15 |
| | * | fix YES handling | Sylvain | 2009-03-17 | 1 | -0/+1 |
| | * | littls bug fixes | Emile Anclin | 2009-03-17 | 1 | -1/+1 |
| | * | missing proxy for builtin type long | Emile Anclin | 2009-03-17 | 1 | -0/+1 |