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 format string support (#365)
Jared Garst
2016-12-30
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-17
1
-17
/
+3
*
Changed the way how parameters are being built
Claudiu Popa
2016-02-13
1
-3
/
+3
*
Refactor With nodes to have subnodes, WithItems, corresponding to the stdlib ...
Ceridwen
2016-01-09
1
-2
/
+2
*
Remove the old aliases for ass_type / file_bytes / file and nodes.
Claudiu Popa
2016-01-03
1
-4
/
+0
*
Merge modular-locals into 2.0
Ceridwen
2015-11-16
1
-10
/
+11
|
\
|
*
Fix remaining code review issues and add docstrings
Ceridwen
2015-11-15
1
-6
/
+6
|
*
Rename InterpreterObject from EmptyNode
Ceridwen
2015-11-06
1
-2
/
+2
|
*
Rename Singleton to NameConstant, introduce ReservedName node
Ceridwen
2015-10-30
1
-4
/
+6
|
*
Fix simple test failures
Ceridwen
2015-10-26
1
-2
/
+2
|
*
Add Unknown node for handling non-introspectable function signatures
Ceridwen
2015-10-25
1
-3
/
+3
|
*
First draft of mock AST generation code finished
Ceridwen
2015-10-25
1
-1
/
+0
*
|
Move node_classes and scoped_nodes into the tree namespace.
Claudiu Popa
2015-11-01
1
-2
/
+2
|
/
*
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