summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_venv.py
Commit message (Expand)AuthorAgeFilesLines
* Updated test to reflect renamed file.Vinay Sajip2012-05-291-1/+1
* Fixed typo.Vinay Sajip2012-05-281-1/+1
* Tweaked tests to use launcher executable name on OS X.Vinay Sajip2012-05-281-1/+5
* Changed executable name computation in test_venv to allow for debug executables.Vinay Sajip2012-05-271-2/+1
* Refined venv tests.Vinay Sajip2012-05-271-9/+26
* Fixed _sys_home computation and added diagnostics for Windows buildbot failures.Vinay Sajip2012-05-271-1/+4
* Addressed some buildbot errors and comments on the checkin by Antoine on pyth...Vinay Sajip2012-05-261-22/+5
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-0/+139