summaryrefslogtreecommitdiffstats
path: root/Lib/venv
Commit message (Expand)AuthorAgeFilesLines
* Issue #18435: Replaced simple attribute container class Context with types.Si...Vinay Sajip2013-07-121-7/+2
* Issue #18224: Removed pydoc script from created venv, as it causes problems o...Vinay Sajip2013-06-302-9/+0
* 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
* Closes #15307: symlinks now work on OS X with framework Python builds. Patch...Vinay Sajip2012-07-171-9/+1
* 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 mo...Vinay Sajip2012-07-081-3/+10
* 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
* Removed pysetup3.exe executable.Vinay Sajip2012-05-292-0/+0
* Added python3 symlink; removed Distribute-related code, docs and comments; ch...Vinay Sajip2012-05-281-126/+16
* Addressed some buildbot errors and comments on the checkin by Antoine on pyth...Vinay Sajip2012-05-261-34/+42
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-2610-0/+711