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

13 commits

Author SHA1 Message Date
Devesh Kumar Singh 50cbd6a032 Assert not None instead of if check 2020-05-21 22:46:56 +05:30
Devesh Kumar Singh d84c14013a Type annotations for pip._internal.utils.unpacking 2020-05-20 23:13:00 +05:30
Maxim Kurnikov 3692097cca add per-file disallow_untyped_defs=False, and set it to True globally 2019-09-29 23:31:15 +02:00
Chris Hunt 8c94b70354 Address review comments 2019-09-24 22:43:06 -04:00
Wilson Mo 08a0eeb90c Fix #3907 tar file placed outside of target location 2019-09-24 22:25:18 -04:00
Chris Hunt 2aeed371e5 Make content_type optional in unpack_file. 2019-09-19 20:02:47 -04:00
Chris Hunt ea6eb1f898 Remove unused functions 2019-09-19 01:47:27 -04:00
Chris Hunt 89bbe73498 Remove unused argument in unpacking.unpack_file 2019-09-19 01:47:24 -04:00
Chris Hunt 8648ff568f Removed unused Subversion().unpack in unpack_file
`download.unpack_url` already calls `unpack_vcs_link`, it looks like
this was leftover from before that change.
2019-09-19 01:47:20 -04:00
Chris Hunt 5a759daaff Make style consistent. 2019-09-17 23:40:02 -04:00
Chris Hunt 5656364112 Move supporting functions to utils.unpacking. 2019-09-17 23:40:02 -04:00
Chris Hunt 6a8b47d20b Move file type info to utils.filetypes. 2019-09-17 23:40:02 -04:00
Chris Hunt 6a5bd723ec Move unpack_* from utils.misc to utils.unpacking. 2019-09-17 23:40:02 -04:00