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
/
nodes
/
node_classes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix constructors of ``BaseContainer`` and ``Dict``
Daniël van Noord
2023-05-08
1
-73
/
+41
*
Broaden annotations that are too narrow
Daniël van Noord
2023-05-01
1
-3
/
+1
*
Fix some typing issues
Daniël van Noord
2023-04-30
1
-1
/
+1
*
Remove deprecated `is_sys_guard` + `is_typing_guard` (#2153)
Marc Mueller
2023-04-25
1
-54
/
+0
*
Remove deprecated nodes
Marc Mueller
2023-04-25
1
-30
/
+0
*
Make all arguments to ``nodes.NodeNG.__init__`` required (#2138)
Daniël van Noord
2023-04-25
1
-1
/
+9
*
Drop support for Python 3.7 (#2137)
Marc Mueller
2023-04-23
1
-14
/
+12
*
Add defaults for ``Unknown.__init__``
Daniël van Noord
2023-04-23
1
-0
/
+17
*
Add defaults for ``EmptyNode.__init__``
Daniël van Noord
2023-04-23
1
-0
/
+17
*
Clean up If fields (#2109)
Nick Drozd
2023-04-12
1
-31
/
+6
*
Mandatory fields for TryExcept
Nick Drozd
2023-04-07
1
-53
/
+12
*
Mandatory fields for ExceptHandler
Nick Drozd
2023-04-07
1
-60
/
+16
*
Mandatory field for Expr
Nick Drozd
2023-04-05
1
-37
/
+3
*
Mandatory field for Yield
Nick Drozd
2023-04-05
1
-37
/
+3
*
Mandatory fields for Decorators (#2107)
Nick Drozd
2023-04-05
1
-40
/
+2
*
Mandatory fields for Comprehension (#2099)
Nick Drozd
2023-04-05
1
-37
/
+13
*
Mandatory fields for Return (#2104)
Nick Drozd
2023-04-05
1
-37
/
+3
*
Mandatory fields for Raise (#2103)
Nick Drozd
2023-04-05
1
-42
/
+6
*
Mandatory fields for Slice
Nick Drozd
2023-04-05
1
-47
/
+9
*
Type ``igetattr`` (#2101)
Daniël van Noord
2023-04-05
1
-4
/
+4
*
Mandatory fields for Assert (#2100)
Nick Drozd
2023-04-04
1
-41
/
+5
*
Mandatory fields for While (#2095)
Nick Drozd
2023-04-04
1
-51
/
+11
*
Fix constructors of ``Call``
Daniël van Noord
2023-04-04
1
-52
/
+9
*
Fix constructors of ``Name``
Daniël van Noord
2023-04-04
1
-23
/
+7
*
Mandatory fields for For (#2091)
Nick Drozd
2023-04-04
1
-60
/
+17
*
Manadatory fields for Await
Nick Drozd
2023-04-04
1
-37
/
+3
*
Formalize the ``block_range`` methods on nodes
Daniël van Noord
2023-04-03
1
-12
/
+4
*
Fix ``lineno`` API on nodes
Daniël van Noord
2023-04-03
1
-2
/
+2
*
Fix constructors of ``Arguments``
Daniël van Noord
2023-04-03
1
-126
/
+70
*
Fix constructors of ``Keyword``
Daniël van Noord
2023-04-03
1
-30
/
+11
*
Fix constructors of ``AnnAssign``
Daniël van Noord
2023-04-03
1
-51
/
+10
*
Fix constructors of ``UnaryOp``
Daniël van Noord
2023-04-03
1
-31
/
+11
*
Fix constructors of ``Compare``
Daniël van Noord
2023-04-03
1
-49
/
+6
*
Fix constructors of ``Starred``
Daniël van Noord
2023-04-03
1
-30
/
+11
*
Fix constructors of ``AugAssign`` (#2082)
Daniël van Noord
2023-04-03
1
-39
/
+14
*
Fix constructors of ``Attribute``, ``DelAttr`` and ``AssignAttr`` (#2084)
Daniël van Noord
2023-04-03
1
-101
/
+33
*
Fix constructors of ``Subscript`` (#2083)
Daniël van Noord
2023-04-03
1
-37
/
+14
*
Mandatory fields for Assign (#2061)
Nick Drozd
2023-04-03
1
-49
/
+12
*
Fix constructors of ``AssignName`` (#2077)
Daniël van Noord
2023-04-03
1
-23
/
+7
*
Fix constructors of ``DelName`` (#2078)
Daniël van Noord
2023-04-03
1
-23
/
+7
*
Fix constructors of ``BinOp`` (#2081)
Daniël van Noord
2023-04-03
1
-36
/
+14
*
Fix constructors of ``Delete`` (#2079)
Daniël van Noord
2023-04-03
1
-25
/
+7
*
Clean up the constructors of ``If`` and ``IfExp`` (#2076)
Daniël van Noord
2023-04-02
1
-86
/
+18
*
[PyCQA migration] Upgrade links to the repositories in code and doc
Pierre Sassoulas
2023-03-29
1
-2
/
+2
*
Upgrade pre-commit configuration and move to ruff (#2057)
Pierre Sassoulas
2023-03-14
1
-1
/
+1
*
Change `_get_assign_nodes()` to `cached_property` (#2051)
Jacob Walls
2023-03-12
1
-3
/
+3
*
Add 'TryStar' nodes from Python 3.11 #1516 (#2028)
Pierre Sassoulas
2023-03-05
1
-0
/
+101
*
Infer returns from match cases (#2042)
Jacob Walls
2023-03-03
1
-1
/
+2
*
Bump flake8-bugbear from 23.1.20 to 23.2.13 (#2034)
dependabot[bot]
2023-02-23
1
-0
/
+2
*
Fix `are_exclusive` function for walrus operator (#2023)
ostr00000
2023-02-13
1
-4
/
+8
[next]