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
/
lookup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
lookup module has been removed for now
Emile Anclin
2009-11-26
1
-180
/
+0
*
moving stuff around to avoid circular imports
Emile Anclin
2009-11-25
1
-137
/
+2
*
trying to handle the imports
Emile Anclin
2009-11-25
1
-7
/
+4
*
merge
Sylvain Thénault
2009-11-23
1
-192
/
+256
|
\
|
*
[R] rename Proxy_ to BaseClass
Emile Anclin
2009-09-15
1
-2
/
+2
|
*
[R, doc] simplify inheritance of scoped nodes; comments
Emile Anclin
2009-09-15
1
-2
/
+2
|
*
[R] modify __bases__ instead of using the "extend_class" function
Emile Anclin
2009-09-14
1
-2
/
+3
|
*
[R] rename LookupMixin to LookupMixIn and move LocalsDictMixIn to lookup.py
Emile Anclin
2009-09-07
1
-1
/
+127
|
*
[R] centralize class extensions in nodes.py
Emile Anclin
2009-09-07
1
-2
/
+3
|
*
[R] de-monkeypatching set_line_info method and introduce StmtMixIn
Emile Anclin
2009-09-03
1
-5
/
+0
|
*
[R] move scope_lookup methods to the right classes
Emile Anclin
2009-09-03
1
-67
/
+0
|
*
[R] create a LookupMixin
Emile Anclin
2009-09-03
1
-159
/
+173
|
*
[C] XXX this is very strange; if it is necessary, please explain
Emile Anclin
2009-09-02
1
-5
/
+0
*
|
include Dotan Barak spell fixes patch
Sylvain Thénault
2009-11-23
1
-8
/
+8
|
/
*
d-t-w
Sylvain Thénault
2009-08-27
1
-7
/
+7
*
(painful) merge
Sylvain Thénault
2009-03-19
1
-76
/
+102
|
\
|
*
missing import
Sylvain Thénault
2009-03-17
1
-1
/
+1
|
*
fix lookup of module attributes accessible in module scope
Sylvain Thénault
2009-03-17
1
-1
/
+10
|
*
pylint fixes
Sylvain Thénault
2009-03-17
1
-2
/
+1
|
*
limit cyclic dependencies / cleanup by introducing a new infutils module
Sylvain Thénault
2009-03-17
1
-17
/
+14
|
*
test and fix builtin_lookup w/ __dict__ name
Sylvain Thénault
2009-03-13
1
-0
/
+2
|
*
add lookup methods to AssName and DelName
Sylvain Thénault
2009-03-13
1
-1
/
+2
|
*
add some assertion, to remove later
Sylvain Thénault
2009-03-06
1
-0
/
+1
|
*
cleanup
Sylvain Thénault
2009-03-06
1
-2
/
+1
|
*
refactor line numbering handling
Sylvain Thénault
2009-03-06
1
-9
/
+7
|
*
introduce Arguments node
Sylvain Thénault
2009-03-06
1
-1
/
+1
|
*
little obvious bugs, cleanup and infos
Emile Anclin
2009-03-04
1
-1
/
+0
|
*
rebuilding and comments on_filter_stmts
Emile Anclin
2009-03-03
1
-25
/
+50
|
*
cleanup
Emile Anclin
2009-03-03
1
-4
/
+1
|
*
decorator scope
Emile Anclin
2009-03-03
1
-2
/
+8
|
*
* GenExprFor, ListCompFor -> Comprehension
Emile Anclin
2009-03-03
1
-1
/
+1
|
*
mistake :( no lookup simplification
Emile Anclin
2009-02-25
1
-20
/
+21
|
*
little simplification on lookup
Emile Anclin
2009-02-25
1
-23
/
+21
|
*
remove all getChildNodes
Emile Anclin
2009-02-25
1
-1
/
+1
|
*
modify compiler Nodes representation
Emile Anclin
2009-02-25
1
-1
/
+1
|
*
trying to start astng with delayed_visit_getattr
Emile Anclin
2009-02-12
1
-1
/
+1
|
*
remove print and #print
Emile Anclin
2009-02-12
1
-22
/
+3
|
*
work in progress
Sylvain Thénault
2008-04-06
1
-12
/
+9
|
*
_ast compat step 2
Sylvain Thénault
2008-03-31
1
-2
/
+2
|
*
_ast compat step 1
Sylvain Thénault
2008-03-30
1
-0
/
+3
|
*
_ast compat step 0
Sylvain Thénault
2008-03-30
1
-2
/
+6
*
|
builtin_lookup shouldn't return anything for __dict__
Sylvain Thénault
2009-01-16
1
-3
/
+6
*
|
fix #6015: filter statements bug triggering W0631 false positive in pylint
Sylvain Thénault
2008-11-19
1
-6
/
+4
|
/
*
fix bug w/ loop assigment in .lookup
Sylvain Thénault
2008-02-07
1
-10
/
+13
*
* fix lookup of name in method bug (#3289)
Sylvain Thénault
2007-02-16
1
-2
/
+8
*
* api change to be able to infer using a context (used to infer function ...
Sylvain Thénault
2007-02-16
1
-8
/
+7
*
* slightly better inference on astng built from living object by trying to infer
Sylvain Thénault
2007-02-15
1
-0
/
+2
*
fix generator expression scope
Sylvain Thénault
2006-09-24
1
-40
/
+42
*
forget the past.
root
2006-04-26
1
-0
/
+215