1. bdc337b test_venv: enhance test_devnull() by Victor Stinner · 8 years ago
  2. b347788 Skip test_venv.test_with_pip() if ctypes miss by Victor Stinner · 8 years ago
  3. 0ab7d09 Merge 3.5 (test_venv) by Victor Stinner · 9 years ago
  4. 87d6e13 Fix test_venv on FreeBSD buildbot by Victor Stinner · 9 years ago
  5. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 9 years ago
  6. 1b25eff Issue #25366: Skip test_with_pip when threading module is not available by Berker Peksag · 9 years ago
  7. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  8. 866c4e2 test_venv: use support.rmtree() instead of shutil.rmtree() to fix sporadic by Victor Stinner · 10 years ago
  9. b9b965f Issue #21643: Updated test and fixed logic bug in lib64 symlink creation. by Vinay Sajip · 10 years ago
  10. 1e53f8d Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX. by Vinay Sajip · 10 years ago
  11. 11c5afd Issue #20053: Mark as an expected failure for 3.4 by Nick Coghlan · 11 years ago
  12. d49fa5e Issue #20053: Actually test relevant assumption by Nick Coghlan · 11 years ago
  13. 456ab5d Issue #20053: new test to check an assumption by Nick Coghlan · 11 years ago
  14. 6edd82a Close #20053: ignore default pip config settings by Nick Coghlan · 11 years ago
  15. ae2ee96 Issue #19744: improve ensurepip error when ssl is missing by Nick Coghlan · 11 years ago
  16. 6256fcb Close #19734: ignore pip env vars in ensurepip by Nick Coghlan · 11 years ago
  17. 8ddd59e Issue #19728: don't be sensitive to line endings by Nick Coghlan · 11 years ago
  18. fdf3a62 Issue #19728: add private ensurepip._uninstall CLI by Nick Coghlan · 11 years ago
  19. 1b1b178 Fix and test pip version consistency by Nick Coghlan · 11 years ago
  20. 1d1d834 Issue #19734: Also run pip version check in isolated mode by Nick Coghlan · 11 years ago
  21. 091167c Issue #19734: Ensure test_venv ignores PIP_REQUIRE_VIRTUALENV by Nick Coghlan · 11 years ago
  22. 878d258 Issue #19744 (temp workaround): without ssl, skip pip test by Nick Coghlan · 11 years ago
  23. 6fd12f2 Issue 19734: better diagnostics for test_venv failures by Nick Coghlan · 11 years ago
  24. d76cdc1 Close #19694: venv now runs ensurepip in isolated mode by Nick Coghlan · 11 years ago
  25. 8fbdb09 Close #19552: venv and pyvenv ensurepip integration by Nick Coghlan · 11 years ago
  26. 53b1c24 Issue #18224: Updated test. by Vinay Sajip · 11 years ago
  27. ef1f777 Issue #18224: Updated test. by Vinay Sajip · 11 years ago
  28. bd40d3e Closes #15776: pyvenv now works with existing directories. by Vinay Sajip · 12 years ago
  29. 9c92a69 Fix test_venv to work with universal newlines (issue #13119) by Antoine Pitrou · 12 years ago
  30. 90db661 Closes #15307: symlinks now work on OS X with framework Python builds. Patch by Ronald Oussoren. by Vinay Sajip · 12 years ago
  31. 509d87d Issue #15307: Skipped test_venv:test_prefixes when run from a venv. by Vinay Sajip · 12 years ago
  32. 045bd53 Issue #15241: Fix test_prefixes failure in test_venv due to symlink in by Ned Deily · 12 years ago
  33. 3874e54 Issue #15241: Added test for venv prefixes. by Vinay Sajip · 12 years ago
  34. 2895244 Closes #15173: Tidied up copyright statements and removed pythonv references. by Vinay Sajip · 12 years ago
  35. aa789ac Restore test that was using pysetup and can now (#15157) use pydoc by Éric Araujo · 12 years ago
  36. 859aad6 Remove packaging from the standard library. by Éric Araujo · 12 years ago
  37. c1f0b53 Updated test to reflect renamed file. by Vinay Sajip · 12 years ago
  38. ef4c501 Fixed typo. by Vinay Sajip · 12 years ago
  39. 382a7c0 Tweaked tests to use launcher executable name on OS X. by Vinay Sajip · 12 years ago
  40. 393da32 Changed executable name computation in test_venv to allow for debug executables. by Vinay Sajip · 12 years ago
  41. b3b49cd Refined venv tests. by Vinay Sajip · 12 years ago
  42. 7e20349 Fixed _sys_home computation and added diagnostics for Windows buildbot failures. by Vinay Sajip · 12 years ago
  43. 4221142 Addressed some buildbot errors and comments on the checkin by Antoine on python-dev. by Vinay Sajip · 12 years ago
  44. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago