Benjamin Peterson
|
a5ec63b5eb
|
remove unused imports
|
2013-09-29 14:49:17 -04:00 |
Vinay Sajip
|
c07aa9e41f
|
Issue #18435: Replaced simple attribute container class Context with types.SimpleNamespace.
|
2013-07-12 21:10:19 +01: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
|
bdd13fd098
|
Closes #16340: Handle exception while copying script to venv.
|
2012-10-28 12:39:39 +00: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
|
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
|
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 |