Staging
v0.5.1
https://github.com/python/cpython
Revision c5df56304172d2d825fab27db97e6e90660cf7ef authored by Ned Deily on 19 February 2012, 01:19:12 UTC, committed by Ned Deily on 19 February 2012, 01:19:12 UTC
OS X framework builds already created versioned symlinks for all
executables and scripts installed in the framework bin directory,
of the general form ${cmd} - ${cmd}2.7.  The changes here add a
hierarchy of ${cmd} -> ${cmd}2 -> ${cmd}2.7.  Per previous
practice, all of the links are created in the framework bin
directory for both the install and altinstall targets.  This is
consistent with the long-standing recommendation to manage multiple
framework versions by adding and ordering framework bin directories
on $PATH.  Also, per past practice, symlinks to all framework bin
entries are created in $prefix/bin (by default, /usr/local/bin)
for the install target and only versioned links are created for
altinstall, although the use of these links is not recommended
for framework builds and their installation is optional with
the standard OS X installers.
1 parent 8d38fcf
History
Tip revision: c5df56304172d2d825fab27db97e6e90660cf7ef authored by Ned Deily on 19 February 2012, 01:19:12 UTC
Issue #12627: Implement PEP 394 for OS X framework builds.
Tip revision: c5df563
File Mode Size
_bsddb.vcproj -rw-r--r-- 28.3 KB
_ctypes.vcproj -rw-r--r-- 13.8 KB
_ctypes_test.vcproj -rw-r--r-- 8.8 KB
_elementtree.vcproj -rw-r--r-- 11.7 KB
_hashlib.vcproj -rw-r--r-- 11.2 KB
_msi.vcproj -rw-r--r-- 9.3 KB
_multiprocessing.vcproj -rw-r--r-- 9.9 KB
_socket.vcproj -rw-r--r-- 9.4 KB
_sqlite3.vcproj -rw-r--r-- 11.3 KB
_ssl.vcproj -rw-r--r-- 11.2 KB
_testcapi.vcproj -rw-r--r-- 8.9 KB
_tkinter.vcproj -rw-r--r-- 9.9 KB
bdist_wininst.vcproj -rw-r--r-- 6.1 KB
build.bat -rw-r--r-- 488 bytes
build_env.bat -rw-r--r-- 25 bytes
build_pgo.bat -rw-r--r-- 1.1 KB
build_ssl.bat -rw-r--r-- 253 bytes
build_ssl.py -rw-r--r-- 9.1 KB
build_tkinter.py -rw-r--r-- 2.2 KB
bz2.vcproj -rw-r--r-- 10.5 KB
debug.vsprops -rw-r--r-- 325 bytes
env.bat -rw-r--r-- 163 bytes
field3.py -rw-r--r-- 974 bytes
idle.bat -rw-r--r-- 284 bytes
installer.bmp -rw-r--r-- 57.4 KB
kill_python.c -rw-r--r-- 5.5 KB
kill_python.vcproj -rw-r--r-- 4.8 KB
make_buildinfo.c -rw-r--r-- 3.1 KB
make_buildinfo.vcproj -rw-r--r-- 3.0 KB
make_versioninfo.vcproj -rw-r--r-- 7.1 KB
pcbuild.sln -rw-r--r-- 40.6 KB
pginstrument.vsprops -rw-r--r-- 955 bytes
pgupdate.vsprops -rw-r--r-- 393 bytes
pyd.vsprops -rw-r--r-- 679 bytes
pyd_d.vsprops -rw-r--r-- 869 bytes
pyexpat.vcproj -rw-r--r-- 10.6 KB
pyproject.vsprops -rw-r--r-- 2.4 KB
python.vcproj -rw-r--r-- 12.3 KB
pythoncore.vcproj -rw-r--r-- 36.4 KB
pythonw.vcproj -rw-r--r-- 11.9 KB
readme.txt -rw-r--r-- 14.7 KB
release.vsprops -rw-r--r-- 326 bytes
rmpyc.py -rw-r--r-- 598 bytes
rt.bat -rw-r--r-- 1.8 KB
select.vcproj -rw-r--r-- 9.5 KB
sqlite3.vcproj -rw-r--r-- 9.5 KB
sqlite3.vsprops -rw-r--r-- 388 bytes
unicodedata.vcproj -rw-r--r-- 9.1 KB
vs9to8.py -rw-r--r-- 1.5 KB
w9xpopen.vcproj -rw-r--r-- 10.6 KB
winsound.vcproj -rw-r--r-- 9.1 KB
x64.vsprops -rw-r--r-- 559 bytes

readme.txt

back to top