summaryrefslogtreecommitdiffstats
path: root/Lib/venv
Commit message (Collapse)AuthorAgeFilesLines
...
| * Issue #16378: Updated docstrings to reflect the defaults present in the code.Vinay Sajip2012-11-141-4/+7
| |
* | Closes #16340: Merged fix from 3.3.Vinay Sajip2012-10-281-5/+11
|\ \ | |/
| * Closes #16340: Handle exception while copying script to venv.Vinay Sajip2012-10-281-5/+11
| |
* | Closes #15776: pyvenv now works with existing directories.Vinay Sajip2012-10-111-8/+15
| |
* | Issue #15417: Add support for csh and fish in venv activation scripts.Andrew Svetlov2012-10-042-0/+111
|/
* Reverted change to venv initialisation.Vinay Sajip2012-08-241-9/+1
|
* Issue #15776: Allow pyvenv to work in existing directory with --clean.Andrew Svetlov2012-08-241-1/+9
| | | | Patch by Vinay Sajip.
* 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