index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_venv.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-109748: Fix again venv test_zippath_from_non_installed_posix() (#110149)
Victor Stinner
2023-09-30
1
-1/+5
*
gh-109615: Fix test_tools.test_freeze SRCDIR (#109935)
Victor Stinner
2023-09-27
1
-8/+2
*
gh-109748: Fix venv test_zippath_from_non_installed_posix() (#109872)
Victor Stinner
2023-09-25
1
-1/+9
*
GH-83417: Allow `venv` to add a `.gitignore` file to environments via a new `...
Brett Cannon
2023-09-15
1
-57/+123
*
gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)
Serhiy Storchaka
2023-09-02
1
-1/+3
*
Revert "gh-103224: Use the realpath of the Python executable in `test_venv` (...
Serhiy Storchaka
2023-08-30
1
-5/+3
*
gh-103224: Use the realpath of the Python executable in `test_venv` (GH-103243)
Artem Mukhin
2023-06-01
1
-3/+5
*
gh-104839: Prevent test_venv AddressSanitizer spam (#105005)
Gregory P. Smith
2023-05-27
1
-9/+8
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
1
-3/+9
*
gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)
Pradyun Gedam
2023-04-18
1
-2/+0
*
gh-103088: Fix test_venv error message to avoid bytes/str warning (GH-103500)
Stanislav Syekirin
2023-04-13
1
-2/+3
*
gh-103088: Fix virtual environment activate script not working in Cygwin (GH-...
Stanislav Syekirin
2023-04-12
1
-0/+15
*
gh-99370: Prefer LIBDIR from sysconfig when locating libpython for test (GH-9...
Steve Dower
2022-11-16
1
-1/+3
*
gh-99370: fix test_zippath_from_non_installed_posix (GH-99483)
Kai Zhang
2022-11-15
1
-51/+60
*
gh-99370: Calculate zip path from prefix when in a venv (GH-99371)
Kai Zhang
2022-11-14
1
-0/+63
*
gh-98360: multiprocessing now spawns children on Windows with correct argv[0]...
Steve Dower
2022-10-20
1
-1/+15
*
gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip whe...
Steve Dower
2022-10-14
1
-4/+4
*
gh-92897: Ensure `venv --copies` respects source build property of the creati...
Jeremy Kloth
2022-07-05
1
-7/+39
*
gh-93975: Nicer error reporting in test_venv (GH-93959)
Jason R. Coombs
2022-06-18
1
-14/+30
*
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner
2022-06-13
1
-1/+1
*
gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (...
David Foster
2022-05-19
1
-3/+17
*
gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)
Christian Heimes
2022-05-16
1
-3/+3
*
gh-92820: Skip test_cppext if _ctypes is missing (#92844)
Victor Stinner
2022-05-16
1
-4/+3
*
bpo-43218: Prevent venv creation when the target directory contains a PATH se...
Dustin Rodrigues
2022-04-13
1
-0/+8
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
1
-1/+4
*
bpo-45413: Define "posix_venv", "nt_venv" and "venv" sysconfig installation s...
Miro HronĨok
2022-03-18
1
-0/+14
*
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes
2022-01-25
1
-1/+3
*
bpo-41011: venv -- add more variables to pyvenv.cfg (GH-30382)
andrei kulakov
2022-01-07
1
-1/+37
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
1
-2/+4
*
bpo-45337: Use the realpath of the new executable when creating a venv on Win...
Steve Dower
2021-10-07
1
-2/+8
*
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon
2020-12-04
1
-3/+8
*
bpo-40275: Use new test.support helper submodules in tests (GH-21451)
Hai Shi
2020-08-03
1
-2/+1
*
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....
Serhiy Storchaka
2020-06-25
1
-2/+2
*
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944)
Victor Stinner
2020-06-18
1
-3/+5
*
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491)
Xavier Fernandez
2020-06-15
1
-1/+1
*
bpo-40275: More lazy imports in test.support (GH-20131)
Hai Shi
2020-05-18
1
-1/+1
*
bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516)
Ronald Oussoren
2020-03-22
1
-0/+12
*
bpo-38901: Allow setting a venv's prompt to the basename of the current direc...
Vinay Sajip
2020-01-14
1
-0/+9
*
bpo-38927: Use python -m pip to upgrade venv deps (GH-17403)
Tzu-ping Chung
2019-11-27
1
-3/+5
*
bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330)
Daniel Abrahamsson
2019-09-11
1
-0/+20
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower
2019-08-21
1
-5/+1
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1/+1
*
bpo-37664: Update regex for ignoring cache warning on some buildbots (GH-14960)
Steve Dower
2019-07-26
1
-2/+3
*
bpo-37369: Fix initialization of sys members when launched via an app contain...
Steve Dower
2019-06-29
1
-12/+19
*
bpo-34556: Add --upgrade-deps to venv module (#13100)
Cooper Lees
2019-06-17
1
-1/+23
*
bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816)
Victor Stinner
2019-06-04
1
-2/+4
*
bpo-36342: Fix test_multiprocessing in test_venv (GH-12513)
xdegaye
2019-05-30
1
-1/+6
*
bpo-35978: Correctly skips venv tests in venvs (GH-12220)
Steve Dower
2019-03-21
1
-5/+10
*
bpo-35661: Fix failing test on buildbot (GH-12297)
Cheryl Sabella
2019-03-13
1
-4/+6
*
bpo-35661: Store the venv prompt in pyvenv.cfg (GH-11440)
Cheryl Sabella
2019-03-08
1
-0/+6
[next]