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
/
node_classes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for py3k's keyword only arguments
Julien Cristau
2013-07-18
1
-2
/
+18
*
Fix format_args when there are no positional arguments
Julien Cristau
2013-07-18
1
-1
/
+3
*
Handle python3.3's With nodes
Julien Cristau
2013-06-20
1
-7
/
+10
*
rename the project astroid
David Douard
2013-06-17
1
-49
/
+49
*
minor cleanups: drop copyright by me, update others to 2013, droip those in d...
Sylvain Th?nault
2013-03-28
1
-2
/
+0
*
unify BUILTINS_NAME / BUILTINS_MODULE into astng.bases.BUILTINS
Sylvain Th?nault
2013-03-28
1
-6
/
+5
*
[cleanup] don't call const_factory with astng nodes
Sylvain Th?nault
2013-03-28
1
-9
/
+5
*
don't call const_factory for builtin types subclasses, this will trigger erro...
Sylvain Th?nault
2013-03-28
1
-7
/
+8
*
Add support for inference of subscript operations on dict literals. Closes #1...
Torsten Marek
2013-03-27
1
-7
/
+9
*
Fix python 3 crash on importing from a non existing module. Closes #83749
FELD Boris
2012-07-31
1
-4
/
+9
*
Make Starred node extends ParentAssignTypeMixin as it can be part of Assign a...
FELD Boris
2012-07-25
1
-1
/
+1
*
closes #74748: getitem protocal should return Const node, not the bare python...
Sylvain Th?nault
2011-09-07
1
-1
/
+1
*
py3k: __builtin__ module renamed to builtins, we should consider this to prop...
Sylvain Th?nault
2011-07-08
1
-5
/
+6
*
closes #70497: Crash on AttributeError: 'NoneType' object has no attribute '_...
Sylvain Th?nault
2011-07-08
1
-1
/
+6
*
fix constant_factory, it may be given unknown object when building from livin...
Sylvain Th?nault
2011-01-11
1
-8
/
+10
*
cleanup
Sylvain Th?nault
2011-01-11
1
-4
/
+4
*
fix building from living object: content of container should be turned into a...
Sylvain Th?nault
2011-01-11
1
-4
/
+10
*
typo in node_classes; py3k - fix manager test (can't iterate on Project)
Emile Anclin
2010-12-15
1
-3
/
+3
*
cleanup : do more boot strapping in astng_boot_strapping
Emile Anclin
2010-12-14
1
-20
/
+38
*
build builtins in more direct way
Emile Anclin
2010-12-14
1
-0
/
+4
*
minor cleanup: remove useless optional attributes
Emile Anclin
2010-12-13
1
-4
/
+3
*
py3k: fix some obvious stuff
Emile Anclin
2010-12-02
1
-2
/
+2
*
cleanup: move StmtMixin to Statement
Emile Anclin
2010-12-02
1
-27
/
+27
*
cleanup: BaseClass is no more needed
Emile Anclin
2010-12-02
1
-2
/
+2
*
reduce circular imports I: import exceptions directly
Emile Anclin
2010-12-02
1
-1
/
+1
*
py3k: fix unpack_infer : "(chain(*map(...))" does not work in py3k
Emile Anclin
2010-11-10
1
-9
/
+13
*
py3k : introduce Nonlocal node
Emile Anclin
2010-10-28
1
-0
/
+9
*
py3k : introduce Starred node
Emile Anclin
2010-10-28
1
-0
/
+5
*
py3k / Raise : use "exc" instead of "type"
Emile Anclin
2010-10-12
1
-4
/
+18
*
py3k: ListComp becomes a ComprehensionScope
Emile Anclin
2010-10-11
1
-10
/
+0
*
add a "optional_assign" attribute to the NodeNG
Emile Anclin
2010-10-11
1
-1
/
+3
*
make dictionary comprehensions and set comprehensions have their own scope, l...
Daniel Harding
2010-10-09
1
-15
/
+0
*
create a Set node
Emile Anclin
2010-10-07
1
-0
/
+12
*
replace lgc.compat imports by regular imports
Emile Anclin
2010-10-06
1
-1
/
+1
*
remove other has_key occurences
Emile Anclin
2010-10-05
1
-1
/
+1
*
add support for set comprehensions
Daniel Harding
2010-10-01
1
-0
/
+7
*
add support for dict comprehensions
Daniel Harding
2010-10-01
1
-0
/
+8
*
py2.3 compat : syntax, set; _nodes_compiler.py : fix visit_discard
Emile Anclin
2010-09-22
1
-4
/
+4
*
copyright cleanup
Sylvain Th?nault
2010-07-05
1
-17
/
+1
*
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
*
improve node representations with lineno and module name
Emile Anclin
2010-04-15
1
-1
/
+1
*
make pylint happier : mention node attributes
Emile Anclin
2010-03-22
1
-7
/
+75
*
move _astng_fields to concrete classes instead of defining them in nodes.py
Emile Anclin
2010-03-17
1
-1
/
+43
*
some cleanup using pylint
Emile Anclin
2010-03-17
1
-23
/
+7
*
all From nodes need a "level" attribute even for python2.4
Emile Anclin
2010-03-16
1
-1
/
+2
*
add a "mixins.py" module and move some classes around.
Emile Anclin
2010-03-15
1
-69
/
+169
*
add FilterStmtsMixin and AssignTypeMixins; use polymorphism
Emile Anclin
2010-03-15
1
-12
/
+67
*
move all infutils stuff to bases.py
Emile Anclin
2010-03-04
1
-2
/
+2
*
fix imports: _nodes -> bases
Emile Anclin
2010-03-03
1
-1
/
+1
[next]