Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-38530: Refactor and improve AttributeError suggestions (GH-25776) | Dennis Sweeney | 2021-05-03 | 1 | -59/+130 |
* | bpo-38530: Require 50% similarity in NameError and AttributeError suggestions... | Dennis Sweeney | 2021-04-27 | 1 | -1/+4 |
* | bpo-38530: Cover more error paths in error suggestion functions (GH-25462) | Pablo Galindo | 2021-04-17 | 1 | -2/+5 |
* | bpo-38530: Include builtins in NameError suggestions (GH-25460) | Pablo Galindo | 2021-04-17 | 1 | -1/+11 |
* | bpo-38530: Match exactly AttributeError and NameError when offering suggestio... | Pablo Galindo | 2021-04-16 | 1 | -2/+2 |
* | bpo-38530: Optimize the calculation of string sizes when offering suggestions... | Pablo Galindo | 2021-04-14 | 1 | -8/+10 |
* | bpo-38530: Make sure that failing to generate suggestions on failure will not... | Pablo Galindo | 2021-04-14 | 1 | -7/+3 |
* | bpo-38530: Offer suggestions on NameError (GH-25397) | Pablo Galindo | 2021-04-14 | 1 | -8/+55 |
* | bpo-38530: Offer suggestions on AttributeError (#16856) | Pablo Galindo | 2021-04-14 | 1 | -0/+146 |