summaryrefslogtreecommitdiffstats
path: root/Lib/ensurepip
Commit message (Collapse)AuthorAgeFilesLines
* [2.7] bpo-31351: Set return code in ensurepip when pip fails (GH-3734)Igor Filatov2017-09-253-8/+24
| | | | | | | Previously ensurepip would always report success, even if the pip installation failed. (cherry picked from commit 9adda0cdf89432386b7a04444a6199b580d287a1)
* Upgrade pip to 9.0.1 and setuptools to 28.8.0Donald Stufft2016-11-163-2/+2
|
* pip 9.0 works fine without the ssl moduleDonald Stufft2016-11-021-21/+0
|
* Update pip to 9.0.0 and setuptools to 28.7.1Donald Stufft2016-11-024-2/+2
|
* Upgrade setuptools to 27.1.2Donald Stufft2016-09-092-1/+1
|
* Upgrade setuptools/pip to to 25.2.0/8.1.2Donald Stufft2016-08-143-2/+2
|
* Upgrade ensurepip bundled setuptools to 20.10.1Donald Stufft2016-05-022-1/+1
|
* Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3Donald Stufft2016-03-173-2/+2
|
* Upgrade pip to 8.0.2Donald Stufft2016-01-222-1/+1
|
* Upgrade pip to 8.0.0 and setuptools to 19.4Donald Stufft2016-01-203-2/+2
|
* Update pip to 7.1.2 and setuptools to 18.2Donald Stufft2015-08-243-2/+2
|
* Update setuptools to 18.0.1 and pip to 7.1.0Donald Stufft2015-07-013-2/+2
|
* Upgrade pip to 7.0.3 and setuptools to 17.0Donald Stufft2015-06-023-2/+2
|
* Issue #24267 - Ensure that pip version check is disabled on uninstallDonald Stufft2015-06-021-1/+1
|
* Upgrade pip to 7.0.1Donald Stufft2015-05-232-1/+1
|
* Upgrade pip to 7.0 and setuptools to 16.0Donald Stufft2015-05-223-2/+2
|
* Upgrade setuptools to 15.2Donald Stufft2015-05-092-1/+1
|
* Update pip to 6.1.1Donald Stufft2015-04-072-1/+1
|
* Upgrade pip to 6.1.0 and setuptools to 15.0Donald Stufft2015-04-073-2/+2
|
* Update pip to 6.0.8Donald Stufft2015-02-052-1/+1
|
* Upgrade setuptools to 12.0.5 and pip to 6.0.7Donald Stufft2015-01-283-2/+2
|
* Bump setuptools to 11.3.1Donald Stufft2015-01-112-1/+1
|
* Update bundled pip and setuptools to 6.0.6 and 11.0Donald Stufft2015-01-033-2/+2
|
* Upgrade pip to 6.0.2 and setuptools to 8.2.1Donald Stufft2014-12-234-2/+2
|
* Upgrade setuptools to 7.0Donald Stufft2014-11-112-1/+1
|
* Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7Donald Stufft2014-11-115-0/+261
* Backports ensurepip to the 2.7 branch * Backports some of the improved documentation to the 2.7 branch. * Adds a private backport of the 3.x mock library as test._mock_backport to enable saner testing of ensurepip. Key Differences from 3.x: * Ensurepip does not have any Makefile integration, specifically it is not ran by default in the Makefile. * There is no venv module in 2.7, so downstream distributors can completely disable ensurepip, ideally with a message redirecting to the correct way to install pip. * To match the ``python`` command in 2.7, ensurepip will install the unversioned ``pip`` command as well. * No-op and hide --default-pip and add --no-default-pip to restore the 3.x behavor on 2.7.