1. 45217af bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131) by Derek Keeler · 5 years ago
  2. 84b1ff6 bpo-38899: virtual environment activation for fish should use `source` (GH-17359) by Brett Cannon · 6 years ago
  3. 91e4957 bpo-32910: Remove implementation detail in venv documentation. (GH-14968) by Derek Keeler · 6 years ago
  4. f9f8e3c bpo-37403: Touch up venv docs (GH-14458) by Brett Cannon · 6 years ago
  5. 4acdbf1 bpo-34556: Add --upgrade-deps to venv module (#13100) by Cooper Lees · 6 years ago
  6. 3208880 Include the --prompt flag in venv's help output (GH-10711) by Holger Frey · 6 years ago
  7. a1f9a33 bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) by Steve Dower · 7 years ago
  8. f5107df bpo-35450: reflect in docs that venv module is not always creating a … (GH-11144) by mkkot · 7 years ago
  9. d936a8f bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) by Julien Palard · 7 years ago
  10. 5032692 bpo-24356: Specify which Python binary will be used with venv (GH-6589) by Elena Oat · 7 years ago
  11. e8eb972 Correct venv doc (fix #32540) (#5736) by TROUVERIE Joachim · 7 years ago
  12. d609b0c bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907) by cocoatomo · 8 years ago
  13. 15552c3 Issue #27285: Document the deprecation of the pyvenv script. by Brett Cannon · 9 years ago
  14. 6803f35 Issue #27393: Fix escaping of C:\ too by Berker Peksag · 9 years ago
  15. 9c1e9d4 Issue #27393: Fix escaping of venv activate commands on Windows by Berker Peksag · 9 years ago
  16. c9bfc13 issue27045 - Use backslash in windows path to script file. by Senthil Kumaran · 9 years ago
  17. ef410770 Update "Creating Virtual Environments" link in venv documentation by Berker Peksag · 10 years ago
  18. a9744ae Update output of venv -h by Berker Peksag · 10 years ago
  19. 547f66f Issue #26034: Sync documentation of --clear with its behavior by Berker Peksag · 10 years ago
  20. d005090 Closes #23357: Updated documentation on creating venvs. by Vinay Sajip · 10 years ago
  21. 3595276 Corrected typo. by Vinay Sajip · 10 years ago
  22. c7e34fb Minor change to documentation on creating venvs. by Vinay Sajip · 10 years ago
  23. 71e7296 Updated pyvenv documentation to match its current behaviour. by Vinay Sajip · 11 years ago
  24. 525d355 Fixing broken links in doc, part 3: the rest by Georg Brandl · 11 years ago
  25. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 11 years ago
  26. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  27. 575fb31 shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword. by R David Murray · 12 years ago
  28. 8fbdb09 Close #19552: venv and pyvenv ensurepip integration by Nick Coghlan · 12 years ago
  29. 65e9c57 Issue #15417: Add support for csh and fish in venv activation scripts. by Andrew Svetlov · 13 years ago
  30. c4618e3 Factored out common venv documentation and added more information about Distribute/pip. by Vinay Sajip · 13 years ago