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
/
builder.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
prepare 0.20.0 release
Emile Anclin
2010-03-22
1
-2
/
+2
*
improve Module node initialisation
Emile Anclin
2010-03-22
1
-5
/
+2
*
remove two useless function calls on tree rebuilding.
Emile Anclin
2010-03-18
1
-1
/
+1
*
refactor cache handling to avoid infinite recursion error while infering assi...
Emile Anclin
2010-03-17
1
-8
/
+5
*
we don't need to pass ast_mode to Treebuilder
Emile Anclin
2010-02-25
1
-3
/
+1
*
set module node information directly on newnode
Emile Anclin
2010-01-27
1
-7
/
+8
*
handle assignement/delete context in visit methods
Emile Anclin
2010-01-18
1
-1
/
+1
*
typos
Emile Anclin
2010-01-11
1
-1
/
+1
*
work in progress
Emile Anclin
2009-12-17
1
-1
/
+1
*
strait forward: the (re)building should work this way (optimistic)
Emile Anclin
2009-12-01
1
-7
/
+12
*
trying to handle the imports
Emile Anclin
2009-11-25
1
-1
/
+1
*
include Dotan Barak spell fixes patch
Sylvain Thénault
2009-11-23
1
-1
/
+1
*
distinguish between local name on object class name, add a fallback to local ...
Sylvain Thénault
2009-07-29
1
-4
/
+4
*
d-t-w, use assertIsInstance
Sylvain Thénault
2009-06-25
1
-11
/
+11
*
test and fix python'special attributes handling
Sylvain Thénault
2009-03-17
1
-1
/
+0
*
pylint fixes
Sylvain Thénault
2009-03-17
1
-3
/
+1
*
don't set modname/modfile when unnecessary
Sylvain Thénault
2009-03-13
1
-6
/
+5
*
check node not already in locals
Sylvain Thénault
2009-03-06
1
-1
/
+2
*
cleanup
Sylvain Thénault
2009-03-06
1
-8
/
+2
*
licence, date, typos
Emile Anclin
2009-03-04
1
-2
/
+2
*
little cleanup
Emile Anclin
2009-03-03
1
-1
/
+0
*
no more need to set _module on rebuilder
Emile Anclin
2009-03-03
1
-2
/
+1
*
move delayed_visits to rebuild.RebuildVisitor
Emile Anclin
2009-03-03
1
-5
/
+0
*
some small cleanup and bugfixes
Emile Anclin
2009-02-26
1
-2
/
+2
*
improve set_context / _asscontext on Subscripts and For
Emile Anclin
2009-02-26
1
-1
/
+0
*
little more cleanup
Emile Anclin
2009-02-23
1
-6
/
+2
*
Big cleanup
Emile Anclin
2009-02-23
1
-407
/
+0
*
we will now use the RebuildVisitor for ASTNG building
Emile Anclin
2009-02-23
1
-4
/
+8
*
some small corrections on as_string usage and tests
Emile Anclin
2009-02-20
1
-2
/
+3
*
handle GenExpr / GeneratorExpr nodes
Emile Anclin
2009-02-17
1
-0
/
+1
*
trying to start astng with delayed_visit_getattr
Emile Anclin
2009-02-12
1
-1
/
+0
*
small corrections
Emile Anclin
2009-02-05
1
-0
/
+1
*
first step for using delayed_visit_getattr: not working yet ...
Emile Anclin
2009-02-04
1
-47
/
+12
*
catch Slice nodes
Emile Anclin
2009-02-04
1
-2
/
+5
*
Backquote node
Emile Anclin
2009-02-03
1
-0
/
+4
*
some improvements on AssAttr, AssList, AssTuple
Emile Anclin
2009-02-03
1
-4
/
+12
*
fix visit_assign checks for class/static methods
Emile Anclin
2009-02-03
1
-3
/
+3
*
quick fix for Assign.target.name
Emile Anclin
2009-02-03
1
-1
/
+6
*
handling If node
Emile Anclin
2009-02-02
1
-0
/
+4
*
handle Assert node
Emile Anclin
2009-01-28
1
-0
/
+3
*
handle Keyword node
Emile Anclin
2009-01-28
1
-0
/
+4
*
AssTuple handling
Emile Anclin
2009-01-27
1
-0
/
+4
*
alphabetic sort of visit methods; cleanup
Emile Anclin
2009-01-27
1
-135
/
+114
*
some improvements for AssName
Emile Anclin
2009-01-27
1
-3
/
+1
*
remove double visit_str, visit_num
Emile Anclin
2009-01-27
1
-11
/
+0
*
Raise : visit_raise and init_raise ,
Emile Anclin
2009-01-27
1
-1
/
+5
*
temporary solution for Str / Num
Emile Anclin
2009-01-27
1
-1
/
+9
*
handle CallFunc and arguments
Emile Anclin
2009-01-26
1
-0
/
+4
*
ListComp and ListCompFor nodes
Emile Anclin
2009-01-13
1
-1
/
+9
*
add visit_delete method
Emile Anclin
2009-01-08
1
-1
/
+5
[prev]
[next]