]> granicus.if.org Git - python/commit
Implemented PEP 405 (Python virtual environments).
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 26 May 2012 02:45:29 +0000 (03:45 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 26 May 2012 02:45:29 +0000 (03:45 +0100)
commit7ded1f0f694f0f99252ea19eca18b74ea5e36cb0
tree1f07c57fddc9627f3d506b7a8d25ded561f5a2e0
parentf2bdc3690a59ca2af3f2fa82f506350874ff1467
Implemented PEP 405 (Python virtual environments).
41 files changed:
Doc/library/development.rst
Doc/library/sys.rst
Doc/library/venv.rst [new file with mode: 0644]
Lib/distutils/sysconfig.py
Lib/gettext.py
Lib/idlelib/EditorWindow.py
Lib/packaging/command/build_ext.py
Lib/pydoc.py
Lib/site.py
Lib/subprocess.py
Lib/sysconfig.cfg
Lib/sysconfig.py
Lib/test/regrtest.py
Lib/test/test_cmd.py
Lib/test/test_doctest.py
Lib/test/test_subprocess.py
Lib/test/test_sys.py
Lib/test/test_sysconfig.py
Lib/test/test_trace.py
Lib/test/test_venv.py [new file with mode: 0644]
Lib/tkinter/_fix.py
Lib/trace.py
Lib/venv/__init__.py [new file with mode: 0644]
Lib/venv/__main__.py [new file with mode: 0644]
Lib/venv/scripts/nt/Activate.ps1 [new file with mode: 0644]
Lib/venv/scripts/nt/Deactivate.ps1 [new file with mode: 0644]
Lib/venv/scripts/nt/activate.bat [new file with mode: 0644]
Lib/venv/scripts/nt/deactivate.bat [new file with mode: 0644]
Lib/venv/scripts/nt/pysetup3-script.py [new file with mode: 0644]
Lib/venv/scripts/nt/pysetup3.exe [new file with mode: 0644]
Lib/venv/scripts/posix/activate [new file with mode: 0644]
Lib/venv/scripts/posix/pysetup3 [new file with mode: 0644]
Mac/Makefile.in
Mac/Tools/pythonw.c
Makefile.pre.in
Modules/getpath.c
PC/getpathp.c
Python/sysmodule.c
Tools/msi/msi.py
Tools/scripts/pyvenv [new file with mode: 0755]
setup.py