1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
Xavier Fernandez 5e242adee5 Register req_to_install for cleanup sooner (#4201)
If the install is aborted while parsing the dist's metadata (like in the
case of check_dist_requires_python() ), we want to clean req_to_install
2016-12-23 14:57:09 +01:00
..
_vendor Realign pip/_vendor with vendor.txt (#4096) 2016-11-06 18:22:07 -05:00
commands Clarify default for --upgrade-strategy is eager (#4150) 2016-12-07 17:00:03 +01:00
compat Use the pip._vendor.ordereddict instead of pip.compat (#4045) 2016-10-30 13:42:13 -04:00
models Use __all__ instead of # noqa 2014-12-17 22:49:10 -05:00
operations check: simplify code 2016-11-14 00:44:01 +01:00
req Register req_to_install for cleanup sooner (#4201) 2016-12-23 14:57:09 +01:00
utils Declare all_outputs in outer scope 2016-11-14 10:12:45 +01:00
vcs unit test failure on macOS 2016-11-21 10:07:33 +01:00
__init__.py Bump for development 2016-11-06 13:47:54 -05:00
__main__.py Handle updates to flake8 2015-02-11 10:23:57 -05:00
basecommand.py Add --implementation and --abi parameters to `pip download`. 2016-07-21 13:01:52 -05:00
baseparser.py Move out all the config code to a separate module (#4192) 2016-12-23 09:46:04 +01:00
cmdoptions.py Add --ignore-requires-python escape hatch 2016-10-27 18:43:59 +02:00
configuration.py Move out all the config code to a separate module (#4192) 2016-12-23 09:46:04 +01:00
download.py Document get_file_content() parameters 2016-11-09 21:41:02 +01:00
exceptions.py Update UnsupportedPythonVersion docstring 2016-10-27 18:43:59 +02:00
index.py Revert "Normalize file URLs" (#4071) 2016-11-03 11:24:34 -04:00
locations.py OS X -> macOS (#4074) 2016-11-06 12:24:43 -05:00
pep425tags.py OS X -> macOS (#4074) 2016-11-06 12:24:43 -05:00
status_codes.py Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
wheel.py Move uninstall file selection logic to req_uninstall.py 2016-11-20 13:04:14 +01:00