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.
...installed will not be available for the new version, you will probably have to rebuild the packages from source or Source RPM. <p /> You can tweek several settings in the built RPMs by modifying the SPEC file that builds the RPMs. To do this, download the .src.rpm release and install it as you normally would an RPM package. This will install the source and the build control file ("SPEC" file). The .spec file is probably installed in "/usr/src/redhat/SPECS". <p />...
...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 command: cacls.exe <pythondir> /t ...
Version: None
Released: July 9, 2011
Note: A newer security-fix release, 3.2.6, is currently available. Its use is recommended. Python 3.2.1 was released on July 10th, 2011. Python 3.2 is a continuation of the efforts to improve and stabilize the Python 3.x line. Since the final release of Python 2.7, the 2.x line will only …
View Release Notes
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, …
Released: Feb. 20, 2011
Note: A newer security-fix release, 3.2.6, is currently available. Its use is recommended. Python 3.2 was released on February 20th, 2011. Python 3.2 is a continuation of the efforts to improve and stabilize the Python 3.x line. Since the final release of Python 2.7, the 2.x line will only …
...Installer (3.2) (sig) and Visual Studio debug information files (sig) Windows X86-64 MSI Installer (3.2) [1] (sig) and Visual Studio debug information files (sig) Windows help file (sig) Mac OS X 32-bit i386/PPC Installer (3.2) for OS X 10.3 through 10.6 [2] (sig) Mac OS X 64-bit/32-bit Installer (3.2) for Mac OS X 10.6 [2] (sig). [You may need an updated Tcl/Tk install to run IDLE or use Tkinter, see note 2 for instructions.] The source tarballs are signed with Georg Brandl's key, which has...
...Installer (3.2.1) (sig) and Visual Studio debug information files (sig) Windows X86-64 MSI Installer (3.2.1) [1] (sig) and Visual Studio debug information files (sig) Windows help file (sig) Mac OS X 64-bit/32-bit Installer (3.2.1) 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.1) for OS X 10.3 through 10.6 [2] (sig) The source tarballs are signed with Georg Brandl...
...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, which has a ke...
...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 with Georg Brandl...
...Installer (3.4.0rc1) (sig) and Visual Studio debug information files (sig) Windows X86-64 MSI Installer (3.4.0rc1) [1] (sig) and Visual Studio debug information files (sig) Mac OS X 64-bit/32-bit Installer (3.4.0rc1) for Mac OS X 10.6 and later [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.4.0rc1) for Mac OS X 10.5 and later [2] (sig) The source tarballs are signed with Larry Hastings' key, ...
...Installer (3.4.0rc2) (sig) and Visual Studio debug information files (sig) Windows X86-64 MSI Installer (3.4.0rc2) [1] (sig) and Visual Studio debug information files (sig) Mac OS X 64-bit/32-bit Installer (3.4.0rc2) for Mac OS X 10.6 and later [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.4.0rc2) for Mac OS X 10.5 and later [2] (sig) The source tarballs are signed with Larry Hastings' key, ...
Released: Sept. 23, 2003
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 …
...install" commands to compile and install Python. What's New? See the highlights of the Python 2.3 release. As noted, the 2.3.1 release is a bugfix release of 2.3. The Windows installer now includes the documentation in searchable htmlhelp format, rather than individual HTML files. You can still download the individual HTML files. Andrew Kuchling's What's New in Python 2.3 describes the most visible changes since Python 2.2 in more detail. A detailed list of the ch...
Released: May 12, 2013
Note: A newer bugfix release, 2.7.6, is currently available. Its use is recommended over previous versions of 2.7. Python 2.7.5 was released on May 15, 2013. This is a 2.7 series bugfix release. It contains several regression fixes to 2.7.4. Modules with regressions fixed include zipfile, gzip, …
...Installer (2.7.5) (sig) Windows x86 MSI program database (2.7.5) (sig) Windows X86-64 MSI Installer (2.7.5) [1] (sig) Windows X86-64 program database (2.7.5) [1] (sig) Windows help file (sig) Mac OS X 64-bit/32-bit x86-64/i386 Installer (2.7.5) for Mac OS X 10.6 and later [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 (2.7.5) for Mac OS X 10.3 and later [2] (sig). The source tarballs are signed wit...
Released: March 19, 2024
This is a security release of Python 3.8 Note: The release you're looking at is Python 3.8.19, a security bugfix release for the legacy 3.8 series. Python 3.12 is now the latest feature release series of Python 3. Get the latest release of 3.12.x here. Security content in this …
If you didn't find what you need, try your search in the Python language documentation.