this is a german Web-Mirror of PYTHON.ORG powered by Domainunion AG

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.

Python 2.4.4

Release Date: Oct. 18, 2006

Python 2.4 is now in bugfix-only mode; no new features are being added. At least 80 bugs have been squished since Python 2.4.3, including a number of bugs and potential bugs found by with the Coverity and Klocwork static analysis tools. We'd like to offer our thanks to both these firms for making this available for open source projects - see their websites if you're interested.

See the detailed release notes for more details.

Python 2.5 is the latest release of Python. This release of the older 2.4 code is to provide bug fixes for people who are still using Python 2.4. This is the last planned release in the Python 2.4 series - future maintenance releases of Python will be in the 2.5 series, starting of course with 2.5.1.

This is a final release, and is suitable for production use. There was one change since the release candidate. This fixed a problem with cross- compiling Python that was introduced between 2.4.3 and 2.4.4c1.

For more information on the new features of Python 2.4 see the 2.4 highlights or consult Andrew Kuchling's What's New In Python for a more detailed view.

Please see the separate bugs page for known issues and the bug reporting procedure.

See also the license

Download the release

Windows

For x86 processors: python-2.4.4.msi

For Win64-Itanium users: python-2.4.4.ia64.msi

This installer allows for automated installation and many other new features.

To use these installers, the Windows system must support Microsoft Installer 2.0. Just save the installer file to your local machine and then run it to find out if your machine supports MSI.

Windows XP and later already have MSI; many older machines will already have MSI installed.

If your machine lacks Microsoft Installer, you'll have to download it freely from Microsoft for Windows 95, 98 and Me and for Windows NT 4.0 and 2000.

Windows users may also be interested in Mark Hammond's pywin32 package, available from Sourceforge. pywin32 adds a number of Windows-specific extensions to Python, including COM support and the Pythonwin IDE.

MacOS X

For MacOS X 10.3 and later: python-2.4.4-macosx2006-10-18.dmg. This is a Universal installer.

The Universal OS X image contains an installer for python 2.4.4 that works on Mac OS X 10.3.9 and later, on both PPC and Intel Macs. The compiled libraries include both bsddb and readline.

Other platforms

gzip-compressed source code: python-2.4.4.tgz

bzip2-compressed source code: python-2.4.4.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.4.4.tgz (or bzcat Python-2.4.4.tar.bz2 | tar -xf -). Change to the Python-2.4.4 directory and run the "./configure", "make", "make install" commands to compile and install Python. The source archive is also suitable for Windows users who feel the need to build their own version.

What's New?

  • See the highlights of the Python 2.4 release.
  • Andrew Kuchling's What's New in Python 2.4 describes the most visible changes since Python 2.3 in more detail.
  • A detailed list of the changes in 2.4.4 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 also been updated:

Files, MD5 checksums, signatures and sizes

82d000617baaef269ad5795c595fdc58 Python-2.4.4.tgz (9531474 bytes, signature)

0ba90c79175c017101100ebf5978e906 Python-2.4.4.tar.bz2 (8158073 bytes, signature)

8b1517fdbf287d402ac06cc809abfad6 python-2.4.4.msi (9668608 bytes, signature)

e153f8e72e53b34694323321d1a6654c python-2.4.4.ia64.msi (8212992 bytes, signature)

3b7a449a1ae321a1609912c1e507d005 python-2.4.4-macosx2006-10-18.dmg (16744696 bytes, signature)

95540ad75b566a3934cad6b77fb6ebea python24.chm (3777664 bytes, signature)

The signatures above were generated with GnuPG using release manager Anthony Baxter's public key which has a key id of 6A45C816.

Full Changelog

Files

Version Operating System Description MD5 Sum File Size GPG
Gzipped source tarball Source release 7c393d83bd8c02ff58bc60aa453a278f 37.9 MB SIG
bzip2 compressed source tarball Source release 0ba90c79175c017101100ebf5978e906 7.8 MB SIG
Mac OS X installer macOS 3b7a449a1ae321a1609912c1e507d005 16.0 MB SIG
Windows help file Windows 95540ad75b566a3934cad6b77fb6ebea 3.6 MB SIG
Windows x86 MSI installer Windows e153f8e72e53b34694323321d1a6654c 7.8 MB SIG