1. ae961ae [3.11] gh-124651: Quote template strings in `venv` activation scripts (GH-124712) (GH-126185) (#126269) by Victor Stinner · 10 months ago
  2. 3c0d963 [3.11] gh-112431: Unconditionally call `hash -r` (GH-112432) (GH-112492) by Miss Islington (bot) · 1 year, 9 months ago
  3. 3bad567 [3.11] gh-98741: Remove useless check_home usage from is_python_build usage (GH-98743) (GH-98746) by Miss Islington (bot) · 2 years, 10 months ago
  4. 11e1ed0 [3.11] gh-93858: Prevent error when activating venv in nested fish instances (GH-93931) (GH-98402) by Miss Islington (bot) · 2 years, 10 months ago
  5. 22ad9e5 gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip when they do not impact path resolution (GH-98259) by Miss Islington (bot) · 2 years, 11 months ago
  6. 9b789e5 [3.11] gh-96861: Check for unset sys.executable during venv creation. (GH-96887) (GH-96919) by Miss Islington (bot) · 3 years ago
  7. 71cdf6a gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (GH-92676) by Miss Islington (bot) · 3 years, 3 months ago
  8. 54f67ad bpo-43218: Prevent venv creation when the target directory contains a PATH separator. (GH-24530) by Dustin Rodrigues · 3 years, 5 months ago
  9. 48d9262 bpo-45413: Define "posix_venv", "nt_venv" and "venv" sysconfig installation schemes (GH-31034) by Miro Hrončok · 3 years, 5 months ago
  10. f4e325c bpo-41011: venv -- add more variables to pyvenv.cfg (GH-30382) by andrei kulakov · 3 years, 8 months ago
  11. 6811fda bpo-45337: Use the realpath of the new executable when creating a venv on Windows (GH-28663) by Steve Dower · 3 years, 11 months ago
  12. 745c9d9 Fix typos in the Lib directory (GH-28775) by Christian Clauss · 3 years, 11 months ago
  13. 5d6e463 bpo-43749: Ensure current exe is copied when using venv on windows (GH-25216) by Ian Norton · 4 years, 3 months ago
  14. c82dda1 bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587) by Zackery Spytz · 5 years ago
  15. ef16958 bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383) by Miro Hrončok · 5 years ago
  16. da7d1f0 Fix the URL to fishshell.com (GH-20251) by Jonathan Goble · 5 years ago
  17. 45217af bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131) by Derek Keeler · 5 years ago
  18. 58ec58a4 bpo-39656: Ensure `bin/python3.#` is always present in virtual environments on POSIX (GH-19030) by Anthony Sottile · 5 years ago
  19. 787b6d5 bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290) by schwarzichet · 6 years ago
  20. 7d63780 bpo-38901: Allow setting a venv's prompt to the basename of the current directory. (GH-17946) by Vinay Sajip · 6 years ago
  21. 4b0d91a venv: Suppress warning message when bash hashing is disabled. (GH-17966) by Dima · 6 years ago
  22. 1df65f7 Fix old mention of virtualenv (GH-17417) by Brett Cannon · 6 years ago
  23. d9aa216 bpo-38927: Use python -m pip to upgrade venv deps (GH-17403) by Tzu-ping Chung · 6 years ago
  24. 84b1ff6 bpo-38899: virtual environment activation for fish should use `source` (GH-17359) by Brett Cannon · 6 years ago
  25. e310af9 bpo-38344: Fix syntax in activate.bat (GH-16533) by James Abel · 6 years ago
  26. 5209e58 bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330) by Daniel Abrahamsson · 6 years ago
  27. 574b324 bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924) by Steve Dower · 6 years ago
  28. 48ede6b bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ for prompt customization (GH-14941) by Brett Cannon · 6 years ago
  29. 732775d bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (GH-14967) by Derek Keeler · 6 years ago
  30. 9048c49 bpo-37369: Fix initialization of sys members when launched via an app container (GH-14428) by Steve Dower · 6 years ago
  31. 4acdbf1 bpo-34556: Add --upgrade-deps to venv module (#13100) by Cooper Lees · 6 years ago
  32. 6955d44 bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321) by Lorenz Mende · 6 years ago
  33. 4a9a505 bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566) by Steve Dower · 6 years ago
  34. 8bba81f bpo-35978: Correctly skips venv tests in venvs (GH-12220) by Steve Dower · 6 years ago
  35. d5a70c6 bpo-35661: Store the venv prompt in pyvenv.cfg (GH-11440) by Cheryl Sabella · 6 years ago
  36. a8474d0 bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745) by Steve Dower · 7 years ago
  37. a1f9a33 bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) by Steve Dower · 7 years ago
  38. 1c3de54 bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029) by Steve Dower · 7 years ago
  39. cb0b78a Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) by Victor Stinner · 7 years ago
  40. 468a15a bpo-34977: Add Windows App Store package (GH-10245) by Steve Dower · 7 years ago
  41. 6843ffe Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403) by Pablo Galindo · 7 years ago
  42. c64583b bpo-32409: Fix regression in activate.bat on international Windows (GH-10295) by samstagern · 7 years ago
  43. d64ee1a bpo-32718: Make Activate.ps1 for venv cross-platform and available on all platforms (GH-9321) by Brett Cannon · 7 years ago
  44. f14c28f bpo-34011: Fixes missing venv files and other tests (GH-9458) by Steve Dower · 7 years ago
  45. 94487d4 bpo-34011: Update code copying DLLs and init.tcl into venvs. (GH-8253) by Vinay Sajip · 7 years ago
  46. 6240917 bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757) by Steve Dower · 8 years ago
  47. 90f1d98 bpo-25351: avoid activate failure on strict shells (GH-3804) by Sorin Sbarnea · 8 years ago
  48. 13ad3b7 bpo-31462: Remove trailing whitespaces. (#3564) by Serhiy Storchaka · 8 years ago
  49. 6b6e687 bpo-27425: Be more explicit in .gitattributes (GH-840) by Zachary Ware · 8 years ago
  50. 144fff8 Closes #29213: Merged fix from 3.6. by Vinay Sajip · 9 years ago
  51. 993f535 Fixes #24875: Merged fix from 3.5. by Vinay Sajip · 9 years ago
  52. db6322c Fixes #24875: pip can now be installed in a venv with --system-site-packages. by Vinay Sajip · 9 years ago
  53. dbb5686 Fixes #29308: Merged fix from 3.5. by Vinay Sajip · 9 years ago
  54. 3ac5042 Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1. by Vinay Sajip · 9 years ago
  55. cc03ab6 Null merge by Serhiy Storchaka · 9 years ago
  56. 98a7441 Issue #22343: Made bash activate script available on Windows. by Vinay Sajip · 9 years ago
  57. 6853232 Closes #25671: Merged fix from 3.5. by Vinay Sajip · 9 years ago
  58. 8d82559 Fixes #25671: Updated prompt handling in activate.fish. by Vinay Sajip · 9 years ago
  59. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 9 years ago
  60. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 9 years ago
  61. fd0f84b Closes #22829: Added --prompt option to venv. by Vinay Sajip · 9 years ago
  62. 16cd909 Merge from 3.5 for issue #26664 by Brett Cannon · 9 years ago
  63. 660c8fc Issue #26665: Remove mis-use of ``$`` in activate.fish. by Brett Cannon · 9 years ago
  64. 6f79c2c Fixes #26348: Merged fix from 3.5. by Vinay Sajip · 10 years ago
  65. b2a2aa7 Fixes #26348: Corrected typos in activate.fish script. by Vinay Sajip · 10 years ago
  66. 5586ba7 Simply docstrings of venv module by Berker Peksag · 10 years ago
  67. 22532ac Issue #26034: Improve wording of clear parameter by Berker Peksag · 10 years ago
  68. 547f66f Issue #26034: Sync documentation of --clear with its behavior by Berker Peksag · 10 years ago
  69. 581c29f Issue #23399: pyvenv creates relative symlinks where possible. by Barry Warsaw · 11 years ago
  70. 1a170a7 Issue #21663: Fixed error caused by trying to create an existing directory. by Vinay Sajip · 11 years ago
  71. adaddde Don't chmod() if path is a symlink. by Barry Warsaw · 11 years ago
  72. b9b965f Issue #21643: Updated test and fixed logic bug in lib64 symlink creation. by Vinay Sajip · 11 years ago
  73. 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
  74. 1e53f8d Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX. by Vinay Sajip · 11 years ago
  75. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 11 years ago
  76. 1631b9b Issue #19734: venv still needs isolated mode by Nick Coghlan · 12 years ago
  77. 6fd12f2 Issue 19734: better diagnostics for test_venv failures by Nick Coghlan · 12 years ago
  78. d76cdc1 Close #19694: venv now runs ensurepip in isolated mode by Nick Coghlan · 12 years ago
  79. 8fbdb09 Close #19552: venv and pyvenv ensurepip integration by Nick Coghlan · 12 years ago
  80. 56b0435 Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 12 years ago
  81. 9c10d6b Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 12 years ago
  82. 6ec518b Closes #19349: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  83. 0e6c66d Issue #19349: Corrected error message. by Vinay Sajip · 12 years ago
  84. dff9e25 Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__. by Vinay Sajip · 12 years ago
  85. eea020f merge 3.3 by Benjamin Peterson · 12 years ago
  86. a5ec63b remove unused imports by Benjamin Peterson · 12 years ago
  87. 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
  88. 9007dd7 Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and removed Deactivate.ps1. by Vinay Sajip · 12 years ago
  89. ad644e0 Closes #18435: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  90. c07aa9e Issue #18435: Replaced simple attribute container class Context with types.SimpleNamespace. by Vinay Sajip · 12 years ago
  91. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 12 years ago
  92. 893c7e7 Closes #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ... by Vinay Sajip · 12 years ago
  93. 61d003a Issue #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ... by Vinay Sajip · 12 years ago
  94. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 12 years ago
  95. bfc8f26 Issue #17743: Now use extended syntax of set command in .bat files. by Vinay Sajip · 12 years ago
  96. e254751 Issue #17744: Now unset VIRTUAL_ENV environment variable when deactivating. by Vinay Sajip · 12 years ago
  97. 067e48b Closes #17743: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  98. 1eae223 Closes #17744: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  99. 2eb2f5e Closes #16378: Merged docstring changes from 3.3. by Vinay Sajip · 13 years ago
  100. 87ed599 Issue #16378: Updated docstrings to reflect the defaults present in the code. by Vinay Sajip · 13 years ago