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
/
node_classes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move from % syntax to format or f-strings
Pierre Sassoulas
2021-02-17
1
-4
/
+6
*
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
-2
/
+2
*
``is_generator`` correctly considers `Yield` nodes in `AugAssign` nodes
Claudiu Popa
2021-01-01
1
-0
/
+5
*
New copyright notices
hippo91
2020-12-27
1
-1
/
+3
*
Explicitly return None on certain functions
Raphael Gaschignard
2020-10-28
1
-1
/
+1
*
Squash one-off inference utility functions to help reduce recursion errors (#...
Bryce Guinta
2020-06-22
1
-5
/
+23
*
Fix a crash caused by a lookup of a monkey-patched method (#803)
Claudiu Popa
2020-06-16
1
-2
/
+1
*
`FunctionDef.is_generator` properly handles `yield` nodes in `If` tests (#799)
Claudiu Popa
2020-06-09
1
-0
/
+5
*
`FunctionDef.is_generator` properly handles `yield` nodes in `While` tests
Claudiu Popa
2020-05-12
1
-0
/
+5
*
Fix the new violations of super-without-arguments
Claudiu Popa
2020-05-12
1
-31
/
+27
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-4
/
+8
*
Add posonlyargs_annotations to Arguments.get_children()
Claudiu Popa
2020-03-28
1
-0
/
+6
*
Add posonlyargs_annotations to Arguments.as_string()
Claudiu Popa
2020-03-28
1
-1
/
+7
*
Call super() for EvaluatedObject
Claudiu Popa
2020-03-10
1
-3
/
+5
*
Add a new EvaluatedObject container
Claudiu Popa
2020-03-10
1
-0
/
+34
*
``NodeNG.bool_value()`` gained an optional ``context`` parameter
Claudiu Popa
2020-03-05
1
-5
/
+5
*
Fix unbound local error caused by 061aaebea2be2d21831ef687cc4ba4a25d953c65
Claudiu Popa
2020-01-12
1
-1
/
+1
*
Can access positional only and keyword only argument type comments
Ashley Whetter
2020-01-11
1
-0
/
+32
*
``nodes.Const.itered`` returns a list of ``Const`` nodes, not strings
Claudiu Popa
2019-12-15
1
-3
/
+3
*
Allow inferring positional only arguments on Python 3.8
Claudiu Popa
2019-11-14
1
-6
/
+8
*
All type comments have as parent the corresponding `astroid` node
Claudiu Popa
2019-10-09
1
-1
/
+3
*
Remove NodeNG.nearest method (#692)
kavins14
2019-09-10
1
-27
/
+0
*
Update method docstring (#690)
kavins14
2019-09-08
1
-6
/
+6
*
Relax the spreading of defaults to both positional only and positional or key...
Claudiu Popa
2019-07-10
1
-10
/
+4
*
Disable legit errors for too many parameters
Claudiu Popa
2019-07-09
1
-0
/
+3
*
Add support for finding positional only arguments using the Arguments APIs
Claudiu Popa
2019-07-09
1
-10
/
+15
*
Introduce a new argument to `Arguments` for storing the positional only annot...
Claudiu Popa
2019-07-09
1
-0
/
+13
*
Add support for positional only arguments in astroid for python 3.8
Claudiu Popa
2019-07-09
1
-1
/
+32
*
Annotated AST follows PEP8 coding style when converted to string.
Łukasz Rogalski
2019-06-22
1
-2
/
+4
*
Add inference support to NamedExpr nodes
Claudiu Popa
2019-06-02
1
-0
/
+4
*
Add support for Python 3.8's `NamedExpr` nodes, which is part of assignment e...
Claudiu Popa
2019-06-01
1
-0
/
+25
*
Mark Ellipsis as a constant for Python 3.8
Claudiu Popa
2019-06-01
1
-2
/
+5
*
Can access per argument type comments (#667)
Ashley Whetter
2019-05-14
1
-0
/
+16
*
Improved builtin inference for ``tuple``, ``set``, ``frozenset``, ``list`` an...
Claudiu Popa
2019-03-28
1
-4
/
+11
*
Use a list to hold the statements to be filtered per node instead of keeping ...
Claudiu Popa
2019-03-04
1
-6
/
+8
*
The last except handler wins when inferring variables bound in an except hand...
Claudiu Popa
2019-03-03
1
-2
/
+14
*
Avoid statement deletion in the _filter_stmts method of the LookupMixin class...
hippo91
2019-01-23
1
-2
/
+10
*
Add a method to the manager to retrieve the builtins module
Claudiu Popa
2019-01-19
1
-1
/
+1
*
Refactoring chained comparison (#636)
hippo91
2019-01-13
1
-2
/
+1
*
Cache the result of get_assign_nodes
Claudiu Popa
2018-10-10
1
-4
/
+4
*
Let formatting be handled by black
Claudiu Popa
2018-10-02
1
-1
/
+2
*
Initial formatting of astroid
Claudiu Popa
2018-10-02
1
-280
/
+418
*
Make sure that assign nodes can find ``yield`` statements in their values
Claudiu Popa
2018-08-10
1
-0
/
+3
*
Cut obsolete "explicit StopIteration" comments
Nick Drozd
2018-07-30
1
-4
/
+0
*
Spelling fixes
Ville Skyttä
2018-07-24
1
-3
/
+3
*
Update the copyright notices
astroid-2.0
Claudiu Popa
2018-07-15
1
-3
/
+18
*
Don't allow max_inferable to be set by an environment variable.
Claudiu Popa
2018-07-06
1
-1
/
+1
*
Limit inference to a maximum of 100 results at a time to prevent
Bryce Guinta
2018-07-06
1
-1
/
+3
*
Fix inference for nested calls
Bryce Guinta
2018-07-05
1
-0
/
+2
[next]