Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Doc/license.rst

    r2 r388  
    5151| 2.1.1          | 2.1+2.0.1    | 2001      | PSF        | yes             |
    5252+----------------+--------------+-----------+------------+-----------------+
    53 | 2.2            | 2.1.1        | 2001      | PSF        | yes             |
    54 +----------------+--------------+-----------+------------+-----------------+
    5553| 2.1.2          | 2.1.1        | 2002      | PSF        | yes             |
    5654+----------------+--------------+-----------+------------+-----------------+
    5755| 2.1.3          | 2.1.2        | 2002      | PSF        | yes             |
    5856+----------------+--------------+-----------+------------+-----------------+
    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 +----------------+--------------+-----------+------------+-----------------+
    91 | 2.5.2          | 2.5.1        | 2008      | PSF        | yes             |
    92 +----------------+--------------+-----------+------------+-----------------+
    93 | 2.5.3          | 2.5.2        | 2008      | PSF        | yes             |
    94 +----------------+--------------+-----------+------------+-----------------+
    95 | 2.6            | 2.5          | 2008      | PSF        | yes             |
    96 +----------------+--------------+-----------+------------+-----------------+
    97 | 2.6.1          | 2.6          | 2008      | PSF        | yes             |
    98 +----------------+--------------+-----------+------------+-----------------+
    99 | 2.6.2          | 2.6.1        | 2009      | PSF        | yes             |
    100 +----------------+--------------+-----------+------------+-----------------+
    101 | 2.6.3          | 2.6.2        | 2009      | PSF        | yes             |
    102 +----------------+--------------+-----------+------------+-----------------+
    103 | 2.6.4          | 2.6.3        | 2009      | PSF        | yes             |
    104 +----------------+--------------+-----------+------------+-----------------+
    105 | 2.6.5          | 2.6.4        | 2010      | PSF        | yes             |
     57| 2.2 and above  | 2.1.1        | 2001-now  | PSF        | yes             |
    10658+----------------+--------------+-----------+------------+-----------------+
    10759
     
    13385   distribute, and otherwise use Python |release| alone or in any derivative
    13486   version, provided, however, that PSF's License Agreement and PSF's notice of
    135    copyright, i.e., "Copyright © 2001-2010 Python Software Foundation; All Rights
     87   copyright, i.e., "Copyright © 2001-2013 Python Software Foundation; All Rights
    13688   Reserved" are retained in Python |release| alone or in any derivative version
    13789   prepared by Licensee.
     
    310262
    311263The :mod:`_random` module includes code based on a download from
    312 http://www.math.keio.ac.jp/ matumoto/MT2002/emt19937ar.html. The following are
     264http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html. The following are
    313265the verbatim comments from the original code::
    314266
     
    351303
    352304   Any feedback is very welcome.
    353    http://www.math.keio.ac.jp/matumoto/emt.html
    354    email: matumoto@math.keio.ac.jp
     305   http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
     306   email: m-mat @ math.sci.hiroshima-u.ac.jp (remove space)
    355307
    356308
     
    537489
    538490
    539 Profiling
    540 ---------
    541 
    542 The :mod:`profile` and :mod:`pstats` modules contain the following notice::
    543 
    544    Copyright 1994, by InfoSeek Corporation, all rights reserved.
    545    Written by James Roskind
    546 
    547    Permission to use, copy, modify, and distribute this Python software
    548    and its associated documentation for any purpose (subject to the
    549    restriction in the following sentence) without fee is hereby granted,
    550    provided that the above copyright notice appears in all copies, and
    551    that both that copyright notice and this permission notice appear in
    552    supporting documentation, and that the name of InfoSeek not be used in
    553    advertising or publicity pertaining to distribution of the software
    554    without specific, written prior permission.  This permission is
    555    explicitly restricted to the copying and modification of the software
    556    to remain in Python, compiled Python, or other languages (such as C)
    557    wherein the modified or derived code is exclusively imported into a
    558    Python module.
    559 
    560    INFOSEEK CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
    561    SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
    562    FITNESS. IN NO EVENT SHALL INFOSEEK CORPORATION BE LIABLE FOR ANY
    563    SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
    564    RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
    565    CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
    566    CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
    567 
    568 
    569491Execution tracing
    570492-----------------
     
    717639  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    718640  SUCH DAMAGE.
     641
     642
     643strtod and dtoa
     644---------------
     645
     646The file :file:`Python/dtoa.c`, which supplies C functions dtoa and
     647strtod for conversion of C doubles to and from strings, is derived
     648from the file of the same name by David M. Gay, currently available
     649from http://www.netlib.org/fp/.  The original file, as retrieved on
     650March 16, 2009, contains the following copyright and licensing
     651notice::
     652
     653   /****************************************************************
     654    *
     655    * The author of this software is David M. Gay.
     656    *
     657    * Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
     658    *
     659    * Permission to use, copy, modify, and distribute this software for any
     660    * purpose without fee is hereby granted, provided that this entire notice
     661    * is included in all copies of any software which is or includes a copy
     662    * or modification of this software and in all copies of the supporting
     663    * documentation for such software.
     664    *
     665    * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
     666    * WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
     667    * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
     668    * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
     669    *
     670    ***************************************************************/
     671
     672
     673OpenSSL
     674-------
     675
     676The modules :mod:`hashlib`, :mod:`posix`, :mod:`ssl`, :mod:`crypt` use
     677the OpenSSL library for added performance if made available by the
     678operating system. Additionally, the Windows installers for Python
     679include a copy of the OpenSSL libraries, so we include a copy of the
     680OpenSSL license here::
     681
     682
     683  LICENSE ISSUES
     684  ==============
     685
     686  The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
     687  the OpenSSL License and the original SSLeay license apply to the toolkit.
     688  See below for the actual license texts. Actually both licenses are BSD-style
     689  Open Source licenses. In case of any license issues related to OpenSSL
     690  please contact openssl-core@openssl.org.
     691
     692  OpenSSL License
     693  ---------------
     694
     695    /* ====================================================================
     696     * Copyright (c) 1998-2008 The OpenSSL Project.  All rights reserved.
     697     *
     698     * Redistribution and use in source and binary forms, with or without
     699     * modification, are permitted provided that the following conditions
     700     * are met:
     701     *
     702     * 1. Redistributions of source code must retain the above copyright
     703     *    notice, this list of conditions and the following disclaimer.
     704     *
     705     * 2. Redistributions in binary form must reproduce the above copyright
     706     *    notice, this list of conditions and the following disclaimer in
     707     *    the documentation and/or other materials provided with the
     708     *    distribution.
     709     *
     710     * 3. All advertising materials mentioning features or use of this
     711     *    software must display the following acknowledgment:
     712     *    "This product includes software developed by the OpenSSL Project
     713     *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
     714     *
     715     * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
     716     *    endorse or promote products derived from this software without
     717     *    prior written permission. For written permission, please contact
     718     *    openssl-core@openssl.org.
     719     *
     720     * 5. Products derived from this software may not be called "OpenSSL"
     721     *    nor may "OpenSSL" appear in their names without prior written
     722     *    permission of the OpenSSL Project.
     723     *
     724     * 6. Redistributions of any form whatsoever must retain the following
     725     *    acknowledgment:
     726     *    "This product includes software developed by the OpenSSL Project
     727     *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
     728     *
     729     * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
     730     * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     731     * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     732     * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
     733     * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
     734     * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     735     * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
     736     * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     737     * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
     738     * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     739     * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
     740     * OF THE POSSIBILITY OF SUCH DAMAGE.
     741     * ====================================================================
     742     *
     743     * This product includes cryptographic software written by Eric Young
     744     * (eay@cryptsoft.com).  This product includes software written by Tim
     745     * Hudson (tjh@cryptsoft.com).
     746     *
     747     */
     748
     749 Original SSLeay License
     750 -----------------------
     751
     752    /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
     753     * All rights reserved.
     754     *
     755     * This package is an SSL implementation written
     756     * by Eric Young (eay@cryptsoft.com).
     757     * The implementation was written so as to conform with Netscapes SSL.
     758     *
     759     * This library is free for commercial and non-commercial use as long as
     760     * the following conditions are aheared to.  The following conditions
     761     * apply to all code found in this distribution, be it the RC4, RSA,
     762     * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
     763     * included with this distribution is covered by the same copyright terms
     764     * except that the holder is Tim Hudson (tjh@cryptsoft.com).
     765     *
     766     * Copyright remains Eric Young's, and as such any Copyright notices in
     767     * the code are not to be removed.
     768     * If this package is used in a product, Eric Young should be given attribution
     769     * as the author of the parts of the library used.
     770     * This can be in the form of a textual message at program startup or
     771     * in documentation (online or textual) provided with the package.
     772     *
     773     * Redistribution and use in source and binary forms, with or without
     774     * modification, are permitted provided that the following conditions
     775     * are met:
     776     * 1. Redistributions of source code must retain the copyright
     777     *    notice, this list of conditions and the following disclaimer.
     778     * 2. Redistributions in binary form must reproduce the above copyright
     779     *    notice, this list of conditions and the following disclaimer in the
     780     *    documentation and/or other materials provided with the distribution.
     781     * 3. All advertising materials mentioning features or use of this software
     782     *    must display the following acknowledgement:
     783     *    "This product includes cryptographic software written by
     784     *     Eric Young (eay@cryptsoft.com)"
     785     *    The word 'cryptographic' can be left out if the rouines from the library
     786     *    being used are not cryptographic related :-).
     787     * 4. If you include any Windows specific code (or a derivative thereof) from
     788     *    the apps directory (application code) you must include an acknowledgement:
     789     *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
     790     *
     791     * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
     792     * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     793     * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     794     * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
     795     * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     796     * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     797     * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     798     * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     799     * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     800     * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     801     * SUCH DAMAGE.
     802     *
     803     * The licence and distribution terms for any publically available version or
     804     * derivative of this code cannot be changed.  i.e. this code cannot simply be
     805     * copied and put under another distribution licence
     806     * [including the GNU Public Licence.]
     807     */
     808
     809
     810expat
     811-----
     812
     813The :mod:`pyexpat` extension is built using an included copy of the expat
     814sources unless the build is configured ``--with-system-expat``::
     815
     816  Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
     817                                 and Clark Cooper
     818
     819  Permission is hereby granted, free of charge, to any person obtaining
     820  a copy of this software and associated documentation files (the
     821  "Software"), to deal in the Software without restriction, including
     822  without limitation the rights to use, copy, modify, merge, publish,
     823  distribute, sublicense, and/or sell copies of the Software, and to
     824  permit persons to whom the Software is furnished to do so, subject to
     825  the following conditions:
     826
     827  The above copyright notice and this permission notice shall be included
     828  in all copies or substantial portions of the Software.
     829
     830  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     831  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
     832  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
     833  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
     834  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
     835  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
     836  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
     837
     838
     839libffi
     840------
     841
     842The :mod:`_ctypes` extension is built using an included copy of the libffi
     843sources unless the build is configured ``--with-system-libffi``::
     844
     845   Copyright (c) 1996-2008  Red Hat, Inc and others.
     846
     847   Permission is hereby granted, free of charge, to any person obtaining
     848   a copy of this software and associated documentation files (the
     849   ``Software''), to deal in the Software without restriction, including
     850   without limitation the rights to use, copy, modify, merge, publish,
     851   distribute, sublicense, and/or sell copies of the Software, and to
     852   permit persons to whom the Software is furnished to do so, subject to
     853   the following conditions:
     854
     855   The above copyright notice and this permission notice shall be included
     856   in all copies or substantial portions of the Software.
     857
     858   THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
     859   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
     860   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     861   NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     862   HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     863   WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
     864   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
     865   DEALINGS IN THE SOFTWARE.
     866
     867
     868zlib
     869----
     870
     871The :mod:`zlib` extension is built using an included copy of the zlib
     872sources if the zlib version found on the system is too old to be
     873used for the build::
     874
     875  Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
     876
     877  This software is provided 'as-is', without any express or implied
     878  warranty.  In no event will the authors be held liable for any damages
     879  arising from the use of this software.
     880
     881  Permission is granted to anyone to use this software for any purpose,
     882  including commercial applications, and to alter it and redistribute it
     883  freely, subject to the following restrictions:
     884
     885  1. The origin of this software must not be misrepresented; you must not
     886     claim that you wrote the original software. If you use this software
     887     in a product, an acknowledgment in the product documentation would be
     888     appreciated but is not required.
     889
     890  2. Altered source versions must be plainly marked as such, and must not be
     891     misrepresented as being the original software.
     892
     893  3. This notice may not be removed or altered from any source distribution.
     894
     895  Jean-loup Gailly        Mark Adler
     896  jloup@gzip.org          madler@alumni.caltech.edu
     897
Note: See TracChangeset for help on using the changeset viewer.