COMMITS
/ Python/suggestions.c June 24, 2024
S
Fixes loop variables to be the same types as their limit (GH-120958)
Steve Dower committed
January 11, 2024
S
gh-113845: Fix a compiler warning in Python/suggestions.c (GH-113949)
Serhiy Storchaka committed
January 8, 2024
P
gh-110721: Remove unused code from suggestions.c after moving PyErr_Display to use the traceback module (#113712)
Pablo Galindo Salgado committed
September 17, 2023
S
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka committed
September 6, 2023
V
gh-108765: Cleanup #include in Python/*.c files (#108977)
Victor Stinner committed
August 17, 2023
P
gh-107944: Improve error message for function calls with bad keyword arguments (#107969)
Pablo Galindo Salgado committed
July 12, 2023
S
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka committed
June 23, 2023
S
gh-106030: Miscellaneous fixes in Python/suggestions.c (GH-106031)
Serhiy Storchaka committed
November 30, 2022
K
GH-81057: remove static state from suggestions.c (#99411)
Kumar Aditya committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Victor Stinner committed
November 8, 2022
E
gh-90868: Adjust the Generated Objects (gh-99223)
Eric Snow committed
November 6, 2022
P
gh-99139: Improve NameError error suggestion for instances (#99140)
Pablo Galindo Salgado committed
October 25, 2022
P
gh-91058: Add error suggestions to 'import from' import errors (#98305)
Pablo Galindo Salgado committed
October 15, 2022
P
gh-98254: Include stdlib module names in error messages for NameErrors (#98255)
Pablo Galindo Salgado committed
June 19, 2022
V
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner committed
May 2, 2022
P
suggestions.c: Improve efficiency of levenshtein_distance method (#91835)
Pieter Eendebak committed
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