summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* get ride of branch 'rebuild'rebuildEmile Anclin2010-11-230-0/+0
* improve Module node initialisationEmile Anclin2010-03-226-17/+15
* make pylint happier : mention node attributesEmile Anclin2010-03-227-42/+110
* fix the order of the nodes in locals.Emile Anclin2010-03-182-5/+12
* Changelog: the refactoring fixed a pylint hang on the flyEmile Anclin2010-03-181-0/+1
* delay adding the imported names to the locals if the source module is not in ...Emile Anclin2010-03-183-5/+18
* update ChangelogEmile Anclin2010-03-181-8/+22
* remove two useless function calls on tree rebuilding.Emile Anclin2010-03-185-25/+21
* compiler: fix Arguments line infosEmile Anclin2010-03-171-3/+7
* fix missing Subscript.infer_lhs and UNARY_OP_METHODEmile Anclin2010-03-171-4/+6
* move _astng_fields to concrete classes instead of defining them in nodes.pyEmile Anclin2010-03-174-67/+56
* remove disabled "set_cache_size" method; cleanupEmile Anclin2010-03-171-20/+13
* don't use a stack for InferenceContext.pathEmile Anclin2010-03-173-19/+12
* remove InferenceContext.startingfrom; use a set for path_wrapperEmile Anclin2010-03-172-14/+11
* refactor cache handling to avoid infinite recursion error while infering assi...Emile Anclin2010-03-173-55/+55
* some cleanup using pylintEmile Anclin2010-03-175-44/+35
* Disable assignment context for Subscript.Emile Anclin2010-03-161-0/+2
* [python 2.4] fix ';' Discard nodeEmile Anclin2010-03-161-3/+6
* python 2.4: fix lineno setting for If nodesEmile Anclin2010-03-161-4/+4
* all From nodes need a "level" attribute even for python2.4Emile Anclin2010-03-163-4/+3
* remove double line number setting for argumentsEmile Anclin2010-03-151-1/+0
* cleanup imports: we don't need most of the _ast / compiler classes anymoreEmile Anclin2010-03-152-69/+4
* add a "mixins.py" module and move some classes around.Emile Anclin2010-03-155-296/+344
* add FilterStmtsMixin and AssignTypeMixins; use polymorphismEmile Anclin2010-03-153-62/+76
* add a "has_base method" for Class to break circular imports and more polymorp...Emile Anclin2010-03-042-3/+15
* expose some more stuff for pylintEmile Anclin2010-03-041-0/+2
* move all infutils stuff to bases.pyEmile Anclin2010-03-0412-323/+304
* remove infutils import in manager.py by adding a "instanciate_class" method.Emile Anclin2010-03-033-7/+14
* fix imports: _nodes -> basesEmile Anclin2010-03-033-3/+3
* move "_nodes.py" to "bases.py"Emile Anclin2010-03-031-0/+0
* fix inference testsEmile Anclin2010-03-031-3/+5
* we don't need to pass ast_mode to TreebuilderEmile Anclin2010-02-252-4/+2
* We need to set lineno at the beginning of the visitEmile Anclin2010-02-252-102/+97
* apply Edward K. Ream patch (maximum recursion depth exceeded)Emile Anclin2010-02-242-3/+3
* python 2.6 : decorators are called decorator_listEmile Anclin2010-02-241-1/+5
* [ast] needs CONST_NAME_TRANSFORMS tooEmile Anclin2010-02-241-0/+9
* add a tset for expected constant build valuesEmile Anclin2010-02-241-0/+17
* compiler: fix order of visiting nodesEmile Anclin2010-02-241-1/+1
* avoid introducing a Delete nodeEmile Anclin2010-02-241-1/+3
* [compiler] fix line infos for Function and ExceptHandlerEmile Anclin2010-02-241-5/+15
* blockstart_tolineno comes also from compilerEmile Anclin2010-02-241-0/+2
* typo and comment for yield node "asscontext"Emile Anclin2010-02-241-1/+2
* unset assignement context in AssAttr for newnode.exprEmile Anclin2010-02-241-0/+2
* [compiler]: set assignment context for Comprehension nodesEmile Anclin2010-02-241-0/+2
* From nodes have an attribute 'level'Emile Anclin2010-02-231-0/+1
* checking classmethod / staticmethod must be done after the __new__ testEmile Anclin2010-02-221-11/+5
* move _check_children to utils; don't call itEmile Anclin2010-02-172-26/+25
* update inference and infutils from default/stable branchEmile Anclin2010-02-172-8/+19
* update scoped_nodes.py from default/stable branchesEmile Anclin2010-02-171-8/+20
* update package, version and debian infosEmile Anclin2010-02-172-1/+13