summaryrefslogtreecommitdiffstats
path: root/Lib/ensurepip/__main__.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-31351: Set return code in ensurepip when pip fails (GH-3626)Igor Filatov2017-09-211-1/+2
| | | | Previously ensurepip would always report success, even if the pip installation failed.
* Issue #19728: fix ensurepip name clash with submoduleNick Coghlan2013-12-231-63/+1
| | | | | Also added refactoring and added basic tests for the argument parsing in both ensurepip._main and ensurepip._uninstall._main.
* Close #19406: Initial implementation of ensurepipNick Coghlan2013-11-111-0/+66
Patch by Donald Stufft and Nick Coghlan