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
/
tests
/
unittest_nodes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix line too long in unittest_nodes
Pierre Sassoulas
2021-04-19
1
-2
/
+7
*
Add an isort configuration in setup.cfg and apply it
Pierre Sassoulas
2021-04-19
1
-12
/
+5
*
Fix redefining name 'astroid' from outer scope
Pierre Sassoulas
2021-04-19
1
-2
/
+2
*
Fix issue #891
Pierre Sassoulas
2021-04-10
1
-1
/
+1
*
Upgrade copyrite notice
Pierre Sassoulas
2021-02-28
1
-0
/
+3
*
Fix black issues
Marc Mueller
2021-02-27
1
-4
/
+2
*
Use new style super when applicable
Pierre Sassoulas
2021-02-21
1
-1
/
+1
*
Remove redundant open mode 'r' in opens
Pierre Sassoulas
2021-02-21
1
-2
/
+2
*
Update copyright notice
hippo91
2021-02-15
1
-2
/
+3
*
Merge branch 'master' into master
hippo91
2021-02-07
1
-0
/
+24
|
\
|
*
Corrected the parent of function type comment nodes
Ashley Whetter
2021-02-07
1
-0
/
+13
|
*
``is_generator`` correctly considers `Yield` nodes in `AugAssign` nodes
Claudiu Popa
2021-01-01
1
-0
/
+11
*
|
Remove required_version for 3.6 and below
David Gilman
2020-12-31
1
-12
/
+0
*
|
Remove six from astroid
David Gilman
2020-12-30
1
-16
/
+2
|
/
*
`FunctionDef.is_generator` properly handles `yield` nodes in `If` tests (#799)
Claudiu Popa
2020-06-09
1
-0
/
+13
*
`FunctionDef.is_generator` properly handles `yield` nodes in `While` tests
Claudiu Popa
2020-05-12
1
-0
/
+12
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-1
/
+5
*
Change test that expected as_string() to return a particular number of newlines
Claudiu Popa
2020-03-10
1
-7
/
+6
*
Disable test on PyPy since we cannot get 7.2 easily without manually installi...
Claudiu Popa
2020-03-03
1
-1
/
+7
*
Can access positional only and keyword only argument type comments
Ashley Whetter
2020-01-11
1
-0
/
+41
*
``nodes.Const.itered`` returns a list of ``Const`` nodes, not strings
Claudiu Popa
2019-12-15
1
-0
/
+9
*
Fix as_string for f-strings (#709)
Alex Hall
2019-10-19
1
-1
/
+16
*
Fix as_string for attribute nodes with integer values
Alex Hall
2019-10-18
1
-0
/
+8
*
Fix async function definitions with decorators (#710)
Alex Hall
2019-10-18
1
-0
/
+11
*
Fix ClassDef.as_string() with keyword arguments, especially the metaclass (#707)
Alex Hall
2019-10-18
1
-0
/
+26
*
Moved tests out of package directory (#704)
Ashley Whetter
2019-10-15
1
-0
/
+1220