Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v8plus / html / python / lib / node839.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link rel="STYLESHEET" href="lib.css" type='text/css' />
<link rel="SHORTCUT ICON" href="../icons/pyfav.png" type="image/png" />
<link rel='start' href='../index.html' title='Python Documentation Index' />
<link rel="first" href="lib.html" title='Python Library Reference' />
<link rel='contents' href='contents.html' title="Contents" />
<link rel='index' href='genindex.html' title='Index' />
<link rel='last' href='about.html' title='About this document...' />
<link rel='help' href='about.html' title='About this document...' />
<link rel="next" href="node840.html" />
<link rel="prev" href="node838.html" />
<link rel="parent" href="node838.html" />
<link rel="next" href="node840.html" />
<meta name='aesop' content='information' />
<title>C.1 History of the software</title>
</head>
<body>
<DIV CLASS="navigation">
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td class='online-navigation'><a rel="prev" title="C. History and License"
href="node838.html"><img src='../icons/previous.png'
border='0' height='32' alt='Previous Page' width='32' /></A></td>
<td class='online-navigation'><a rel="parent" title="C. History and License"
href="node838.html"><img src='../icons/up.png'
border='0' height='32' alt='Up One Level' width='32' /></A></td>
<td class='online-navigation'><a rel="next" title="C.2 Terms and conditions"
href="node840.html"><img src='../icons/next.png'
border='0' height='32' alt='Next Page' width='32' /></A></td>
<td align="center" width="100%">Python Library Reference</td>
<td class='online-navigation'><a rel="contents" title="Table of Contents"
href="contents.html"><img src='../icons/contents.png'
border='0' height='32' alt='Contents' width='32' /></A></td>
<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
border='0' height='32' alt='Module Index' width='32' /></a></td>
<td class='online-navigation'><a rel="index" title="Index"
href="genindex.html"><img src='../icons/index.png'
border='0' height='32' alt='Index' width='32' /></A></td>
</tr></table>
<div class='online-navigation'>
<b class="navlabel">Previous:</b>
<a class="sectref" rel="prev" href="node838.html">C. History and License</A>
<b class="navlabel">Up:</b>
<a class="sectref" rel="parent" href="node838.html">C. History and License</A>
<b class="navlabel">Next:</b>
<a class="sectref" rel="next" href="node840.html">C.2 Terms and conditions</A>
</div>
<hr /></div>
</DIV>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION0027100000000000000000">
C.1 History of the software</A>
</H1>
<P>
Python was created in the early 1990s by Guido van Rossum at Stichting
Mathematisch Centrum (CWI, see <a class="url" href="http://www.cwi.nl/">http://www.cwi.nl/</a>) in the Netherlands
as a successor of a language called ABC. Guido remains Python's
principal author, although it includes many contributions from others.
<P>
In 1995, Guido continued his work on Python at the Corporation for
National Research Initiatives (CNRI, see <a class="url" href="http://www.cnri.reston.va.us/">http://www.cnri.reston.va.us/</a>)
in Reston, Virginia where he released several versions of the
software.
<P>
In May 2000, Guido and the Python core development team moved to
BeOpen.com to form the BeOpen PythonLabs team. In October of the same
year, the PythonLabs team moved to Digital Creations (now Zope
Corporation; see <a class="url" href="http://www.zope.com/">http://www.zope.com/</a>). In 2001, the Python
Software Foundation (PSF, see <a class="url" href="http://www.python.org/psf/">http://www.python.org/psf/</a>) was
formed, a non-profit organization created specifically to own
Python-related Intellectual Property. Zope Corporation is a
sponsoring member of the PSF.
<P>
All Python releases are Open Source (see
<a class="url" href="http://www.opensource.org/">http://www.opensource.org/</a> for the Open Source Definition).
Historically, most, but not all, Python releases have also been
GPL-compatible; the table below summarizes the various releases.
<P>
<div class="center"><table class="realtable">
<thead>
<tr>
<th class="center">Release</th>
<th class="center">Derived from</th>
<th class="center">Year</th>
<th class="center">Owner</th>
<th class="center">GPL compatible?</th>
</tr>
</thead>
<tbody>
<tr><td class="center" valign="baseline">0.9.0 thru 1.2</td>
<td class="center">n/a</td>
<td class="center">1991-1995</td>
<td class="center">CWI</td>
<td class="center">yes</td></tr>
<tr><td class="center" valign="baseline">1.3 thru 1.5.2</td>
<td class="center">1.2</td>
<td class="center">1995-1999</td>
<td class="center">CNRI</td>
<td class="center">yes</td></tr>
<tr><td class="center" valign="baseline">1.6</td>
<td class="center">1.5.2</td>
<td class="center">2000</td>
<td class="center">CNRI</td>
<td class="center">no</td></tr>
<tr><td class="center" valign="baseline">2.0</td>
<td class="center">1.6</td>
<td class="center">2000</td>
<td class="center">BeOpen.com</td>
<td class="center">no</td></tr>
<tr><td class="center" valign="baseline">1.6.1</td>
<td class="center">1.6</td>
<td class="center">2001</td>
<td class="center">CNRI</td>
<td class="center">no</td></tr>
<tr><td class="center" valign="baseline">2.1</td>
<td class="center">2.0+1.6.1</td>
<td class="center">2001</td>
<td class="center">PSF</td>
<td class="center">no</td></tr>
<tr><td class="center" valign="baseline">2.0.1</td>
<td class="center">2.0+1.6.1</td>
<td class="center">2001</td>
<td class="center">PSF</td>
<td class="center">yes</td></tr>
<tr><td class="center" valign="baseline">2.1.1</td>
<td class="center">2.1+2.0.1</td>
<td class="center">2001</td>
<td class="center">PSF</td>
<td class="center">yes</td></tr>
<tr><td class="center" valign="baseline">2.2</td>
<td class="center">2.1.1</td>
<td class="center">2001</td>
<td class="center">PSF</td>
<td class="center">yes</td></tr>
<tr><td class="center" valign="baseline">2.1.2</td>
<td class="center">2.1.1</td>
<td class="center">2002</td>
<td class="center">PSF</td>
<td class="center">yes</td></tr>
<tr><td class="center" valign="baseline">2.1.3</td>
<td class="center">2.1.2</td>
<td class="center">2002</td>
<td class="center">PSF</td>
<td class="center">yes</td></tr>
<tr><td class="center" valign="baseline">2.2.1</td>
<td class="center">2.2</td>
<td class="center">2002</td>
<td class="center">PSF</td>
<td class="center">yes</td></tr>
<tr><td class="center" valign="baseline">2.2.2</td>
<td class="center">2.2.1</td>
<td class="center">2002</td>
<td class="center">PSF</td>
<td class="center">yes</td></tr>
<tr><td class="center" valign="baseline">2.2.3</td>
<td class="center">2.2.2</td>
<td class="center">2002-2003</td>
<td class="center">PSF</td>
<td class="center">yes</td></tr>
<tr><td class="center" valign="baseline">2.3</td>
<td class="center">2.2.2</td>
<td class="center">2002-2003</td>
<td class="center">PSF</td>
<td class="center">yes</td></tr>
<tr><td class="center" valign="baseline">2.3.1</td>
<td class="center">2.3</td>
<td class="center">2002-2003</td>
<td class="center">PSF</td>
<td class="center">yes</td></tr>
<tr><td class="center" valign="baseline">2.3.2</td>
<td class="center">2.3.1</td>
<td class="center">2003</td>
<td class="center">PSF</td>
<td class="center">yes</td></tr>
<tr><td class="center" valign="baseline">2.3.3</td>
<td class="center">2.3.2</td>
<td class="center">2003</td>
<td class="center">PSF</td>
<td class="center">yes</td></tr>
<tr><td class="center" valign="baseline">2.3.4</td>
<td class="center">2.3.3</td>
<td class="center">2004</td>
<td class="center">PSF</td>
<td class="center">yes</td></tr>
<tr><td class="center" valign="baseline">2.3.5</td>
<td class="center">2.3.4</td>
<td class="center">2005</td>
<td class="center">PSF</td>
<td class="center">yes</td></tr>
<tr><td class="center" valign="baseline">2.4</td>
<td class="center">2.3</td>
<td class="center">2004</td>
<td class="center">PSF</td>
<td class="center">yes</td></tr>
<tr><td class="center" valign="baseline">2.4.1</td>
<td class="center">2.4</td>
<td class="center">2005</td>
<td class="center">PSF</td>
<td class="center">yes</td></tr>
<tr><td class="center" valign="baseline">2.4.2</td>
<td class="center">2.4.1</td>
<td class="center">2005</td>
<td class="center">PSF</td>
<td class="center">yes</td></tr></tbody>
</table></div>
<P>
<span class="note"><b class="label">Note:</b>
GPL-compatible doesn't mean that we're distributing
Python under the GPL. All Python licenses, unlike the GPL, let you
distribute a modified version without making your changes open source.
The GPL-compatible licenses make it possible to combine Python with
other software that is released under the GPL; the others don't.</span>
<P>
Thanks to the many outside volunteers who have worked under Guido's
direction to make these releases possible.
<P>
<DIV CLASS="navigation">
<div class='online-navigation'>
<p></p><hr />
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td class='online-navigation'><a rel="prev" title="C. History and License"
href="node838.html"><img src='../icons/previous.png'
border='0' height='32' alt='Previous Page' width='32' /></A></td>
<td class='online-navigation'><a rel="parent" title="C. History and License"
href="node838.html"><img src='../icons/up.png'
border='0' height='32' alt='Up One Level' width='32' /></A></td>
<td class='online-navigation'><a rel="next" title="C.2 Terms and conditions"
href="node840.html"><img src='../icons/next.png'
border='0' height='32' alt='Next Page' width='32' /></A></td>
<td align="center" width="100%">Python Library Reference</td>
<td class='online-navigation'><a rel="contents" title="Table of Contents"
href="contents.html"><img src='../icons/contents.png'
border='0' height='32' alt='Contents' width='32' /></A></td>
<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
border='0' height='32' alt='Module Index' width='32' /></a></td>
<td class='online-navigation'><a rel="index" title="Index"
href="genindex.html"><img src='../icons/index.png'
border='0' height='32' alt='Index' width='32' /></A></td>
</tr></table>
<div class='online-navigation'>
<b class="navlabel">Previous:</b>
<a class="sectref" rel="prev" href="node838.html">C. History and License</A>
<b class="navlabel">Up:</b>
<a class="sectref" rel="parent" href="node838.html">C. History and License</A>
<b class="navlabel">Next:</b>
<a class="sectref" rel="next" href="node840.html">C.2 Terms and conditions</A>
</div>
</div>
<hr />
<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
</DIV>
<!--End of Navigation Panel-->
<ADDRESS>
See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
</ADDRESS>
</BODY>
</HTML>