COMMITS
/ Lib/test/test_ensurepip.py March 27, 2026
I
gh-146310: Fix ensurepip to treat empty WHEEL_PKG_DIR as unset (#146357)
Imgyu Kim committed
February 10, 2026
October 13, 2025
S
gh-139823: Check if `zlib` is available in `ensurepip` (GH-139954)
Stan Ulbrych committed
June 17, 2024
V
gh-120417: Remove unused imports in tests (part 2) (#120630)
Victor Stinner committed
January 30, 2024
S
GH-80789: Get rid of the ``ensurepip`` infra for many wheels (#109245)
Sviatoslav Sydorenko (Святослав Сидоренко) committed
April 18, 2023
P
gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)
Pradyun Gedam committed
January 20, 2021
V
bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)
Victor Stinner committed
June 15, 2020
K
bpo-40448: ensurepip: Do not use cache (GH-19812)
Krzysztof Konopko committed
September 21, 2017
I
bpo-31351: Set return code in ensurepip when pip fails (GH-3626)
Igor Filatov committed
November 3, 2016
D
Allow ensurepip even when ssl is unavailable
Donald Stufft committed
June 2, 2015
D
Merge the fix for #24267
Donald Stufft committed
D
Closes #24267 - Does not check version on ensurepip uninstall
Donald Stufft committed
April 13, 2015
Z
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware committed
April 16, 2014
B
use the called property of the run_pip mock rather than an assertion method that doesn't exist
Benjamin Peterson committed
February 28, 2014
N
Close #20757: return success for skipped pip uninstall
Nick Coghlan committed
February 14, 2014
N
Issue #19744: Handle missing SSL/TLS in ensurepip
Nick Coghlan committed
February 4, 2014
N
Close #20053: ignore default pip config settings
Nick Coghlan committed
January 2, 2014
D
Update pip to the released 1.5
Donald Stufft committed
December 23, 2013
N
Issue #19744: improve ensurepip error when ssl is missing
Nick Coghlan committed
N
Issue #19728: fix ensurepip name clash with submodule
Nick Coghlan committed
N
Issue #19734: ignore pip env vars in ensurepip._uninstall
Nick Coghlan committed
N
Close #19734: ignore pip env vars in ensurepip
Nick Coghlan committed
November 30, 2013
N
Issue #19728: add private ensurepip._uninstall CLI
Nick Coghlan committed
November 13, 2013
N
Avoid global side effect in test_ensurepip
Nick Coghlan committed
November 11, 2013
N
Close #19406: Initial implementation of ensurepip
Nick Coghlan committed