Vinay Sajip
|
1a170a74f7
|
Issue #21663: Fixed error caused by trying to create an existing directory.
|
2014-06-05 09:31:20 +01:00 |
Barry Warsaw
|
adaddde369
|
Don't chmod() if path is a symlink.
|
2014-06-04 14:11:46 -04:00 |
Vinay Sajip
|
b9b965f6dd
|
Issue #21643: Updated test and fixed logic bug in lib64 symlink creation.
|
2014-06-03 16:47:51 +01:00 |
Vinay Sajip
|
432810f9f3
|
Issue #18807: If copying (no symlinks) specified for a venv, then the python interpreter aliases (python, python3) are now created by copying rather than symlinking.
|
2014-05-28 08:06:24 +01:00 |
Vinay Sajip
|
1e53f8d9bf
|
Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX.
|
2014-04-15 11:18:10 +01:00 |
Victor Stinner
|
7fa767e517
|
Issue #20976: pyflakes: Remove unused imports
|
2014-03-20 09:16:38 +01:00 |
Nick Coghlan
|
1631b9b4b5
|
Issue #19734: venv still needs isolated mode
|
2013-11-24 11:53:03 +10:00 |
Nick Coghlan
|
6fd12f2b33
|
Issue 19734: better diagnostics for test_venv failures
|
2013-11-24 11:36:31 +10:00 |
Nick Coghlan
|
d76cdc161e
|
Close #19694: venv now runs ensurepip in isolated mode
|
2013-11-23 11:37:28 +10:00 |
Nick Coghlan
|
8fbdb097cf
|
Close #19552: venv and pyvenv ensurepip integration
|
2013-11-23 00:30:34 +10:00 |
Vinay Sajip
|
56b04352f8
|
Issue #19504: Used American spelling for 'customize'.
|
2013-11-15 20:58:47 +00:00 |
Vinay Sajip
|
9c10d6b800
|
Issue #19504: Used American spelling for 'customize'.
|
2013-11-15 20:58:13 +00:00 |
Vinay Sajip
|
6ec518bd8e
|
Closes #19349: Merged fix from 3.3.
|
2013-10-31 18:44:48 +00:00 |
Vinay Sajip
|
0e6c66d48a
|
Issue #19349: Corrected error message.
|
2013-10-31 18:44:04 +00:00 |
Vinay Sajip
|
dff9e2535f
|
Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__.
|
2013-10-02 11:36:16 +01:00 |
Benjamin Peterson
|
eea020f1ae
|
merge 3.3
|
2013-09-29 14:59:19 -04:00 |
Benjamin Peterson
|
a5ec63b5eb
|
remove unused imports
|
2013-09-29 14:49:17 -04:00 |
Vinay Sajip
|
5939027969
|
Closes #18807: pyvenv now takes a --copies argument allowing copies instead of symlinks even where symlinks are available and the default.
|
2013-08-25 00:04:06 +01:00 |
Vinay Sajip
|
9007dd7274
|
Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and removed Deactivate.ps1.
|
2013-07-19 11:03:55 +01:00 |
Vinay Sajip
|
ad644e011f
|
Closes #18435: Merged fix from 3.3.
|
2013-07-12 21:13:01 +01:00 |
Vinay Sajip
|
c07aa9e41f
|
Issue #18435: Replaced simple attribute container class Context with types.SimpleNamespace.
|
2013-07-12 21:10:19 +01:00 |
Brett Cannon
|
cd171c8e92
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
|
2013-07-04 17:43:24 -04:00 |
Vinay Sajip
|
893c7e7829
|
Closes #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ...
|
2013-06-30 22:08:27 +01:00 |
Vinay Sajip
|
61d003a8f1
|
Issue #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ...
|
2013-06-30 22:06:52 +01:00 |
Brett Cannon
|
0a140668fa
|
Issue #18200: Update the stdlib (except tests) to use
ModuleNotFoundError.
|
2013-06-13 20:57:26 -04:00 |
Vinay Sajip
|
bfc8f26ec2
|
Issue #17743: Now use extended syntax of set command in .bat files.
|
2013-05-20 15:38:12 -07:00 |
Vinay Sajip
|
e254751a63
|
Issue #17744: Now unset VIRTUAL_ENV environment variable when deactivating.
|
2013-05-20 15:28:52 -07:00 |
Vinay Sajip
|
067e48b7d8
|
Closes #17743: Merged fix from 3.3.
|
2013-05-20 15:39:11 -07:00 |
Vinay Sajip
|
1eae2237e1
|
Closes #17744: Merged fix from 3.3.
|
2013-05-20 15:30:10 -07:00 |
Vinay Sajip
|
2eb2f5e359
|
Closes #16378: Merged docstring changes from 3.3.
|
2012-11-14 11:19:42 +00:00 |
Vinay Sajip
|
87ed599b8a
|
Issue #16378: Updated docstrings to reflect the defaults present in the code.
|
2012-11-14 11:18:35 +00:00 |
Vinay Sajip
|
526417fc59
|
Closes #16340: Merged fix from 3.3.
|
2012-10-28 12:40:20 +00:00 |
Vinay Sajip
|
bdd13fd098
|
Closes #16340: Handle exception while copying script to venv.
|
2012-10-28 12:39:39 +00:00 |
Vinay Sajip
|
bd40d3e144
|
Closes #15776: pyvenv now works with existing directories.
|
2012-10-11 17:22:45 +01:00 |
Andrew Svetlov
|
65e9c57369
|
Issue #15417: Add support for csh and fish in venv activation scripts.
|
2012-10-04 21:48:58 +03:00 |
Vinay Sajip
|
a6894ba3c9
|
Reverted change to venv initialisation.
|
2012-08-24 20:01:02 +01:00 |
Andrew Svetlov
|
82649f3b87
|
Issue #15776: Allow pyvenv to work in existing directory with --clean.
Patch by Vinay Sajip.
|
2012-08-24 19:00:15 +03:00 |
Vinay Sajip
|
90db661b43
|
Closes #15307: symlinks now work on OS X with framework Python builds. Patch by Ronald Oussoren.
|
2012-07-17 17:33:46 +01:00 |
Vinay Sajip
|
e554f8b858
|
Closes #15361: Corrected venv prompt in PowerShell activation script.
|
2012-07-15 21:58:13 +01:00 |
Vinay Sajip
|
4d378d8349
|
Closes #15281, #15283: Don't make venv scripts executable, but copy source mode instead, and provide better help for pyvenv.
|
2012-07-08 17:50:42 +01:00 |
Vinay Sajip
|
2895244653
|
Closes #15173: Tidied up copyright statements and removed pythonv references.
|
2012-06-25 00:47:46 +01:00 |
Vinay Sajip
|
6aed5fe532
|
Closes #15157: pydoc script added to venvs.
|
2012-06-24 10:35:40 +01:00 |
Éric Araujo
|
859aad6a36
|
Remove packaging from the standard library.
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
|
2012-06-24 00:07:41 -04:00 |
Vinay Sajip
|
ecdc076695
|
Removed pysetup3.exe executable.
|
2012-05-29 11:12:43 +01:00 |
Vinay Sajip
|
4469746878
|
Added python3 symlink; removed Distribute-related code, docs and comments; changed Mac OS X computation to determine framework builds.
|
2012-05-28 16:33:01 +01:00 |
Vinay Sajip
|
42211426eb
|
Addressed some buildbot errors and comments on the checkin by Antoine on python-dev.
|
2012-05-26 20:36:12 +01:00 |
Vinay Sajip
|
7ded1f0f69
|
Implemented PEP 405 (Python virtual environments).
|
2012-05-26 03:45:29 +01:00 |