You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Mac/BuildScript/resources/License.rtf
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Python was created in the early 1990s by Guido van Rossum at Stichting Mathemati
16
16
\
17
17
In 1995, Guido continued his work on Python at the Corporation for National Research Initiatives (CNRI, see https://www.cnri.reston.va.us) in Reston, Virginia where he released several versions of the software.\
18
18
\
19
-
In May 2000, Guido and the Python core development team moved to BeOpen.com to form the BeOpen PythonLabs team. In October of the same year, the PythonLabs team moved to Digital Creations (now Zope Corporation, see https://www.zope.dev). In 2001, the Python Software Foundation (PSF, see https://www.python.org/psf/) was formed, a non-profit organization created specifically to own Python-related Intellectual Property. Zope Corporation is a sponsoring member of the PSF.\
19
+
In May 2000, Guido and the Python core development team moved to BeOpen.com to form the BeOpen PythonLabs team. In October of the same year, the PythonLabs team moved to Digital Creations, which became Zope Corporation. In 2001, the Python Software Foundation (PSF, see https://www.python.org/psf/) was formed, a non-profit organization created specifically to own Python-related Intellectual Property. Zope Corporation was a sponsoring member of the PSF.\
20
20
\
21
21
All Python releases are Open Source (see https://opensource.org for the Open Source Definition). Historically, most, but not all, Python releases have also been GPL-compatible; the table below summarizes the various releases.\
22
22
\
@@ -29,7 +29,7 @@ All Python releases are Open Source (see https://opensource.org for the Open Sou
29
29
1.3 thru 1.5.2 1.2 1995-1999 CNRI yes\
30
30
1.6 1.5.2 2000 CNRI no\
31
31
2.0 1.6 2000 BeOpen.com no\
32
-
1.6.1 1.6 2001 CNRI no\
32
+
1.6.1 1.6 2001 CNRI yes\
33
33
2.1 2.0+1.6.1 2001 PSF no\
34
34
2.0.1 2.0+1.6.1 2001 PSF yes\
35
35
2.1.1 2.1+2.0.1 2001 PSF yes\
@@ -39,8 +39,11 @@ All Python releases are Open Source (see https://opensource.org for the Open Sou
39
39
40
40
\f1\
41
41
42
-
\f0\b Note:
43
-
\f1\b0 GPL-compatible doesn't mean that we're distributing Python under the GPL. All Python licenses, unlike the GPL, let you distribute a modified version without making your changes open source. The GPL-compatible licenses make it possible to combine Python with other software that is released under the GPL; the others don't.\
42
+
\f0\b Notes:
43
+
\f1\b0\
44
+
(1) GPL-compatible doesn't mean that we're distributing Python under the GPL. All Python licenses, unlike the GPL, let you distribute a modified version without making your changes open source. The GPL-compatible licenses make it possible to combine Python with other software that is released under the GPL; the others don't.\
45
+
\
46
+
(2) According to Richard Stallman, 1.6.1 is not GPL-compatible, because its license has a choice of law clause. According to CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1 is "not incompatible" with the GPL.\
44
47
\
45
48
Thanks to the many outside volunteers who have worked under Guido's direction to make these releases possible.\
\f1\b\cf0\ul\ulc0 Certificate verification and OpenSSL\
20
14
21
15
\f0\b0\ulnone\
22
-
This package includes its own private copy of OpenSSL 3.5. The trust certificates in system and user keychains managed by the
16
+
This package includes its own private copy of OpenSSL 3. The trust certificates in system and user keychains managed by the
23
17
\f2\i Keychain Access
24
18
\f0\i0 application and the
25
19
\f2\i security
26
20
\f0\i0 command line utility are not used as defaults by the Python
27
21
\f3 ssl
28
22
\f0 module. A sample command script is included in
29
-
\f3 /Applications/Python 3.13
23
+
\f3 /Applications/Python 3.15
30
24
\f0 to install a curated bundle of default root certificates from the third-party
31
25
\f3 certifi
32
26
\f0 package ({\field{\*\fldinst{HYPERLINK "https://pypi.org/project/certifi/"}}{\fldrslt https://pypi.org/project/certifi/}}). Double-click on
@@ -42,18 +36,34 @@ The bundled
42
36
43
37
\f0\b0\ulnone\
44
38
You can control some aspects of what is installed by this package. To see the options, click on the
45
-
\f4 Customize
46
-
\f0 button in the
47
-
\f4 Installation Type
48
-
\f0 step of the macOS installer app. Click on a package name in the list shown to see more information about that option,\
49
-
\
39
+
\f1\b Customize
40
+
\f0\b0 button in the
41
+
\f1\b Installation Type
42
+
\f0\b0 step of the macOS installer app. Click on a package name in the list shown to see more information about that option.\
43
+
\
44
+
45
+
\f1\b\ul Free-threading support\
46
+
47
+
\f0\b0\ulnone\
48
+
This installer package can optionally install an additional build of Python 3.15 that supports the free-threading feature (running with the
49
+
\f1\b global interpreter lock
50
+
\f0\b0 disabled).\
51
+
\
52
+
See {\field{\*\fldinst{HYPERLINK "https://docs.python.org/3.15/using/mac.html"}}{\fldrslt the macOS section of the Python Setup and Usage document}}, the release notice, and the {\field{\*\fldinst{HYPERLINK "https://docs.python.org/3.15/whatsnew/3.15.html"}}{\fldrslt 3.15 What's New document}} for more information. As of Python 3.15, free-threading support is installed by default.\
53
+
\
54
+
55
+
\f1\b\ul Just-in-time compiler support\
56
+
57
+
\f0\b0\ulnone\
58
+
As of Python 3.14, this installer package includes support for the experimental just-in-time (JIT) compiler feature. See the {\field{\*\fldinst{HYPERLINK "https://docs.python.org/dev/whatsnew/3.14.html#binary-releases-for-the-experimental-just-in-time-compiler"}}{\fldrslt 3.14 What's New document}} and the release notice for more information. Note that the just-in-time compiler is not available with the optional free-threading build.\
59
+
\
50
60
51
61
\f1\b\ul Using IDLE or other Tk applications
52
62
\f0\b0\ulnone\
53
63
\
54
-
This package includes its own private version of Tcl/Tk 8.6. It does not use any system-supplied or third-party supplied versions of Tcl/Tk.\
64
+
This package includes its own private version of Tcl/Tk 9. It does not use any system-supplied or third-party supplied versions of Tcl/Tk.\
55
65
\
56
-
Due to new security checks on macOS 10.15 Catalina, when launching IDLE macOS may open a window with a message
66
+
Due to security checks introduced with macOS 10.15 Catalina, when launching IDLE, macOS may open a window with a message
57
67
\f1\b "Python" would like to access files in your Documents folder
58
68
\f0\b0 . This is normal as IDLE uses your
59
69
\f1\b Documents
@@ -69,7 +79,7 @@ Due to new security checks on macOS 10.15 Catalina, when launching IDLE macOS ma
69
79
\f1\b\ul Apple Silicon Mac support\
70
80
71
81
\f0\b0\ulnone\
72
-
On Apple Silicon Macs, it is possible to run Python either with native ARM64 code or under Intel 64 emulation using Rosetta2. This option might be useful for testing or if binary wheels are not yet available with native ARM64 binaries. To easily force Python to run in emulation mode, invoke it from a command line shell with the
82
+
On Apple Silicon Macs, it is possible to run Python either with native ARM64 code or under Intel 64 emulation using Rosetta 2. This option might be useful for testing or if binary wheels are not yet available with native ARM64 binaries. To easily force Python to run in emulation mode, invoke it from a command line shell with the
73
83
\f4 python3-intel64
74
84
\f0 command instead of just
75
85
\f4 python3
@@ -84,4 +94,5 @@ For other changes in this release, see the
84
94
\f0\i0 section in the {\field{\*\fldinst{HYPERLINK "https://www.python.org/doc/"}}{\fldrslt Documentation Set}} for this release and its
85
95
\f2\i Release Notes
86
96
\f0\i0 link at {\field{\*\fldinst{HYPERLINK "https://www.python.org/downloads/"}}{\fldrslt https://www.python.org/downloads/}}.\
0 commit comments