summaryrefslogtreecommitdiffstats
path: root/Lib/venv
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19504: Used American spelling for 'customize'.Vinay Sajip2013-11-151-1/+1
|
* Issue #19349: Corrected error message.Vinay Sajip2013-10-311-1/+1
|
* remove unused importsBenjamin Peterson2013-09-291-7/+0
|
* Issue #18435: Replaced simple attribute container class Context with ↵Vinay Sajip2013-07-121-7/+2
| | | | types.SimpleNamespace.
* Issue #18224: Removed pydoc script from created venv, as it causes problems ↵Vinay Sajip2013-06-302-9/+0
| | | | on Windows and adds no value over and above python -m pydoc ...
* Issue #17743: Now use extended syntax of set command in .bat files.Vinay Sajip2013-05-201-13/+14
|
* Issue #17744: Now unset VIRTUAL_ENV environment variable when deactivating.Vinay Sajip2013-05-201-4/+8
|
* Issue #16378: Updated docstrings to reflect the defaults present in the code.Vinay Sajip2012-11-141-4/+7
|
* Closes #16340: Handle exception while copying script to venv.Vinay Sajip2012-10-281-5/+11
|
* 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