summaryrefslogtreecommitdiffstats
path: root/Lib/venv
Commit message (Collapse)AuthorAgeFilesLines
* Closes #15307: symlinks now work on OS X with framework Python builds. ↵Vinay Sajip2012-07-171-9/+1
| | | | Patch by Ronald Oussoren.
* Closes #15361: Corrected venv prompt in PowerShell activation script.Vinay Sajip2012-07-151-1/+1
|
* Closes #15281, #15283: Don't make venv scripts executable, but copy source ↵Vinay Sajip2012-07-081-3/+10
| | | | mode instead, and provide better help for pyvenv.
* Closes #15173: Tidied up copyright statements and removed pythonv references.Vinay Sajip2012-06-241-6/+5
|
* Closes #15157: pydoc script added to venvs.Vinay Sajip2012-06-242-0/+9
|
* Remove packaging from the standard library.Éric Araujo2012-06-242-22/+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
* Removed pysetup3.exe executable.Vinay Sajip2012-05-292-0/+0
|
* Added python3 symlink; removed Distribute-related code, docs and comments; ↵Vinay Sajip2012-05-281-126/+16
| | | | changed Mac OS X computation to determine framework builds.
* Addressed some buildbot errors and comments on the checkin by Antoine on ↵Vinay Sajip2012-05-261-34/+42
| | | | python-dev.
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-2610-0/+711