1. 63eefc3 bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15973) by Miss Islington (bot) · 4 years, 11 months ago
  2. 9eb3d54 bpo-37834: Normalise handling of reparse points on Windows (GH-15370) by Steve Dower · 5 years ago
  3. c503390 bpo-37664: Update regex for ignoring cache warning on some buildbots (GH-14960) by Miss Islington (bot) · 5 years ago
  4. 323e743 bpo-37369: Fix initialization of sys members when launched via an app container (GH-14467) by Steve Dower · 5 years ago
  5. bc6469f bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816) by Victor Stinner · 5 years ago
  6. 5437ccc bpo-36342: Fix test_multiprocessing in test_venv (GH-12513) by xdegaye · 5 years ago
  7. 8bba81f bpo-35978: Correctly skips venv tests in venvs (GH-12220) by Steve Dower · 5 years ago
  8. 839b925 bpo-35661: Fix failing test on buildbot (GH-12297) by Cheryl Sabella · 5 years ago
  9. d5a70c6 bpo-35661: Store the venv prompt in pyvenv.cfg (GH-11440) by Cheryl Sabella · 5 years ago
  10. a8474d0 bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745) by Steve Dower · 5 years ago
  11. a1f9a33 bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) by Steve Dower · 5 years ago
  12. 4e02f8f8 bpo-35797: Fix default executable used by the multiprocessing module (GH-11676) by Steve Dower · 5 years ago
  13. 1c3de54 bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029) by Steve Dower · 6 years ago
  14. cb0b78a Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) by Victor Stinner · 6 years ago
  15. 468a15a bpo-34977: Add Windows App Store package (GH-10245) by Steve Dower · 6 years ago
  16. b939250 Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400) by Pablo Galindo · 6 years ago
  17. f14c28f bpo-34011: Fixes missing venv files and other tests (GH-9458) by Steve Dower · 6 years ago
  18. 6240917 bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757) by Steve Dower · 6 years ago
  19. 895862a bpo-32088: Display Deprecation in debug mode (#4474) by Victor Stinner · 7 years ago
  20. 5e0df74 bpo-31999: Fix test_venv in case the zlib module is not available. (#4359) by Serhiy Storchaka · 7 years ago
  21. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  22. 993f535 Fixes #24875: Merged fix from 3.5. by Vinay Sajip · 7 years ago
  23. db6322c Fixes #24875: pip can now be installed in a venv with --system-site-packages. by Vinay Sajip · 7 years ago
  24. c96b8fc Allow ensurepip even when ssl is unavailable by Donald Stufft · 8 years ago
  25. 5a5ae74 Issue #26610: Skip test_with_pip if _ctypes is not available in OpenIndiana by Berker Peksag · 8 years ago
  26. fd0f84b Closes #22829: Added --prompt option to venv. by Vinay Sajip · 8 years ago
  27. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  28. bdc337b test_venv: enhance test_devnull() by Victor Stinner · 8 years ago
  29. b347788 Skip test_venv.test_with_pip() if ctypes miss by Victor Stinner · 8 years ago
  30. 0ab7d09 Merge 3.5 (test_venv) by Victor Stinner · 8 years ago
  31. 87d6e13 Fix test_venv on FreeBSD buildbot by Victor Stinner · 8 years ago
  32. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 8 years ago
  33. 1b25eff Issue #25366: Skip test_with_pip when threading module is not available by Berker Peksag · 9 years ago
  34. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  35. 866c4e2 test_venv: use support.rmtree() instead of shutil.rmtree() to fix sporadic by Victor Stinner · 10 years ago
  36. b9b965f Issue #21643: Updated test and fixed logic bug in lib64 symlink creation. by Vinay Sajip · 10 years ago
  37. 1e53f8d Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX. by Vinay Sajip · 10 years ago
  38. 11c5afd Issue #20053: Mark as an expected failure for 3.4 by Nick Coghlan · 10 years ago
  39. d49fa5e Issue #20053: Actually test relevant assumption by Nick Coghlan · 10 years ago
  40. 456ab5d Issue #20053: new test to check an assumption by Nick Coghlan · 10 years ago
  41. 6edd82a Close #20053: ignore default pip config settings by Nick Coghlan · 10 years ago
  42. ae2ee96 Issue #19744: improve ensurepip error when ssl is missing by Nick Coghlan · 11 years ago
  43. 6256fcb Close #19734: ignore pip env vars in ensurepip by Nick Coghlan · 11 years ago
  44. 8ddd59e Issue #19728: don't be sensitive to line endings by Nick Coghlan · 11 years ago
  45. fdf3a62 Issue #19728: add private ensurepip._uninstall CLI by Nick Coghlan · 11 years ago
  46. 1b1b178 Fix and test pip version consistency by Nick Coghlan · 11 years ago
  47. 1d1d834 Issue #19734: Also run pip version check in isolated mode by Nick Coghlan · 11 years ago
  48. 091167c Issue #19734: Ensure test_venv ignores PIP_REQUIRE_VIRTUALENV by Nick Coghlan · 11 years ago
  49. 878d258 Issue #19744 (temp workaround): without ssl, skip pip test by Nick Coghlan · 11 years ago
  50. 6fd12f2 Issue 19734: better diagnostics for test_venv failures by Nick Coghlan · 11 years ago
  51. d76cdc1 Close #19694: venv now runs ensurepip in isolated mode by Nick Coghlan · 11 years ago
  52. 8fbdb09 Close #19552: venv and pyvenv ensurepip integration by Nick Coghlan · 11 years ago
  53. 53b1c24 Issue #18224: Updated test. by Vinay Sajip · 11 years ago
  54. ef1f777 Issue #18224: Updated test. by Vinay Sajip · 11 years ago
  55. bd40d3e Closes #15776: pyvenv now works with existing directories. by Vinay Sajip · 12 years ago
  56. 9c92a69 Fix test_venv to work with universal newlines (issue #13119) by Antoine Pitrou · 12 years ago
  57. 90db661 Closes #15307: symlinks now work on OS X with framework Python builds. Patch by Ronald Oussoren. by Vinay Sajip · 12 years ago
  58. 509d87d Issue #15307: Skipped test_venv:test_prefixes when run from a venv. by Vinay Sajip · 12 years ago
  59. 045bd53 Issue #15241: Fix test_prefixes failure in test_venv due to symlink in by Ned Deily · 12 years ago
  60. 3874e54 Issue #15241: Added test for venv prefixes. by Vinay Sajip · 12 years ago
  61. 2895244 Closes #15173: Tidied up copyright statements and removed pythonv references. by Vinay Sajip · 12 years ago
  62. aa789ac Restore test that was using pysetup and can now (#15157) use pydoc by Éric Araujo · 12 years ago
  63. 859aad6 Remove packaging from the standard library. by Éric Araujo · 12 years ago
  64. c1f0b53 Updated test to reflect renamed file. by Vinay Sajip · 12 years ago
  65. ef4c501 Fixed typo. by Vinay Sajip · 12 years ago
  66. 382a7c0 Tweaked tests to use launcher executable name on OS X. by Vinay Sajip · 12 years ago
  67. 393da32 Changed executable name computation in test_venv to allow for debug executables. by Vinay Sajip · 12 years ago
  68. b3b49cd Refined venv tests. by Vinay Sajip · 12 years ago
  69. 7e20349 Fixed _sys_home computation and added diagnostics for Windows buildbot failures. by Vinay Sajip · 12 years ago
  70. 4221142 Addressed some buildbot errors and comments on the checkin by Antoine on python-dev. by Vinay Sajip · 12 years ago
  71. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago