- 4eb1421 [3.12] gh-112507: Detect Cygwin and MSYS with `uname` instead of `$OSTYPE` (GH-112508) (GH-130674) by Vinay Sajip · 6 months ago
- 8450b24 [3.12] gh-124651: Quote template strings in `venv` activation scripts (GH-124712) (GH-126185) by Victor Stinner · 10 months ago
- 77020da [3.12] Trivial change: Update comments in activate about what running hash -r does (GH-125385) (#125388) by Miss Islington (bot) · 11 months ago
- 1a45659 gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to reduce warnings (GH-117817) by Steve Dower · 1 year, 5 months ago
- 2c07540 [3.12] gh-112252: Fix error on unset $OSNAME in venv/activate (GH-112253) (GH-112297) by Miss Islington (bot) · 1 year, 9 months ago
- 49494c4 [3.12] gh-112431: Unconditionally call `hash -r` (GH-112432) (GH-112493) by Miss Islington (bot) · 1 year, 9 months ago
- ece20db gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039) by Pradyun Gedam · 2 years, 5 months ago
- eb5fd31 gh-103088: Ensure POSIX venv scripts always use LF line endings (GH-103591) by Steve Dower · 2 years, 5 months ago
- ebc8103 gh-103088: Sanitize venv paths when using MSYS or Cygwin Bash (GH-103325) by Stanislav Syekirin · 2 years, 5 months ago
- 9dee973 gh-100676: Improve description for venv --upgrade-deps (GH-100678) by Rupa Lahiri · 2 years, 8 months ago
- 3192c00 gh-100176: venv: Remove redundant compat code for Python <= 3.2 (#100177) by Hugo van Kemenade · 2 years, 9 months ago
- a508631 gh-98741: Remove useless check_home usage from is_python_build usage (GH-98743) by Henry Schreiner · 2 years, 11 months ago
- 2fe44f7 gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip when they do not impact path resolution (GH-98259) by Steve Dower · 2 years, 11 months ago
- 2cd70ff gh-96861: Check for unset sys.executable during venv creation. (GH-96887) by Vinay Sajip · 3 years ago
- 1172172 gh-93858: Prevent error when activating venv in nested fish instances (GH-93931) by Thomas B. Brunner · 3 years, 2 months ago
- aedb519 gh-94214: Add venv context.lib_path and document the context (GH-94221) by Paul Moore · 3 years, 2 months ago
- 30deeac gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (#92676) by David Foster · 3 years, 4 months ago
- 54f67ad bpo-43218: Prevent venv creation when the target directory contains a PATH separator. (GH-24530) by Dustin Rodrigues · 3 years, 5 months ago
- 48d9262 bpo-45413: Define "posix_venv", "nt_venv" and "venv" sysconfig installation schemes (GH-31034) by Miro Hrončok · 3 years, 6 months ago
- f4e325c bpo-41011: venv -- add more variables to pyvenv.cfg (GH-30382) by andrei kulakov · 3 years, 8 months ago
- 6811fda bpo-45337: Use the realpath of the new executable when creating a venv on Windows (GH-28663) by Steve Dower · 4 years ago
- 745c9d9 Fix typos in the Lib directory (GH-28775) by Christian Clauss · 4 years ago
- 5d6e463 bpo-43749: Ensure current exe is copied when using venv on windows (GH-25216) by Ian Norton · 4 years, 4 months ago
- c82dda1 bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587) by Zackery Spytz · 5 years ago
- ef16958 bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383) by Miro Hrončok · 5 years ago
- da7d1f0 Fix the URL to fishshell.com (GH-20251) by Jonathan Goble · 5 years ago
- 45217af bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131) by Derek Keeler · 5 years ago
- 58ec58a4 bpo-39656: Ensure `bin/python3.#` is always present in virtual environments on POSIX (GH-19030) by Anthony Sottile · 5 years ago
- 787b6d5 bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290) by schwarzichet · 6 years ago
- 7d63780 bpo-38901: Allow setting a venv's prompt to the basename of the current directory. (GH-17946) by Vinay Sajip · 6 years ago
- 4b0d91a venv: Suppress warning message when bash hashing is disabled. (GH-17966) by Dima · 6 years ago
- 1df65f7 Fix old mention of virtualenv (GH-17417) by Brett Cannon · 6 years ago
- d9aa216 bpo-38927: Use python -m pip to upgrade venv deps (GH-17403) by Tzu-ping Chung · 6 years ago
- 84b1ff6 bpo-38899: virtual environment activation for fish should use `source` (GH-17359) by Brett Cannon · 6 years ago
- e310af9 bpo-38344: Fix syntax in activate.bat (GH-16533) by James Abel · 6 years ago
- 5209e58 bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330) by Daniel Abrahamsson · 6 years ago
- 574b324 bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924) by Steve Dower · 6 years ago
- 48ede6b bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ for prompt customization (GH-14941) by Brett Cannon · 6 years ago
- 732775d bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (GH-14967) by Derek Keeler · 6 years ago
- 9048c49 bpo-37369: Fix initialization of sys members when launched via an app container (GH-14428) by Steve Dower · 6 years ago
- 4acdbf1 bpo-34556: Add --upgrade-deps to venv module (#13100) by Cooper Lees · 6 years ago
- 6955d44 bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321) by Lorenz Mende · 6 years ago
- 4a9a505 bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566) by Steve Dower · 6 years ago
- 8bba81f bpo-35978: Correctly skips venv tests in venvs (GH-12220) by Steve Dower · 6 years ago
- d5a70c6 bpo-35661: Store the venv prompt in pyvenv.cfg (GH-11440) by Cheryl Sabella · 7 years ago
- a8474d0 bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745) by Steve Dower · 7 years ago
- a1f9a33 bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) by Steve Dower · 7 years ago
- 1c3de54 bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029) by Steve Dower · 7 years ago
- cb0b78a Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) by Victor Stinner · 7 years ago
- 468a15a bpo-34977: Add Windows App Store package (GH-10245) by Steve Dower · 7 years ago
- 6843ffe Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403) by Pablo Galindo · 7 years ago
- c64583b bpo-32409: Fix regression in activate.bat on international Windows (GH-10295) by samstagern · 7 years ago
- d64ee1a bpo-32718: Make Activate.ps1 for venv cross-platform and available on all platforms (GH-9321) by Brett Cannon · 7 years ago
- f14c28f bpo-34011: Fixes missing venv files and other tests (GH-9458) by Steve Dower · 7 years ago
- 94487d4 bpo-34011: Update code copying DLLs and init.tcl into venvs. (GH-8253) by Vinay Sajip · 7 years ago
- 6240917 bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757) by Steve Dower · 8 years ago
- 90f1d98 bpo-25351: avoid activate failure on strict shells (GH-3804) by Sorin Sbarnea · 8 years ago
- 13ad3b7 bpo-31462: Remove trailing whitespaces. (#3564) by Serhiy Storchaka · 8 years ago
- 6b6e687 bpo-27425: Be more explicit in .gitattributes (GH-840) by Zachary Ware · 8 years ago
- 144fff8 Closes #29213: Merged fix from 3.6. by Vinay Sajip · 9 years ago
- 993f535 Fixes #24875: Merged fix from 3.5. by Vinay Sajip · 9 years ago
- db6322c Fixes #24875: pip can now be installed in a venv with --system-site-packages. by Vinay Sajip · 9 years ago
- dbb5686 Fixes #29308: Merged fix from 3.5. by Vinay Sajip · 9 years ago
- 3ac5042 Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1. by Vinay Sajip · 9 years ago
- cc03ab6 Null merge by Serhiy Storchaka · 9 years ago
- 98a7441 Issue #22343: Made bash activate script available on Windows. by Vinay Sajip · 9 years ago
- 6853232 Closes #25671: Merged fix from 3.5. by Vinay Sajip · 9 years ago
- 8d82559 Fixes #25671: Updated prompt handling in activate.fish. by Vinay Sajip · 9 years ago
- 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 9 years ago
- 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 9 years ago
- fd0f84b Closes #22829: Added --prompt option to venv. by Vinay Sajip · 9 years ago
- 16cd909 Merge from 3.5 for issue #26664 by Brett Cannon · 9 years ago
- 660c8fc Issue #26665: Remove mis-use of ``$`` in activate.fish. by Brett Cannon · 9 years ago
- 6f79c2c Fixes #26348: Merged fix from 3.5. by Vinay Sajip · 10 years ago
- b2a2aa7 Fixes #26348: Corrected typos in activate.fish script. by Vinay Sajip · 10 years ago
- 5586ba7 Simply docstrings of venv module by Berker Peksag · 10 years ago
- 22532ac Issue #26034: Improve wording of clear parameter by Berker Peksag · 10 years ago
- 547f66f Issue #26034: Sync documentation of --clear with its behavior by Berker Peksag · 10 years ago
- 581c29f Issue #23399: pyvenv creates relative symlinks where possible. by Barry Warsaw · 11 years ago
- 1a170a7 Issue #21663: Fixed error caused by trying to create an existing directory. by Vinay Sajip · 11 years ago
- adaddde Don't chmod() if path is a symlink. by Barry Warsaw · 11 years ago
- b9b965f Issue #21643: Updated test and fixed logic bug in lib64 symlink creation. by Vinay Sajip · 11 years ago
- 432810f Issue #18807: If copying (no symlinks) specified for a venv, then the python interpreter aliases (python, python3) are now created by copying rather than symlinking. by Vinay Sajip · 11 years ago
- 1e53f8d Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX. by Vinay Sajip · 11 years ago
- 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 11 years ago
- 1631b9b Issue #19734: venv still needs isolated mode by Nick Coghlan · 12 years ago
- 6fd12f2 Issue 19734: better diagnostics for test_venv failures by Nick Coghlan · 12 years ago
- d76cdc1 Close #19694: venv now runs ensurepip in isolated mode by Nick Coghlan · 12 years ago
- 8fbdb09 Close #19552: venv and pyvenv ensurepip integration by Nick Coghlan · 12 years ago
- 56b0435 Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 12 years ago
- 9c10d6b Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 12 years ago
- 6ec518b Closes #19349: Merged fix from 3.3. by Vinay Sajip · 12 years ago
- 0e6c66d Issue #19349: Corrected error message. by Vinay Sajip · 12 years ago
- dff9e25 Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__. by Vinay Sajip · 12 years ago
- eea020f merge 3.3 by Benjamin Peterson · 12 years ago
- a5ec63b remove unused imports by Benjamin Peterson · 12 years ago
- 5939027 Closes #18807: pyvenv now takes a --copies argument allowing copies instead of symlinks even where symlinks are available and the default. by Vinay Sajip · 12 years ago
- 9007dd7 Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and removed Deactivate.ps1. by Vinay Sajip · 12 years ago
- ad644e0 Closes #18435: Merged fix from 3.3. by Vinay Sajip · 12 years ago
- c07aa9e Issue #18435: Replaced simple attribute container class Context with types.SimpleNamespace. by Vinay Sajip · 12 years ago