Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience.
Version: None
Released: March 4, 2019
Python 3.4 has reached end-of-life. Python 3.4.10, the final release of the 3.4 series, is available here. Python 3.4.10rc1 was released on March 4th, 2019. Python 3.4 has now entered "security fixes only" mode, and as such the only changes since Python 3.4.7 are security fixes. Also, Python 3.4.10rc1 has …
View Release Notes
Released: Dec. 8, 2023
This is the first maintenance release of Python 3.12 Python 3.12 is the newest major release of the Python programming language, and it contains many new features and optimizations. 3.12.1 is the latest maintenance release, containing more than 400 bugfixes, build improvements and documentation changes since 3.12.0. Major new features …
Released: Feb. 6, 2024
This is the second maintenance release of Python 3.12 Python 3.12 is the newest major release of the Python programming language, and it contains many new features and optimizations. 3.12.2 is the latest maintenance release, containing more than 350 bugfixes, build improvements and documentation changes since 3.12.1. Major new features …
Released: April 9, 2024
This is the third maintenance release of Python 3.12 Python 3.12 is the newest major release of the Python programming language, and it contains many new features and optimizations. 3.12.3 is the latest maintenance release, containing more than 300 bugfixes, build improvements and documentation changes since 3.12.2. Major new features …
Released: June 6, 2024
This is the fourth maintenance release of Python 3.12 Python 3.12 is the newest major release of the Python programming language, and it contains many new features and optimizations. 3.12.4 is the latest maintenance release, containing more than 250 bugfixes, build improvements and documentation changes since 3.12.3. Major new features …
Released: Oct. 1, 2024
This is the seventh maintenance release of Python 3.12 Python 3.12 is the newest major release of the Python programming language, and it contains many new features and optimizations. 3.12.7 is the latest maintenance release, containing about 120 bug fixes, build improvements and documentation changes since 3.12.6. Major new features …
Released: Feb. 4, 2025
This is the ninth maintenance release of Python 3.12 Python 3.12.9 is the latest maintenance release of Python 3.12, containing about 180 bug fixes, build improvements and documentation changes since 3.12.8. Major new features of the 3.12 series, compared to 3.11 New features More flexible f-string parsing, allowing many …
Released: April 8, 2025
This is the tenth maintenance release of Python 3.12 Python 3.12.10 is the latest maintenance release of Python 3.12, and the last full maintenance release. Subsequent releases of 3.12 will be security-fixes only. This last maintenance release contains about 230 bug fixes, build improvements and documentation changes since 3.12.9. …
...build from the source tarball below.) All others should download Python-2.2.3.tgz, the source archive. Unpack it with "tar -zxvf Python-2.2.3.tgz". Change to the Python-2.2.3 directory and run the "./configure", "make", "make install" commands to compile and install Python. What's New? This being a bug-fix release, there have been no exciting new features implemented since 2.2.2 -- just heaps of fixes. For a list of intentional incompatibilities and ot...
...build their own version. What's New? See the highlights of the Python 2.5 release. Andrew Kuchling's What's New in Python 2.5 describes the most visible changes since Python 2.4 in more detail. A detailed list of the changes in 2.5.5 can be found in the release notes, or the Misc/NEWS file in the source distribution. For the full list of changes, you can poke around in Subversion. Documentation The documentation has not been updated since the 2.5.4 release: Browse HTML on-line Files, ...
...build their own version. What's New? See the highlights of the Python 2.5 release. Andrew Kuchling's What's New in Python 2.5 describes the most visible changes since Python 2.4 in more detail. A detailed list of the changes in 2.5.6 can be found in the release notes, or the Misc/NEWS file in the source distribution. For the full list of changes, you can poke around in Subversion. Documentation The documentation has not been updated since the 2.5.4 release: Browse HTML on-line Files, ...
...building Python 2.6 from source, due to the adoption of multiarch support. See issue 9762 for additional details and workarounds. Documentation The documentation has also been updated. You can browse the HTML on-line or download the HTML.
...build enhancement that will help generate introspection information for builtins PEP 442, improved semantics for object finalization PEP 443, adding single-dispatch generic functions to the standard library PEP 445, a new C API for implementing custom memory allocators PEP 446, changing file descriptors to not be inherited by default in subprocesses PEP 450, a new "statistics" module PEP 451, standardizing module metadata for Python's module import system PEP 453, a bundled installer f...
...builds, making it easy to redistribute Python as part of another software package. Please see the documentation regarding Embedded Distribution for more information. OS X users: The OS X installers are now distributed as signed installer package files compatible with the OS X Gatekeeper security feature. OS X users: There is important information about IDLE, Tkinter, and Tcl/Tk on Mac OS X here.
...building cutting-edge innovations in AI, data science, and more. Be part of the future of Python where it’s made. DRIVE THE CONVERSATION: Take part in the critical conversations that direct the future of the language & ecosystem, which happen exclusively at PyCon US. The PSF is recognized by the IRS as a 501(c)(3) non-profit charitable organization, and donations are tax-deductible for organizations that pay taxes in the United States. We hope you’ll join us as a sponsor and help mak...
Released: May 26, 2025
Here's the second 3.14 beta. https://www.python.org/downloads/release/python-3140b2/ This is a beta preview of Python 3.14 Python 3.14 is still in development. This release, 3.14.0b2, is the first of four planned beta releases. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes …
Released: March 10, 2014
Python 3.4.0rc3 Python 3.4 has reached end-of-life. Python 3.4.10, the final release of the 3.4 series, is available here. Python 3.4.0 release candidate 3 was released on March 9th, 2014. This is a preview release of the next major release of Python, Python 3.4, and is not suitable for production …
Released: May 19, 2014
Python 3.4.1 Python 3.4 has reached end-of-life. Python 3.4.10, the final release of the 3.4 series, is available here. Python 3.4.1 was released on May 18th, 2014. Python 3.4.1 has over three hundred bugfixes and other improvements over 3.4.0. One notable change: the version of OpenSSL bundled with the Windows …
Released: Sept. 22, 2014
Python 3.4.2rc1 Python 3.4 has reached end-of-life. Python 3.4.10, the final release of the 3.4 series, is available here. Python 3.4.2rc1 was released on September 22nd, 2014. Python 3.4.2 has many bugfixes and other small improvements over 3.4.1. One new feature for Mac OS X users: the OS X installers …
If you didn't find what you need, try your search in the Python language documentation.