diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 32afe8fb7..6cf8a55e6 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -35,8 +35,8 @@ Contributors - correctmost <134317971+correctmost@users.noreply.github.com> - Andrew Haigh - Julien Cristau -- David Liu - Artem Yurchenko <44875844+temyurchenko@users.noreply.github.com> +- David Liu - Alexandre Fayolle - Eevee (Alex Munroe) - David Gilman @@ -72,6 +72,7 @@ Contributors - Dani Alcala <112832187+clavedeluna@users.noreply.github.com> - Adrien Di Mascio - tristanlatr <19967168+tristanlatr@users.noreply.github.com> +- grayjk - emile@crater.logilab.fr - doranid - brendanator @@ -87,6 +88,7 @@ Contributors - Peter Kolbus - Omer Katz - Moises Lopez +- Mitch Harding - Michal Vasilek - Keichi Takahashi - Kavins Singh @@ -102,16 +104,17 @@ Contributors - Anthony Sottile - Alexander Shadchin - wgehalo +- tejaschauhan36912 <59693377+tejaschauhan36912@users.noreply.github.com> - rr- - raylu - plucury +- pavan-msys <149513767+pavan-msys@users.noreply.github.com> - ostr00000 - noah-weingarden <33741795+noah-weingarden@users.noreply.github.com> - nathannaveen <42319948+nathannaveen@users.noreply.github.com> - mathieui - markmcclain - ioanatia -- grayjk - alm - adam-grant-hendry <59346180+adam-grant-hendry@users.noreply.github.com> - aatle <168398276+aatle@users.noreply.github.com> diff --git a/ChangeLog b/ChangeLog index cce14ee90..75dc6d255 100644 --- a/ChangeLog +++ b/ChangeLog @@ -46,14 +46,15 @@ Release date: TBA Refs #2765 -What's New in astroid 3.3.11? -============================= -Release date: TBA - * Fix a crash when the root of a node is not a module but is unknown. Closes #2672 + +What's New in astroid 3.3.11? +============================= +Release date: 2025-07-13 + * Fix a crash when parsing an empty arbitrary expression with ``extract_node`` (``extract_node("__()")``). Closes #2734 diff --git a/script/.contributors_aliases.json b/script/.contributors_aliases.json index a0f4b119e..004d8c8ff 100644 --- a/script/.contributors_aliases.json +++ b/script/.contributors_aliases.json @@ -72,7 +72,8 @@ "mails": [ "66853113+pre-commit-ci[bot]@users.noreply.github.com", "49699333+dependabot[bot]@users.noreply.github.com", - "41898282+github-actions[bot]@users.noreply.github.com" + "41898282+github-actions[bot]@users.noreply.github.com", + "212256041+pylint-backport-bot[bot]@users.noreply.github.com" ], "name": "bot" }, @@ -103,6 +104,10 @@ "mails": ["david@dropbox.com", "github@euresti.com"], "name": "David Euresti" }, + "grayjk@gmail.com": { + "mails": ["grayjk@gmail.com"], + "name": "grayjk" + }, "guillaume.peillex@gmail.com": { "mails": ["guillaume.peillex@gmail.com"], "name": "Hippo91",