summaryrefslogtreecommitdiffstats
path: root/Lib/ensurepip
Commit message (Collapse)AuthorAgeFilesLines
* bpo-37449: Move ensurepip off of pkgutil and to importlib.resources (GH-15109)Joannah Nanjekye2019-09-132-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 Gedam2019-08-263-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 Gedam2019-07-243-2/+2
|
* bpo-37363: Add audit events for a range of modules (GH-14301)Steve Dower2019-06-241-0/+2
|
* bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)Pradyun Gedam2019-03-063-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 Stufft2018-11-194-2/+2
|
* Improve ensurepip's --help (GH-4686)Wieland Hoffmann2018-05-301-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 Moore2018-04-203-3/+3
| | | Upgrade ensurepip to bundle pip 10.0.1
* Upgrade pip to v9.0.3 and setuptools to v39.0.1 (#6184)Donald Stufft2018-03-223-2/+2
|
* Update pip to 9.0.2 and setuptools to 38.6.1 (#6133)Donald Stufft2018-03-173-2/+2
|
* bpo-31351: Set return code in ensurepip when pip fails (GH-3626)Igor Filatov2017-09-213-7/+24
| | | | Previously ensurepip would always report success, even if the pip installation failed.
* Merge - upgrade pip/setuptoolsDonald Stufft2016-11-163-2/+2
|\
| * Upgrade pip to 9.0.1 and setuptools to 28.8.0Donald Stufft2016-11-163-2/+2
| |
* | Allow ensurepip even when ssl is unavailableDonald Stufft2016-11-031-20/+0
|/
* Upgrade pip to 9.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 to 27.1.1Donald Stufft2016-09-092-1/+1
|
* Update setuptools/pip 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
|
* Update 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
|
* Closes #24267 - Does not check version on ensurepip uninstallDonald Stufft2015-06-021-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.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
|
* Update setuptools to 12.0.5 and pip to 6.0.7Donald Stufft2015-01-283-2/+2
|
* Update setuptools to 11.3.1Donald Stufft2015-01-112-1/+1
|
* Upgrade the bundled pip to 6.0.6 and the bundled setuptools to 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
|
* Upgrade pip to 1.5.6Donald Stufft2014-05-172-1/+1
|
* Close #20757: return success for skipped pip uninstallNick Coghlan2014-02-281-2/+3
| | | | | | | | The 3.4rc2 Windows uninstaller would fail if pip had been updated to a version that didn't match the version installed by ensurepip. This skip is no longer treated as an error, so an updated pip ends up being handled like any other pip installed package and is left alone by the CPython uninstaller.
* Upgrade pip from 1.5.3 to 1.5.4Donald Stufft2014-02-212-1/+1
|
* Upgrade pip from 1.5.2 to 1.5.3Donald Stufft2014-02-212-1/+1
|
* Issue #19744: Handle missing SSL/TLS in ensurepipNick Coghlan2014-02-141-0/+5
| | | | | - now also allows POSIX installation with SSL/TLS missing - a goal for pip 1.6 is to allow local use without SSL/TLS
* Close #20053: ignore default pip config settingsNick Coghlan2014-02-041-3/+6
| | | | | | ensurepip now sets PIP_CONFIG_FILE to os.devnull before import pip from the wheel file. This also ensures venv ignores the default settings when bootstrapping pip.
* Update pip to 1.5.2 and setuptools to 2.1Donald Stufft2014-01-263-2/+2
|
* Update pip to the released 1.5Donald Stufft2014-01-022-8/+2
|
* Update setuptools to 2.0.2Donald Stufft2013-12-312-1/+1
|
* Update pip to 1.5rc4Donald Stufft2013-12-312-1/+1
|
* Update bundled pip to 1.5rc3Donald Stufft2013-12-272-1/+1
|
* Issue #19744: improve ensurepip error when ssl is missingNick Coghlan2013-12-231-0/+15
|
* Issue #19728: fix ensurepip name clash with submoduleNick Coghlan2013-12-233-68/+67
| | | | | Also added refactoring and added basic tests for the argument parsing in both ensurepip._main and ensurepip._uninstall._main.