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.
Using Windows Installer Installer Features Python 2.4 is distributed as a Microsoft Installer (MSI) file on Windows. Typically, packages are installed by double-clicking them in the file explorer. However, with the msiexec.exe command line utility, additional features are available, like non-interactive installation and administrative installation. Non-interactive Installation With the command line msiexec /i python<version>.msi installation can be initiated programma...
Notes (editors: check NEWS.help for information about editing NEWS using ReST.) What's New in Python 2.4 final? Release date: 30-NOV-2004 Core and builtins Bug 875692: Improve signal handling, especially when using threads, by forcing an early re-execution of PyEval_EvalFrame() "periodic" code when things_to_do is not cleared by Py_MakePendingCalls(). What's New in Python 2.4 (release candidate 1) Release date: 18-NOV-2004 Core and builtins Bug 1061968: Fixes in 2.4a3 to ad...
Linux RPMs for Python 2.4 Linux RPMs for Python 2.4 Except where noted, these RPMs are made available by Sean Reifschneider (jafo-rpms@tummy.com). Having Problems? If you are having problems, please see the RPM Frequently Asked Questions section at the end of this document for possible solutions. RPMs For Other Platforms For platforms in which binaries aren't available here, you can easily build binary RPMs directly from the Python SRPM. Simply download one of the .src.rp...
Python 2.4.1 Python 2.4.1 Python 2.4.1 has been replaced by a newer bugfix release. Please see the releases page to select a more recent release. We are pleased to announce the release of Python 2.4.1 (final) on March 30, 2005. 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 Note: there's a security fix for SimpleXMLR...
Python 2.4.1 - Bugs The Windows installer package required VBScripts. On systems which do not have VBScript available, installer will report an error 2738. On systems which have VBScript available, but in an insufficiently old version, installer will report an error 2262 (and log a DEBUG error 2896). In either case, please install Microsoft Windows Script from http://msdn.microsoft.com/downloads/list/webdev.asp The Windows installer will not add correct IDLE and PyDoc entries when the Python...
Python 2.4.1 license Python 2.4.1 license This is the official license for the Python 2.4 release: A. HISTORY OF THE SOFTWARE Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands as a successor of a language called ABC. Guido remains Python's principal author, although it includes many contributions from others. In 1995, Guido continued his work on Python at the Corporation for National Research Initiativ...
Python 2.4.1 - Linux RPMs Linux RPMs for Python 2.4.1c2 Except where noted, these RPMs are made available by Sean Reifschneider (jafo-rpms@tummy.com). Having Problems? If you are having problems, please see the RPM Frequently Asked Questions section at the end of this document for possible solutions. RPMs For Other Platforms For platforms in which binaries aren't available here, you can easily build binary RPMs directly from the Python SRPM. Simply download one of the .src.rpm files ...
Python 2.4.2 Release Python 2.4.2 Python 2.4.2 has been replaced by a newer bugfix release of Python. Please see the releases page to select a more recent release. We are pleased to announce the release of Python 2.4.2 (final), a bugfix release, on September 28, 2005. 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 Pyt...
Bugs in Python 2.4.2 The Windows installer package required VBScripts. On systems which do not have VBScript available, installer will report an error 2738. On systems which have VBScript available, but in an insufficiently old version, installer will report an error 2262 (and log a DEBUG error 2896). In either case, please install Microsoft Windows Script from http://msdn.microsoft.com/downloads/list/webdev.asp The Windows installer will not add correct IDLE and PyDoc entries when the Pytho...
Python 2.4.2 license Python 2.4.2 license This is the official license for the Python 2.4 release: A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands as a successor of a language called ABC. Guido remains Python's principal author, although it includes many contributions from others. In 1995, Guido continued his work on Python at the ...
Linux RPMs for Python 2.4.2 <h1>Linux RPMs for Python 2.4.2</h1> <p>Except where noted, these RPMs are made available by Sean Reifschneider (<a href="mailto:jafo-rpms@tummy.com">jafo-rpms@tummy.com</a>). <h3>Having Problems?</h3> If you are having problems, please see the <a href="#FAQ">RPM Frequently Asked Questions</a> section at the end of this document for possible solutions. <h3>RPMs For Other Platform...
Python 2.4.3 Release Python 2.4.3 Python 2.4.3 has been replaced by a newer bugfix release of Python. Please see the releases page to select a more recent release. 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 We are pleased to announce the release of Python 2.4.3 (final), a bugfix release of Python 2.4, on March 29,...
Bugs in Python 2.4.3 In the default installation directory (C:Python24), NTFS permission inheritance gives write access to the Python installation for all users of the system. If untrusted users have access to the system, there are two solutions to the problem: either install to the Program Files folder (where only Power Users get write access to the installation), or edit the access control list to remove the write permission. If write control should only be granted to Administrators, the co...
Python 2.4.3 license Python 2.4.3 license This is the official license for the Python 2.4 release: A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands as a successor of a language called ABC. Guido remains Python's principal author, although it includes many contributions from others. In 1995, Guido continued his work on Python at the ...
Linux RPMs for Python 2.4.3 <h1>Linux RPMs for Python 2.4.3</h1> <p>There are no RPMs available for Python 2.4.3. The latest RPMs for Python 2.4 are <a href="/download/releases/2.4.2/rpms/"> RPMs for version 2.4.2</a>.</p>
Python 2.4.4 Release Python 2.4.4 We are pleased to announce the release of Python 2.4.4 (FINAL), a bugfix release of Python 2.4, on October 18, 2006. Important: 2.4.4 includes a security fix (PSF-2006-001) for the repr() of unicode strings in wide unicode builds (UCS-4) 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 an...
Bugs in Python 2.4.4 In the default installation directory (C:Python24), NTFS permission inheritance gives write access to the Python installation for all users of the system. If untrusted users have access to the system, there are two solutions to the problem: either install to the Program Files folder (where only Power Users get write access to the installation), or edit the access control list to remove the write permission. If write control should only be granted to Administrators, the co...
Python 2.4.4 license Python 2.4.4 license This is the official license for the Python 2.4 release: A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands as a successor of a language called ABC. Guido remains Python's principal author, although it includes many contributions from others. In 1995, Guido continued his work on Python at the ...
Linux RPMs for Python 2.4.4 <h1>Linux RPMs for Python 2.4.4</h1> <p>There are no RPMs available for Python 2.4.4. The latest RPMs for Python 2.4 are <a href="/download/releases/2.4.2/rpms/"> RPMs for version 2.4.2</a>.</p>
Python 2.4.5 Release Python 2.4.5 We are pleased to announce Python 2.4.5 (final), a bugfix release of Python 2.4, on March 11, 2008. Important: 2.4.5 is a source-only release. If you need a binary release of 2.4, use 2.4.4. If you need the fixes that are included in this release, use 2.5.2 or later. Python 2.4 is now in security-fix-only mode. No new features are being added, and bugs are not fixed anymore unless they affect the stability and security of the interpreter, or of Python appli...
If you didn't find what you need, try your search in the Python language documentation.