COMMITS
/ Python/suggestions.c November 17, 2021
D
bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None` (GH-29590)
Dennis Sweeney committed
July 26, 2021
M
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon committed
July 16, 2021
P
bpo-44655: Don't include suggestions for attributes that are the same as the missing one (GH-27197)
Pablo Galindo Salgado committed
June 7, 2021
E
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow committed
June 4, 2021
June 3, 2021
May 21, 2021
M
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon committed
May 3, 2021
D
bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)
Dennis Sweeney committed
April 27, 2021
D
bpo-38530: Require 50% similarity in NameError and AttributeError suggestions (GH-25584)
Dennis Sweeney committed
April 17, 2021
P
bpo-38530: Cover more error paths in error suggestion functions (GH-25462)
Pablo Galindo committed
P
bpo-38530: Include builtins in NameError suggestions (GH-25460)
Pablo Galindo committed
April 16, 2021
P
bpo-38530: Match exactly AttributeError and NameError when offering suggestions (GH-25443)
Pablo Galindo committed
April 14, 2021
P
bpo-38530: Optimize the calculation of string sizes when offering suggestions (GH-25412)
Pablo Galindo committed
P
P
bpo-38530: Offer suggestions on NameError (GH-25397)
Pablo Galindo committed
P
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo committed