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.
...file one more time. The books have not been transferred to Neal, yet. Jeremy will get together with him in the next couple of weeks. Jeremy reports the following cash flow: Greg Ward donated $50, Kevin Altis donated $100, Matthew Dixon Cowles donated $50. We also received a $500 check from ActiveState for conference sponsorship, a $10,416 check from Yet Another Society for registration fees, and a check from O'Reilly for $100 for sponshorship. The bill for insurance came and it is $500. Kurt D...
Version: None
Released: Jan. 31, 2010
This is a source-only release that only includes security fixes. The last full bug-fix release of Python 2.5 was Python 2.5.4. User are encouraged to upgrade to the latest release of Python 2.7 (which is 2.7.2 …
View Release Notes
...file can be used (see the "rpm" man page for the "-ta" options). All others should download Python-2.2.1.tgz, the source tarball, and do the usual "gunzip; tar; configure; make" dance. What's New? This being a bug-fix release, there have been no exciting new features implemented since 2.2 -- just heaps of fixes. For a partial list of these fixes, please see the release notes, or the Misc/NEWS file in the source distribution. For the full list of changes, you can poke around CV...
Released: Nov. 2, 2019
Python 3.5.9 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.9 was released on November 1st, 2019. There were no new changes in version 3.5.9; 3.5.9 was released only because of a CDN caching problem, which resulted in some users …
...file formats plus its own trajectory format that is based on the netCDF format. Contrary to other trajectory file formats, MMTK's netCDF files are both binary (and thus compact) files and portable between platforms. and moreover permit efficient access to nearly arbitrary subsets. Snapshot from a Molecular Dynamics simulation of lysozyme in water, run with MMTK. Zoom in Modularity and extendibility were important design criteria. Algorithms, energy terms, and specializations of the data type...
...files: the release artifact in question and bundled "verification materials" which typically has a file extension of .sigstore. For example, for the Python 3.11.0 source release, you would download the following files: $ wget https://www.python.org/ftp/python/3.11.0/Python-3.11.0.tgz $ wget https://www.python.org/ftp/python/3.11.0/Python-3.11.0.tgz.sigstore These verification materials should exist for all release artifacts, and are listed on the downloads page along with their corres...
...files to scientific image processing, geographical information systems, remote sensing, and more. Current SIG Status Subscription information Archives
Released: March 30, 2005
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 …
Released: Sept. 27, 2005
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 …
...file. To use this, the Windows system must support Microsoft Installer 2.0. Just save the installer file python-2.4.1.msi to your local machine, then double-click python-2.4.1.msi to find out if your machine supports MSI. If it doesn't, you'll need to install Microsoft Installer first. Many other packages (such as Word and Office) also include MSI, so you may already have it on your system. If not, you can download it freely from Microsoft for Windows 95, 98 and Me and for Windows NT 4.0 and 2...
...file. To use this, the Windows system must support Microsoft Installer 2.0. Just save the installer file Python-2.4.2.msi to your local machine, then double-click python-2.4.2.msi to find out if your machine supports MSI. If it doesn't, you'll need to install Microsoft Installer first. Many other packages (such as Word and Office) also include MSI, so you may already have it on your system. If not, you can download it freely from Microsoft for Windows 95, 98 and Me and for Windows NT 4.0 and 2...
...file using PyXML. It generates a number of files, including a flex input file for lexical analysis, a bison input file, containing the LALR(1) grammar, a SWIG input file, containing a Python extension module, a Makefile, controlling the build process of all compiled files, and a number of Python wrapper files to expose the parser to Python. flex, bison, and SWIG are invoked to generate C code, The C code is compiled to form an extension module. ...
Released: July 29, 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 …
Released: Oct. 2, 2008
Python 2.6 (final) was released on October 1st, 2008. There are a huge number of new features, modules, improvements and bug fixes. For information on what's changed, see: Andrew Kuchling's guide to What's New in Python 2.6. NEWS file contains a …
Released: May 30, 2003
We are pleased to announce the release of Python 2.2.3 (final), on May 30, 2003. This is a bug-fix release for Python 2.2 and supersedes the previous bugfix release, Python 2.2.2. Note: there's a security fix for SimpleXMLRPCServer.py. Download the release Windows users should download the Windows installer, …
Released: May 26, 2011
This is a source-only release that only includes security fixes. The last full bug-fix release of Python 2.5 was Python 2.5.4. User are encouraged to upgrade to the latest release of Python 2.7 (which is 2.7.2 at this point). This release is the final release of Python …
Released: Aug. 24, 2010
Python 2.6 is now in security-fix-only mode; no new features are being added, and no new bug fix releases are planned. We intend to provide source-only security fixes for the Python 2.6 series until October 2013 (five years after the 2.6 final release). For ongoing maintenance releases, …
Released: Aug. 25, 2015
Python 3.5.0rc2 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.0rc2 was released on August 25th, 2015. Major new features of the 3.5 series, compared to 3.4 Among the new major new features and changes in the 3.5 release series …
Released: Sept. 8, 2015
Python 3.5.0rc3 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.0rc3 was released on September 7th, 2015. Major new features of the 3.5 series, compared to 3.4 Among the new major new features and changes in the 3.5 release series …
Released: Sept. 9, 2015
Python 3.5.0rc4 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.0rc4 was released on September 9th, 2015. Major new features of the 3.5 series, compared to 3.4 Among the new major new features and changes in the 3.5 release series …
If you didn't find what you need, try your search in the Python language documentation.