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
/
rebuilder.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'maintenance/2.15.x' into main
Marc Mueller
2023-04-24
1
-0
/
+6
|
\
|
*
Various TryStar fixes (#2142)
Marc Mueller
2023-04-24
1
-0
/
+6
*
|
Cleanup rebuilder after dropping py37 (#2143)
Marc Mueller
2023-04-24
1
-238
/
+117
*
|
Remove unused constants (#2141)
Marc Mueller
2023-04-24
1
-59
/
+4
*
|
Drop support for Python 3.7 (#2137)
Marc Mueller
2023-04-23
1
-75
/
+50
*
|
Fix constructors of ``Module`` (#2133)
Daniël van Noord
2023-04-22
1
-1
/
+0
*
|
Mandatory field for Yield
Nick Drozd
2023-04-05
1
-4
/
+2
*
|
Mandatory fields for Comprehension (#2099)
Nick Drozd
2023-04-05
1
-1
/
+9
*
|
Mandatory fields for Return (#2104)
Nick Drozd
2023-04-05
1
-2
/
+1
*
|
[PyCQA migration] Upgrade links to the repositories in code and doc
Pierre Sassoulas
2023-03-29
1
-2
/
+2
|
/
*
Add 'TryStar' nodes from Python 3.11 #1516 (#2028)
Pierre Sassoulas
2023-03-05
1
-0
/
+16
*
Update ``FormattedValue.postinit`` and its brain (#2029)
Daniël van Noord
2023-02-13
1
-3
/
+3
*
Initial pass with ``pydocstringformatter``
Daniël van Noord
2023-01-09
1
-60
/
+60
*
[pre-commit] Trying out black 23.1a1 (#1909)
Pierre Sassoulas
2022-12-27
1
-1
/
+1
*
Add typing for `set_local` (#1837)
Marc Mueller
2022-11-08
1
-0
/
+1
*
[flake8] Set the max complexity to the default instead of 83
Pierre Sassoulas
2022-09-19
1
-1
/
+1
*
[flake8] Set the max line length to 110 instead of 138
Pierre Sassoulas
2022-09-19
1
-1
/
+2
*
Fix crash involving non-standard type comments (#1753)
Daniël van Noord
2022-08-25
1
-0
/
+5
*
Fix type issue in TreeRebuilder added with change to Dict.items
Marc Mueller
2022-06-22
1
-1
/
+4
*
Move TreeRebuilder overloads behind TYPE_CHECKING guard (#1596)
Marc Mueller
2022-06-06
1
-218
/
+226
*
Update typing for Python 3.7 (2) (#1556)
Marc Mueller
2022-05-13
1
-1
/
+2
*
Update typing for Python 3.7 (1) (#1555)
Marc Mueller
2022-05-13
1
-259
/
+235
*
Update pylint to 2.14.0b1 (#1553)
Marc Mueller
2022-05-12
1
-2
/
+0
*
Require Python 3.7.2 (#1542)
Jacob Walls
2022-05-10
1
-18
/
+2
*
Rename TypeVars (#1527)
Marc Mueller
2022-04-23
1
-9
/
+9
*
Fix ``col_offset`` attribute for nodes involving ``with`` on ``PyPy`` (#1520)
Daniël van Noord
2022-04-22
1
-6
/
+17
*
Update ``pylint`` to ``2.13`` (#1488)
Daniël van Noord
2022-03-25
1
-2
/
+0
*
Add conditional overloads [TreeRebuilder] (#1470)
Marc Mueller
2022-03-12
1
-579
/
+275
*
Simplify hard to maintain copyright notice (#1441)
Pierre Sassoulas
2022-03-12
1
-26
/
+1
*
Minor changes (#1464)
Marc Mueller
2022-03-09
1
-1
/
+1
*
No longer pass doc to various node constructors (#1451)
Daniël van Noord
2022-03-09
1
-13
/
+7
*
Replace platform import (#1459)
Marc Mueller
2022-03-09
1
-3
/
+3
*
Fix end_lineno on PyPy 3.8 (#1454)
Marc Mueller
2022-03-09
1
-2
/
+24
*
Replace sys.version_info checks with getattr [rebuilder] (#1447)
Marc Mueller
2022-03-06
1
-678
/
+482
*
Small typing improvements (#1435)
Marc Mueller
2022-03-03
1
-1
/
+1
*
Fix F403 wildcart import used in astroid/__init__.py (#1271)
Pierre Sassoulas
2022-03-03
1
-0
/
+2
*
Add doc_node attribute (#1276)
kasium
2022-02-28
1
-10
/
+85
*
Bump astroid to 2.10.0, update changelog
v2.10.0
Pierre Sassoulas
2022-02-27
1
-2
/
+3
*
Changed NodeNG.tolineno to use end_lineno when it is available (#1351)
Sergei Lebedev
2022-02-27
1
-2
/
+12
*
Add position attribute for nodes (#1393)
Marc Mueller
2022-02-26
1
-3
/
+75
*
Remove unused tryfinally builder function (#1384)
Daniël van Noord
2022-02-08
1
-18
/
+0
*
Remove unused code - TreeRebuilder docstring (#1289)
Marc Mueller
2021-12-13
1
-5
/
+1
*
Fix ``mypy`` warnings for ``astroid/rebuilder`` (#1244)
Daniël van Noord
2021-11-24
1
-3
/
+10
*
Add end_lineno and end_col_offset to nodes (#1258)
Marc Mueller
2021-11-21
1
-118
/
+763
*
Bump astroid to 2.8.6, update changelog
v2.8.6
Pierre Sassoulas
2021-11-21
1
-1
/
+2
*
Fix small spelling errors (#1265)
Marc Mueller
2021-11-21
1
-1
/
+1
*
Add additional flags to ``mypy`` config and update ``type: ignore``'s (#1248)
Daniël van Noord
2021-11-17
1
-2
/
+2
*
Bump astroid to 2.7.0, update changelog
v2.7.0
Pierre Sassoulas
2021-08-15
1
-1
/
+1
*
Add 'Pattern' to the astroid.nodes's API
Pierre Sassoulas
2021-08-05
1
-2
/
+2
*
Create 'nodes' package, deprecate 'node_classes' and 'scoped_nodes'
Pierre Sassoulas
2021-08-05
1
-1
/
+1
[next]