1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

16 commits

Author SHA1 Message Date
Chris Jerdonek
0a1571ba03 Fix a NoneType AttributeError when evaluating hashes. 2019-07-23 05:22:59 -04:00
Chris Jerdonek
190ea6a3d4 Remove strict_optional=False for models/link.py. 2019-07-14 23:08:55 -07:00
Chris Jerdonek
e85a848ec8 Add Link.is_hash_allowed(). 2019-07-11 01:34:46 -07:00
Chris Jerdonek
d3b3f16871 Support yanked reasons with non-ascii characters. 2019-06-27 22:53:58 -07:00
Chris Jerdonek
fdde0b483e Add Link.yanked_reason. 2019-06-25 03:34:38 -07:00
Xavier Fernandez
1638b06627 models.link: use named attribute 2019-06-24 14:24:23 +02:00
Chris Jerdonek
0ed518f0dc Fix an edge case where Link.filename can leak auth information. 2019-06-22 16:44:13 -07:00
Chris Jerdonek
0e741ef9bf Parse the url when creating a Link object. 2019-06-22 16:44:07 -07:00
Chris Jerdonek
99228e503a Import path_to_url() from utils/misc.py instead of download.py. 2019-06-03 02:31:40 -07:00
Maxim Kurnikov
c4dfdbe265 remove unused imports 2019-02-22 14:18:46 +03:00
Maxim Kurnikov
f77b8ca051 remove #noqa: F401 2019-02-22 14:17:07 +03:00
Maxim Kurnikov
410072bc8b add type annotations for pip._internal.models (#6065) 2018-12-17 16:42:36 +05:30
Pradyun Gedam
fc62b5b677
Move wheel extension information to remove cycle imports 2018-11-30 12:46:08 +05:30
Tom Forbes
78371cc950 Redact basic authentication passwords from log messages (#5773)
Redact basic authentication passwords from URLs.
2018-10-19 02:06:10 -07:00
Pradyun Gedam
06314455e9
Add a utility for comparision logic and switch to it
It uses the operator module, instead of inline-lambdas
2018-06-24 02:38:22 +05:30
Pradyun Gedam
39995b32db
Move Link to models 2018-06-24 02:38:21 +05:30