Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
Version: None
Released: Dec. 11, 2019
Note Python 3.8 is now released and is the latest feature release of Python 3. Get the latest release of 3.8.x here. Python 3.6.10rc1 is the release candidate preview of the next security fix release of Python 3.6. Python 3.6.8 was the final bugfix release for …
View Release Notes
...Windows build of Python now ships with zlib-1.1.4. Windows The installer now installs Start menu shortcuts under (the local equivalent of) "All Users" when doing an Admin install. If you do what it takes to compile SSL support for Windows, a bug in httplib.py prevented SSL from working correctly. That bug has been fixed, but note that SSL support on Windows is still not enabled in this release. What's New in Python 2.1.2 (final)? Changes in metadata: Fixed the version numbers in...
Released: March 3, 2026
This is a security release of Python 3.11 Note: The release you're looking at is Python 3.11.15, a security bugfix release for the legacy 3.11 series. Python 3.14 is now the latest feature release series of Python 3. Get the latest release of 3.14.x here. Security content …
This is a security release of Python 3.10 Note: The release you're looking at is Python 3.10.20, a security bugfix release for the legacy 3.10 series. Python 3.14 is now the latest feature release series of Python 3. Get the latest release of 3.14.x here. Security content …
Released: June 18, 2019
Python 3.6.9rc1 is a release candidate preview of the latest security fix release of Python 3.6. Note Python 3.7 is now released and is the latest feature release of Python 3. Get the latest release of 3.7.x here. Python 3.6.8 was the final bugfix release for …
Download Python for other platforms Python has been ported to a number of specialized and/or older platforms, listed below in alphabetical order. Note that these ports often lag well behind the latest Python release. Python for AIX AIX binary packages for Python are available from IBM AIX Toolbox in RPM format. They can be installed using dnf package manager. Visit the Get Started page for more details. Python for HP-UX You can purchase ActivePython (commercial and community versions, in...
...Windows machines interfere with this and can cause either silent failures or erroneous popup windows from the firewall. This problem only occurs if you run a firewall on the same machine as IDLE.</li> <li>The test for the ossaudiodev module hangs on some Red Hat systems. (This test is only run when regrtest.py is invoked with <code>-u audio</code> as argument.)</li> <li>It has been reported that untarring the source tarball using Solaris tar can fail. This ...
Released: Jan. 31, 2010
This is a source-only release that only includes security fixes. The last full bug-fix release of Python 2.5 was Python 2.5.4. User are encouraged to upgrade to the latest release of Python 2.7 (which is 2.7.2 at this point). This releases fixes issues with the logging, tarfile …
...Windows The Windows installer ships with Tcl/Tk 8.4.3 (upgraded from 8.4.1). The installer always suggested that Python be installed on the C: drive, due to a hardcoded "C:" generated by the Wise installation wizard. People with machines where C: is not the system drive usually want Python installed on whichever drive is their system drive instead. We removed the hardcoded "C:", and two testers on machines where C: is not the system drive report that the installer now sugg...
Released: May 26, 2011
This is a source-only release that only includes security fixes. The last full bug-fix release of Python 2.5 was Python 2.5.4. User are encouraged to upgrade to the latest release of Python 2.7 (which is 2.7.2 at this point). This release is the final release of Python 2.5; …
...Windows users who feel the need to 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 relea...
...Windows users who feel the need to 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 relea...
Released: Dec. 3, 2024
This is the eighth maintenance release of Python 3.12 Python 3.12.8 is the latest maintenance release of Python 3.12, containing more than 250 bug fixes, build improvements and documentation changes since 3.12.7. Security content in this release gh-126623: Upgraded libexpat to 2.6.4 to fix CVE-2024-50602 …
...Windows) Python(x, y) (Scientific-oriented distribution based on Qt and Spyder) Conceptive Python SDK (targets business, desktop and database applications) PyIMSL Studio (a commercial distribution for numerical analysis – free for non-commercial use) eGenix PyRun (a portable Python runtime, complete with stdlib, frozen into a single 3.5MB - 13MB executable file) If you want to host and run Python in the cloud, these implementations may be right for you: PythonAnywhere (freemium hosted Python ...
...Windows platform, have been so influential to the livelihood of Python on Windows that he received a special thanks in the installer throughout several releases. His contributions have been seen in a number of areas around CPython and in the standard library, from Windows specific behaviors in the libraries, to the PEP 397 launcher for Windows. Mark's creation and maintenance of the pywin32 package has enabled scores of developers on Windows to leverage the power of Python while integrating with...
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 …
...Windows installer no longer has the "HeartBleed" vulnerability. Major new features of the 3.4 series, compared to 3.3 Python 3.4 includes a range of improvements of the 3.x series, including hundreds of small improvements and bug fixes. Among the new major new features and changes in the 3.4 release series are PEP 428, a "pathlib" module providing object-oriented filesystem paths PEP 435, a standardized "enum" module PEP 436, a build enhancement that will help ge...
...Windows installer, and the core bsddb library from the Windows build files. What's new in Python 3.0b3? Release date: 20-Aug-2008 Core and Builtins Issue #3653: Fix a segfault when sys.excepthook was called with invalid arguments. Issue #2394: implement more of the memoryview API, with the caveat that only one-dimensional contiguous buffers are supported and exercised right now. Slicing, slice assignment and comparison (equality and inequality) have been added. Also, the tolist() method h...
Released: May 5, 2014
Python 3.4.1rc1 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 …
Released: June 11, 2025
This is the fifth maintenance release of Python 3.13 Python 3.13 is the newest major release of the Python programming language, and it contains many new features and optimizations compared to Python 3.12. 3.13.5 is the fifth maintenance release of 3.13. 3.13.5 is an expedited release to fix …
If you didn't find what you need, try your search in the Python language documentation.