1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
2014-05-03 00:03:23 -04:00
..
_vendor Upgrade setuptools to 3.4.4 2014-05-02 22:02:50 -04:00
backwardcompat fix for certain platforms/versions not having os.O_NOFOLLOW 2013-11-24 15:26:22 -08:00
commands log deprecation for --build when value is different than default 2014-02-20 22:37:35 -08:00
vcs a single path_to_url function with tests 2013-11-18 22:12:41 -08:00
__init__.py Bump version 2014-05-03 00:03:23 -04: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 Refactor virtual env requirement to use the pip.locations func 2013-12-27 01:09:48 -05:00
baseparser.py Special case os.devnull for PIP_CONFIG_FILE to mean 'no config file' 2014-02-07 21:04:59 +00:00
cmdoptions.py unsuppress --log-file 2013-11-14 18:13:23 -08:00
download.py when file urls have hash fragments, check it 2014-02-08 09:06:54 -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 If --allow-unverified is used assume it also means --allow-external 2014-01-10 10:35:55 -05:00
locations.py Find the virtual environments created by Python3.3 2013-12-19 19:52:40 -05:00
log.py Switch to importing the vendored pkg_resources 2014-01-07 04:47:04 -05:00
pep425tags.py e.message is not cross-python compatible 2013-07-27 20:46:55 -07:00
req.py Don't pass a unicode __file__ to setup.py on Python 2.x 2014-02-20 15:56:22 -05: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 Switch to importing the vendored pkg_resources 2014-01-07 04:47:04 -05:00
wheel.py use copy2, not move, to ensure dirs are not copied 2014-04-23 13:08:07 -07:00