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
/
tree
/
rebuilder.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ClassDefs support keyword arguments. (#384)
Derek Gustafson
2017-01-22
1
-1
/
+3
*
add format string support (#365)
Jared Garst
2016-12-30
1
-0
/
+12
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-22
1
-2
/
+4
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+2
*
Use the lineno and col_offset provided by variadics in Python 3.5+. Close #335
Claudiu Popa
2016-06-28
1
-2
/
+4
*
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
-56
/
+106
*
Build AsyncWith nodes correctly
Ceridwen
2016-01-15
1
-3
/
+3
*
Fix typos for visit_withitem in as_string, forward visit_asyncwith correctly ...
Ceridwen
2016-01-15
1
-1
/
+1
*
Refactor With nodes to have subnodes, WithItems, corresponding to the stdlib ...
Ceridwen
2016-01-09
1
-24
/
+19
*
Refactor Compare nodes to have two sequences, ops and comparators, correspond...
Ceridwen
2016-01-08
1
-4
/
+5
*
Use keys and values as separate arguments for nodes.Dict
Claudiu Popa
2016-01-04
1
-1
/
+5
*
Some nodes got a new attribute, 'ctx', which tells in which context the said ...
Claudiu Popa
2015-12-08
1
-232
/
+240
*
Remove the visit method for AssignAttr in rebuilder, since AssignAttr does no...
Claudiu Popa
2015-12-03
1
-8
/
+0
*
Merge modular-locals into 2.0
Ceridwen
2015-11-16
1
-83
/
+59
*
Remove useless line.
Claudiu Popa
2015-11-12
1
-1
/
+0
*
Remove the astpeephole
Claudiu Popa
2015-11-12
1
-21
/
+1
*
Move astpeephole in the tree namespace.
Claudiu Popa
2015-11-02
1
-1
/
+1
*
Move rebuilder.py into the tree namespace
Claudiu Popa
2015-11-01
1
-0
/
+881