1. 3746619 Fixes #29213: merged fix from 3.5. by Vinay Sajip · 7 years ago
  2. db38b6c Fixes #29213: regularised EOLs of venv scripts. by Vinay Sajip · 7 years ago
  3. 993f535 Fixes #24875: Merged fix from 3.5. by Vinay Sajip · 7 years ago
  4. db6322c Fixes #24875: pip can now be installed in a venv with --system-site-packages. by Vinay Sajip · 7 years ago
  5. dbb5686 Fixes #29308: Merged fix from 3.5. by Vinay Sajip · 7 years ago
  6. 3ac5042 Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1. by Vinay Sajip · 7 years ago
  7. cc03ab6 Null merge by Serhiy Storchaka · 7 years ago
  8. 98a7441 Issue #22343: Made bash activate script available on Windows. by Vinay Sajip · 7 years ago
  9. 6853232 Closes #25671: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  10. 8d82559 Fixes #25671: Updated prompt handling in activate.fish. by Vinay Sajip · 8 years ago
  11. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  12. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  13. fd0f84b Closes #22829: Added --prompt option to venv. by Vinay Sajip · 8 years ago
  14. 16cd909 Merge from 3.5 for issue #26664 by Brett Cannon · 8 years ago
  15. 660c8fc Issue #26665: Remove mis-use of ``$`` in activate.fish. by Brett Cannon · 8 years ago
  16. 6f79c2c Fixes #26348: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  17. b2a2aa7 Fixes #26348: Corrected typos in activate.fish script. by Vinay Sajip · 8 years ago
  18. 5586ba7 Simply docstrings of venv module by Berker Peksag · 8 years ago
  19. 22532ac Issue #26034: Improve wording of clear parameter by Berker Peksag · 8 years ago
  20. 547f66f Issue #26034: Sync documentation of --clear with its behavior by Berker Peksag · 8 years ago
  21. 581c29f Issue #23399: pyvenv creates relative symlinks where possible. by Barry Warsaw · 9 years ago
  22. 1a170a7 Issue #21663: Fixed error caused by trying to create an existing directory. by Vinay Sajip · 10 years ago
  23. adaddde Don't chmod() if path is a symlink. by Barry Warsaw · 10 years ago
  24. b9b965f Issue #21643: Updated test and fixed logic bug in lib64 symlink creation. by Vinay Sajip · 10 years ago
  25. 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
  26. 1e53f8d Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX. by Vinay Sajip · 10 years ago
  27. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  28. 1631b9b Issue #19734: venv still needs isolated mode by Nick Coghlan · 11 years ago
  29. 6fd12f2 Issue 19734: better diagnostics for test_venv failures by Nick Coghlan · 11 years ago
  30. d76cdc1 Close #19694: venv now runs ensurepip in isolated mode by Nick Coghlan · 11 years ago
  31. 8fbdb09 Close #19552: venv and pyvenv ensurepip integration by Nick Coghlan · 11 years ago
  32. 56b0435 Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  33. 9c10d6b Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  34. 6ec518b Closes #19349: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  35. 0e6c66d Issue #19349: Corrected error message. by Vinay Sajip · 11 years ago
  36. dff9e25 Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__. by Vinay Sajip · 11 years ago
  37. eea020f merge 3.3 by Benjamin Peterson · 11 years ago
  38. a5ec63b remove unused imports by Benjamin Peterson · 11 years ago
  39. 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
  40. 9007dd7 Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and removed Deactivate.ps1. by Vinay Sajip · 11 years ago
  41. ad644e0 Closes #18435: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  42. c07aa9e Issue #18435: Replaced simple attribute container class Context with types.SimpleNamespace. by Vinay Sajip · 11 years ago
  43. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  44. 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
  45. 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
  46. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  47. bfc8f26 Issue #17743: Now use extended syntax of set command in .bat files. by Vinay Sajip · 11 years ago
  48. e254751 Issue #17744: Now unset VIRTUAL_ENV environment variable when deactivating. by Vinay Sajip · 11 years ago
  49. 067e48b Closes #17743: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  50. 1eae223 Closes #17744: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  51. 2eb2f5e Closes #16378: Merged docstring changes from 3.3. by Vinay Sajip · 12 years ago
  52. 87ed599 Issue #16378: Updated docstrings to reflect the defaults present in the code. by Vinay Sajip · 12 years ago
  53. 526417f Closes #16340: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  54. bdd13fd Closes #16340: Handle exception while copying script to venv. by Vinay Sajip · 12 years ago
  55. bd40d3e Closes #15776: pyvenv now works with existing directories. by Vinay Sajip · 12 years ago
  56. 65e9c57 Issue #15417: Add support for csh and fish in venv activation scripts. by Andrew Svetlov · 12 years ago
  57. a6894ba Reverted change to venv initialisation. by Vinay Sajip · 12 years ago
  58. 82649f3 Issue #15776: Allow pyvenv to work in existing directory with --clean. by Andrew Svetlov · 12 years ago
  59. 90db661 Closes #15307: symlinks now work on OS X with framework Python builds. Patch by Ronald Oussoren. by Vinay Sajip · 12 years ago
  60. e554f8b Closes #15361: Corrected venv prompt in PowerShell activation script. by Vinay Sajip · 12 years ago
  61. 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
  62. 2895244 Closes #15173: Tidied up copyright statements and removed pythonv references. by Vinay Sajip · 12 years ago
  63. 6aed5fe Closes #15157: pydoc script added to venvs. by Vinay Sajip · 12 years ago
  64. 859aad6 Remove packaging from the standard library. by Éric Araujo · 12 years ago
  65. ecdc076 Removed pysetup3.exe executable. by Vinay Sajip · 12 years ago
  66. 4469746 Added python3 symlink; removed Distribute-related code, docs and comments; changed Mac OS X computation to determine framework builds. by Vinay Sajip · 12 years ago
  67. 4221142 Addressed some buildbot errors and comments on the checkin by Antoine on python-dev. by Vinay Sajip · 12 years ago
  68. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago