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.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-1
/
+1
*
Add a new EvaluatedObject container
Claudiu Popa
2020-03-10
1
-0
/
+1
*
Add support for Python 3.8's `NamedExpr` nodes, which is part of assignment e...
Claudiu Popa
2019-06-01
1
-0
/
+2
*
Initial formatting of astroid
Claudiu Popa
2018-10-02
1
-33
/
+136
*
Update the copyright notices
astroid-2.0
Claudiu Popa
2018-07-15
1
-2
/
+7
*
kill aliases scheduled for removal
Claudiu Popa
2018-05-24
1
-4
/
+0
*
Revert "Move FrozenSet to node_classes so it is accessible"
Bryce Guinta
2018-03-11
1
-1
/
+1
*
Move FrozenSet to node_classes so it is accessible
Bryce Guinta
2018-03-11
1
-1
/
+1
*
Public facing node documentation
Ashley Whetter
2017-11-05
1
-16
/
+4
*
Use nodes.Unknown instead of Uninferable for specifying unknown inference res...
Claudiu Popa
2017-03-12
1
-0
/
+1
*
Add support for Python 3.6's annotated assignment nodes
rr-
2017-02-09
1
-2
/
+2
*
add format string support (#365)
Jared Garst
2016-10-24
1
-0
/
+2
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-22
1
-2
/
+5
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+2
*
Convert all files to new license header
Ceridwen
2016-05-16
1
-17
/
+3
*
Add a new node, DictUnpack, for representing the unpacking of a dict using PE...
Claudiu Popa
2015-10-06
1
-3
/
+5
*
Fix trailing whitespaces and add the missing code that wasn't added in the pr...
Claudiu Popa
2015-09-11
1
-1
/
+1
*
Second pass of the Python 3.5 support: adding Async nodes.
Claudiu Popa
2015-09-07
1
-1
/
+4
*
First pass of the Python 3.5 support.
Claudiu Popa
2015-09-07
1
-1
/
+2
*
Merge main into default
Ceridwen
2015-08-14
1
-2
/
+0
|
\
|
*
Remove the useless __docformat__ variable.
Claudiu Popa
2015-07-23
1
-2
/
+0
*
|
Move proxies to nodes.py and scoped_nodes.py
Ceridwen
2015-07-13
1
-21
/
+6
*
|
Fix code review comments.
Ceridwen
2015-07-13
1
-3
/
+3
*
|
Fix isinstance/proxy bug by changing from lazy-object-proxy to wrapt and mino...
Ceridwen
2015-07-11
1
-3
/
+4
*
|
Fix small formatting issues
Ceridwen
2015-07-10
1
-1
/
+1
*
|
Refactor node classes to have constructors and change some names.
Ceridwen
2015-07-10
1
-0
/
+20
*
|
Node constructors almost finished except for two bugs
Ceridwen
2015-07-08
1
-14
/
+14
|
/
*
Fix pylint warnings over astroid, update the list of disabled messages in pyl...
Claudiu Popa
2015-05-19
1
-11
/
+14
*
Fix all unused imports in the code base.
Claudiu Popa
2015-01-29
1
-0
/
+1
*
Move all astroid modules into a its own directory, which is now the package.
Torsten Marek
2014-11-08
1
-0
/
+73