summaryrefslogtreecommitdiff
path: root/Lib/test/test_ensurepip.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31351: Set return code in ensurepip when pip fails (GH-3626)Igor Filatov2017-09-211-2/+17
* Allow ensurepip even when ssl is unavailableDonald Stufft2016-11-021-65/+0
* Merge the fix for #24267Donald Stufft2015-06-021-5/+20
|\
| * Closes #24267 - Does not check version on ensurepip uninstallDonald Stufft2015-06-021-5/+20
* | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-1/+1
|/
* use the called property of the run_pip mock rather than an assertion method t...Benjamin Peterson2014-04-161-8/+8
* Close #20757: return success for skipped pip uninstallNick Coghlan2014-02-281-2/+4
* Issue #19744: Handle missing SSL/TLS in ensurepipNick Coghlan2014-02-151-0/+8
* Close #20053: ignore default pip config settingsNick Coghlan2014-02-041-0/+16
* Update pip to the released 1.5Donald Stufft2014-01-021-8/+8
* Issue #19744: improve ensurepip error when ssl is missingNick Coghlan2013-12-231-0/+57
* Issue #19728: fix ensurepip name clash with submoduleNick Coghlan2013-12-231-23/+60
* Issue #19734: ignore pip env vars in ensurepip._uninstallNick Coghlan2013-12-231-0/+14
* Close #19734: ignore pip env vars in ensurepipNick Coghlan2013-12-231-0/+8
* Issue #19728: add private ensurepip._uninstall CLINick Coghlan2013-11-301-0/+75
* Avoid global side effect in test_ensurepipNick Coghlan2013-11-131-3/+8
* Close #19406: Initial implementation of ensurepipNick Coghlan2013-11-111-0/+123