1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
2013-03-03 22:38:37 -08:00
..
backwardcompat add missing sys import 2013-02-17 21:51:13 -08:00
commands have 'pip search' use https index url 2013-02-17 22:49:40 -08:00
vcs Fixed a whole bunch of cosmetic problems, mostly to adhere to PEP8. 2013-02-16 19:02:41 +01:00
__init__.py 1.3rc1 2013-02-20 19:09:05 -08: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 add TODO about options passing 2013-02-18 19:38:26 -08:00
baseparser.py from --allow-no-ssl to --insecure 2013-02-17 22:43:17 -08:00
cacert.pem remove old cert from pem file 2013-02-16 15:40:22 -08:00
cmdoptions.py merge with develop 2013-02-16 14:17:22 -08:00
download.py close socket upon CertificateError 2013-03-03 22:38:37 -08:00
exceptions.py custom NoSSLError exception instead of util function 2013-02-18 13:17:54 -08:00
index.py close socket upon CertificateError 2013-03-03 22:38:37 -08:00
locations.py os.path.realpath for build_prefix globally and in virtualenvs 2013-02-21 21:36:26 -08:00
log.py merge with develop 2013-02-16 14:17:22 -08:00
req.py Fixed a whole bunch of cosmetic problems, mostly to adhere to PEP8. 2013-02-16 19:02:41 +01:00
runner.py merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
status_codes.py Move status codes to a module and import from there 2011-12-04 18:50:34 -02:00
util.py custom NoSSLError exception instead of util function 2013-02-18 13:17:54 -08:00