summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_venv.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-71339: Add additional assertion methods in test.support (GH-128707)...Serhiy Storchaka2025-01-201-5/+2
* gh-126084: Fix venvwlauncher.exe to run pythonw.exe (GH-126088)Miss Islington (bot)2024-10-291-0/+21
* [3.13] gh-124651: Quote template strings in `venv` activation scripts (GH-124...Miss Islington (bot)2024-10-221-0/+81
* [3.13] gh-124212: Fix undefined variable in error message in venv (GH-124211)...Miss Islington (bot)2024-09-301-0/+15
* [3.13] gh-122744: test_venv: ignore pip's complaint about missing ssl (GH-122...Miss Islington (bot)2024-08-091-0/+8
* [3.13] gh-121103: Put free-threaded libraries in `lib/python3.14t` (GH-121293...Miss Islington (bot)2024-07-111-2/+3
* [3.13] gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH...Miss Islington (bot)2024-05-161-5/+5
* gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to...Steve Dower2024-04-151-1/+32
* gh-115538: Use pathlib to compare prefixes in test_venv (GH-117076)AN Long2024-04-021-1/+2
* gh-115538: Use isolate mode when running venv test_multiprocessing_recursion(...AN Long2024-03-261-1/+1
* gh-71052: Add test exclusions to support running the test suite on Android (#...Malcolm Smith2024-02-291-6/+5
* gh-114099: Add test exclusions to support running the test suite on iOS (#114...Russell Keith-Magee2024-02-051-4/+6
* gh-89427: Provide the original prompt value for VIRTUAL_ENV_PROMPT (GH-106726)Jim Porter2024-01-231-4/+4
* gh-112984 Update Windows build and installer for free-threaded builds (GH-113...Steve Dower2024-01-171-3/+13
* gh-86179: Skip test case that fails on POSIX with unversioned binary (GH-114136)Steve Dower2024-01-171-1/+2
* gh-86179: Implement realpath() on Windows for getpath.py calculations (GH-113...Steve Dower2023-12-131-1/+22
* gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)Steve Dower2023-12-131-7/+11
* gh-109748: Fix again venv test_zippath_from_non_installed_posix() (#110149)Victor Stinner2023-09-301-1/+5
* gh-109615: Fix test_tools.test_freeze SRCDIR (#109935)Victor Stinner2023-09-271-8/+2
* gh-109748: Fix venv test_zippath_from_non_installed_posix() (#109872)Victor Stinner2023-09-251-1/+9
* GH-83417: Allow `venv` to add a `.gitignore` file to environments via a new `...Brett Cannon2023-09-151-57/+123
* gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)Serhiy Storchaka2023-09-021-1/+3
* Revert "gh-103224: Use the realpath of the Python executable in `test_venv` (...Serhiy Storchaka2023-08-301-5/+3
* gh-103224: Use the realpath of the Python executable in `test_venv` (GH-103243)Artem Mukhin2023-06-011-3/+5
* gh-104839: Prevent test_venv AddressSanitizer spam (#105005)Gregory P. Smith2023-05-271-9/+8
* gh-84436: Implement Immortal Objects (gh-19474)Eddie Elizondo2023-04-221-3/+9
* gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)Pradyun Gedam2023-04-181-2/+0
* gh-103088: Fix test_venv error message to avoid bytes/str warning (GH-103500)Stanislav Syekirin2023-04-131-2/+3
* gh-103088: Fix virtual environment activate script not working in Cygwin (GH-...Stanislav Syekirin2023-04-121-0/+15
* gh-99370: Prefer LIBDIR from sysconfig when locating libpython for test (GH-9...Steve Dower2022-11-161-1/+3
* gh-99370: fix test_zippath_from_non_installed_posix (GH-99483)Kai Zhang2022-11-151-51/+60
* gh-99370: Calculate zip path from prefix when in a venv (GH-99371)Kai Zhang2022-11-141-0/+63
* gh-98360: multiprocessing now spawns children on Windows with correct argv[0]...Steve Dower2022-10-201-1/+15
* gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip whe...Steve Dower2022-10-141-4/+4
* gh-92897: Ensure `venv --copies` respects source build property of the creati...Jeremy Kloth2022-07-051-7/+39
* gh-93975: Nicer error reporting in test_venv (GH-93959)Jason R. Coombs2022-06-181-14/+30
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-131-1/+1
* gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (...David Foster2022-05-191-3/+17
* gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)Christian Heimes2022-05-161-3/+3
* gh-92820: Skip test_cppext if _ctypes is missing (#92844)Victor Stinner2022-05-161-4/+3
* bpo-43218: Prevent venv creation when the target directory contains a PATH se...Dustin Rodrigues2022-04-131-0/+8
* bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)Christian Heimes2022-03-221-1/+4
* bpo-45413: Define "posix_venv", "nt_venv" and "venv" sysconfig installation s...Miro HronĨok2022-03-181-0/+14
* bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)Christian Heimes2022-01-251-1/+3
* bpo-41011: venv -- add more variables to pyvenv.cfg (GH-30382)andrei kulakov2022-01-071-1/+37
* bpo-45582: Port getpath[p].c to Python (GH-29041)Steve Dower2021-12-031-2/+4
* bpo-45337: Use the realpath of the new executable when creating a venv on Win...Steve Dower2021-10-071-2/+8
* bpo-26131: Deprecate usage of load_module() (GH-23469)Brett Cannon2020-12-041-3/+8
* bpo-40275: Use new test.support helper submodules in tests (GH-21451)Hai Shi2020-08-031-2/+1
* bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....Serhiy Storchaka2020-06-251-2/+2