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
/
astroid
/
scoped_nodes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move node_classes and scoped_nodes into the tree namespace.
Claudiu Popa
2015-11-01
1
-1746
/
+0
*
Separate runtime objects from ASTs
Claudiu Popa
2015-11-01
1
-22
/
+22
*
Start splitting AST from runtime objects
Claudiu Popa
2015-11-01
1
-12
/
+13
*
Add the concept of virtual bases
Claudiu Popa
2015-10-31
1
-0
/
+10
*
Class.getattr('__mro__') returns the actual MRO.
Claudiu Popa
2015-10-26
1
-6
/
+8
*
Move proxy_alias function to util.py
Claudiu Popa
2015-10-11
1
-3
/
+3
*
Remove doctype and future imports which aren't useful.
Claudiu Popa
2015-10-11
1
-2
/
+0
*
Move bases.NodeNG and bases.Statement in node_classes
Claudiu Popa
2015-10-11
1
-4
/
+6
*
Fix a crash which occurred when extra_decorators was considering non-class le...
Claudiu Popa
2015-09-29
1
-1
/
+4
*
Merged in ceridwenv/astroid (pull request #88)
Claudiu Popa
2015-09-26
1
-7
/
+5
|
\
|
*
Add helper function for reraising exceptions
Ceridwen
2015-09-21
1
-13
/
+4
|
*
Use six.reraise to avoid losing tracebacks for simple cases
Ceridwen
2015-09-21
1
-7
/
+14
*
|
Allow only classes to be looked up in the metaclass chain for searching for a...
Claudiu Popa
2015-09-22
1
-1
/
+1
|
/
*
Final draft of state printing after merge
Ceridwen
2015-09-13
1
-0
/
+4
|
\
|
*
First pass of the Python 3.5 support.
Claudiu Popa
2015-09-07
1
-0
/
+4
*
|
Final draft of improved state printing
Ceridwen
2015-09-13
1
-6
/
+4
*
|
First draft of improved state printing
Ceridwen
2015-09-09
1
-7
/
+10
|
/
*
Merged in ceridwenv/astroid (pull request #86)
Claudiu Popa
2015-08-26
1
-9
/
+7
|
\
|
*
Improve decorator introspection using wrapt and functools.wraps
Ceridwen
2015-08-26
1
-9
/
+7
*
|
Make seen a parameter with a default value, instead of passing explicitly None.
Claudiu Popa
2015-08-26
1
-2
/
+2
*
|
Merged in renezhang/astroid_metaclass_loop (pull request #85)
Claudiu Popa
2015-08-26
1
-7
/
+15
|
\
\
|
|
/
|
/
|
|
*
Add new _find_metaclass method to maintain signature of metaclass
Rene Zhang
2015-08-26
1
-8
/
+11
|
*
Fix infinite loop in metaclass inference
Rene Zhang
2015-08-20
1
-4
/
+9
*
|
Change the order of the mixins, so that mixins are the first in the MRO befor...
Claudiu Popa
2015-08-25
1
-2
/
+2
*
|
Fix pylint issues.
Claudiu Popa
2015-08-25
1
-3
/
+2
*
|
Use the old display types, since they are used by pylint to generate error me...
Claudiu Popa
2015-08-22
1
-2
/
+2
*
|
Remove debug statements
Ceridwen
2015-08-21
1
-1
/
+0
*
|
Add tests for aliases
Ceridwen
2015-08-21
1
-8
/
+10
*
|
More fixes for bugs introduced during merge
Ceridwen
2015-08-18
1
-17
/
+24
*
|
More code review fixes
Ceridwen
2015-08-15
1
-18
/
+3
*
|
Fix most obvious errors intorduced by the latest merge
Ceridwen
2015-08-14
1
-8
/
+2
*
|
Merge main into default
Ceridwen
2015-08-14
1
-93
/
+201
|
\
\
|
|
/
|
*
Move InferenceContext and CallContext into astroid.context
Claudiu Popa
2015-08-12
1
-5
/
+6
|
*
Remove unused imports.
Claudiu Popa
2015-08-11
1
-1
/
+0
|
*
Drop code that inspects sys.modules unconditionally, since it breaks the expe...
Claudiu Popa
2015-08-09
1
-13
/
+0
|
*
Remove dead code.
Claudiu Popa
2015-08-09
1
-1
/
+0
|
*
Move YES to astroid.util.
Claudiu Popa
2015-08-09
1
-14
/
+15
|
*
Remove trailing whitespaces.
Claudiu Popa
2015-08-06
1
-3
/
+3
|
*
Move the determination of extra_decorators directly into Function, as Functio...
Claudiu Popa
2015-08-06
1
-2
/
+42
|
*
Move the determination of a function type from rebuilder to Function.type.
Claudiu Popa
2015-08-06
1
-46
/
+53
|
*
Class._explicit_metaclass is now a public API, in the form of Class.declared_...
Claudiu Popa
2015-08-04
1
-7
/
+6
|
*
Remove trailing whitespace.
Claudiu Popa
2015-07-26
1
-1
/
+1
|
*
Class.getattr looks by default in the implicit and the explicit metaclasses, ...
Claudiu Popa
2015-07-26
1
-4
/
+55
|
*
Add get_wrapping_class API to scoped_nodes, which can be used to retrieve the...
Claudiu Popa
2015-07-26
1
-0
/
+17
|
*
Get rid of astroid.common.decorators.
Florian Bruhin
2015-07-25
1
-1
/
+1
*
|
Move proxies to nodes.py and scoped_nodes.py
Ceridwen
2015-07-13
1
-7
/
+4
*
|
Fix code review comments.
Ceridwen
2015-07-13
1
-4
/
+4
*
|
Fix isinstance/proxy bug by changing from lazy-object-proxy to wrapt and mino...
Ceridwen
2015-07-11
1
-0
/
+9
*
|
Merge logilab/astroid again
Ceridwen
2015-07-11
1
-1
/
+1
|
\
\
|
|
/
*
|
Fix bugs introduced by merge and formatting
Ceridwen
2015-07-11
1
-4
/
+6
[next]