summaryrefslogtreecommitdiffstats
path: root/Python/suggestions.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-44590: Lazily allocate frame objects (GH-27077)Mark Shannon2021-07-261-2/+2
* bpo-44655: Don't include suggestions for attributes that are the same as the ...Pablo Galindo Salgado2021-07-161-0/+3
* bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)Eric Snow2021-06-071-2/+8
* bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...Pablo Galindo2021-06-041-7/+2
* bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...Eric Snow2021-06-031-2/+7
* bpo-44032: Move data stack to thread from FrameObject. (GH-26076)Mark Shannon2021-05-211-3/+5
* bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)Dennis Sweeney2021-05-031-59/+130
* bpo-38530: Require 50% similarity in NameError and AttributeError suggestions...Dennis Sweeney2021-04-271-1/+4
* bpo-38530: Cover more error paths in error suggestion functions (GH-25462)Pablo Galindo2021-04-171-2/+5
* bpo-38530: Include builtins in NameError suggestions (GH-25460)Pablo Galindo2021-04-171-1/+11
* bpo-38530: Match exactly AttributeError and NameError when offering suggestio...Pablo Galindo2021-04-161-2/+2
* 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