1. 045d4e2 bpo-38928: Fix versionadded for venv's upgrade_deps function (GH-17404) by Tzu-ping Chung · 6 years ago
  2. 138ccbb bpo-38738: Fix formatting of True and False. (GH-17083) by Serhiy Storchaka · 6 years ago
  3. 264e034 bpo-37662: Documented venv.EnvBuilder.upgrade_dependencies(). (GH-15768) by Vinay Sajip · 6 years ago
  4. 2f224a0 Touch up venv docs (GH-14922) by Brett Cannon · 6 years ago
  5. 4acdbf1 bpo-34556: Add --upgrade-deps to venv module (#13100) by Cooper Lees · 6 years ago
  6. 3921b1c bpo-36275: enhance documentation for venv.create() (GH-13114) by Sebastian Koslowski · 6 years ago
  7. a1f9a33 bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) by Steve Dower · 7 years ago
  8. 1c3de54 bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029) by Steve Dower · 7 years ago
  9. 5032692 bpo-24356: Specify which Python binary will be used with venv (GH-6589) by Elena Oat · 7 years ago
  10. c0d341d bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296) by Vinay Sajip · 7 years ago
  11. a8c3424 bpo-25427: Remove pyvenv (GH-5962) by Brett Cannon · 7 years ago
  12. 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 8 years ago
  13. d9aa4d3 Merge from 3.5 by Zachary Ware · 9 years ago
  14. bb44477 Fix default role usage by Zachary Ware · 9 years ago
  15. 68adfa3 Merge (issue #25152) by Brett Cannon · 9 years ago
  16. f8c1505 Issue #25152: Mention the deprecation of pyvenv by Brett Cannon · 9 years ago
  17. fd0f84b Closes #22829: Added --prompt option to venv. by Vinay Sajip · 9 years ago
  18. 15552c3 Issue #27285: Document the deprecation of the pyvenv script. by Brett Cannon · 9 years ago
  19. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 9 years ago
  20. 777d639 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 9 years ago
  21. 73308d6 Merge doc change from 3.3 by Jason R. Coombs · 11 years ago
  22. 13266fb Update docs to reflect resurrection of Setuptools over Distribute by Jason R. Coombs · 11 years ago
  23. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  24. aa029da Tweaks to What's New and some referenced docs by Nick Coghlan · 12 years ago
  25. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 12 years ago
  26. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 12 years ago
  27. 8fbdb09 Close #19552: venv and pyvenv ensurepip integration by Nick Coghlan · 12 years ago
  28. 93c85a9 merge with 3.3 by Georg Brandl · 12 years ago
  29. a0b7923 Fix method name: ensure_directories, not create_directories. Found by Michael Rand on docs@. by Georg Brandl · 12 years ago
  30. dff9e25 Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__. by Vinay Sajip · 12 years ago
  31. e2549df Closes #18939: Merged documentation update from 3.3. by Vinay Sajip · 12 years ago
  32. a704582 Issue #18939: Updated venv documentation with some clarifications. by Vinay Sajip · 12 years ago
  33. 11b38f1 Closes #18433: Merged documentation update from 3.3. by Vinay Sajip · 12 years ago
  34. 577d4ff Issue #18433: Clarified venv documentation. by Vinay Sajip · 12 years ago
  35. c1a9d30 Merged changes. by Vinay Sajip · 12 years ago
  36. ad6bb03 Issue #18434: Updated example script to tidy up resources. by Vinay Sajip · 12 years ago
  37. 62926ee Closes #18434: Merged documentation update from 3.3. by Vinay Sajip · 12 years ago
  38. 3c557f2 Issue #18434: Updated example script in venv docs to use setuptools rather than Distribute. by Vinay Sajip · 12 years ago
  39. 982c6ef Issue #18187: merge from 3.3 by Ned Deily · 12 years ago
  40. 3886120 Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag. by Ned Deily · 12 years ago
  41. 7025349 merge with 3.3 by Georg Brandl · 12 years ago
  42. 521ed52 Closes issue #17732: ignore install-directory specific options in by Georg Brandl · 12 years ago
  43. 05361ba Merged documentation update from 3.3. by Vinay Sajip · 13 years ago
  44. 2b4fcfb Updated venv documentation with an example. by Vinay Sajip · 13 years ago
  45. bd40d3e Closes #15776: pyvenv now works with existing directories. by Vinay Sajip · 13 years ago
  46. 90db661 Closes #15307: symlinks now work on OS X with framework Python builds. Patch by Ronald Oussoren. by Vinay Sajip · 13 years ago
  47. c4618e3 Factored out common venv documentation and added more information about Distribute/pip. by Vinay Sajip · 13 years ago
  48. cd9b746 Added cross-references to venv definition. by Vinay Sajip · 13 years ago
  49. a945ad1 Issue #15283: Updated pyvenv documentation to expand on activation. by Vinay Sajip · 13 years ago
  50. dbab58f Refactor the venv API docs into a real API doc style. by Georg Brandl · 13 years ago
  51. 859aad6 Remove packaging from the standard library. by Éric Araujo · 13 years ago
  52. 3539afd Update pydoc topics and fix new suspicious markup. by Georg Brandl · 13 years ago
  53. 4126a7d Added pyvenv docs to 'Python Setup and Usage' section. by Vinay Sajip · 13 years ago
  54. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 13 years ago