Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.9] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102243) | Pradyun Gedam | 2023-03-28 | 3 | -1/+1 |
| | | | (cherry picked from commit 89d9ff0f48c51a85920c7372a7df4a2204e32ea5) | ||||
* | [3.9] gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94570) | Łukasz Langa | 2022-07-05 | 1 | -1/+6 |
| | | | | | | | Co-authored-by: Carter Dodd <carter.dodd@gmail.com> Co-authored-by: Éric <merwok@netwok.org> Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit c8556bcf6c0b05ac46bd74880626a2853e7c99a1) | ||||
* | Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31881) | Ned Deily | 2022-03-14 | 3 | -2/+1 |
| | | | | This reverts commit bda64b3c0c4e45de4c82ba1b8722f56db5ac88ba as it breaks test_bdb and test_distutils with installed Pythons. | ||||
* | bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31855) | Ned Deily | 2022-03-13 | 3 | -1/+2 |
| | | | | | (cherry picked from commit c99ac3c364ee21be72263791b71ee8b55f64de08) Co-authored-by: Pradyun Gedam <pgedam@bloomberg.net> | ||||
* | [3.9] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31850) | Miss Islington (bot) | 2022-03-13 | 3 | -1/+1 |
| | | | | | | | | (cherry picked from commit d87f1b787ed38dfd307d82452f2efe9dc5b93942) Co-authored-by: Pradyun Gedam <pgedam@bloomberg.net> Automerge-Triggered-By: GH:ned-deily | ||||
* | [3.9] bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 ↵ | Łukasz Langa | 2021-10-05 | 4 | -6/+2 |
| | | | | | | | (GH-28684) (GH-28747) (cherry picked from commit 4c8d543823dde5a30615da61727837a48f7ab847) Co-authored-by: Illia Volochii <illia.volochii@gmail.com> | ||||
* | [3.9] Upgrade bundled pip and setuptools (GH-27625) (GH-27658) | Tzu-ping Chung | 2021-08-09 | 4 | -2/+2 |
| | | | | | | | pip is now 21.2.3 setuptools is now 57.4.0. (cherry picked from commit 738ac00a08cb6a9d104ec85ccb1a44c2399d6baa) Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com> | ||||
* | [3.9] Update vendored pip to 21.1.3 (GH-26912). (GH-26915) | Stéphane Bidoul | 2021-06-26 | 2 | -1/+1 |
| | |||||
* | [3.9] bpo-43993: Update vendored pip to 21.1.1 (GH-25761). (GH-25782) | Stéphane Bidoul | 2021-05-01 | 2 | -1/+1 |
| | |||||
* | [3.9] bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25578) | Stéphane Bidoul | 2021-04-24 | 3 | -3/+3 |
| | | | (cherry picked from commit 196983563d05e32d2dcf217e955a919f9e0c25e1) | ||||
* | Remove extra pip package (GH-22778) | Steve Dower | 2020-10-19 | 1 | -0/+0 |
| | |||||
* | [3.9] bpo-41490: Bump vendored pip to version 20.2.3 (GH-22527). (GH-22544) | Pablo Galindo | 2020-10-04 | 2 | -17/+14 |
| | | | | | (cherry picked from commit 2cc6dc9896771ef3615abbb5ba80939a2f644a08) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com> | ||||
* | bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 ↵ | Steve Dower | 2020-08-07 | 3 | -2/+2 |
| | | | | (GH-21774) | ||||
* | bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) | Miss Islington (bot) | 2020-06-15 | 4 | -6/+6 |
| | | | | | (cherry picked from commit 5f79f46612c351bde78a41c5264c42db21008868) Co-authored-by: Xavier Fernandez <xav.fernandez@gmail.com> | ||||
* | bpo-40448: ensurepip: Do not use cache (GH-19812) | Miss Islington (bot) | 2020-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | ensurepip optionally installs or upgrades 'pip' and 'setuptools' using the version of those modules bundled with Python. The internal PIP installation routine by default temporarily uses its cache, if it exists. This is undesirable as Python builds and installations may be independent of the user running the build, whilst PIP cache location is dependent on the user's environment and outside of the build environment. At the same time, there's no value in using the cache while installing bundled modules. This change disables PIP caching when used in ensurepip. (cherry picked from commit 4a3a682b12f93a03888e8b59f439bc5fe30d6055) Co-authored-by: Krzysztof Konopko <kkonopko@users.noreply.github.com> | ||||
* | bpo-38662: ensurepip invokes pip via runpy (GH-18901) | Miro Hrončok | 2020-03-10 | 1 | -3/+13 |
| | | | | | | | | | | | | | The ensurepip module now invokes pip via the runpy module. Hence it is no longer tightly coupled with the internal API of the bundled pip version, allowing easier updates to a newer pip version both internally and for distributors. This way, any changes to the internal pip API won't mean ensurepip needs to be changed as well. Also, distributors can update their pip wheels independent on CPython release schedule. Co-Authored-By: Pradyun Gedam <pradyunsg@gmail.com> Co-Authored-By: Miro Hrončok <miro@hroncok.cz> | ||||
* | bpo-37449: Move ensurepip off of pkgutil and to importlib.resources (GH-15109) | Joannah Nanjekye | 2019-09-13 | 2 | -4/+7 |
| | | | | | | Move ensurepip off of pkgutil and to importlib.resources. https://bugs.python.org/issue37449 | ||||
* | bpo-37664: Update ensurepip bundled wheels, again (GH-15483) | Pradyun Gedam | 2019-08-26 | 3 | -2/+2 |
| | | | | | | | | | | | | /cc @ambv since this needs to be included in 3.8 -- see https://github.com/pypa/pip/issues/6885. Sorry about the last minute PR! https://bugs.python.org/issue37664 Automerge-Triggered-By: @zooba | ||||
* | bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934) | Pradyun Gedam | 2019-07-24 | 3 | -2/+2 |
| | |||||
* | bpo-37363: Add audit events for a range of modules (GH-14301) | Steve Dower | 2019-06-24 | 1 | -0/+2 |
| | |||||
* | bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189) | Pradyun Gedam | 2019-03-06 | 3 | -2/+2 |
| | | | | | * Update pip to 19.0.3 * Update setuptools to 40.8.0 | ||||
* | Upgrade pip to 18.1 and setuptools to 40.6.2 (#10598) | Donald Stufft | 2018-11-19 | 4 | -2/+2 |
| | |||||
* | Improve ensurepip's --help (GH-4686) | Wieland Hoffmann | 2018-05-30 | 1 | -3/+3 |
| | | | | | | | | * 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. | ||||
* | bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546) | Paul Moore | 2018-04-20 | 3 | -3/+3 |
| | | | Upgrade ensurepip to bundle pip 10.0.1 | ||||
* | Upgrade pip to v9.0.3 and setuptools to v39.0.1 (#6184) | Donald Stufft | 2018-03-22 | 3 | -2/+2 |
| | |||||
* | Update pip to 9.0.2 and setuptools to 38.6.1 (#6133) | Donald Stufft | 2018-03-17 | 3 | -2/+2 |
| | |||||
* | bpo-31351: Set return code in ensurepip when pip fails (GH-3626) | Igor Filatov | 2017-09-21 | 3 | -7/+24 |
| | | | | Previously ensurepip would always report success, even if the pip installation failed. | ||||
* | Merge - upgrade pip/setuptools | Donald Stufft | 2016-11-16 | 3 | -2/+2 |
|\ | |||||
| * | Upgrade pip to 9.0.1 and setuptools to 28.8.0 | Donald Stufft | 2016-11-16 | 3 | -2/+2 |
| | | |||||
* | | Allow ensurepip even when ssl is unavailable | Donald Stufft | 2016-11-03 | 1 | -20/+0 |
|/ | |||||
* | Upgrade pip to 9.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 to 27.1.1 | Donald Stufft | 2016-09-09 | 2 | -1/+1 |
| | |||||
* | Update setuptools/pip 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 |
| | |||||
* | Update 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 |
| | |||||
* | Closes #24267 - Does not check version on ensurepip uninstall | Donald Stufft | 2015-06-02 | 1 | -1/+1 |
| | | | | | | Ensure that the uninstall helper for Windows passes the proper flags to pip to prevent it from checking PyPI if the pip that we're currently attempting to uninstall is the latest verison. | ||||
* | 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 |
| | |||||
* | Update setuptools to 12.0.5 and pip to 6.0.7 | Donald Stufft | 2015-01-28 | 3 | -2/+2 |
| | |||||
* | Update setuptools to 11.3.1 | Donald Stufft | 2015-01-11 | 2 | -1/+1 |
| |