blob: 76aa5038c7b23d2355990d46bb4a9318044915f2 [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001.. highlightlang:: none
2
3.. _history-and-license:
4
5*******************
6History and License
7*******************
8
9
10History of the software
11=======================
12
13Python was created in the early 1990s by Guido van Rossum at Stichting
14Mathematisch Centrum (CWI, see http://www.cwi.nl/) in the Netherlands as a
15successor of a language called ABC. Guido remains Python's principal author,
16although it includes many contributions from others.
17
18In 1995, Guido continued his work on Python at the Corporation for National
19Research Initiatives (CNRI, see http://www.cnri.reston.va.us/) in Reston,
20Virginia where he released several versions of the software.
21
22In May 2000, Guido and the Python core development team moved to BeOpen.com to
23form the BeOpen PythonLabs team. In October of the same year, the PythonLabs
24team moved to Digital Creations (now Zope Corporation; see
25http://www.zope.com/). In 2001, the Python Software Foundation (PSF, see
26http://www.python.org/psf/) was formed, a non-profit organization created
27specifically to own Python-related Intellectual Property. Zope Corporation is a
28sponsoring member of the PSF.
29
30All Python releases are Open Source (see http://www.opensource.org/ for the Open
31Source Definition). Historically, most, but not all, Python releases have also
32been GPL-compatible; the table below summarizes the various releases.
33
Georg Brandl716c3ac2007-08-30 18:34:23 +000034+----------------+--------------+------------+------------+-----------------+
35| Release | Derived from | Year | Owner | GPL compatible? |
36+================+==============+============+============+=================+
37| 0.9.0 thru 1.2 | n/a | 1991-1995 | CWI | yes |
38+----------------+--------------+------------+------------+-----------------+
39| 1.3 thru 1.5.2 | 1.2 | 1995-1999 | CNRI | yes |
40+----------------+--------------+------------+------------+-----------------+
41| 1.6 | 1.5.2 | 2000 | CNRI | no |
42+----------------+--------------+------------+------------+-----------------+
43| 2.0 | 1.6 | 2000 | BeOpen.com | no |
44+----------------+--------------+------------+------------+-----------------+
45| 1.6.1 | 1.6 | 2001 | CNRI | no |
46+----------------+--------------+------------+------------+-----------------+
47| 2.1 | 2.0+1.6.1 | 2001 | PSF | no |
48+----------------+--------------+------------+------------+-----------------+
49| 2.0.1 | 2.0+1.6.1 | 2001 | PSF | yes |
50+----------------+--------------+------------+------------+-----------------+
51| 2.1.1 | 2.1+2.0.1 | 2001 | PSF | yes |
52+----------------+--------------+------------+------------+-----------------+
53| 2.2 | 2.1.1 | 2001 | PSF | yes |
54+----------------+--------------+------------+------------+-----------------+
55| 2.1.2 | 2.1.1 | 2002 | PSF | yes |
56+----------------+--------------+------------+------------+-----------------+
57| 2.1.3 | 2.1.2 | 2002 | PSF | yes |
58+----------------+--------------+------------+------------+-----------------+
59| 2.2.1 | 2.2 | 2002 | PSF | yes |
60+----------------+--------------+------------+------------+-----------------+
61| 2.2.2 | 2.2.1 | 2002 | PSF | yes |
62+----------------+--------------+------------+------------+-----------------+
63| 2.2.3 | 2.2.2 | 2002-2003 | PSF | yes |
64+----------------+--------------+------------+------------+-----------------+
65| 2.3 | 2.2.2 | 2002-2003 | PSF | yes |
66+----------------+--------------+------------+------------+-----------------+
67| 2.3.1 | 2.3 | 2002-2003 | PSF | yes |
68+----------------+--------------+------------+------------+-----------------+
69| 2.3.2 | 2.3.1 | 2003 | PSF | yes |
70+----------------+--------------+------------+------------+-----------------+
71| 2.3.3 | 2.3.2 | 2003 | PSF | yes |
72+----------------+--------------+------------+------------+-----------------+
73| 2.3.4 | 2.3.3 | 2004 | PSF | yes |
74+----------------+--------------+------------+------------+-----------------+
75| 2.3.5 | 2.3.4 | 2005 | PSF | yes |
76+----------------+--------------+------------+------------+-----------------+
77| 2.4 | 2.3 | 2004 | PSF | yes |
78+----------------+--------------+------------+------------+-----------------+
79| 2.4.1 | 2.4 | 2005 | PSF | yes |
80+----------------+--------------+------------+------------+-----------------+
81| 2.4.2 | 2.4.1 | 2005 | PSF | yes |
82+----------------+--------------+------------+------------+-----------------+
83| 2.4.3 | 2.4.2 | 2006 | PSF | yes |
84+----------------+--------------+------------+------------+-----------------+
85| 2.4.4 | 2.4.3 | 2006 | PSF | yes |
86+----------------+--------------+------------+------------+-----------------+
87| 2.5 | 2.4 | 2006 | PSF | yes |
88+----------------+--------------+------------+------------+-----------------+
89| 2.5.1 | 2.5 | 2007 | PSF | yes |
90+----------------+--------------+------------+------------+-----------------+
Barry Warsaw4a1c2132008-05-08 15:31:04 +000091| 2.6 | 2.5 | 2008 | PSF | yes |
Georg Brandl716c3ac2007-08-30 18:34:23 +000092+----------------+--------------+------------+------------+-----------------+
Benjamin Peterson92035012008-12-27 16:00:54 +000093| 2.6.1 | 2.6 | 2008 | PSF | yes |
94+----------------+--------------+------------+------------+-----------------+
Benjamin Peterson13087d92009-12-13 14:23:30 +000095| 2.6.2 | 2.6.1 | 2009 | PSF | yes |
96+----------------+--------------+------------+------------+-----------------+
97| 2.6.3 | 2.6.2 | 2009 | PSF | yes |
98+----------------+--------------+------------+------------+-----------------+
99| 2.6.4 | 2.6.3 | 2009 | PSF | yes |
100+----------------+--------------+------------+------------+-----------------+
Benjamin Petersonad224bd2009-12-13 14:26:42 +0000101| 3.0 | 2.6 | 2008 | PSF | yes |
102+----------------+--------------+------------+------------+-----------------+
103| 3.0.1 | 3.0 | 2009 | PSF | yes |
104+----------------+--------------+------------+------------+-----------------+
105| 3.1 | 3.0.1 | 2009 | PSF | yes |
106+----------------+--------------+------------+------------+-----------------+
107| 3.1.1 | 3.1 | 2009 | PSF | yes |
108+----------------+--------------+------------+------------+-----------------+
Benjamin Peterson92035012008-12-27 16:00:54 +0000109
Georg Brandl116aa622007-08-15 14:28:22 +0000110.. note::
111
112 GPL-compatible doesn't mean that we're distributing Python under the GPL. All
113 Python licenses, unlike the GPL, let you distribute a modified version without
114 making your changes open source. The GPL-compatible licenses make it possible to
115 combine Python with other software that is released under the GPL; the others
116 don't.
117
118Thanks to the many outside volunteers who have worked under Guido's direction to
119make these releases possible.
120
121
122Terms and conditions for accessing or otherwise using Python
123============================================================
124
125
126.. centered:: PSF LICENSE AGREEMENT FOR PYTHON |release|
127
128#. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and
129 the Individual or Organization ("Licensee") accessing and otherwise using Python
130 |release| software in source or binary form and its associated documentation.
131
132#. Subject to the terms and conditions of this License Agreement, PSF hereby
133 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
134 analyze, test, perform and/or display publicly, prepare derivative works,
135 distribute, and otherwise use Python |release| alone or in any derivative
136 version, provided, however, that PSF's License Agreement and PSF's notice of
Georg Brandlb1441c72009-01-03 22:33:39 +0000137 copyright, i.e., "Copyright © 2001-2009 Python Software Foundation; All Rights
Georg Brandl116aa622007-08-15 14:28:22 +0000138 Reserved" are retained in Python |release| alone or in any derivative version
139 prepared by Licensee.
140
141#. In the event Licensee prepares a derivative work that is based on or
142 incorporates Python |release| or any part thereof, and wants to make the
143 derivative work available to others as provided herein, then Licensee hereby
144 agrees to include in any such work a brief summary of the changes made to Python
145 |release|.
146
147#. PSF is making Python |release| available to Licensee on an "AS IS" basis.
148 PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF
149 EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
150 WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
151 USE OF PYTHON |release| WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
152
153#. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |release|
154 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
155 MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON |release|, OR ANY DERIVATIVE
156 THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
157
158#. This License Agreement will automatically terminate upon a material breach of
159 its terms and conditions.
160
161#. Nothing in this License Agreement shall be deemed to create any relationship
162 of agency, partnership, or joint venture between PSF and Licensee. This License
163 Agreement does not grant permission to use PSF trademarks or trade name in a
164 trademark sense to endorse or promote products or services of Licensee, or any
165 third party.
166
167#. By copying, installing or otherwise using Python |release|, Licensee agrees
168 to be bound by the terms and conditions of this License Agreement.
169
170
171.. centered:: BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
172
173
174.. centered:: BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
175
176#. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at
177 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization
178 ("Licensee") accessing and otherwise using this software in source or binary
179 form and its associated documentation ("the Software").
180
181#. Subject to the terms and conditions of this BeOpen Python License Agreement,
182 BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license
183 to reproduce, analyze, test, perform and/or display publicly, prepare derivative
184 works, distribute, and otherwise use the Software alone or in any derivative
185 version, provided, however, that the BeOpen Python License is retained in the
186 Software, alone or in any derivative version prepared by Licensee.
187
188#. BeOpen is making the Software available to Licensee on an "AS IS" basis.
189 BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF
190 EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
191 WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
192 USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
193
194#. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR
195 ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING,
196 MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF
197 ADVISED OF THE POSSIBILITY THEREOF.
198
199#. This License Agreement will automatically terminate upon a material breach of
200 its terms and conditions.
201
202#. This License Agreement shall be governed by and interpreted in all respects
203 by the law of the State of California, excluding conflict of law provisions.
204 Nothing in this License Agreement shall be deemed to create any relationship of
205 agency, partnership, or joint venture between BeOpen and Licensee. This License
206 Agreement does not grant permission to use BeOpen trademarks or trade names in a
207 trademark sense to endorse or promote products or services of Licensee, or any
208 third party. As an exception, the "BeOpen Python" logos available at
209 http://www.pythonlabs.com/logos.html may be used according to the permissions
210 granted on that web page.
211
212#. By copying, installing or otherwise using the software, Licensee agrees to be
213 bound by the terms and conditions of this License Agreement.
214
215
216.. centered:: CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
217
218#. This LICENSE AGREEMENT is between the Corporation for National Research
219 Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191
220 ("CNRI"), and the Individual or Organization ("Licensee") accessing and
221 otherwise using Python 1.6.1 software in source or binary form and its
222 associated documentation.
223
224#. Subject to the terms and conditions of this License Agreement, CNRI hereby
225 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
226 analyze, test, perform and/or display publicly, prepare derivative works,
227 distribute, and otherwise use Python 1.6.1 alone or in any derivative version,
228 provided, however, that CNRI's License Agreement and CNRI's notice of copyright,
229 i.e., "Copyright © 1995-2001 Corporation for National Research Initiatives; All
230 Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version
231 prepared by Licensee. Alternately, in lieu of CNRI's License Agreement,
232 Licensee may substitute the following text (omitting the quotes): "Python 1.6.1
233 is made available subject to the terms and conditions in CNRI's License
234 Agreement. This Agreement together with Python 1.6.1 may be located on the
235 Internet using the following unique, persistent identifier (known as a handle):
236 1895.22/1013. This Agreement may also be obtained from a proxy server on the
237 Internet using the following URL: http://hdl.handle.net/1895.22/1013."
238
239#. In the event Licensee prepares a derivative work that is based on or
240 incorporates Python 1.6.1 or any part thereof, and wants to make the derivative
241 work available to others as provided herein, then Licensee hereby agrees to
242 include in any such work a brief summary of the changes made to Python 1.6.1.
243
244#. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis. CNRI
245 MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE,
246 BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY
247 OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF
248 PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
249
250#. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR
251 ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
252 MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE
253 THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
254
255#. This License Agreement will automatically terminate upon a material breach of
256 its terms and conditions.
257
258#. This License Agreement shall be governed by the federal intellectual property
259 law of the United States, including without limitation the federal copyright
260 law, and, to the extent such U.S. federal law does not apply, by the law of the
261 Commonwealth of Virginia, excluding Virginia's conflict of law provisions.
262 Notwithstanding the foregoing, with regard to derivative works based on Python
263 1.6.1 that incorporate non-separable material that was previously distributed
264 under the GNU General Public License (GPL), the law of the Commonwealth of
265 Virginia shall govern this License Agreement only as to issues arising under or
266 with respect to Paragraphs 4, 5, and 7 of this License Agreement. Nothing in
267 this License Agreement shall be deemed to create any relationship of agency,
268 partnership, or joint venture between CNRI and Licensee. This License Agreement
269 does not grant permission to use CNRI trademarks or trade name in a trademark
270 sense to endorse or promote products or services of Licensee, or any third
271 party.
272
273#. By clicking on the "ACCEPT" button where indicated, or by copying, installing
274 or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and
275 conditions of this License Agreement.
276
277
278.. centered:: ACCEPT
279
280
281.. centered:: CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
282
283Copyright © 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The
284Netherlands. All rights reserved.
285
286Permission to use, copy, modify, and distribute this software and its
287documentation for any purpose and without fee is hereby granted, provided that
288the above copyright notice appear in all copies and that both that copyright
289notice and this permission notice appear in supporting documentation, and that
290the name of Stichting Mathematisch Centrum or CWI not be used in advertising or
291publicity pertaining to distribution of the software without specific, written
292prior permission.
293
294STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
295SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
296EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT
297OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
298DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
299ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
300SOFTWARE.
301
302
303Licenses and Acknowledgements for Incorporated Software
304=======================================================
305
306This section is an incomplete, but growing list of licenses and acknowledgements
307for third-party software incorporated in the Python distribution.
308
309
310Mersenne Twister
311----------------
312
313The :mod:`_random` module includes code based on a download from
314http://www.math.keio.ac.jp/ matumoto/MT2002/emt19937ar.html. The following are
315the verbatim comments from the original code::
316
317 A C-program for MT19937, with initialization improved 2002/1/26.
318 Coded by Takuji Nishimura and Makoto Matsumoto.
319
320 Before using, initialize the state by using init_genrand(seed)
321 or init_by_array(init_key, key_length).
322
323 Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
324 All rights reserved.
325
326 Redistribution and use in source and binary forms, with or without
327 modification, are permitted provided that the following conditions
328 are met:
329
330 1. Redistributions of source code must retain the above copyright
331 notice, this list of conditions and the following disclaimer.
332
333 2. Redistributions in binary form must reproduce the above copyright
334 notice, this list of conditions and the following disclaimer in the
335 documentation and/or other materials provided with the distribution.
336
337 3. The names of its contributors may not be used to endorse or promote
338 products derived from this software without specific prior written
339 permission.
340
341 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
342 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
343 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
344 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
345 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
346 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
347 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
348 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
349 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
350 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
351 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
352
353
354 Any feedback is very welcome.
355 http://www.math.keio.ac.jp/matumoto/emt.html
356 email: matumoto@math.keio.ac.jp
357
358
359Sockets
360-------
361
362The :mod:`socket` module uses the functions, :func:`getaddrinfo`, and
363:func:`getnameinfo`, which are coded in separate source files from the WIDE
Christian Heimesdd15f6c2008-03-16 00:07:10 +0000364Project, http://www.wide.ad.jp/. ::
Georg Brandl116aa622007-08-15 14:28:22 +0000365
366 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
367 All rights reserved.
368
369 Redistribution and use in source and binary forms, with or without
370 modification, are permitted provided that the following conditions
371 are met:
372 1. Redistributions of source code must retain the above copyright
373 notice, this list of conditions and the following disclaimer.
374 2. Redistributions in binary form must reproduce the above copyright
375 notice, this list of conditions and the following disclaimer in the
376 documentation and/or other materials provided with the distribution.
377 3. Neither the name of the project nor the names of its contributors
378 may be used to endorse or promote products derived from this software
379 without specific prior written permission.
380
381 THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
382 GAI_ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
383 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
384 ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
385 FOR GAI_ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
386 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
387 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
388 HOWEVER CAUSED AND ON GAI_ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
389 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN GAI_ANY WAY
390 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
391 SUCH DAMAGE.
392
393
394Floating point exception control
395--------------------------------
396
397The source for the :mod:`fpectl` module includes the following notice::
398
Georg Brandl48310cd2009-01-03 21:18:54 +0000399 ---------------------------------------------------------------------
400 / Copyright (c) 1996. \
Georg Brandl116aa622007-08-15 14:28:22 +0000401 | The Regents of the University of California. |
402 | All rights reserved. |
403 | |
404 | Permission to use, copy, modify, and distribute this software for |
405 | any purpose without fee is hereby granted, provided that this en- |
406 | tire notice is included in all copies of any software which is or |
407 | includes a copy or modification of this software and in all |
408 | copies of the supporting documentation for such software. |
409 | |
410 | This work was produced at the University of California, Lawrence |
411 | Livermore National Laboratory under contract no. W-7405-ENG-48 |
412 | between the U.S. Department of Energy and The Regents of the |
413 | University of California for the operation of UC LLNL. |
414 | |
415 | DISCLAIMER |
416 | |
417 | This software was prepared as an account of work sponsored by an |
418 | agency of the United States Government. Neither the United States |
419 | Government nor the University of California nor any of their em- |
420 | ployees, makes any warranty, express or implied, or assumes any |
421 | liability or responsibility for the accuracy, completeness, or |
422 | usefulness of any information, apparatus, product, or process |
423 | disclosed, or represents that its use would not infringe |
424 | privately-owned rights. Reference herein to any specific commer- |
425 | cial products, process, or service by trade name, trademark, |
426 | manufacturer, or otherwise, does not necessarily constitute or |
427 | imply its endorsement, recommendation, or favoring by the United |
428 | States Government or the University of California. The views and |
429 | opinions of authors expressed herein do not necessarily state or |
430 | reflect those of the United States Government or the University |
431 | of California, and shall not be used for advertising or product |
Georg Brandl48310cd2009-01-03 21:18:54 +0000432 \ endorsement purposes. /
Georg Brandl116aa622007-08-15 14:28:22 +0000433 ---------------------------------------------------------------------
434
435
Georg Brandl116aa622007-08-15 14:28:22 +0000436Asynchronous socket services
437----------------------------
438
439The :mod:`asynchat` and :mod:`asyncore` modules contain the following notice::
440
441 Copyright 1996 by Sam Rushing
442
443 All Rights Reserved
444
445 Permission to use, copy, modify, and distribute this software and
446 its documentation for any purpose and without fee is hereby
447 granted, provided that the above copyright notice appear in all
448 copies and that both that copyright notice and this permission
449 notice appear in supporting documentation, and that the name of Sam
450 Rushing not be used in advertising or publicity pertaining to
451 distribution of the software without specific, written prior
452 permission.
453
454 SAM RUSHING DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
455 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
456 NO EVENT SHALL SAM RUSHING BE LIABLE FOR ANY SPECIAL, INDIRECT OR
457 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
458 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
459 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
460 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
461
462
463Cookie management
464-----------------
465
Georg Brandl24420152008-05-26 16:32:26 +0000466The :mod:`http.cookies` module contains the following notice::
Georg Brandl116aa622007-08-15 14:28:22 +0000467
468 Copyright 2000 by Timothy O'Malley <timo@alum.mit.edu>
469
470 All Rights Reserved
471
472 Permission to use, copy, modify, and distribute this software
473 and its documentation for any purpose and without fee is hereby
474 granted, provided that the above copyright notice appear in all
475 copies and that both that copyright notice and this permission
476 notice appear in supporting documentation, and that the name of
477 Timothy O'Malley not be used in advertising or publicity
478 pertaining to distribution of the software without specific, written
479 prior permission.
480
481 Timothy O'Malley DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
482 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
483 AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR
484 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
485 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
486 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
487 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
488 PERFORMANCE OF THIS SOFTWARE.
489
490
491Profiling
492---------
493
494The :mod:`profile` and :mod:`pstats` modules contain the following notice::
495
496 Copyright 1994, by InfoSeek Corporation, all rights reserved.
497 Written by James Roskind
498
499 Permission to use, copy, modify, and distribute this Python software
500 and its associated documentation for any purpose (subject to the
501 restriction in the following sentence) without fee is hereby granted,
502 provided that the above copyright notice appears in all copies, and
503 that both that copyright notice and this permission notice appear in
504 supporting documentation, and that the name of InfoSeek not be used in
505 advertising or publicity pertaining to distribution of the software
506 without specific, written prior permission. This permission is
507 explicitly restricted to the copying and modification of the software
508 to remain in Python, compiled Python, or other languages (such as C)
509 wherein the modified or derived code is exclusively imported into a
510 Python module.
511
512 INFOSEEK CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
513 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
514 FITNESS. IN NO EVENT SHALL INFOSEEK CORPORATION BE LIABLE FOR ANY
515 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
516 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
517 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
518 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
519
520
521Execution tracing
522-----------------
523
524The :mod:`trace` module contains the following notice::
525
526 portions copyright 2001, Autonomous Zones Industries, Inc., all rights...
527 err... reserved and offered to the public under the terms of the
528 Python 2.2 license.
529 Author: Zooko O'Whielacronx
530 http://zooko.com/
531 mailto:zooko@zooko.com
532
533 Copyright 2000, Mojam Media, Inc., all rights reserved.
534 Author: Skip Montanaro
535
536 Copyright 1999, Bioreason, Inc., all rights reserved.
537 Author: Andrew Dalke
538
539 Copyright 1995-1997, Automatrix, Inc., all rights reserved.
540 Author: Skip Montanaro
541
542 Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved.
543
544
545 Permission to use, copy, modify, and distribute this Python software and
546 its associated documentation for any purpose without fee is hereby
547 granted, provided that the above copyright notice appears in all copies,
548 and that both that copyright notice and this permission notice appear in
549 supporting documentation, and that the name of neither Automatrix,
550 Bioreason or Mojam Media be used in advertising or publicity pertaining to
551 distribution of the software without specific, written prior permission.
552
553
554UUencode and UUdecode functions
555-------------------------------
556
557The :mod:`uu` module contains the following notice::
558
559 Copyright 1994 by Lance Ellinghouse
560 Cathedral City, California Republic, United States of America.
561 All Rights Reserved
562 Permission to use, copy, modify, and distribute this software and its
563 documentation for any purpose and without fee is hereby granted,
564 provided that the above copyright notice appear in all copies and that
565 both that copyright notice and this permission notice appear in
566 supporting documentation, and that the name of Lance Ellinghouse
567 not be used in advertising or publicity pertaining to distribution
568 of the software without specific, written prior permission.
569 LANCE ELLINGHOUSE DISCLAIMS ALL WARRANTIES WITH REGARD TO
570 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
571 FITNESS, IN NO EVENT SHALL LANCE ELLINGHOUSE CENTRUM BE LIABLE
572 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
573 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
574 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
575 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
576
577 Modified by Jack Jansen, CWI, July 1995:
578 - Use binascii module to do the actual line-by-line conversion
579 between ascii and binary. This results in a 1000-fold speedup. The C
580 version is still 5 times faster, though.
581 - Arguments more compliant with python standard
582
583
584XML Remote Procedure Calls
585--------------------------
586
Georg Brandl38eceaa2008-05-26 11:14:17 +0000587The :mod:`xmlrpc.client` module contains the following notice::
Georg Brandl116aa622007-08-15 14:28:22 +0000588
589 The XML-RPC client interface is
590
591 Copyright (c) 1999-2002 by Secret Labs AB
592 Copyright (c) 1999-2002 by Fredrik Lundh
593
594 By obtaining, using, and/or copying this software and/or its
595 associated documentation, you agree that you have read, understood,
596 and will comply with the following terms and conditions:
597
598 Permission to use, copy, modify, and distribute this software and
599 its associated documentation for any purpose and without fee is
600 hereby granted, provided that the above copyright notice appears in
601 all copies, and that both that copyright notice and this permission
602 notice appear in supporting documentation, and that the name of
603 Secret Labs AB or the author not be used in advertising or publicity
604 pertaining to distribution of the software without specific, written
605 prior permission.
606
607 SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD
608 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANT-
609 ABILITY AND FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR
610 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
611 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
612 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
613 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
614 OF THIS SOFTWARE.
615
Christian Heimes4fbc72b2008-03-22 00:47:35 +0000616
617test_epoll
618----------
619
620The :mod:`test_epoll` contains the following notice::
621
622 Copyright (c) 2001-2006 Twisted Matrix Laboratories.
623
624 Permission is hereby granted, free of charge, to any person obtaining
625 a copy of this software and associated documentation files (the
626 "Software"), to deal in the Software without restriction, including
627 without limitation the rights to use, copy, modify, merge, publish,
628 distribute, sublicense, and/or sell copies of the Software, and to
629 permit persons to whom the Software is furnished to do so, subject to
630 the following conditions:
631
632 The above copyright notice and this permission notice shall be
633 included in all copies or substantial portions of the Software.
634
635 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
636 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
637 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
638 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
639 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
640 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
641 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
642
643Select kqueue
644-------------
645
646The :mod:`select` and contains the following notice for the kqueue interface::
647
648 Copyright (c) 2000 Doug White, 2006 James Knight, 2007 Christian Heimes
649 All rights reserved.
650
651 Redistribution and use in source and binary forms, with or without
652 modification, are permitted provided that the following conditions
653 are met:
654 1. Redistributions of source code must retain the above copyright
655 notice, this list of conditions and the following disclaimer.
656 2. Redistributions in binary form must reproduce the above copyright
657 notice, this list of conditions and the following disclaimer in the
658 documentation and/or other materials provided with the distribution.
659
660 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
661 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
662 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
663 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
664 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
665 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
666 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
667 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
668 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
669 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
670 SUCH DAMAGE.
Mark Dickinsonb08a53a2009-04-16 19:52:09 +0000671
672
673strtod and dtoa
674---------------
675
676The file :file:`Python/dtoa.c`, which supplies C functions dtoa and
677strtod for conversion of C doubles to and from strings, is derived
678from the file of the same name by David M. Gay, currently available
679from http://www.netlib.org/fp/. The original file, as retrieved on
680March 16, 2009, contains the following copyright and licensing
681notice::
682
683 /****************************************************************
684 *
685 * The author of this software is David M. Gay.
686 *
687 * Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
688 *
689 * Permission to use, copy, modify, and distribute this software for any
690 * purpose without fee is hereby granted, provided that this entire notice
691 * is included in all copies of any software which is or includes a copy
692 * or modification of this software and in all copies of the supporting
693 * documentation for such software.
694 *
695 * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
696 * WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
697 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
698 * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
699 *
700 ***************************************************************/
701
702