1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
Marcus Smith 56d3a48de1 Merge pull request #1330 from qwcode/path_to_url
a single `path_to_url` function with tests
2013-11-20 16:09:57 -08:00
..
_vendor Re-vendor distlib to version 0.1.4 2013-10-31 21:14:59 +00:00
backwardcompat backwardcompat fixes for py3 2013-11-20 15:36:09 -08:00
commands add warning to --egg option, see https://github.com/pypa/pip/issues/1320 2013-11-15 16:41:38 -08:00
vcs a single path_to_url function with tests 2013-11-18 22:12:41 -08:00
__init__.py Fix recursive import issue in pip/__init__.py 2013-10-21 11:48:47 +01:00
__main__.py Added a get_prog util to correctly show the name of the program when using python -m pip. 2012-09-01 20:36:31 +02:00
basecommand.py better message for the failure log 2013-11-06 00:34:41 -08:00
baseparser.py have --version report the version of pip that's running, not installed 2013-09-17 22:00:22 -07:00
cmdoptions.py unsuppress --log-file 2013-11-14 18:13:23 -08:00
download.py Merge pull request #1330 from qwcode/path_to_url 2013-11-20 16:09:57 -08:00
exceptions.py - if installing directly from a wheel, fail if it has an invalid name or is unsupported 2013-11-14 16:35:24 -08:00
index.py a single path_to_url function with tests 2013-11-18 22:12:41 -08:00
locations.py pip.locations.distutils_scheme should read distutils config files 2013-11-04 23:40:26 -08:00
log.py Rename pip.vendor.* to pip._vendor.* to ensure it's obviously private 2013-10-22 21:32:25 -04:00
pep425tags.py e.message is not cross-python compatible 2013-07-27 20:46:55 -07:00
req.py - if installing directly from a wheel, fail if it has an invalid name or is unsupported 2013-11-14 16:35:24 -08:00
runner.py merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
status_codes.py Cmds {install,wheel} should return proper error code 2013-08-26 18:55:55 -07:00
util.py add 'distribute' to default skip list for installed dists 2013-11-15 16:24:49 -08:00
wheel.py Add a comment 2013-11-19 08:23:15 -05:00