COMMITS
/ Lib/test/test_venv.py May 26, 2026
V
gh-149879: Fix test_venv on Cygwin (#150483)
Victor Stinner committed
May 15, 2026
S
gh-149786: Fixes venvlauncher builds on Windows free-threaded (GH-149847)
Steve Dower committed
May 13, 2026
J
gh-149701: Fully silence potential `hash -r` error (GH-149702)
John Merkel committed
March 5, 2026
S
gh-145417: Do not preserve SELinux context when copying venv scripts (#145454)
Shrey Naithani committed
October 4, 2025
F
C
gh-133951: Remove lib64->lib symlink in venv creation (#137139)
Cycloctane committed
July 22, 2025
May 25, 2025
H
gh-134357: Remove unused imports in tests (#134340)
Hugo van Kemenade committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
March 4, 2025
A
gh-130486: Fix test_venv fails from within venv (GH-130487)
Andrii Hrimov committed
January 14, 2025
S
gh-71339: Add additional assertion methods for unittest (GH-128707)
Serhiy Storchaka committed
October 29, 2024
C
gh-126084: Fix venvwlauncher.exe to run pythonw.exe (GH-126088)
Christian Ullrich committed
October 21, 2024
September 18, 2024
August 8, 2024
P
gh-122744: test_venv: ignore pip's complaint about missing ssl (GH-122776)
Petr Viktorin committed
July 11, 2024
S
gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)
Sam Gross committed
May 16, 2024
S
gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)
Serhiy Storchaka committed
April 15, 2024
April 2, 2024
A
gh-115538: Use pathlib to compare prefixes in test_venv (GH-117076)
AN Long committed
March 26, 2024
February 29, 2024
M
gh-71052: Add test exclusions to support running the test suite on Android (#115918)
Malcolm Smith committed
February 5, 2024
R
gh-114099: Add test exclusions to support running the test suite on iOS (#114889)
Russell Keith-Magee committed
January 23, 2024
J
gh-89427: Provide the original prompt value for VIRTUAL_ENV_PROMPT (GH-106726)
Jim Porter committed
January 17, 2024
S
gh-112984 Update Windows build and installer for free-threaded builds (GH-113129)
Steve Dower committed
S
gh-86179: Skip test case that fails on POSIX with unversioned binary (GH-114136)
Steve Dower committed
December 13, 2023
S
gh-86179: Implement realpath() on Windows for getpath.py calculations (GH-113033)
Steve Dower committed
S
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
Steve Dower committed
September 30, 2023
V
gh-109748: Fix again venv test_zippath_from_non_installed_posix() (#110149)
Victor Stinner committed
September 27, 2023
V
gh-109615: Fix test_tools.test_freeze SRCDIR (#109935)
Victor Stinner committed
September 25, 2023
V
gh-109748: Fix venv test_zippath_from_non_installed_posix() (#109872)
Victor Stinner committed
September 15, 2023
September 2, 2023
S
gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)
Serhiy Storchaka committed
August 30, 2023
S
Revert "gh-103224: Use the realpath of the Python executable in `test_venv` (GH-103243)" (GH-108667)
Serhiy Storchaka committed
June 1, 2023
A
gh-103224: Use the realpath of the Python executable in `test_venv` (GH-103243)
Artem Mukhin committed
May 27, 2023
G
gh-104839: Prevent test_venv AddressSanitizer spam (#105005)
Gregory P. Smith committed
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
April 18, 2023
P
gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)
Pradyun Gedam committed
April 13, 2023
S
gh-103088: Fix test_venv error message to avoid bytes/str warning (GH-103500)
Stanislav Syekirin committed
April 12, 2023
S
gh-103088: Fix virtual environment activate script not working in Cygwin (GH-103470)
Stanislav Syekirin committed
November 16, 2022
S
gh-99370: Prefer LIBDIR from sysconfig when locating libpython for test (GH-99523)
Steve Dower committed
November 15, 2022
K
gh-99370: fix test_zippath_from_non_installed_posix (GH-99483)
Kai Zhang committed
November 14, 2022
K
gh-99370: Calculate zip path from prefix when in a venv (GH-99371)
Kai Zhang committed
October 20, 2022
October 14, 2022
July 5, 2022
June 18, 2022
J
gh-93975: Nicer error reporting in test_venv (GH-93959)
Jason R. Coombs committed
June 13, 2022
V
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner committed
May 19, 2022
D
gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (#92676)
David Foster committed
May 16, 2022
C
gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)
Christian Heimes committed
V
gh-92820: Skip test_cppext if _ctypes is missing (#92844)
Victor Stinner committed