Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
....2.tgz the SBOM document will be named Python-3.12.2.tgz.spdx.json. SBOM documents can be downloaded from the Python release page or can be downloaded using an HTTP client. Below is an example of downloading the SBOM document using curl: $ curl --remote-name https://www.python.org/ftp/python/3.12.2/Python-3.12.2.tgz.spdx.json After downloading the SBOM document there should be a file named Python-3.12.2.tgz.spdx.json in your working directory. What's included in CPython's Software Bill-of-Mater...
....2 RPMs page All others should download either python-2.4.2.tgz or python-2.4.2.tar.bz2, the source archive. The tar.bz2 is considerably smaller, so get that one if your system has the appropriate tools to deal with it. Unpack it with tar -zxvf Python-2.4.2.tgz (or bzcat Python-2.4.2.tar.bz2 | tar -xf -). Change to the Python-2.4.2 directory and run the "./configure", "make", "make install" commands to compile and install Python. The source archive is also suita...
....2.2/rpms/python2.2.2-2.2.2-1.src.rpm">python2.2.2-2.2.2-1.src.rpm</a> (6667399 bytes) <b>Red Hat 8.0 (based on Red Hat's SRPM)</b> ff9660dde4d5f736c42409c8815f1634 <a href="/ftp/python/2.2.2/rpms/redhat8.0/python-2.2.2-7.src.rpm">python-2.2.2-7.src.rpm</a> (6952435 bytes) 4263943b81be5554df3f8c10a5ff406a <a href="/ftp/python/2.2.2/rpms/redhat8.0/python-2.2.2-7.i386.rpm">python-2.2.2-7.i386.rpm</a> (4221481 bytes) e8876066aa09...
....2 Carried Forward 3.3 New in February/PyCon 3.4 New in March 4 New Sponsor: Tabblo 5 Notifying New Members 6 Trademark Policy Plan 7 Appointment of Vice Chairman 8 Python.net 9 Sponsor Fee Change 10 Adjournment (Color legend: action items; follow-up required; in progress) 1 Attendance The following members...
....2 New in September 4 PSF Address 5 Budget for PyCon 2008 6 Use of Python Logo on Business Cards 7 EuroPython Travel Funding 8 Google Summer of Code Mentor Summit Report 9 Adjournment 1 Attendance The following members of the Board of Directors were present at the meeting: Stephan Deibel, David Goodger, Brett Cannon, Martin von Löwis, Tim Peters, Andrew Kuc...
....2 New in November 4 GHOP Issues 5 PyCon Update 6 PyCon Podcast Update 7 Adjournment 1 Attendance The following members of the Board of Directors were present at the meeting: David Goodger, Tim Peters, Andrew Kuchling, Stephan Deibel, Brett Cannon, David Ascher, and Steve Holden. Also in attendance was Kurt Kaiser (Treasurer). 2 Minutes of Past Meetings The 12 November 2...
....2 PyOhio 2012 Conference Grant 5 Treasurer Report 6 Progress Reports 6.1 Communication Status 6.2 Marketing Material 6.2.1 Sponsor Options 6.2.2 Educational Sponsorship 6.2.3 Please Help find Sponsors 6.3 Moving PyPI to Amazon CloudFront 6.4 Outreach and Education Committee (OEC) 6.4.1 Grant proposals 6.4.2...
....2 $800 Grant to GNOME Foundation 4 Status of Past Action Items 4.1 Carried Forward 4.2 New On 11 May 4.3 New Between Meetings 5 Grant Funding for SciPy 2009 Student Sponsorship 6 Domain Name Management 7 Funding for PyCon Talk Recording Process Improvement 8 Licensing of PSF Trademark Policy 9 PSF funding of PyCon 2010 Conf...
....2 Honorary Associate Membership WebPages/Links 5.3 Infrastructure Committee 5.4 Marketing Material 5.5 Moving PyPI to Amazon CloudFront 5.6 PyCon Chair (new) 5.7 Sprint Committee 6 Final PyCon-related Expenses 7 SciPy 2011 Conference Funding 8 2011 Libre Graphics Meeting (LGM) Funding 9 2011 PyArgentina Conference Funding 10&...
....2 Unifying types and classes in Python 2.2 Python Version: 2.2.1 (For a newer version of this tutorial, see Python 2.2.3) Guido van Rossum This paper is an incomplete draft. I am soliciting feedback. If you find any problems, please write me at guido@python.org. Table of Contents Change Log Introduction Subclassing built-in types Built-in types as factory functions Introspecting instances of built-in types Static methods and class methods Properties: at...
....2 Unifying types and classes in Python 2.2 Python Version: 2.2.2 (For a newer version of this tutorial, see Python 2.2.3) Guido van Rossum This paper is an incomplete draft. I am soliciting feedback. If you find any problems, please write me at guido@python.org. Table of Contents Change Log Introduction Subclassing built-in types Built-in types as factory functions Introspecting instances of built-in types Static methods and class methods Properties: at...
....25 # modify the instance >>> print a # show the new value {1: 3.25} >>> print a[1] # show the new item 3.25 >>> print a[0] # a non-existant item 0.0 >>> a.merge({1:100, 2:200}) # use a dictionary method >>> print a # show the result {1: 3.25, 2: 200} >>> We can also use the new type in contexts where classic only allows "real" dictionaries, such as the locals/glo...
Version: None
Released: April 9, 2002
Note: This is not the most current Python version. See the download page for a more recent version. On April 8 2002, we're releasing Python 2.1.3 - a bugfix release of Python 2.1. This release has a small number of critical bug fixes. This is the …
View Release Notes
Released: Oct. 14, 2002
Important: This release is vulnerable to the problem described in security advisory PSF-2006-001 "Buffer overrun in repr() of unicode strings in wide unicode builds (UCS-4)". This fix is included in Python 2.4.4 and Python 2.5. If you need to remain with Python 2.2, there's a patch available …
Released: March 16, 2022
This is the third maintenance release of Python 3.10 Python 3.10.3 is the newest major release of the Python programming language, and it contains many new features and optimizations. Major new features of the 3.10 series, compared to 3.9 Among the new major new features and …
Released: Feb. 15, 2024
This is an early developer preview of Python 3.13 Major new features of the 3.13 series, compared to 3.12 Python 3.13 is still in development. This release, 3.13.0a4, is the fourth of six planned alpha releases. Alpha releases are intended to make it easier to test the …
[PYTHON MATRIX-SIG] FAQ Here's my first step at creating a FAQ for this project. If anybodyelse wants to take it up, please feel free. This is going to be veryfree form, off the top of my head and unedited. Still, I anticipatethat it will be useful. Occaionally I will steal text entirely fromother people on the SIG without any attribution. I'll try to fix thislater. Written by Jim Hugunin (hugunin@mit.edu) on April 25, 1996. 1) What's Numerical Python? Here should really go...
....22/1013. This Agreement may also be obtained from a proxy server on the Internet using the following URL: http://hdl.handle.net/1895.22/1013". 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6.1 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 1.6.1. 4. CNRI is making Python 1.6.1 availa...
If you didn't find what you need, try your search in the Python language documentation.