Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Blacken src/pip/_internal/utils directory | Jon Dufresne | 2021-02-21 | 1 | -3/+3 |
* | Remove typing.TYPE_CHECKING guards | Jon Dufresne | 2021-02-19 | 1 | -8/+4 |
* | Replace pip._internal.utils.typing with stdlib typing | Jon Dufresne | 2021-02-18 | 1 | -2/+2 |
* | Merge pull request #9361 from jdufresne/f-strings | Pradyun Gedam | 2020-12-26 | 1 | -1/+1 |
|\ | |||||
| * | Use f-strings for simple string formatting | Jon Dufresne | 2020-12-25 | 1 | -1/+1 |
* | | Remove Python 2 compatibility shim for json.JSONDecodeError | Jon Dufresne | 2020-12-25 | 1 | -7/+2 |
|/ | |||||
* | Avoid AssertionError in pip freeze with editable direct URLs | Stéphane Bidoul | 2020-10-25 | 1 | -4/+0 |
* | Update linter: isort | Pradyun Gedam | 2020-09-23 | 1 | -2/+2 |
* | Add helper to get DirectUrl metadata from Distrribution | Stéphane Bidoul | 2020-04-01 | 1 | -0/+41 |
* | Add helper to create a DirectUrl from a Link | Stéphane Bidoul | 2020-04-01 | 1 | -0/+55 |
* | Add helper to convert DirectUrl to PEP 440 direct reference | Stéphane Bidoul | 2020-04-01 | 1 | -0/+34 |