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
/
inference.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix #5010: understand python 2.5 explicit relative imports
Sylvain Thénault
2008-11-19
1
-2
/
+3
*
don't rewrap instance
Emile Anclin
2008-10-01
1
-1
/
+3
*
merge
Alexandre Fayolle
2008-05-13
1
-6
/
+7
|
\
|
*
GeneratorExit should be explicitly catched to avoid yielding additional values
Sylvain Thénault
2008-05-13
1
-0
/
+9
|
*
catch everything since other exceptions such a ZeroDivisionError or ValueErro...
Sylvain Thénault
2008-05-13
1
-1
/
+1
*
|
Patch by Maarten ter Huurne <maarten@treewalker.org> to handle Python2.5's Ge...
Alexandre Fayolle
2008-05-13
1
-0
/
+8
|
/
*
test fix, some copyright update
Sylvain Thénault
2008-01-14
1
-2
/
+2
*
Brian Hawthorne 'with' statement patch
Sylvain Thénault
2008-01-14
1
-0
/
+15
*
more infinite recursion fix
Sylvain Thénault
2007-04-16
1
-1
/
+2
*
fix crash on numpy (though inference is broken on numpy functions due to wron...
Sylvain Thénault
2007-03-09
1
-1
/
+2
*
remove print
Sylvain Thénault
2007-03-09
1
-1
/
+0
*
#3670: subscription inference crash in some cases
Sylvain Thénault
2007-03-07
1
-1
/
+8
*
fix #3651: crash when callable as defaut arg
Sylvain Thénault
2007-03-07
1
-2
/
+5
*
fix chained import as bug
Sylvain Thénault
2007-02-22
1
-1
/
+3
*
basic operator inference
Sylvain Thénault
2007-02-19
1
-4
/
+72
*
fix infer_global bug
Sylvain Thénault
2007-02-18
1
-1
/
+3
*
external attribute definition handling :)
Sylvain Thénault
2007-02-18
1
-4
/
+18
*
* api change to be able to infer using a context (used to infer function ...
Sylvain Thénault
2007-02-16
1
-95
/
+211
*
* slightly better inference on astng built from living object by trying to infer
Sylvain Thénault
2007-02-15
1
-3
/
+13
*
avoir .iter attribute conflict, skip yes objects while resolving loop parts
Sylvain Thénault
2006-11-23
1
-4
/
+8
*
minimal subscription and loop inference
Sylvain Thénault
2006-11-23
1
-12
/
+105
*
forget the past.
root
2006-04-26
1
-0
/
+388