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: May 30, 2018
This is a beta preview of Python 3.7 Python 3.7 is still in development. This release, 3.7.0b5, is now the final planned beta release preview. Originally, 3.7.0b4 was intended to be the final beta but, due to some unexpected compatibility issues discovered during beta testing of third-party packages, we …
View Release Notes
...installers for OS X from the Python Download page. Installers are available for the latest Python 3 and Python 2 releases that will work on all Macs that run Mac OS X 10.5 and later. Python releases include IDLE, Python's built-in interactive development environment. If you download and install Python from the release page, you may also need to download and install a newer version of Tcl/Tk for OS X. See the IDLE and Tkinter on OS X page for more information. You can run a Python interpreter ...
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, and 3.5.0a1 is the first alpha release. …
...installer (at least an installer working from a source distribution) will all have to build the module(s), using the following command: ./setup.py build After building, everyone should run the test suite, using the test command: ./setup.py test When he's happy with the state of the code, the developer will want to put on his first packager hat and create a source distribution: ./setup.py dist or he might want to put on his other packa...
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 from the …
...Windows users should download Python-2.1.2.exe, the Windows installer, from one of the download locations below, run it, and follow the friendly instructions on the screen to complete the installation. Windows users may also be interested in Mark Hammond's win32all, a collection of Windows-specific extensions including COM support and Pythonwin, an IDE built using Windows components. There's no Mac release of Python 2.1.2; MacPython 2.1.1 or 2.2 will have to do. Users on other platf...
...Windows users should download the Windows installer, Python-2.2.2.exe, run it and follow the friendly instructions on the screen to complete the installation. Windows users may also be interested in Mark Hammond's win32all, a collection of Windows-specific extensions including COM support and Pythonwin, an IDE built using Windows components. Linux users may find source and some binary RPMs on the RPM page. Debian packages are available directly from the Debian project, under interprete...
Released: June 11, 2011
Note: It is recommended that you use the latest bug fix release of the 3.1 series, 3.1.5. Python 3.1.4 was released on June 11th, 2011. The Python 3.1 version series is a continuation of the work started by Python 3.0, the new backwards-incompatible series of Python. For ongoing …
...Windows x86 MSI Installer (3.1.4) (sig) Windows x86 MSI program database (3.1.4) (sig) Windows X86-64 MSI Installer (3.1.4) [1] (sig) Windows X86-64 program database (3.1.4) [1] (sig) Mac OS X 32-bit i386/PPC Installer (3.1.4) for Mac OS X 10.3 through 10.6 [2] (sig) The source tarballs are signed with Benjamin Peterson's key (fingerprint: 12EF 3DC3 8047 DA38 2D18 A5B9 99CD EA9D A413 5B38). The Windows installers are signed with Martin von Löwis' public key which has a key id of 7D9DC8D2. The M...
...Windows machine (where xxx is the abbreviated name of some smart installer for Windows). Supporting the old-fashioned "dumb" built distribution model is important, though -- not everyone will have that fancy new installer (or they might have a different smart installer). User utilities Finally, and perhaps most importantly, we most consider the lucky user who wishes to install a Python module distribution on his computer. Users come in all shapes and sizes, bu...
Released: March 18, 2010
Python 2.6.5 was a maintenance release for Python 2.6.4, fixing dozens of issues in the core, builtin modules, libraries, and documentation. Python 2.6.5 final was released on March 19, 2010. Python 2.6 is now in bugfix-only mode; no new features are being added. The NEWS file …
Released: Oct. 2, 2009
Python 2.6.3 was released on October 2, 2009. Python 2.6 is now in bugfix-only mode; no new features are being added. Somewhere near 100 bugs have been fixed since the release of Python 2.6.2. The NEWS file lists every change in each alpha, beta, and release candidate …
Released: Oct. 26, 2009
Python 2.6.4 was a critical bug fix for Python 2.6.3, which had regressions in the logging package and in setuptools compatibility. Python 2.6.4 was released on 25-Oct-2009. Python 2.6 is now in bugfix-only mode; no new features are being added. The NEWS file lists every change …
Released: Nov. 27, 2010
Note: It is recommended that you use the latest bug fix release of the 3.1 series, 3.1.4. Python 3.1.3 was released on November 27th, 2010. The Python 3.1 version series is a continuation of the work started by Python 3.0, the new backwards-incompatible series of Python. For ongoing …
...Windows x86 MSI Installer (3.1.3) (sig) Windows x86 MSI program database (3.1.3) (sig) Windows X86-64 MSI Installer (3.1.3) [1] (sig) Windows X86-64 program database (3.1.3) [1] (sig) Mac OS X 32-bit i386/PPC Installer (3.1.3) for Mac OS X 10.3 through 10.6 [2] (sig) The source tarballs are signed with Benjamin Peterson's key (fingerprint: 12EF 3DC3 8047 DA38 2D18 A5B9 99CD EA9D A413 5B38). The Windows installers are signed with Martin von Löwis' public key which has a key id of 7D9DC8D2. The M...
Released: April 6, 2013
Note: A newer security-fix release, 3.2.6, is currently available. Its use is recommended. Python 3.2.4 was released on April 7th, 2013. This is the final 3.2 series bugfix release. New features of the 3.2 series, compared to 3.1 Python 3.2 is a continuation of the efforts to improve and …
Released: Sept. 3, 2011
Note: A newer security-fix release, 3.2.6, is currently available. Its use is recommended. Python 3.2.2 was released on September 4th, 2011. It mainly fixes a regression in the urllib.request module that prevented opening many HTTP resources correctly with Python 3.2.1. Python 3.2 is a continuation of the efforts to …
Released: April 10, 2012
Note: A newer security-fix release, 3.2.6, is currently available. Its use is recommended. Python 3.2.3 was released on April 10, 2012. It includes fixes for several reported security issues: issue 13703 (CVE-2012-1150, hash collision denial of service), issue 14234 (CVE-2012-0876, Expat hash collision denial of service), issue 14001 (CVE-2012-0845, …
...Windows x86 MSI Installer (3.2.2) (sig) and Visual Studio debug information files (sig) Windows X86-64 MSI Installer (3.2.2) [1] (sig) and Visual Studio debug information files (sig) Mac OS X 64-bit/32-bit Installer (3.2.2) for Mac OS X 10.6 and 10.7 [2] (sig). [You may need an updated Tcl/Tk install to run IDLE or use Tkinter, see note 2 for instructions.] Mac OS X 32-bit i386/PPC Installer (3.2.2) for OS X 10.3 through 10.6 [2] (sig) The source tarballs are signed with Georg Brandl's key...
...Windows x86 MSI Installer (3.2.3) (sig) and Visual Studio debug information files (sig) Windows X86-64 MSI Installer (3.2.3) [1] (sig) and Visual Studio debug information files (sig) Windows help file (sig) Mac OS X 64-bit/32-bit Installer (3.2.3) for Mac OS X 10.6 and 10.7 [2] (sig). [You may need an updated Tcl/Tk install to run IDLE or use Tkinter, see note 2 for instructions.] Mac OS X 32-bit i386/PPC Installer (3.2.3) for OS X 10.3 through 10.6 [2] (sig) The source tarballs are signed w...
If you didn't find what you need, try your search in the Python language documentation.