.. |
_vendor
|
Upgrade requests to 2.1.0
|
2013-12-05 19:41:49 -05:00 |
backwardcompat
|
fix for certain platforms/versions not having os.O_NOFOLLOW
|
2013-11-24 15:26:22 -08:00 |
commands
|
deprecate --no-install and --no-download
|
2013-11-24 18:21:00 -08:00 |
vcs
|
a single path_to_url function with tests
|
2013-11-18 22:12:41 -08:00 |
__init__.py
|
bump to the rc version
|
2013-11-22 01:09:24 -05: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
|
uninstalling --user dists should leave global scripts alone
|
2013-11-29 17:08:43 -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
|
uninstalling --user dists should leave global scripts alone
|
2013-11-29 17:08:43 -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
|
Enable --[no-]compile which will compile or not compile pyc files
|
2013-11-21 23:19:15 -05:00 |