summaryrefslogtreecommitdiffstats
path: root/Lib/ensurepip
Commit message (Collapse)AuthorAgeFilesLines
* 00189-use-rpm-wheels.patchFedora Python maintainers2020-09-291-11/+24
| | | | | | 00189 # Instead of bundled wheels, use our RPM packaged wheels from /usr/share/python-wheels
* [2.7] bpo-37664: Update ensurepip bundled wheels, again (GH-16633)Benjamin Peterson2019-10-083-2/+2
| | | | | (cherry picked from commit 10c452b894d95fed06056fe11e8fe8e1a2a60040) Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
* bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)Miss Islington (bot)2019-03-083-2/+2
| | | | | | | * Update pip to 19.0.3 * Update setuptools to 40.8.0 (cherry picked from commit 01e0f439f5009f37b95ab516e91906fcc7fcb8c3) Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
* Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598)Miss Islington (bot)2018-11-194-2/+2
| | | | | (cherry picked from commit 8b9c33ea9ce902f902c9d9900121010801950547) Co-authored-by: Donald Stufft <donald@stufft.io>
* [2.7] Improve ensurepip's --help (GH-4686) (GH-7240)Petr Viktorin2018-05-301-2/+2
| | | | | | | | | | * Add a space to ensurepip's --altinstall option * Add periods to the arguments of ensurepip that didn't have it This makes --help for all optional arguments consistent and also makes it consistent with pip --help.. (cherry picked from commit e9537ad6a128924dd610bea2268065500c174181) Co-authored-by: Wieland Hoffmann <mineo@users.noreply.github.com>
* bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546)Miss Islington (bot)2018-04-203-3/+3
| | | | | | Upgrade ensurepip to bundle pip 10.0.1 (cherry picked from commit 0399cf9b5e370516e3d0aed6a63ff74aff5eadb5) Co-authored-by: Paul Moore <p.f.moore@gmail.com>
* Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184) Miss Islington (bot)2018-03-223-2/+2
| | | | | (cherry picked from commit d93b5161af12291f3f98a260c90cc2975ea9e9cd) Co-authored-by: Donald Stufft <donald@stufft.io>
* Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (GH-6135)Miss Islington (bot)2018-03-173-2/+2
| | | | | (cherry picked from commit 7f81bb2addbbccfa45a2fc1aa6030f26dcf4bd78) Co-authored-by: Donald Stufft <donald@stufft.io>
* [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.