Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...filed with the Secretary of the PSF in advance of the meeting. The form may be sent (by GPG/PGP-signed email, or as a digital scan or photograph) to: psf at python.org or faxed to: +1 858 712 8966 or mailed to: Python Software Foundation P.O. Box 848 Hampton, NH 03843 USA Please use fax or email if at all possible. We can't guarantee that postal mail will arrive in time. When using fax or snail mail, send a copy of the absentee ballot by email.
Version: None
Released: April 9, 2012
Python 3.1.5 Python 3.1.5 is a security-fix source-only release for Python 3.1.4, fixing several reported security issues: issue 13703 (oCERT-2011-003, hash collision denial of service), issue 14234 (CVE-2012-0876, hash table collisions CPU usage DoS in the expat library), issue 14001 (CVE-2012-0845, SimpleXMLRPCServer denial of service), and …
View Release Notes
Released: Feb. 8, 2015
Python 3.5.0a1 Python 3.5 has reached end-of-life. Python 3.5.10, the final release of the 3.5 series, is available here. Python 3.5.0a1 was released on February 8th, 2015. Major new features of the 3.5 series, compared to 3.4 Python 3.5 is still in development, …
Released: June 17, 2020
Note Note: The release you are looking at is a bugfix release preview for the legacy 3.7 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.7 was 3.7.17 …
...files have a different copyright owner, but otherwise the notice is similar. The gist of it is that Python is absolutely free, even for commercial use (including resale). There is no GNU-like "copyleft" restriction. A clarification: some very picky lawyers are worried that the notice doesn't explicitly grant permission to distribute modified copies (even though it grants permission to copy, modify, and distribute). This can be considered an oversight in the notice; we have no inte...
...files: 02196d3fc7bc76bdda68aa36b0dd16ab 11798798 Python-3.1.5.tgz dc8a7a96c12880d2e61e9f4add9d3dc7 9889191 Python-3.1.5.tar.bz2 20dd2b7f801dc97db948dd168df4dd52 8189536 Python-3.1.5.tar.xz The signatures for the source tarballs above were generated with GnuPG using release manager Benjamin Peterson's public key which has a key id of A4135B38.
Python Software Foundation: Minutes of Board of Directors Meeting (June 11, 2002) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors Jun. 11, 2002 A regular regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 1:09 pm EST. Guido van Rossum, president of the Foundation and chairman of the Board, presided at the meeting. 1. Attendance The following members of the Board of Directors wer...
...files as product in return for the donation). Lemburg replied that the question has been forwarded to ShareIT pending an answer. Van Rossum suggested that the PSC get Chris Rourk's opinion on the ShareIT contract and the possible implications of using ShareIT for online fund raising. The motion to accept the ShareIT contract was postponed until after the legal review. 6. Contribution forms status report Nothing to report. 8. Adjournment There being no further business, the meeting was adjou...
...file which he received today. The rest will happen shortly. Contribution Forms David agreed to discuss MAL's questions re: the contribution forms with Mark Yang, and to report back to the board list. MvL will then take it up with Larry Rosen after telling MAL he's relieved from his task (unless MAL protests). Adjournment There being no further business, the meeting was adjourned.
...file) If you want to host and run Python in the cloud, these implementations may be right for you: PythonAnywhere (freemium hosted Python installation which lets you run Python in the browser, e.g. for tutorials, showcases)
Released: Dec. 2, 2025
This is the first maintenance release of Python 3.14 Python 3.14.1 is the first maintenance release of 3.14, containing around 558 bugfixes, build improvements and documentation changes since 3.14.0. Major new features of the 3.14 series, compared to 3.13 Some of the major new features and …
...filed with the IRS. The form may be filed by either the business or the worker. The IRS will review the facts and circumstances and officially determine the worker’s status. Vendor Definition Vendors include various legal entities that provide goods and services to the PSF. Typical legal entities include individuals/sole proprietors, S-Corporations, C-Corporations, partnerships, and LLCs. Vendors include legal entities that are paid for invoices or independent contractor agreements, as well a...
Released: Sept. 19, 2017
This is an early developer preview of Python 3.7 Major new features of the 3.7 series, compared to 3.6 Python 3.7 is still in development. This releasee, 3.7.0a1 is the first of four planned alpha releases. Alpha releases are intended to make it easier to test the …
Released: Aug. 17, 2020
Note: The release you are looking at is Python 3.7.9, the final bugfix/security release with binary installers for the legacy 3.7 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for …
Released: Jan. 17, 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.0a3, is the third of six planned alpha releases. Alpha releases are intended to make it easier to test the …
Released: June 17, 2025
It's 3.14 beta 3! https://www.python.org/downloads/release/python-3140b3/ This is a beta preview of Python 3.14 Python 3.14 is still in development. This release, 3.14.0b3, is the third of four planned beta releases. Beta release previews are intended to give the wider community the opportunity to test new features …
Released: Oct. 7, 2025
This is the stable release of Python 3.14.0 Python 3.14.0 is the newest major release of the Python programming language, and it contains many new features and optimisations compared to Python 3.13. Major new features of the 3.14 series, compared to 3.13 Some of the major …
Released: Dec. 5, 2025
This is the second maintenance release of Python 3.14 Python 3.14.2 is the second maintenance release of 3.14, containing 18 bugfixes, build improvements and documentation changes since 3.14.1. This is an expedited release to fix the following regressions: gh-142206: Exceptions in multiprocessing in …
...FileHandler which automatically rotates log files at a fixed interval. The operator module gained functions attrgetter() and itemgetter() The posix module (available as os) has a new function getsid() poplib supports POP over SSL profile can now profile C extension functions random has a new method getrandbits(N) to return a random integer N bits long. The re module was extended to allow simple conditional expressions in regular expressions. In addition, the underlying SRE engine is now non-recu...
...filename, mode) except IOError, what: (errno, strerror) = what print "Error number", errno, "(%s)" % strerror The same approach works for the SyntaxError exception, with the proviso that the info part is not always present: try: c = compile(source, filename, "exec") except SyntaxError, what: try: message, info = what except: message, info = what, None if info: "...print source code info..." print "SyntaxError:", msg ...
If you didn't find what you need, try your search in the Python language documentation.