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 from % syntax to format or f-strings
Pierre Sassoulas
2021-02-17
1
-6
/
+3
*
Remove the # coding, since PEP3120 the default is UTF8
Pierre Sassoulas
2021-02-17
1
-1
/
+0
*
Update copyright notice
hippo91
2021-02-15
1
-0
/
+1
*
New copyright notices
hippo91
2020-12-27
1
-0
/
+3
*
Merge pull request #857 from pkolbus/remove-imp
hippo91
2020-12-13
1
-0
/
+1
|
\
|
*
Remove dependency on imp.
Peter Kolbus
2020-11-27
1
-0
/
+1
*
|
Fix incorrect MRO being calculated for scoped multiple inheritance
Tim Martin
2020-10-13
1
-1
/
+1
|
/
*
Fix exception causes all over the codebase (#806)
Ram Rachum
2020-06-20
1
-1
/
+1
*
`FunctionDef.is_generator` properly handles `yield` nodes in `While` tests
Claudiu Popa
2020-05-12
1
-1
/
+1
*
Fix the new violations of super-without-arguments
Claudiu Popa
2020-05-12
1
-7
/
+7
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-2
/
+5
*
Allow `FunctionDef.getattr` to look into both instance attrs and special attr...
Claudiu Popa
2020-03-26
1
-2
/
+6
*
Allow slots added dynamically to a class to still be inferred
Claudiu Popa
2020-03-13
1
-3
/
+15
*
Prevent a recursion error for self reference variables and `type()` calls.
Claudiu Popa
2020-03-10
1
-1
/
+8
*
Prevent a recursion error to happen when inferring the declared metaclass of ...
Claudiu Popa
2020-03-07
1
-1
/
+2
*
Raise ``AttributeInferenceError`` when ``getattr()`` receives an empty name
Claudiu Popa
2020-03-06
1
-0
/
+14
*
``NodeNG.bool_value()`` gained an optional ``context`` parameter
Claudiu Popa
2020-03-05
1
-8
/
+8
*
Better inference of class and static methods decorated with custom methods
Claudiu Popa
2020-03-03
1
-0
/
+15
*
Infer qualified ``classmethod`` as a classmethod. (#759)
Claudiu Popa
2020-02-27
1
-5
/
+15
*
Enable else-if-used extension
Nick Drozd
2019-12-24
1
-10
/
+9
*
Add support for inferring properties
Claudiu Popa
2019-12-04
1
-4
/
+28
*
Add support for inferring exception instances in all contexts
Claudiu Popa
2019-11-17
1
-5
/
+7
*
Allow inferring positional only arguments on Python 3.8
Claudiu Popa
2019-11-14
1
-3
/
+3
*
Fix linting errors
Claudiu Popa
2019-09-11
1
-2
/
+2
*
Remove redundant compatibility code (#693)
Hugo van Kemenade
2019-09-10
1
-3
/
+2
*
Disable pylint false positive
Claudiu Popa
2019-08-06
1
-1
/
+1
*
Remove `__class__` from FunctionDef locals, instead look it up in the current...
Claudiu Popa
2019-07-10
1
-3
/
+12
*
Fix lint errors
Claudiu Popa
2019-06-02
1
-5
/
+2
*
Replace _verify_duplicates_mro with _clean_duplicates_mro.
Peter de Blanc
2019-06-02
1
-4
/
+15
*
``assert`` only functions are properly inferred as returning ``None``
Claudiu Popa
2019-06-02
1
-1
/
+7
*
Instances of exceptions are inferred as such when inferring in non-exception ...
Claudiu Popa
2019-05-21
1
-3
/
+10
*
Variable annotations can no longer be retrieved with `ClassDef.getattr`
Claudiu Popa
2019-04-03
1
-0
/
+9
*
Remove the restriction that "old style classes" cannot have a MRO.
Claudiu Popa
2019-01-19
1
-8
/
+1
*
Add a method to the manager to retrieve the builtins module
Claudiu Popa
2019-01-19
1
-1
/
+1
*
Use a different prefix for the object model methods
Claudiu Popa
2019-01-18
1
-2
/
+2
*
Revert "Remove the restore_path() method"
Claudiu Popa
2019-01-17
1
-23
/
+24
*
Revert "Pass a parent in raw_building when building a new Function or Class"
Claudiu Popa
2018-10-11
1
-1
/
+2
*
Pass a parent in raw_building when building a new Function or Class
Claudiu Popa
2018-10-11
1
-2
/
+1
*
Lose an indentation level in ancestors() by continuing if recursing wasn't pa...
Claudiu Popa
2018-10-11
1
-9
/
+10
*
Cache the result of get_assign_nodes
Claudiu Popa
2018-10-10
1
-2
/
+5
*
Use None as a sentinel
Claudiu Popa
2018-10-10
1
-1
/
+1
*
Remove the restore_path() method
Claudiu Popa
2018-10-10
1
-25
/
+22
*
Initial formatting of astroid
Claudiu Popa
2018-10-02
1
-208
/
+257
*
Filter out ``Uninferable`` when inferring the call result result of a class w...
Claudiu Popa
2018-08-22
1
-4
/
+2
*
`async` functions are now inferred as `AsyncGenerator` when inferring their c...
Claudiu Popa
2018-08-16
1
-1
/
+5
*
Simplify the code now that every class is newstyle class
Claudiu Popa
2018-08-16
1
-10
/
+7
*
infer_call_result can raise InferenceError so make sure to handle that for th...
Claudiu Popa
2018-07-31
1
-2
/
+5
*
Spelling fixes
Ville Skyttä
2018-07-24
1
-2
/
+2
*
Update the copyright notices
astroid-2.0
Claudiu Popa
2018-07-15
1
-2
/
+16
*
Fix attributes of ancestor classes from appearing in attribute inference
Bryce Guinta
2018-07-13
1
-2
/
+2
[next]