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
*
[PyCQA migration] Upgrade links to the repositories in code and doc
Pierre Sassoulas
2023-03-29
1
-2
/
+2
*
Bump flake8-bugbear from 23.1.20 to 23.2.13 (#2034)
dependabot[bot]
2023-02-23
1
-0
/
+1
*
[flake8] Set the max line length to 110 instead of 138
Pierre Sassoulas
2022-09-19
1
-1
/
+2
*
Simplify hard to maintain copyright notice (#1441)
Pierre Sassoulas
2022-03-12
1
-0
/
+4
*
Create 'nodes' package, deprecate 'node_classes' and 'scoped_nodes'
Pierre Sassoulas
2021-08-05
1
-3030
/
+26
*
Bump astroid to 2.6.6, update changelog
v2.6.6
Pierre Sassoulas
2021-08-03
1
-1
/
+1
*
Don't calculate slots when MRO parsing fails. (#1089)
doranid
2021-08-01
1
-3
/
+13
*
Bump astroid to 2.6.4, update changelog
Pierre Sassoulas
2021-07-20
1
-1
/
+1
*
Bump astroid to 2.6.3, update changelog
v2.6.3
Pierre Sassoulas
2021-07-19
1
-1
/
+3
*
Support lookup in nested non-FunctionDef scopes (#1102)
David Liu
2021-07-19
1
-8
/
+11
*
Fix yield inference on inherited classes. (#1092)
doranid
2021-07-12
1
-1
/
+16
*
Fix 'Consider using an in-place tuple instead of list'
Pierre Sassoulas
2021-07-10
1
-1
/
+1
*
Fix copyright links (#1084)
Marc Mueller
2021-07-01
1
-1
/
+1
*
Catch the StopIteration that result from PEP-479 or add default value in ``ne...
Pierre Sassoulas
2021-06-30
1
-15
/
+24
*
Create a constant for BUILTINS in astroid.constants
Pierre Sassoulas
2021-06-26
1
-3
/
+1
*
Rename non obvious PY3X constant to PY3X_PLUS
Pierre Sassoulas
2021-06-21
1
-2
/
+2
*
Simplification because AstroidManager is a singleton/borg
Pierre Sassoulas
2021-06-19
1
-8
/
+6
*
Import directly from modules in astroid.scoped_nodes
Pierre Sassoulas
2021-06-19
1
-5
/
+6
*
Rename astroid.constants to astroid.const
Pierre Sassoulas
2021-06-19
1
-1
/
+1
*
Remove PY36 constants, we always have PY36
Pierre Sassoulas
2021-06-17
1
-2
/
+2
*
Create a astroid.constants.py to avoid circular imports
Pierre Sassoulas
2021-06-17
1
-4
/
+2
*
Import exceptions from astroid.exceptions to avoid circular imports
Pierre Sassoulas
2021-06-15
1
-71
/
+63
*
Update copyright notice for 2.5.7
v2.5.7
Pierre Sassoulas
2021-05-29
1
-0
/
+2
*
Disable consider-using-dict-items in LocalsDictNodeNG
Pierre Sassoulas
2021-05-29
1
-0
/
+3
*
Update check of implicit return to ignore abstract methods
Andrew Haigh
2021-05-24
1
-2
/
+8
*
Update FunctionDef.infer_call_result to infer None with no Returns
Andrew Haigh
2021-05-24
1
-1
/
+1
*
Inferring property fields in a class context when metaclass is present (#941)
Andrew Haigh
2021-05-15
1
-4
/
+7
*
[pre-commit.ci] pre-commit autoupdate (#985)
pre-commit-ci[bot]
2021-05-11
1
-1
/
+1
*
Fix BaseException.message has been deprecated as of Python 2.6
Pierre Sassoulas
2021-05-01
1
-3
/
+3
*
Fix lambda used instead of a function
Pierre Sassoulas
2021-05-01
1
-3
/
+3
*
Prepare for 2.5.4 release
astroid-2.5.4
Pierre Sassoulas
2021-04-24
1
-1
/
+1
*
Disable consider-using-with in function returning a stream
Pierre Sassoulas
2021-04-24
1
-0
/
+1
*
Enable checks for and fix useless suppression
Pierre Sassoulas
2021-04-19
1
-1
/
+0
*
Add an isort configuration in setup.cfg and apply it
Pierre Sassoulas
2021-04-19
1
-10
/
+4
*
Fix issue #891
Pierre Sassoulas
2021-04-10
1
-1
/
+1
*
Modify infernce tip for typing.Generic and typing.Annotated with ``__class_ge...
Marc Mueller
2021-04-10
1
-0
/
+37
*
Bug pylint 4206 (#921)
hippo91
2021-04-06
1
-1
/
+31
*
Prepare for 2.5.2 release
astroid-2.5.2
Pierre Sassoulas
2021-03-28
1
-1
/
+1
*
Check if keywords is not None before iterating over it
Marc Mueller
2021-03-07
1
-1
/
+2
*
Iterate over Keywords when using ClassDef.get_children
Marc Mueller
2021-03-07
1
-1
/
+2
*
Upgrade copyrite notice
Pierre Sassoulas
2021-02-28
1
-1
/
+3
*
Fix black issues
Marc Mueller
2021-02-27
1
-3
/
+3
*
Move from % syntax to format or f-strings
Pierre Sassoulas
2021-02-21
1
-6
/
+3
*
Remove the # coding, since PEP3120 the default is UTF8
Pierre Sassoulas
2021-02-21
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
[next]