summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_venv.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #18224: Updated test.Vinay Sajip2013-06-301-4/+0
|
* Fix test_venv to work with universal newlines (issue #13119)Antoine Pitrou2012-08-041-3/+3
|
* Closes #15307: symlinks now work on OS X with framework Python builds. ↵Vinay Sajip2012-07-171-11/+41
| | | | Patch by Ronald Oussoren.
* Issue #15307: Skipped test_venv:test_prefixes when run from a venv.Vinay Sajip2012-07-151-0/+2
|
* Issue #15241: Fix test_prefixes failure in test_venv due to symlink inNed Deily2012-07-131-1/+1
| | | | tempfile directory path (i.e. on OS X /tmp is actually /private/tmp).
* Issue #15241: Added test for venv prefixes.Vinay Sajip2012-07-031-0/+25
|
* Closes #15173: Tidied up copyright statements and removed pythonv references.Vinay Sajip2012-06-241-5/+6
|
* Restore test that was using pysetup and can now (#15157) use pydocÉric Araujo2012-06-241-0/+4
|
* Remove packaging from the standard library.Éric Araujo2012-06-241-4/+0
| | | | | | Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html
* 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 ↵Vinay Sajip2012-05-261-22/+5
| | | | python-dev.
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-0/+139