1. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  2. 1631b9b Issue #19734: venv still needs isolated mode by Nick Coghlan · 11 years ago
  3. 6fd12f2 Issue 19734: better diagnostics for test_venv failures by Nick Coghlan · 11 years ago
  4. d76cdc1 Close #19694: venv now runs ensurepip in isolated mode by Nick Coghlan · 11 years ago
  5. 8fbdb09 Close #19552: venv and pyvenv ensurepip integration by Nick Coghlan · 11 years ago
  6. 56b0435 Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  7. 9c10d6b Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  8. 6ec518b Closes #19349: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  9. 0e6c66d Issue #19349: Corrected error message. by Vinay Sajip · 11 years ago
  10. dff9e25 Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__. by Vinay Sajip · 11 years ago
  11. eea020f merge 3.3 by Benjamin Peterson · 11 years ago
  12. a5ec63b remove unused imports by Benjamin Peterson · 11 years ago
  13. 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
  14. ad644e0 Closes #18435: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  15. c07aa9e Issue #18435: Replaced simple attribute container class Context with types.SimpleNamespace. by Vinay Sajip · 11 years ago
  16. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  17. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  18. 2eb2f5e Closes #16378: Merged docstring changes from 3.3. by Vinay Sajip · 12 years ago
  19. 87ed599 Issue #16378: Updated docstrings to reflect the defaults present in the code. by Vinay Sajip · 12 years ago
  20. 526417f Closes #16340: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  21. bdd13fd Closes #16340: Handle exception while copying script to venv. by Vinay Sajip · 12 years ago
  22. bd40d3e Closes #15776: pyvenv now works with existing directories. by Vinay Sajip · 12 years ago
  23. a6894ba Reverted change to venv initialisation. by Vinay Sajip · 12 years ago
  24. 82649f3 Issue #15776: Allow pyvenv to work in existing directory with --clean. by Andrew Svetlov · 12 years ago
  25. 90db661 Closes #15307: symlinks now work on OS X with framework Python builds. Patch by Ronald Oussoren. by Vinay Sajip · 12 years ago
  26. 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
  27. 2895244 Closes #15173: Tidied up copyright statements and removed pythonv references. by Vinay Sajip · 12 years ago
  28. 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
  29. 4221142 Addressed some buildbot errors and comments on the checkin by Antoine on python-dev. by Vinay Sajip · 12 years ago
  30. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago