CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 17 Jul 2025 22:51:50 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100827002109
location: https://web.archive.org/web/20100827002109/https://wiki.python.org/moin/MacPython/UniversalPython
server-timing: captures_list;dur=0.724345, exclusion.robots;dur=0.020493, exclusion.robots.policy;dur=0.009673, esindex;dur=0.012521, cdx.remote;dur=8.396123, LoadShardBlock;dur=596.270364, PetaboxLoader3.datanode;dur=73.947614, PetaboxLoader3.resolve;dur=517.582575
x-app-server: wwwb-app213
x-ts: 302
x-tr: 628
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app213; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 17 Jul 2025 22:51:51 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Fri, 27 Aug 2010 00:21:09 GMT
x-archive-orig-server: Apache/2.2.9 (Debian) DAV/2 SVN/1.5.1 mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5 Python/2.5.2
x-archive-orig-vary: Cookie,User-Agent,Accept-Language
x-archive-orig-content-length: 10121
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 27 Aug 2010 00:21:09 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 08 Dec 2007 11:25:12 GMT", ; rel="prev memento"; datetime="Sat, 08 Dec 2007 11:25:12 GMT", ; rel="memento"; datetime="Fri, 27 Aug 2010 00:21:09 GMT", ; rel="next memento"; datetime="Thu, 11 Aug 2011 09:18:49 GMT", ; rel="last memento"; datetime="Sat, 13 Jul 2024 22:50:22 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_17_20100826225937_crawl101-c/51_17_20100827002055_crawl103.arc.gz
server-timing: captures_list;dur=0.672119, exclusion.robots;dur=0.016069, exclusion.robots.policy;dur=0.008864, esindex;dur=0.008907, cdx.remote;dur=15.667370, LoadShardBlock;dur=423.097437, PetaboxLoader3.resolve;dur=351.624537, PetaboxLoader3.datanode;dur=164.047258, load_resource;dur=274.430644
x-app-server: wwwb-app213
x-ts: 200
x-tr: 753
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
MacPython/UniversalPython - PythonInfo Wiki
Differences between MacPython 2.4.1 and Universal Python 2.4.2:
/ApplicationsMacPython-2.4 is now /Applications/Python 2.4
PythonIDE, /PackageManager are gone. These applications have been deprecated for quite a long time, and depend on WASTE, which is somewhat non-free and is not available for x86.
- select.poll and related constants exist on systems that have a correct poll implementation (definitely 10.4.4).
- pythonw is now an executable that does an execv (instead of a script), so it may be used in #!scripts
- All extensions and the framework are built universal for ppc and i386
- The MACOSX_DEPLOYMENT_TARGET defaults to 10.3, and extensions are built such that they will probably be compatible with 10.3.9+
- Versions of Mac OS X prior to 10.3.9 are not supported with this build
Unfinished differences between MacPython 2.4.1 and Universal Python 2.4.2:
The Python HTML documentation is now in Python.framework/Versions/2.4/Doc/html, which IDLE knows about.
- The python in the bin directory is now also pythonw, so pythonw is only necessary for legacy purposes.
The installer places the framework's bin directory on the PATH for normal shells
Patches in Universal Python 2.4.2 vs Python 2.4.2 source trees:
- select.poll brokenness detection is moved from configure time to runtime
- CONFIGURE_MACOSX_DEPLOYMENT_TARGET is now MACOSX_DEPLOYMENT_TARGET
- distribution scripts have been rewritten in python rather than a hodgepodge of makefiles
/PythonLauncher is built without xcode/pbxbuild
EditText (last edited 2008-11-15 14:01:20 by localhost)