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.
...Installer (3.1.2) (sig) Windows X86-64 MSI Installer (3.1.2) [1] (sig) Mac Installer disk image (3.1.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 Mac disk image was signed by Ronald Oussoren's public key which has a key id of E6DF025C. The public keys are located on the download page. MD5 checksums and s...
Version: None
Released: May 27, 2004
This is a patch release which supersedes earlier releases of 2.3. 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 …
View Release Notes
Released: Nov. 1, 2006
Python 2.3 is now well and truly in bugfix-only mode; no new features are being added, and only security critical bugs have been fixed. There are 3 bugs fixed in this release - a problem with the …
Released: Dec. 19, 2003
...installer, Python-2.3.3.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. RPMs suitable for Red Hat/Fedora and source RPMs for other RPM-using operating systems are available from the RPMs page. All others should download either Python-2.3.3.tgz or Python-2...
...installer, Python-2.3.4.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. RPMs suitable for Red Hat/Fedora and source RPMs for other RPM-using operating systems are available from the RPMs page. All others should download either Python-2.3.4.tgz or Python-2...
...installers for 2.3.6. Windows and Mac OS X users who cannot compile their own versions should continue to use the 2.3.5 installers. These installers are not vulnerable to PSF-2006-001. gzip-compressed source code: Python-2.3.6.tgz bzip2-compressed source code: Python-2.3.6.tar.bz2, the source archive. The bzip2-compressed version is considerably smaller, so get that one if your system has the appropriate tools to deal with it. Unpack the archive with tar -zxvf Python-2.3.6.tgz (or bzcat Python-2...
...installers for 2.3.7. Windows and Mac OS X users who cannot compile their own versions should continue to use the 2.3.5 installers. These installers are not vulnerable to PSF-2006-001. gzip-compressed source code: Python-2.3.7.tgz bzip2-compressed source code: Python-2.3.7.tar.bz2, the source archive. The bzip2-compressed version is considerably smaller, so get that one if your system has the appropriate tools to deal with it. Unpack the archive with tar -zxvf Python-2.3.7.tgz (or bzcat Python-2...
...installation guide at https://pythondotorg.readthedocs.org/.
Released: June 13, 2016
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.5rc1 was released on June 12th, 2016. Python 3.4 has now entered "security fixes only" mode, and as such the only improvements between Python 3.4.4 and Python 3.4.5rc1 are security fixes. Also, …
Released: Sept. 17, 2020
This is the second release candidate of Python 3.9 This release, 3.9.0rc2, is the last preview before the final release of Python 3.9.0 on 2020-10-05. In the mean time, we strongly encourage maintainers of third-party Python projects to prepare their projects for 3.9 compatibility during this phase. As always, …
...installer, Python-2.3.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. All others should download Python-2.3.tgz, the source archive. Unpack it with "tar -zxvf Python-2.3.tgz". Change to the Python-2.3 directory and run the "./configure", "make", "make inst...
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 …
Released: Feb. 8, 2005
Python 2.3.5 (final) on Feb 8th, 2005. This is a bug-fix release for Python 2.3. There have been around 50 bugs fixed since 2.3.4 - in the Python interpreter, the standard library and also in the build process - see the release notes for details. Important: This release is vulnerable …
...installer, Python-2.3.5.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. RPMs suitable for Red Hat/Fedora and source RPMs for other RPM-using operating systems are available from the RPMs page. All others should download either Python-2.3.5.tgz or Python-2...
...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 Mac disk image wa...
Released: Feb. 9, 2014
fixes several security and a lot of overall bug fixes found in Python 3.3.3. This release fully supports OS X 10.9 Mavericks. In particular, this release fixes an issue that could cause previous versions of Python to crash when typing in interactive mode on OS X 10.9. Major new features …
Released: April 6, 2013
release. It includes hundreds of bugfixes over 3.3.0. Major new features of the 3.3 series, compared to 3.2 Python 3.3 includes a range of improvements of the 3.x series, as well as easier porting between 2.x and 3.x. PEP 380, syntax for delegating to a subgenerator (yield from …
Released: May 15, 2013
regressions <http://docs.python.org/release/3.3.2/whatsnew/changelog.html>`_ found in Python 3.3.1. Major new features of the 3.3 series, compared to 3.2 Python 3.3 includes a range of improvements of the 3.x series, as well as easier porting between 2.x and 3.x. PEP 380, syntax for delegating to a subgenerator (yield from …
Released: Nov. 17, 2013
fixes several security issues and various other bugs found in Python 3.3.2. This release fully supports OS X 10.9 Mavericks. In particular, this release fixes an issue that could cause previous versions of Python to crash when typing in interactive mode on OS X 10.9. Major new features of the …
If you didn't find what you need, try your search in the Python language documentation.