summaryrefslogtreecommitdiffstats
path: root/Python/suggestions.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-38530: Optimize the calculation of string sizes when offering suggestions...Pablo Galindo2021-04-141-8/+10
* bpo-38530: Make sure that failing to generate suggestions on failure will not...Pablo Galindo2021-04-141-7/+3
* bpo-38530: Offer suggestions on NameError (GH-25397)Pablo Galindo2021-04-141-8/+55
* bpo-38530: Offer suggestions on AttributeError (#16856)Pablo Galindo2021-04-141-0/+146