1. c82dda1 bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587) by Zackery Spytz · 4 years ago
  2. ef16958 bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383) by Miro Hrončok · 4 years, 3 months ago
  3. da7d1f0 Fix the URL to fishshell.com (GH-20251) by Jonathan Goble · 4 years, 3 months ago
  4. 45217af bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131) by Derek Keeler · 4 years, 4 months ago
  5. 58ec58a4 bpo-39656: Ensure `bin/python3.#` is always present in virtual environments on POSIX (GH-19030) by Anthony Sottile · 4 years, 5 months ago
  6. 787b6d5 bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290) by schwarzichet · 4 years, 6 months ago
  7. 7d63780 bpo-38901: Allow setting a venv's prompt to the basename of the current directory. (GH-17946) by Vinay Sajip · 4 years, 7 months ago
  8. 4b0d91a venv: Suppress warning message when bash hashing is disabled. (GH-17966) by Dima · 4 years, 7 months ago
  9. 1df65f7 Fix old mention of virtualenv (GH-17417) by Brett Cannon · 4 years, 9 months ago
  10. d9aa216 bpo-38927: Use python -m pip to upgrade venv deps (GH-17403) by Tzu-ping Chung · 4 years, 9 months ago
  11. 84b1ff6 bpo-38899: virtual environment activation for fish should use `source` (GH-17359) by Brett Cannon · 4 years, 9 months ago
  12. e310af9 bpo-38344: Fix syntax in activate.bat (GH-16533) by James Abel · 4 years, 10 months ago
  13. 5209e58 bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330) by Daniel Abrahamsson · 5 years ago
  14. 574b324 bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924) by Steve Dower · 5 years ago
  15. 48ede6b bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ for prompt customization (GH-14941) by Brett Cannon · 5 years ago
  16. 732775d bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (GH-14967) by Derek Keeler · 5 years ago
  17. 9048c49 bpo-37369: Fix initialization of sys members when launched via an app container (GH-14428) by Steve Dower · 5 years ago
  18. 4acdbf1 bpo-34556: Add --upgrade-deps to venv module (#13100) by Cooper Lees · 5 years ago
  19. 6955d44 bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321) by Lorenz Mende · 5 years ago
  20. 4a9a505 bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566) by Steve Dower · 5 years ago
  21. 8bba81f bpo-35978: Correctly skips venv tests in venvs (GH-12220) by Steve Dower · 5 years ago
  22. d5a70c6 bpo-35661: Store the venv prompt in pyvenv.cfg (GH-11440) by Cheryl Sabella · 5 years ago
  23. a8474d0 bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745) by Steve Dower · 6 years ago
  24. a1f9a33 bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) by Steve Dower · 6 years ago
  25. 1c3de54 bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029) by Steve Dower · 6 years ago
  26. cb0b78a Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) by Victor Stinner · 6 years ago
  27. 468a15a bpo-34977: Add Windows App Store package (GH-10245) by Steve Dower · 6 years ago
  28. 6843ffe Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403) by Pablo Galindo · 6 years ago
  29. c64583b bpo-32409: Fix regression in activate.bat on international Windows (GH-10295) by samstagern · 6 years ago
  30. d64ee1a bpo-32718: Make Activate.ps1 for venv cross-platform and available on all platforms (GH-9321) by Brett Cannon · 6 years ago
  31. f14c28f bpo-34011: Fixes missing venv files and other tests (GH-9458) by Steve Dower · 6 years ago
  32. 94487d4 bpo-34011: Update code copying DLLs and init.tcl into venvs. (GH-8253) by Vinay Sajip · 6 years ago
  33. 6240917 bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757) by Steve Dower · 6 years ago
  34. 90f1d98 bpo-25351: avoid activate failure on strict shells (GH-3804) by Sorin Sbarnea · 7 years ago
  35. 13ad3b7 bpo-31462: Remove trailing whitespaces. (#3564) by Serhiy Storchaka · 7 years ago
  36. 6b6e687 bpo-27425: Be more explicit in .gitattributes (GH-840) by Zachary Ware · 7 years ago
  37. 144fff8 Closes #29213: Merged fix from 3.6. by Vinay Sajip · 8 years ago
  38. 993f535 Fixes #24875: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  39. db6322c Fixes #24875: pip can now be installed in a venv with --system-site-packages. by Vinay Sajip · 8 years ago
  40. dbb5686 Fixes #29308: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  41. 3ac5042 Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1. by Vinay Sajip · 8 years ago
  42. cc03ab6 Null merge by Serhiy Storchaka · 8 years ago
  43. 98a7441 Issue #22343: Made bash activate script available on Windows. by Vinay Sajip · 8 years ago
  44. 6853232 Closes #25671: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  45. 8d82559 Fixes #25671: Updated prompt handling in activate.fish. by Vinay Sajip · 8 years ago
  46. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  47. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  48. fd0f84b Closes #22829: Added --prompt option to venv. by Vinay Sajip · 8 years ago
  49. 16cd909 Merge from 3.5 for issue #26664 by Brett Cannon · 8 years ago
  50. 660c8fc Issue #26665: Remove mis-use of ``$`` in activate.fish. by Brett Cannon · 8 years ago
  51. 6f79c2c Fixes #26348: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  52. b2a2aa7 Fixes #26348: Corrected typos in activate.fish script. by Vinay Sajip · 8 years ago
  53. 5586ba7 Simply docstrings of venv module by Berker Peksag · 9 years ago
  54. 22532ac Issue #26034: Improve wording of clear parameter by Berker Peksag · 9 years ago
  55. 547f66f Issue #26034: Sync documentation of --clear with its behavior by Berker Peksag · 9 years ago
  56. 581c29f Issue #23399: pyvenv creates relative symlinks where possible. by Barry Warsaw · 10 years ago
  57. 1a170a7 Issue #21663: Fixed error caused by trying to create an existing directory. by Vinay Sajip · 10 years ago
  58. adaddde Don't chmod() if path is a symlink. by Barry Warsaw · 10 years ago
  59. b9b965f Issue #21643: Updated test and fixed logic bug in lib64 symlink creation. by Vinay Sajip · 10 years ago
  60. 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 · 10 years ago
  61. 1e53f8d Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX. by Vinay Sajip · 10 years ago
  62. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  63. 1631b9b Issue #19734: venv still needs isolated mode by Nick Coghlan · 11 years ago
  64. 6fd12f2 Issue 19734: better diagnostics for test_venv failures by Nick Coghlan · 11 years ago
  65. d76cdc1 Close #19694: venv now runs ensurepip in isolated mode by Nick Coghlan · 11 years ago
  66. 8fbdb09 Close #19552: venv and pyvenv ensurepip integration by Nick Coghlan · 11 years ago
  67. 56b0435 Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  68. 9c10d6b Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  69. 6ec518b Closes #19349: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  70. 0e6c66d Issue #19349: Corrected error message. by Vinay Sajip · 11 years ago
  71. dff9e25 Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__. by Vinay Sajip · 11 years ago
  72. eea020f merge 3.3 by Benjamin Peterson · 11 years ago
  73. a5ec63b remove unused imports by Benjamin Peterson · 11 years ago
  74. 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 · 11 years ago
  75. 9007dd7 Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and removed Deactivate.ps1. by Vinay Sajip · 11 years ago
  76. ad644e0 Closes #18435: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  77. c07aa9e Issue #18435: Replaced simple attribute container class Context with types.SimpleNamespace. by Vinay Sajip · 11 years ago
  78. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  79. 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 · 11 years ago
  80. 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 · 11 years ago
  81. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  82. bfc8f26 Issue #17743: Now use extended syntax of set command in .bat files. by Vinay Sajip · 11 years ago
  83. e254751 Issue #17744: Now unset VIRTUAL_ENV environment variable when deactivating. by Vinay Sajip · 11 years ago
  84. 067e48b Closes #17743: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  85. 1eae223 Closes #17744: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  86. 2eb2f5e Closes #16378: Merged docstring changes from 3.3. by Vinay Sajip · 12 years ago
  87. 87ed599 Issue #16378: Updated docstrings to reflect the defaults present in the code. by Vinay Sajip · 12 years ago
  88. 526417f Closes #16340: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  89. bdd13fd Closes #16340: Handle exception while copying script to venv. by Vinay Sajip · 12 years ago
  90. bd40d3e Closes #15776: pyvenv now works with existing directories. by Vinay Sajip · 12 years ago
  91. 65e9c57 Issue #15417: Add support for csh and fish in venv activation scripts. by Andrew Svetlov · 12 years ago
  92. a6894ba Reverted change to venv initialisation. by Vinay Sajip · 12 years ago
  93. 82649f3 Issue #15776: Allow pyvenv to work in existing directory with --clean. by Andrew Svetlov · 12 years ago
  94. 90db661 Closes #15307: symlinks now work on OS X with framework Python builds. Patch by Ronald Oussoren. by Vinay Sajip · 12 years ago
  95. e554f8b Closes #15361: Corrected venv prompt in PowerShell activation script. by Vinay Sajip · 12 years ago
  96. 4d378d8 Closes #15281, #15283: Don't make venv scripts executable, but copy source mode instead, and provide better help for pyvenv. by Vinay Sajip · 12 years ago
  97. 2895244 Closes #15173: Tidied up copyright statements and removed pythonv references. by Vinay Sajip · 12 years ago
  98. 6aed5fe Closes #15157: pydoc script added to venvs. by Vinay Sajip · 12 years ago
  99. 859aad6 Remove packaging from the standard library. by Éric Araujo · 12 years ago
  100. ecdc076 Removed pysetup3.exe executable. by Vinay Sajip · 12 years ago