Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [2.7] bpo-31351: Set return code in ensurepip when pip fails (GH-3734) | Igor Filatov | 2017-09-25 | 3 | -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.0 | Donald Stufft | 2016-11-16 | 3 | -2/+2 |
| | |||||
* | pip 9.0 works fine without the ssl module | Donald Stufft | 2016-11-02 | 1 | -21/+0 |
| | |||||
* | Update pip to 9.0.0 and setuptools to 28.7.1 | Donald Stufft | 2016-11-02 | 4 | -2/+2 |
| | |||||
* | Upgrade setuptools to 27.1.2 | Donald Stufft | 2016-09-09 | 2 | -1/+1 |
| | |||||
* | Upgrade setuptools/pip to to 25.2.0/8.1.2 | Donald Stufft | 2016-08-14 | 3 | -2/+2 |
| | |||||
* | Upgrade ensurepip bundled setuptools to 20.10.1 | Donald Stufft | 2016-05-02 | 2 | -1/+1 |
| | |||||
* | Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3 | Donald Stufft | 2016-03-17 | 3 | -2/+2 |
| | |||||
* | Upgrade pip to 8.0.2 | Donald Stufft | 2016-01-22 | 2 | -1/+1 |
| | |||||
* | Upgrade pip to 8.0.0 and setuptools to 19.4 | Donald Stufft | 2016-01-20 | 3 | -2/+2 |
| | |||||
* | Update pip to 7.1.2 and setuptools to 18.2 | Donald Stufft | 2015-08-24 | 3 | -2/+2 |
| | |||||
* | Update setuptools to 18.0.1 and pip to 7.1.0 | Donald Stufft | 2015-07-01 | 3 | -2/+2 |
| | |||||
* | Upgrade pip to 7.0.3 and setuptools to 17.0 | Donald Stufft | 2015-06-02 | 3 | -2/+2 |
| | |||||
* | Issue #24267 - Ensure that pip version check is disabled on uninstall | Donald Stufft | 2015-06-02 | 1 | -1/+1 |
| | |||||
* | Upgrade pip to 7.0.1 | Donald Stufft | 2015-05-23 | 2 | -1/+1 |
| | |||||
* | Upgrade pip to 7.0 and setuptools to 16.0 | Donald Stufft | 2015-05-22 | 3 | -2/+2 |
| | |||||
* | Upgrade setuptools to 15.2 | Donald Stufft | 2015-05-09 | 2 | -1/+1 |
| | |||||
* | Update pip to 6.1.1 | Donald Stufft | 2015-04-07 | 2 | -1/+1 |
| | |||||
* | Upgrade pip to 6.1.0 and setuptools to 15.0 | Donald Stufft | 2015-04-07 | 3 | -2/+2 |
| | |||||
* | Update pip to 6.0.8 | Donald Stufft | 2015-02-05 | 2 | -1/+1 |
| | |||||
* | Upgrade setuptools to 12.0.5 and pip to 6.0.7 | Donald Stufft | 2015-01-28 | 3 | -2/+2 |
| | |||||
* | Bump setuptools to 11.3.1 | Donald Stufft | 2015-01-11 | 2 | -1/+1 |
| | |||||
* | Update bundled pip and setuptools to 6.0.6 and 11.0 | Donald Stufft | 2015-01-03 | 3 | -2/+2 |
| | |||||
* | Upgrade pip to 6.0.2 and setuptools to 8.2.1 | Donald Stufft | 2014-12-23 | 4 | -2/+2 |
| | |||||
* | Upgrade setuptools to 7.0 | Donald Stufft | 2014-11-11 | 2 | -1/+1 |
| | |||||
* | Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7 | Donald Stufft | 2014-11-11 | 5 | -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. |