aboutsummaryrefslogtreecommitdiff
path: root/Python/suggestions.c
AgeCommit message (Expand)Author
2021-11-18[3.10] bpo-45826: Fix a crash in suggestions.c by checking for `traceback is ...Ɓukasz Langa
2021-07-16bpo-44655: Don't include suggestions for attributes that are the same as the ...Miss Islington (bot)
2021-05-03bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)Dennis Sweeney
2021-04-27bpo-38530: Require 50% similarity in NameError and AttributeError suggestions...Dennis Sweeney
2021-04-17bpo-38530: Cover more error paths in error suggestion functions (GH-25462)Pablo Galindo
2021-04-17bpo-38530: Include builtins in NameError suggestions (GH-25460)Pablo Galindo
2021-04-16bpo-38530: Match exactly AttributeError and NameError when offering suggestio...Pablo Galindo
2021-04-15bpo-38530: Optimize the calculation of string sizes when offering suggestions...Pablo Galindo
2021-04-14bpo-38530: Make sure that failing to generate suggestions on failure will not...Pablo Galindo
2021-04-14bpo-38530: Offer suggestions on NameError (GH-25397)Pablo Galindo
2021-04-14bpo-38530: Offer suggestions on AttributeError (#16856)Pablo Galindo