index
:
delta/python-packages/astroid.git
1.3.7
1.3.8
1.4.0
BioGeek/remove-superfluous-quotation-mark-in-doc-1418828415832
_ast_compat
ancestors
args_fix
binop-inference-fix
classmethod_subclasses
dev
enum-fixes
fix-list-multiplication
fix-pygi-glib3
fix-python3-tests
fix-recursive-attr-lookups
issue61
master
metaclass
nameconstant_py34
no-logilab-common
print_statement
py3-communicate
pygobject-require_version
pylint-480
pytest-fails-register-module-extender
rebuild
remove-docformat
slots
stable
stable_0.19.2
tox
use_print_function
yield_from
bitbucket.org: Obsolete (use python-packages/astroid-git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rebuilder.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix astng building bug: we've to set module.package flag at the node creation...
Sylvain Th?nault
2010-09-10
1
-2
/
+2
*
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
*
nodes redirection cleanup possible since refactoring
Sylvain Th?nault
2010-04-16
1
-1
/
+37
*
prepare 0.20.0 release
Emile Anclin
2010-03-22
1
-2
/
+2
*
improve Module node initialisation
Emile Anclin
2010-03-22
1
-2
/
+3
*
make pylint happier : mention node attributes
Emile Anclin
2010-03-22
1
-3
/
+1
*
fix the order of the nodes in locals.
Emile Anclin
2010-03-18
1
-4
/
+11
*
delay adding the imported names to the locals if the source module is not in ...
Emile Anclin
2010-03-18
1
-3
/
+15
*
remove two useless function calls on tree rebuilding.
Emile Anclin
2010-03-18
1
-20
/
+16
*
refactor cache handling to avoid infinite recursion error while infering assi...
Emile Anclin
2010-03-17
1
-2
/
+8
*
some cleanup using pylint
Emile Anclin
2010-03-17
1
-1
/
+2
*
move all infutils stuff to bases.py
Emile Anclin
2010-03-04
1
-1
/
+1
*
we don't need to pass ast_mode to Treebuilder
Emile Anclin
2010-02-25
1
-1
/
+1
*
We need to set lineno at the beginning of the visit
Emile Anclin
2010-02-25
1
-7
/
+0
*
checking classmethod / staticmethod must be done after the __new__ test
Emile Anclin
2010-02-22
1
-11
/
+5
*
move _check_children to utils; don't call it
Emile Anclin
2010-02-17
1
-25
/
+0
*
remove RebuidlVisitor.set_infos; set infos in different _set_infos methods
Emile Anclin
2010-02-03
1
-35
/
+3
*
factorize Break node visit
Emile Anclin
2010-02-03
1
-0
/
+7
*
remove _assignment: call set_local directly
Emile Anclin
2010-02-02
1
-15
/
+7
*
remove all unnecessary delayed methods
Emile Anclin
2010-02-02
1
-32
/
+21
*
pass new parent to visit (step 2); set some infos
Emile Anclin
2010-02-02
1
-17
/
+21
*
CONST_NAME_TRANSFORMS are only for compiler
Emile Anclin
2010-02-02
1
-12
/
+0
*
wip : trying to fix AugAssign etc. for compiler
Emile Anclin
2010-02-02
1
-1
/
+0
*
pass parent to concrete visit methods (step 1: change signature)
Emile Anclin
2010-02-02
1
-22
/
+18
*
we don't need any NodeRemoved exception anymore
Emile Anclin
2010-02-01
1
-5
/
+2
*
fix: delayed AssAttr must be after setting locals
Emile Anclin
2010-02-01
1
-3
/
+4
*
compiler: save argument names into locals dictionary
Emile Anclin
2010-01-26
1
-1
/
+1
*
delayed_assattr should be done at last; there are no more leave_ methods
Emile Anclin
2010-01-26
1
-8
/
+10
*
fix visit_class and visit_boolop; more explicit comment
Emile Anclin
2010-01-26
1
-7
/
+12
*
fix Discard-Yield combination and some more obvious bugs
Emile Anclin
2010-01-25
1
-3
/
+12
*
first sketch for handling remaining visits, delays, set_locals etc.
Emile Anclin
2010-01-25
1
-35
/
+35
*
fix some further bugs
Emile Anclin
2010-01-21
1
-1
/
+0
*
fix some more infos
Emile Anclin
2010-01-21
1
-3
/
+10
*
fix parent for some nodes; add a _check_children helper function
Emile Anclin
2010-01-21
1
-9
/
+24
*
save assignement nodes and call set_local after walking the tree
Emile Anclin
2010-01-21
1
-8
/
+16
*
factorize, fix some bugs
Emile Anclin
2010-01-21
1
-15
/
+16
*
factorize and remove dead code
Emile Anclin
2010-01-21
1
-0
/
+10
*
compiler: handle Slice(obj), Subscript, ExtSlice, Index
Emile Anclin
2010-01-21
1
-3
/
+0
*
disable assignement context for subscript nodes
Emile Anclin
2010-01-20
1
-13
/
+0
*
fix assignment context for Assign node
Emile Anclin
2010-01-18
1
-4
/
+3
*
handle assignement/delete context in visit methods
Emile Anclin
2010-01-18
1
-45
/
+21
*
typos
Emile Anclin
2010-01-11
1
-1
/
+1
*
work in progress
Emile Anclin
2009-12-17
1
-5
/
+9
*
replace some leave methods with delayed methods; further small fixes
Emile Anclin
2009-12-14
1
-30
/
+38
*
fix a lot more stuff trying to get the leave methods back to work
Emile Anclin
2009-12-14
1
-92
/
+63
*
_build_excepthandler method and more
Emile Anclin
2009-12-07
1
-1
/
+8
*
set parent for new nodes, not old; prepare calling leave_*
Emile Anclin
2009-12-03
1
-6
/
+12
*
yet some more corrections
Emile Anclin
2009-12-01
1
-0
/
+5
*
first series of obvious corrections
Emile Anclin
2009-12-01
1
-4
/
+4
[next]