1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
2013-02-06 01:48:28 -08:00
..
commands warn before installing if no ssl module 2013-02-06 00:47:01 -08:00
vcs docs and cli error text updates 2013-01-30 20:59:44 -08:00
__init__.py improved docs and cli help 2013-01-18 13:25:15 -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
backwardcompat.py log relevant message if URLError.reason is SSLError or CertificateError 2013-02-06 01:48:28 -08:00
backwardcompat_ssl.py match_hostname from py32 2013-02-06 00:47:41 -08:00
basecommand.py improved docs and cli help 2013-01-18 13:25:15 -08:00
baseparser.py improved docs and cli help 2013-01-18 13:25:15 -08:00
cacert.pem Added certificate validation against root CA file. 2013-02-04 20:34:14 +00:00
cmdoptions.py Changing the default index URL to use HTTPS. 2013-02-04 19:35:35 +00:00
download.py move cert_path to locations module 2013-02-06 00:55:17 -08:00
exceptions.py All pip exceptions inherit from PipError 2012-03-02 01:51:13 +02:00
index.py log relevant message if URLError.reason is SSLError or CertificateError 2013-02-06 01:48:28 -08:00
locations.py move cert_path to locations module 2013-02-06 00:55:17 -08:00
log.py Encapsulate write/buffer Python 2 vs. Python 3 check into a utility method (fwrite) in pip.backwardcompat. 2011-12-27 09:26:33 -08:00
req.py docs and cli error text updates 2013-01-30 20:59:44 -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 Move status codes to a module and import from there 2011-12-04 18:50:34 -02:00
util.py warn before installing if no ssl module 2013-02-06 00:47:01 -08:00