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_ng.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Publicize `NodeNG.repr_name()` (#2176)
Jacob Walls
2023-05-13
1
-6
/
+3
*
Improve typing of inference functions (#2166)
Jacob Walls
2023-05-07
1
-3
/
+18
*
Yield directly from _explicit_inference in NodeNG.infer() (#2157)
Jacob Walls
2023-04-30
1
-5
/
+6
*
Make all arguments to ``nodes.NodeNG.__init__`` required (#2138)
Daniël van Noord
2023-04-25
1
-23
/
+10
*
Merge branch 'maintenance/2.15.x' into main
Marc Mueller
2023-04-24
1
-1
/
+1
|
\
|
*
Various TryStar fixes (#2142)
Marc Mueller
2023-04-24
1
-1
/
+1
*
|
Drop support for Python 3.7 (#2137)
Marc Mueller
2023-04-23
1
-10
/
+2
*
|
Formalize the ``block_range`` methods on nodes
Daniël van Noord
2023-04-03
1
-3
/
+1
*
|
Fix ``lineno`` API on nodes
Daniël van Noord
2023-04-03
1
-6
/
+13
*
|
Broaden signatures of methods of classes that are subclassed
Daniël van Noord
2023-04-03
1
-1
/
+1
*
|
[PyCQA migration] Upgrade links to the repositories in code and doc
Pierre Sassoulas
2023-03-29
1
-2
/
+2
*
|
Change `_get_assign_nodes()` to `cached_property` (#2051)
Jacob Walls
2023-03-12
1
-3
/
+3
|
/
*
Bump flake8-bugbear from 23.1.20 to 23.2.13 (#2034)
dependabot[bot]
2023-02-23
1
-0
/
+2
*
Some modifications for pep237 with pydocstringformatter (#1792)
Pierre Sassoulas
2023-01-09
1
-6
/
+11
*
Add some InferenceContext annotations (#1883)
Nick Drozd
2022-11-22
1
-1
/
+1
*
Add some bool annotations (#1877)
Nick Drozd
2022-11-22
1
-11
/
+7
*
Add typing for `set_local` (#1837)
Marc Mueller
2022-11-08
1
-3
/
+2
*
Fix typing of ``_infer`` to allow a return value in the ``Generator``
Daniël van Noord
2022-06-23
1
-2
/
+2
*
Add typing to ``NodeNG.root``
Daniël van Noord
2022-06-20
1
-3
/
+2
*
Fix typing issue for ``NodeNG._fixed_source_line`` (#1631)
Daniël van Noord
2022-06-17
1
-5
/
+5
*
Minor performance improvements to ``NodeNG.infer``
Daniël van Noord
2022-06-17
1
-6
/
+4
*
Create and use ``InferenceResult`` (#1597)
Daniël van Noord
2022-06-07
1
-4
/
+4
*
Add typing to ``NodeNG._infer`` and associated nodes (#1541)
Daniël van Noord
2022-06-05
1
-1
/
+3
*
Add partial typing to NodeNG.infer (#1580)
Daniël van Noord
2022-06-05
1
-4
/
+17
*
Remove overload default values (#1557)
Marc Mueller
2022-05-13
1
-4
/
+4
*
Update typing for Python 3.7 (2) (#1556)
Marc Mueller
2022-05-13
1
-11
/
+2
*
Update typing for Python 3.7 (1) (#1555)
Marc Mueller
2022-05-13
1
-46
/
+43
*
Rename TypeVars (#1527)
Marc Mueller
2022-04-23
1
-16
/
+16
*
Fix crash on direct inference via nodes.FunctionDef._infer (#1477)
Daniël van Noord
2022-03-15
1
-2
/
+2
*
Simplify ``cached_property`` import guards
Daniël van Noord
2022-03-15
1
-3
/
+1
*
Move ``InferFn`` to ``typing.py``
Daniël van Noord
2022-03-12
1
-1
/
+2
*
Simplify hard to maintain copyright notice (#1441)
Pierre Sassoulas
2022-03-12
1
-0
/
+4
*
Minor changes (#1464)
Marc Mueller
2022-03-09
1
-1
/
+1
*
Do not use ``doc`` attribute internally (#1433)
Daniël van Noord
2022-03-07
1
-0
/
+3
*
Small typing improvements (#1435)
Marc Mueller
2022-03-03
1
-1
/
+1
*
Use functools.cached_property for 3.8+ (#1417)
Daniël van Noord
2022-03-03
1
-2
/
+8
*
Changed NodeNG.tolineno to use end_lineno when it is available (#1351)
Sergei Lebedev
2022-02-27
1
-0
/
+2
*
Add position attribute for nodes (#1393)
Marc Mueller
2022-02-26
1
-0
/
+7
*
Fix crash on ``Super.getattr`` for previously uninferable attributes (#1370)
Daniël van Noord
2022-01-26
1
-1
/
+3
*
Add typing to ``__str__``, ``__repr__`` and ``_repr_name`` (#1353)
Daniël van Noord
2022-01-17
1
-3
/
+3
*
Revert "Revert "Remove useless NoReturn in NodeNG.statement's typing (#1304)"...
Tushar Sadhwani
2021-12-29
1
-6
/
+1
*
Fix frame() error on inferred node (#1263)
Tushar Sadhwani
2021-12-29
1
-2
/
+14
*
Fix node.statement overload typing - default argument (#1317)
Marc Mueller
2021-12-29
1
-1
/
+3
*
Revert "Remove useless NoReturn in NodeNG.statement's typing (#1304)" (#1307)
Marc Mueller
2021-12-27
1
-1
/
+6
*
Fix node.statement overload typing (#1308)
Marc Mueller
2021-12-22
1
-3
/
+1
*
Remove useless NoReturn in NodeNG.statement's typing (#1304)
Tushar Sadhwani
2021-12-20
1
-6
/
+1
*
Upgrade pylint to 2.12.2 (#1297)
Pierre Sassoulas
2021-12-15
1
-3
/
+2
*
Upgrade to pylint 2.12 and enable ``for_any_all`` checker (#1277)
Nick Drozd
2021-11-27
1
-5
/
+2
*
Add end_lineno and end_col_offset to nodes (#1258)
Marc Mueller
2021-11-21
1
-0
/
+16
*
Change ``NoReturn`` to be encapsulated in strings (#1252)
Daniël van Noord
2021-11-18
1
-5
/
+6
[next]