index
:
delta/python-packages/astroid-git.git
1.6
2.0
2.0.experimental
2.2
2.3
2.4
2.5
2.9
add-dateutil-to-requirements
add-flake8-in-pre-commit-configuration
add-flake8-typing-import
add-github-actions
add-isort-pylint-autoflake-to-pre-commit
add-pydocstring-formatter-remaining-issues
add-typing-in-tests
bug_666
builtin-simplified
catch-attribute-inference-error-in-safe-infer
dependabot/pip/sphinx-approx-eq-7.0
deprecate-is-sys-guard
fix-4623-generator-raised-stop-iteration
fix-crash-in-dunder-inference
fix-flake8-f403-in-astroid-__init__.py
fix-pylint-legacy-warnings
fix-pylint-warning-from-master-branch
fix-self-inflicted-circular-import
fix_851
import-from-astroid-nodes-in-test-directory
main
maintenance/2.15.x
master
performance-regression
pre-commit-ci-update-config
remove-lazy-import-use-specific-imports
revert-1366-postinit-property
revert-perf-affecting-changes-2
simplification-for-python3.6-code
sum_and_multiply
support-python-3.10
upgrade-packaging-to-setuptools
upgrade-pylint-to-2.12.2
upgrade-to-pylint-2.10
use-scm-setuptools
zipper
github.com: PyCQA/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
...
*
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
*
introduce 'last_child' method
Emile Anclin
2010-02-03
1
-0
/
+12
*
pass new parent to visit (step 2); set some infos
Emile Anclin
2010-02-02
1
-2
/
+1
*
fix imports
Emile Anclin
2010-01-26
1
-0
/
+2
*
fix argument nodes for _nodes_compiler
Emile Anclin
2010-01-12
1
-2
/
+4
*
no explicit constructor for Slice and Index (same as other classes)
Emile Anclin
2010-01-11
1
-18
/
+1
*
some small obvious corrections
Emile Anclin
2009-12-16
1
-1
/
+1
*
fix a lot more stuff trying to get the leave methods back to work
Emile Anclin
2009-12-14
1
-0
/
+4
*
_build_excepthandler method and more
Emile Anclin
2009-12-07
1
-4
/
+1
*
yet some more corrections
Emile Anclin
2009-12-01
1
-3
/
+1
*
first series of obvious corrections
Emile Anclin
2009-12-01
1
-3
/
+6
*
fix From node __init__
Emile Anclin
2009-11-30
1
-0
/
+3
*
Slice constructor
Emile Anclin
2009-11-26
1
-1
/
+11
*
get some constructors into node_classes
Emile Anclin
2009-11-26
1
-0
/
+34
*
remove most factory functions and create instances
Emile Anclin
2009-11-25
1
-5
/
+4
*
moving stuff around to avoid circular imports
Emile Anclin
2009-11-25
1
-14
/
+94
*
rename node classes in node_classes and remove dependencies
Emile Anclin
2009-11-25
1
-78
/
+53
*
move special cases of _infer_name to concrete classes
Emile Anclin
2009-11-25
1
-0
/
+13
*
reintroduce empty classes for rebuilding all nodes
Emile Anclin
2009-11-25
1
-1
/
+137
*
[R] rename Proxy_ to BaseClass
Emile Anclin
2009-09-15
1
-1
/
+1
*
[R] remove empty node classes; comments
Emile Anclin
2009-09-15
1
-137
/
+20
*
[R, doc] simplify inheritance of scoped nodes; comments
Emile Anclin
2009-09-15
1
-0
/
+11
*
[B, C] missing import, cleanup
Emile Anclin
2009-09-15
1
-5
/
+1
*
[R] modify __bases__ instead of using the "extend_class" function
Emile Anclin
2009-09-14
1
-6
/
+6
*
[R] avoid circular import
Emile Anclin
2009-09-14
1
-52
/
+52
*
[R] introduce FromImportMixIn
Emile Anclin
2009-09-10
1
-17
/
+27
*
[R] demonkey patching some Const, Dict, List and Tuple attributes
Emile Anclin
2009-09-10
1
-1
/
+45
*
[B] again the Yield bug
Emile Anclin
2009-09-07
1
-1
/
+1
*
[R] let NG classes inheritate from NodeNG and MixIns
Emile Anclin
2009-09-07
1
-56
/
+54
*
[B] remove wrongly introduced method
Emile Anclin
2009-09-07
1
-4
/
+0
*
[R] centralize class extensions in nodes.py
Emile Anclin
2009-09-07
1
-38
/
+65
*
[R] de-monkeypatching real_name and block_range
Emile Anclin
2009-09-03
1
-1
/
+45
*
[R] demonkey patching block_range
Emile Anclin
2009-09-03
1
-0
/
+51
*
[R] de-monkeypatching set_line_info method and introduce StmtMixIn
Emile Anclin
2009-09-03
1
-0
/
+47
*
[R] steps toward collecting all methods of a node class in a place
Emile Anclin
2009-09-03
1
-0
/
+227
[prev]