summaryrefslogtreecommitdiff
path: root/rebuilder.py
Commit message (Expand)AuthorAgeFilesLines
* Update some function definitions in py2stdlib's hashlib stub moduleTorsten Marek2013-07-241-1/+1
* Add support for py3k's keyword only argumentsJulien Cristau2013-07-181-0/+10
* Handle python3.3's With nodesJulien Cristau2013-06-201-4/+28
* rebuilder: fix handling of python3.3's Try ast nodesJulien Cristau2013-06-191-4/+4
* [transforms] allow transformation functions on any nodes, not only modulesSylvain Th?nault2013-06-181-4/+25
* [rebuilder] visit_module is a particular visit function (main entry point), m...Sylvain Th?nault2013-06-181-10/+10
* work on thread safetySylvain Th?nault2013-06-181-4/+1
* rebuilder: set tolineno for 'except' blocks on python 3.3Julien Cristau2013-06-171-0/+1
* rename the project astroidDavid Douard2013-06-171-12/+12
* import cleanupsSylvain Th?nault2013-03-291-1/+0
* [py3.3] don't crash on 'yield from' nodes. Closes #124360Sylvain Th?nault2013-03-271-0/+2
* Set literals should be treated as inference leaves. Closes #47957Torsten Marek2013-03-271-1/+1
* fixes for python 3.3 ast nodes changes. Closes #120646Sylvain Th?nault2013-02-221-7/+29
* test and fix absolute import handling. Closes #106191Sylvain Th?nault2012-10-051-1/+1
* closes #77188: support lgc.decorators.classpropertySylvain Th?nault2011-09-271-3/+7
* cosmetic changes: update/fix copyright and comments, d-t-wSylvain Th?nault2011-09-271-12/+0
* closes #69217: please add column offset to the astng nodeSylvain Th?nault2011-06-161-0/+4
* performance : a little cash for visit methodsEmile Anclin2010-12-141-4/+12
* fix #52006: "True" and "False" can be assignedEmile Anclin2010-12-091-5/+8
* refactoring for tree rebuildingEmile Anclin2010-12-091-33/+3
* py3k: fix some obvious stuffEmile Anclin2010-12-021-1/+2
* reduce circular imports I: import exceptions directlyEmile Anclin2010-12-021-1/+1
* cleanup: rebuilder: test None values only in known casesEmile Anclin2010-12-011-25/+40
* cleanup: move some rebuilder stuff to builder; fix _delayed_assattr cacheEmile Anclin2010-12-011-70/+13
* cleanup: just define "extra_decorators" in Function constructorEmile Anclin2010-12-011-4/+1
* move stuff around and make method _set_infos to functionEmile Anclin2010-11-301-71/+57
* move some methods around and merge othersEmile Anclin2010-11-301-100/+85
* cleanup: merge _nodes_ast into rebuilderEmile Anclin2010-11-301-0/+685
* cleanup: remove single used function; prepare rebuilder / _nodes_ast mergeEmile Anclin2010-11-301-30/+16
* cleanup: remove useless redirections and aliased importsEmile Anclin2010-11-231-21/+0
* cleanup: remove python < 2.5 supportEmile Anclin2010-11-101-9/+3
* py3k: keyword "cmp" for list sorting is removed in 3.xEmile Anclin2010-10-071-3/+12
* py2.3 compat : syntax, set; _nodes_compiler.py : fix visit_discardEmile Anclin2010-09-221-2/+2
* fix astng building bug: we've to set module.package flag at the node creation...Sylvain Th?nault2010-09-101-2/+2
* proper licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-5/+19
* more license updatesSylvain Th?nault2010-04-261-3/+3
* nodes redirection cleanup possible since refactoringSylvain Th?nault2010-04-161-1/+37
* prepare 0.20.0 releaseEmile Anclin2010-03-221-2/+2
* improve Module node initialisationEmile Anclin2010-03-221-2/+3
* make pylint happier : mention node attributesEmile Anclin2010-03-221-3/+1
* fix the order of the nodes in locals.Emile Anclin2010-03-181-4/+11
* delay adding the imported names to the locals if the source module is not in ...Emile Anclin2010-03-181-3/+15
* remove two useless function calls on tree rebuilding.Emile Anclin2010-03-181-20/+16
* refactor cache handling to avoid infinite recursion error while infering assi...Emile Anclin2010-03-171-2/+8
* some cleanup using pylintEmile Anclin2010-03-171-1/+2
* move all infutils stuff to bases.pyEmile Anclin2010-03-041-1/+1
* we don't need to pass ast_mode to TreebuilderEmile Anclin2010-02-251-1/+1
* We need to set lineno at the beginning of the visitEmile Anclin2010-02-251-7/+0
* 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-171-25/+0