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
/
interpreter
/
objects.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support accessing properties using super().
Claudiu Popa
2016-01-15
1
-0
/
+4
*
Raise InferenceError with a proper context.
Claudiu Popa
2016-01-15
1
-2
/
+6
*
Fix an unprintable InferenceError by raising the class rather than an instance
Ceridwen
2016-01-12
1
-1
/
+1
*
Add .builtins() method to the manager, for retrieving the builtins module. Cl...
Claudiu Popa
2016-01-04
1
-3
/
+3
*
Add a new possible property-descriptor, lazy.
Claudiu Popa
2015-12-29
1
-1
/
+1
*
Add missing _proxied methods.
Claudiu Popa
2015-11-17
1
-0
/
+6
*
Merge modular-locals into 2.0
Ceridwen
2015-11-16
1
-4
/
+14
*
Merge structured exceptions into 2.0
Claudiu Popa
2015-11-13
1
-24
/
+45
*
Rename Uninferable and instantiate_class, fix broken tests, improve
Ceridwen
2015-11-06
1
-6
/
+6
*
Separate class instances and builtin instances into two concepts
Claudiu Popa
2015-11-07
1
-7
/
+13
*
The inference functions are implemented as dispatch-functions on virtual base...
Claudiu Popa
2015-11-05
1
-6
/
+2
*
Merge runtime namespace with interpreter namespace.
Claudiu Popa
2015-11-01
1
-0
/
+475