summaryrefslogtreecommitdiff
path: root/astroid/rebuilder.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maintenance/2.15.x' into mainMarc Mueller2023-04-241-0/+6
|\
| * Various TryStar fixes (#2142)Marc Mueller2023-04-241-0/+6
* | Cleanup rebuilder after dropping py37 (#2143)Marc Mueller2023-04-241-238/+117
* | Remove unused constants (#2141)Marc Mueller2023-04-241-59/+4
* | Drop support for Python 3.7 (#2137)Marc Mueller2023-04-231-75/+50
* | Fix constructors of ``Module`` (#2133)Daniël van Noord2023-04-221-1/+0
* | Mandatory field for YieldNick Drozd2023-04-051-4/+2
* | Mandatory fields for Comprehension (#2099)Nick Drozd2023-04-051-1/+9
* | Mandatory fields for Return (#2104)Nick Drozd2023-04-051-2/+1
* | [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-2/+2
|/
* Add 'TryStar' nodes from Python 3.11 #1516 (#2028)Pierre Sassoulas2023-03-051-0/+16
* Update ``FormattedValue.postinit`` and its brain (#2029)Daniël van Noord2023-02-131-3/+3
* Initial pass with ``pydocstringformatter``Daniël van Noord2023-01-091-60/+60
* [pre-commit] Trying out black 23.1a1 (#1909)Pierre Sassoulas2022-12-271-1/+1
* Add typing for `set_local` (#1837)Marc Mueller2022-11-081-0/+1
* [flake8] Set the max complexity to the default instead of 83Pierre Sassoulas2022-09-191-1/+1
* [flake8] Set the max line length to 110 instead of 138Pierre Sassoulas2022-09-191-1/+2
* Fix crash involving non-standard type comments (#1753)Daniël van Noord2022-08-251-0/+5
* Fix type issue in TreeRebuilder added with change to Dict.itemsMarc Mueller2022-06-221-1/+4
* Move TreeRebuilder overloads behind TYPE_CHECKING guard (#1596)Marc Mueller2022-06-061-218/+226
* Update typing for Python 3.7 (2) (#1556)Marc Mueller2022-05-131-1/+2
* Update typing for Python 3.7 (1) (#1555)Marc Mueller2022-05-131-259/+235
* Update pylint to 2.14.0b1 (#1553)Marc Mueller2022-05-121-2/+0
* Require Python 3.7.2 (#1542)Jacob Walls2022-05-101-18/+2
* Rename TypeVars (#1527)Marc Mueller2022-04-231-9/+9
* Fix ``col_offset`` attribute for nodes involving ``with`` on ``PyPy`` (#1520)Daniël van Noord2022-04-221-6/+17
* Update ``pylint`` to ``2.13`` (#1488)Daniël van Noord2022-03-251-2/+0
* Add conditional overloads [TreeRebuilder] (#1470)Marc Mueller2022-03-121-579/+275
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-26/+1
* Minor changes (#1464)Marc Mueller2022-03-091-1/+1
* No longer pass doc to various node constructors (#1451)Daniël van Noord2022-03-091-13/+7
* Replace platform import (#1459)Marc Mueller2022-03-091-3/+3
* Fix end_lineno on PyPy 3.8 (#1454)Marc Mueller2022-03-091-2/+24
* Replace sys.version_info checks with getattr [rebuilder] (#1447)Marc Mueller2022-03-061-678/+482
* Small typing improvements (#1435)Marc Mueller2022-03-031-1/+1
* Fix F403 wildcart import used in astroid/__init__.py (#1271)Pierre Sassoulas2022-03-031-0/+2
* Add doc_node attribute (#1276)kasium2022-02-281-10/+85
* Bump astroid to 2.10.0, update changelogv2.10.0Pierre Sassoulas2022-02-271-2/+3
* Changed NodeNG.tolineno to use end_lineno when it is available (#1351)Sergei Lebedev2022-02-271-2/+12
* Add position attribute for nodes (#1393)Marc Mueller2022-02-261-3/+75
* Remove unused tryfinally builder function (#1384)Daniël van Noord2022-02-081-18/+0
* Remove unused code - TreeRebuilder docstring (#1289)Marc Mueller2021-12-131-5/+1
* Fix ``mypy`` warnings for ``astroid/rebuilder`` (#1244)Daniël van Noord2021-11-241-3/+10
* Add end_lineno and end_col_offset to nodes (#1258)Marc Mueller2021-11-211-118/+763
* Bump astroid to 2.8.6, update changelogv2.8.6Pierre Sassoulas2021-11-211-1/+2
* Fix small spelling errors (#1265)Marc Mueller2021-11-211-1/+1
* Add additional flags to ``mypy`` config and update ``type: ignore``'s (#1248)Daniël van Noord2021-11-171-2/+2
* Bump astroid to 2.7.0, update changelogv2.7.0Pierre Sassoulas2021-08-151-1/+1
* Add 'Pattern' to the astroid.nodes's APIPierre Sassoulas2021-08-051-2/+2
* Create 'nodes' package, deprecate 'node_classes' and 'scoped_nodes'Pierre Sassoulas2021-08-051-1/+1