components/python/python34/python-34.p5m
author John Beck <John.Beck@Oracle.COM>
Wed, 25 Feb 2015 20:44:31 -0800
branchs11-update
changeset 3876 da37433d5103
parent 3786 fa9d2da4d216
permissions -rw-r--r--
20605341 update Python to 3.4.3 20605333 problem in UTILITY/PYTHON
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
#
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
#
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
#
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
#
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    18
#
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    20
#
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
    21
# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    22
#
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    23
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    24
# bootstrap: pkgdepend doesn't like python 3.4 yet;
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    25
# remove this block once it is installed on build machine
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    26
# also look for other "XXX bootstrap" comments
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    27
<transform file path=.+\.py$ -> \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    28
    default pkg.depend.bypass-generate .* >
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    29
<transform file path=.+\.pyc$ -> \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    30
    default pkg.depend.bypass-generate .* >
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    31
<transform file path=usr/bin.*$ -> \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    32
    default pkg.depend.bypass-generate .* >
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    33
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    34
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    35
<transform file path=.*/(idle_)?tests?/.* -> default facet.optional.test true>
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    36
set name=pkg.fmri \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    37
    value=pkg:/runtime/python-34@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    38
set name=pkg.summary value="The Python interpreter, libraries and utilities"
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    39
set name=com.oracle.info.description value="Python 3.4"
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
    40
set name=com.oracle.info.tpno value=$(TPNO)
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    41
set name=info.classification \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    42
    value=org.opensolaris.category.2008:Development/Python
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    43
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    44
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    45
set name=org.opensolaris.arc-caseid value=PSARC/2005/555 value=PSARC/2008/514 \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    46
    value=PSARC/2009/529 value=PSARC/2013/235 value=PSARC/2014/151
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    47
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    48
#
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    49
link path=usr/bin/2to3 target=2to3-3.4 mediator=python mediator-version=3.4
3784
d6eabdbf55cb 19714339 Python 3.4 utilities use incorrect shebang path
John Beck <John.Beck@Oracle.COM>
parents: 3783
diff changeset
    50
file path=usr/bin/2to3-3.4
3783
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    51
link path=usr/bin/idle target=idle3.4 mediator=python mediator-version=3.4
3784
d6eabdbf55cb 19714339 Python 3.4 utilities use incorrect shebang path
John Beck <John.Beck@Oracle.COM>
parents: 3783
diff changeset
    52
file path=usr/bin/idle3.4
3783
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    53
link path=usr/bin/pydoc target=pydoc3.4 mediator=python mediator-version=3.4
3784
d6eabdbf55cb 19714339 Python 3.4 utilities use incorrect shebang path
John Beck <John.Beck@Oracle.COM>
parents: 3783
diff changeset
    54
file path=usr/bin/pydoc3.4
3783
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    55
link path=usr/bin/python target=python3.4 mediator=python mediator-version=3.4
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    56
link path=usr/bin/python-config target=python3.4-config mediator=python \
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    57
    mediator-version=3.4
3783
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    58
hardlink path=usr/bin/python3.4 target=python3.4m
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
    59
link path=usr/bin/python3.4-config target=python3.4m-config
3784
d6eabdbf55cb 19714339 Python 3.4 utilities use incorrect shebang path
John Beck <John.Beck@Oracle.COM>
parents: 3783
diff changeset
    60
file path=usr/bin/python3.4m
d6eabdbf55cb 19714339 Python 3.4 utilities use incorrect shebang path
John Beck <John.Beck@Oracle.COM>
parents: 3783
diff changeset
    61
file path=usr/bin/python3.4m-config
3783
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    62
# pyvenv is new in 3.x, so no need for a mediator now, but one will be needed
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    63
# when we add 3.5 .
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    64
link path=usr/bin/pyvenv target=pyvenv-3.4
3784
d6eabdbf55cb 19714339 Python 3.4 utilities use incorrect shebang path
John Beck <John.Beck@Oracle.COM>
parents: 3783
diff changeset
    65
file path=usr/bin/pyvenv-3.4
3783
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    66
#
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    67
file path=usr/include/python3.4m/Python-ast.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    68
file path=usr/include/python3.4m/Python.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    69
file path=usr/include/python3.4m/abstract.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    70
file path=usr/include/python3.4m/accu.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    71
file path=usr/include/python3.4m/asdl.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    72
file path=usr/include/python3.4m/ast.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    73
file path=usr/include/python3.4m/bitset.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    74
file path=usr/include/python3.4m/bltinmodule.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    75
file path=usr/include/python3.4m/boolobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    76
file path=usr/include/python3.4m/bytearrayobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    77
file path=usr/include/python3.4m/bytes_methods.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    78
file path=usr/include/python3.4m/bytesobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    79
file path=usr/include/python3.4m/cellobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    80
file path=usr/include/python3.4m/ceval.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    81
file path=usr/include/python3.4m/classobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    82
file path=usr/include/python3.4m/code.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    83
file path=usr/include/python3.4m/codecs.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    84
file path=usr/include/python3.4m/compile.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    85
file path=usr/include/python3.4m/complexobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    86
file path=usr/include/python3.4m/datetime.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    87
file path=usr/include/python3.4m/descrobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    88
file path=usr/include/python3.4m/dictobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    89
file path=usr/include/python3.4m/dtoa.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    90
file path=usr/include/python3.4m/dynamic_annotations.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    91
file path=usr/include/python3.4m/enumobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    92
file path=usr/include/python3.4m/errcode.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    93
file path=usr/include/python3.4m/eval.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    94
file path=usr/include/python3.4m/fileobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    95
file path=usr/include/python3.4m/fileutils.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    96
file path=usr/include/python3.4m/floatobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    97
file path=usr/include/python3.4m/frameobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    98
file path=usr/include/python3.4m/funcobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
    99
file path=usr/include/python3.4m/genobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   100
file path=usr/include/python3.4m/graminit.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   101
file path=usr/include/python3.4m/grammar.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   102
file path=usr/include/python3.4m/import.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   103
file path=usr/include/python3.4m/intrcheck.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   104
file path=usr/include/python3.4m/iterobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   105
file path=usr/include/python3.4m/listobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   106
file path=usr/include/python3.4m/longintrepr.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   107
file path=usr/include/python3.4m/longobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   108
file path=usr/include/python3.4m/marshal.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   109
file path=usr/include/python3.4m/memoryobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   110
file path=usr/include/python3.4m/metagrammar.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   111
file path=usr/include/python3.4m/methodobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   112
file path=usr/include/python3.4m/modsupport.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   113
file path=usr/include/python3.4m/moduleobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   114
file path=usr/include/python3.4m/namespaceobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   115
file path=usr/include/python3.4m/node.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   116
file path=usr/include/python3.4m/object.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   117
file path=usr/include/python3.4m/objimpl.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   118
file path=usr/include/python3.4m/opcode.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   119
file path=usr/include/python3.4m/osdefs.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   120
file path=usr/include/python3.4m/parsetok.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   121
file path=usr/include/python3.4m/patchlevel.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   122
file path=usr/include/python3.4m/pgen.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   123
file path=usr/include/python3.4m/pgenheaders.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   124
file path=usr/include/python3.4m/py_curses.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   125
file path=usr/include/python3.4m/pyarena.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   126
file path=usr/include/python3.4m/pyatomic.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   127
file path=usr/include/python3.4m/pycapsule.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   128
file path=usr/include/python3.4m/pyconfig.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   129
file path=usr/include/python3.4m/pyctype.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   130
file path=usr/include/python3.4m/pydebug.h
3876
da37433d5103 20605341 update Python to 3.4.3
John Beck <John.Beck@Oracle.COM>
parents: 3786
diff changeset
   131
file path=usr/include/python3.4m/pydtrace.h
da37433d5103 20605341 update Python to 3.4.3
John Beck <John.Beck@Oracle.COM>
parents: 3786
diff changeset
   132
file path=usr/include/python3.4m/pydtrace_offsets.h
3783
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   133
file path=usr/include/python3.4m/pyerrors.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   134
file path=usr/include/python3.4m/pyexpat.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   135
file path=usr/include/python3.4m/pyfpe.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   136
file path=usr/include/python3.4m/pygetopt.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   137
file path=usr/include/python3.4m/pyhash.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   138
file path=usr/include/python3.4m/pymacconfig.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   139
file path=usr/include/python3.4m/pymacro.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   140
file path=usr/include/python3.4m/pymath.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   141
file path=usr/include/python3.4m/pymem.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   142
file path=usr/include/python3.4m/pyport.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   143
file path=usr/include/python3.4m/pystate.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   144
file path=usr/include/python3.4m/pystrcmp.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   145
file path=usr/include/python3.4m/pystrtod.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   146
file path=usr/include/python3.4m/pythonrun.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   147
file path=usr/include/python3.4m/pythread.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   148
file path=usr/include/python3.4m/pytime.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   149
file path=usr/include/python3.4m/rangeobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   150
file path=usr/include/python3.4m/setobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   151
file path=usr/include/python3.4m/sliceobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   152
file path=usr/include/python3.4m/structmember.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   153
file path=usr/include/python3.4m/structseq.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   154
file path=usr/include/python3.4m/symtable.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   155
file path=usr/include/python3.4m/sysmodule.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   156
file path=usr/include/python3.4m/token.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   157
file path=usr/include/python3.4m/traceback.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   158
file path=usr/include/python3.4m/tupleobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   159
file path=usr/include/python3.4m/typeslots.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   160
file path=usr/include/python3.4m/ucnhash.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   161
file path=usr/include/python3.4m/unicodeobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   162
file path=usr/include/python3.4m/warnings.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   163
file path=usr/include/python3.4m/weakrefobject.h
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   164
link path=usr/lib/$(MACH64)/libpython3.4m.so target=libpython3.4m.so.1.0
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   165
file path=usr/lib/$(MACH64)/libpython3.4m.so.1.0
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   166
link path=usr/lib/$(MACH64)/libpython3.4m_db.so target=libpython3.4m_db.so.1.0
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   167
file path=usr/lib/$(MACH64)/libpython3.4m_db.so.1.0
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   168
file path=usr/lib/$(MACH64)/libpython3.so
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   169
file path=usr/lib/$(MACH64)/pkgconfig/python-3.4.pc
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   170
link path=usr/lib/$(MACH64)/pkgconfig/python3.pc target=python-3.4.pc \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   171
    mediator=python mediator-version=3.4
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   172
link path=usr/lib/pkgconfig/python-3.4.pc \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   173
    target=../$(MACH64)/pkgconfig/python-3.4.pc
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   174
link path=usr/lib/pkgconfig/python3.pc target=python-3.4.pc mediator=python \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   175
    mediator-version=3.4
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   176
file path=usr/lib/python3.4/LICENSE.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   177
file path=usr/lib/python3.4/__future__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   178
file path=usr/lib/python3.4/__phello__.foo.py pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   179
file path=usr/lib/python3.4/_bootlocale.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   180
file path=usr/lib/python3.4/_collections_abc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   181
file path=usr/lib/python3.4/_compat_pickle.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   182
file path=usr/lib/python3.4/_dummy_thread.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   183
file path=usr/lib/python3.4/_markupbase.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   184
file path=usr/lib/python3.4/_osx_support.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   185
file path=usr/lib/python3.4/_pyio.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   186
file path=usr/lib/python3.4/_sitebuiltins.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   187
file path=usr/lib/python3.4/_strptime.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   188
file path=usr/lib/python3.4/_threading_local.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   189
file path=usr/lib/python3.4/_weakrefset.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   190
file path=usr/lib/python3.4/abc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   191
file path=usr/lib/python3.4/aifc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   192
file path=usr/lib/python3.4/antigravity.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   193
file path=usr/lib/python3.4/argparse.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   194
file path=usr/lib/python3.4/ast.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   195
file path=usr/lib/python3.4/asynchat.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   196
file path=usr/lib/python3.4/asyncio/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   197
file path=usr/lib/python3.4/asyncio/base_events.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   198
file path=usr/lib/python3.4/asyncio/base_subprocess.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   199
file path=usr/lib/python3.4/asyncio/constants.py
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
   200
file path=usr/lib/python3.4/asyncio/coroutines.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   201
file path=usr/lib/python3.4/asyncio/events.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   202
file path=usr/lib/python3.4/asyncio/futures.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   203
file path=usr/lib/python3.4/asyncio/locks.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   204
file path=usr/lib/python3.4/asyncio/log.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   205
file path=usr/lib/python3.4/asyncio/proactor_events.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   206
file path=usr/lib/python3.4/asyncio/protocols.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   207
file path=usr/lib/python3.4/asyncio/queues.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   208
file path=usr/lib/python3.4/asyncio/selector_events.py
3876
da37433d5103 20605341 update Python to 3.4.3
John Beck <John.Beck@Oracle.COM>
parents: 3786
diff changeset
   209
file path=usr/lib/python3.4/asyncio/sslproto.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   210
file path=usr/lib/python3.4/asyncio/streams.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   211
file path=usr/lib/python3.4/asyncio/subprocess.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   212
file path=usr/lib/python3.4/asyncio/tasks.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   213
file path=usr/lib/python3.4/asyncio/test_utils.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   214
file path=usr/lib/python3.4/asyncio/transports.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   215
file path=usr/lib/python3.4/asyncio/unix_events.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   216
file path=usr/lib/python3.4/asyncio/windows_events.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   217
file path=usr/lib/python3.4/asyncio/windows_utils.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   218
file path=usr/lib/python3.4/asyncore.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   219
file path=usr/lib/python3.4/base64.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   220
file path=usr/lib/python3.4/bdb.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   221
file path=usr/lib/python3.4/binhex.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   222
file path=usr/lib/python3.4/bisect.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   223
file path=usr/lib/python3.4/bz2.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   224
file path=usr/lib/python3.4/cProfile.py pkg.depend.bypass-generate=.*
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   225
file path=usr/lib/python3.4/calendar.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   226
file path=usr/lib/python3.4/cgi.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   227
file path=usr/lib/python3.4/cgitb.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   228
file path=usr/lib/python3.4/chunk.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   229
file path=usr/lib/python3.4/cmd.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   230
file path=usr/lib/python3.4/code.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   231
file path=usr/lib/python3.4/codecs.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   232
file path=usr/lib/python3.4/codeop.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   233
file path=usr/lib/python3.4/collections/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   234
file path=usr/lib/python3.4/collections/__main__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   235
file path=usr/lib/python3.4/collections/abc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   236
file path=usr/lib/python3.4/colorsys.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   237
file path=usr/lib/python3.4/compileall.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   238
file path=usr/lib/python3.4/concurrent/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   239
file path=usr/lib/python3.4/concurrent/futures/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   240
file path=usr/lib/python3.4/concurrent/futures/_base.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   241
file path=usr/lib/python3.4/concurrent/futures/process.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   242
file path=usr/lib/python3.4/concurrent/futures/thread.py
3783
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   243
file usr/lib/python3.4/config-3.4m/python.o \
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   244
    path=usr/lib/python3.4/config-3.4m/64/python.o
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   245
file path=usr/lib/python3.4/config-3.4m/Makefile
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   246
file path=usr/lib/python3.4/config-3.4m/Setup
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   247
file path=usr/lib/python3.4/config-3.4m/Setup.config
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   248
file path=usr/lib/python3.4/config-3.4m/Setup.local
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   249
file path=usr/lib/python3.4/config-3.4m/config.c
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   250
file path=usr/lib/python3.4/config-3.4m/config.c.in
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   251
file path=usr/lib/python3.4/config-3.4m/install-sh
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   252
file path=usr/lib/python3.4/config-3.4m/libpython3.4m.a
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   253
file path=usr/lib/python3.4/config-3.4m/makesetup
3876
da37433d5103 20605341 update Python to 3.4.3
John Beck <John.Beck@Oracle.COM>
parents: 3786
diff changeset
   254
file path=usr/lib/python3.4/config-3.4m/python-config.py pkg.tmp.autopyc=false
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   255
file path=usr/lib/python3.4/configparser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   256
file path=usr/lib/python3.4/contextlib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   257
file path=usr/lib/python3.4/copy.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   258
file path=usr/lib/python3.4/copyreg.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   259
file path=usr/lib/python3.4/crypt.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   260
file path=usr/lib/python3.4/csv.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   261
file path=usr/lib/python3.4/ctypes/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   262
file path=usr/lib/python3.4/ctypes/_endian.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   263
file path=usr/lib/python3.4/ctypes/macholib/README.ctypes
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   264
file path=usr/lib/python3.4/ctypes/macholib/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   265
file path=usr/lib/python3.4/ctypes/macholib/dyld.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   266
file path=usr/lib/python3.4/ctypes/macholib/dylib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   267
file path=usr/lib/python3.4/ctypes/macholib/fetch_macholib
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   268
file path=usr/lib/python3.4/ctypes/macholib/fetch_macholib.bat
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   269
file path=usr/lib/python3.4/ctypes/macholib/framework.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   270
#
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   271
file path=usr/lib/python3.4/ctypes/test/__init__.py
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
   272
file path=usr/lib/python3.4/ctypes/test/__main__.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   273
file path=usr/lib/python3.4/ctypes/test/test_anon.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   274
file path=usr/lib/python3.4/ctypes/test/test_array_in_pointer.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   275
file path=usr/lib/python3.4/ctypes/test/test_arrays.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   276
file path=usr/lib/python3.4/ctypes/test/test_as_parameter.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   277
file path=usr/lib/python3.4/ctypes/test/test_bitfields.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   278
file path=usr/lib/python3.4/ctypes/test/test_buffers.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   279
file path=usr/lib/python3.4/ctypes/test/test_bytes.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   280
file path=usr/lib/python3.4/ctypes/test/test_byteswap.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   281
file path=usr/lib/python3.4/ctypes/test/test_callbacks.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   282
file path=usr/lib/python3.4/ctypes/test/test_cast.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   283
file path=usr/lib/python3.4/ctypes/test/test_cfuncs.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   284
file path=usr/lib/python3.4/ctypes/test/test_checkretval.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   285
file path=usr/lib/python3.4/ctypes/test/test_delattr.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   286
file path=usr/lib/python3.4/ctypes/test/test_errno.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   287
file path=usr/lib/python3.4/ctypes/test/test_find.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   288
file path=usr/lib/python3.4/ctypes/test/test_frombuffer.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   289
file path=usr/lib/python3.4/ctypes/test/test_funcptr.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   290
file path=usr/lib/python3.4/ctypes/test/test_functions.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   291
file path=usr/lib/python3.4/ctypes/test/test_incomplete.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   292
file path=usr/lib/python3.4/ctypes/test/test_init.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   293
file path=usr/lib/python3.4/ctypes/test/test_internals.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   294
file path=usr/lib/python3.4/ctypes/test/test_keeprefs.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   295
file path=usr/lib/python3.4/ctypes/test/test_libc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   296
file path=usr/lib/python3.4/ctypes/test/test_loading.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   297
file path=usr/lib/python3.4/ctypes/test/test_macholib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   298
file path=usr/lib/python3.4/ctypes/test/test_memfunctions.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   299
file path=usr/lib/python3.4/ctypes/test/test_numbers.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   300
file path=usr/lib/python3.4/ctypes/test/test_objects.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   301
file path=usr/lib/python3.4/ctypes/test/test_parameters.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   302
file path=usr/lib/python3.4/ctypes/test/test_pep3118.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   303
file path=usr/lib/python3.4/ctypes/test/test_pickling.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   304
file path=usr/lib/python3.4/ctypes/test/test_pointers.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   305
file path=usr/lib/python3.4/ctypes/test/test_prototypes.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   306
file path=usr/lib/python3.4/ctypes/test/test_python_api.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   307
file path=usr/lib/python3.4/ctypes/test/test_random_things.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   308
file path=usr/lib/python3.4/ctypes/test/test_refcounts.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   309
file path=usr/lib/python3.4/ctypes/test/test_repr.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   310
file path=usr/lib/python3.4/ctypes/test/test_returnfuncptrs.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   311
file path=usr/lib/python3.4/ctypes/test/test_simplesubclasses.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   312
file path=usr/lib/python3.4/ctypes/test/test_sizes.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   313
file path=usr/lib/python3.4/ctypes/test/test_slicing.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   314
file path=usr/lib/python3.4/ctypes/test/test_stringptr.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   315
file path=usr/lib/python3.4/ctypes/test/test_strings.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   316
file path=usr/lib/python3.4/ctypes/test/test_struct_fields.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   317
file path=usr/lib/python3.4/ctypes/test/test_structures.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   318
file path=usr/lib/python3.4/ctypes/test/test_unaligned_structures.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   319
file path=usr/lib/python3.4/ctypes/test/test_unicode.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   320
file path=usr/lib/python3.4/ctypes/test/test_values.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   321
file path=usr/lib/python3.4/ctypes/test/test_varsize_struct.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   322
file path=usr/lib/python3.4/ctypes/test/test_win32.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   323
file path=usr/lib/python3.4/ctypes/test/test_wintypes.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   324
file path=usr/lib/python3.4/ctypes/util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   325
file path=usr/lib/python3.4/ctypes/wintypes.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   326
file path=usr/lib/python3.4/curses/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   327
file path=usr/lib/python3.4/curses/ascii.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   328
file path=usr/lib/python3.4/curses/has_key.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   329
file path=usr/lib/python3.4/curses/panel.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   330
file path=usr/lib/python3.4/curses/textpad.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   331
file path=usr/lib/python3.4/datetime.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   332
file path=usr/lib/python3.4/dbm/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   333
file path=usr/lib/python3.4/dbm/dumb.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   334
file path=usr/lib/python3.4/dbm/gnu.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   335
file path=usr/lib/python3.4/dbm/ndbm.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   336
file path=usr/lib/python3.4/decimal.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   337
file path=usr/lib/python3.4/difflib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   338
file path=usr/lib/python3.4/dis.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   339
file path=usr/lib/python3.4/distutils/README
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   340
file path=usr/lib/python3.4/distutils/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   341
file path=usr/lib/python3.4/distutils/archive_util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   342
file path=usr/lib/python3.4/distutils/bcppcompiler.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   343
file path=usr/lib/python3.4/distutils/ccompiler.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   344
file path=usr/lib/python3.4/distutils/cmd.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   345
file path=usr/lib/python3.4/distutils/command/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   346
file path=usr/lib/python3.4/distutils/command/bdist.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   347
file path=usr/lib/python3.4/distutils/command/bdist_dumb.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   348
file path=usr/lib/python3.4/distutils/command/bdist_msi.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   349
file path=usr/lib/python3.4/distutils/command/bdist_rpm.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   350
file path=usr/lib/python3.4/distutils/command/bdist_wininst.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   351
file path=usr/lib/python3.4/distutils/command/build.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   352
file path=usr/lib/python3.4/distutils/command/build_clib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   353
file path=usr/lib/python3.4/distutils/command/build_ext.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   354
file path=usr/lib/python3.4/distutils/command/build_py.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   355
file path=usr/lib/python3.4/distutils/command/build_scripts.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   356
file path=usr/lib/python3.4/distutils/command/check.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   357
file path=usr/lib/python3.4/distutils/command/clean.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   358
file path=usr/lib/python3.4/distutils/command/command_template
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   359
file path=usr/lib/python3.4/distutils/command/config.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   360
file path=usr/lib/python3.4/distutils/command/install.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   361
file path=usr/lib/python3.4/distutils/command/install_data.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   362
file path=usr/lib/python3.4/distutils/command/install_egg_info.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   363
file path=usr/lib/python3.4/distutils/command/install_headers.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   364
file path=usr/lib/python3.4/distutils/command/install_lib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   365
file path=usr/lib/python3.4/distutils/command/install_scripts.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   366
file path=usr/lib/python3.4/distutils/command/register.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   367
file path=usr/lib/python3.4/distutils/command/sdist.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   368
file path=usr/lib/python3.4/distutils/command/upload.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   369
file path=usr/lib/python3.4/distutils/command/wininst-10.0-amd64.exe
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   370
file path=usr/lib/python3.4/distutils/command/wininst-10.0.exe
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   371
file path=usr/lib/python3.4/distutils/command/wininst-6.0.exe
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   372
file path=usr/lib/python3.4/distutils/command/wininst-7.1.exe
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   373
file path=usr/lib/python3.4/distutils/command/wininst-8.0.exe
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   374
file path=usr/lib/python3.4/distutils/command/wininst-9.0-amd64.exe
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   375
file path=usr/lib/python3.4/distutils/command/wininst-9.0.exe
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   376
file path=usr/lib/python3.4/distutils/config.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   377
file path=usr/lib/python3.4/distutils/core.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   378
file path=usr/lib/python3.4/distutils/cygwinccompiler.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   379
file path=usr/lib/python3.4/distutils/debug.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   380
file path=usr/lib/python3.4/distutils/dep_util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   381
file path=usr/lib/python3.4/distutils/dir_util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   382
file path=usr/lib/python3.4/distutils/dist.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   383
file path=usr/lib/python3.4/distutils/errors.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   384
file path=usr/lib/python3.4/distutils/extension.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   385
file path=usr/lib/python3.4/distutils/fancy_getopt.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   386
file path=usr/lib/python3.4/distutils/file_util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   387
file path=usr/lib/python3.4/distutils/filelist.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   388
file path=usr/lib/python3.4/distutils/log.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   389
file path=usr/lib/python3.4/distutils/msvc9compiler.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   390
file path=usr/lib/python3.4/distutils/msvccompiler.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   391
file path=usr/lib/python3.4/distutils/spawn.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   392
file path=usr/lib/python3.4/distutils/sysconfig.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   393
file path=usr/lib/python3.4/distutils/tests/Setup.sample
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   394
file path=usr/lib/python3.4/distutils/tests/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   395
file path=usr/lib/python3.4/distutils/tests/support.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   396
file path=usr/lib/python3.4/distutils/tests/test_archive_util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   397
file path=usr/lib/python3.4/distutils/tests/test_bdist.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   398
file path=usr/lib/python3.4/distutils/tests/test_bdist_dumb.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   399
file path=usr/lib/python3.4/distutils/tests/test_bdist_msi.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   400
file path=usr/lib/python3.4/distutils/tests/test_bdist_rpm.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   401
file path=usr/lib/python3.4/distutils/tests/test_bdist_wininst.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   402
file path=usr/lib/python3.4/distutils/tests/test_build.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   403
file path=usr/lib/python3.4/distutils/tests/test_build_clib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   404
file path=usr/lib/python3.4/distutils/tests/test_build_ext.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   405
file path=usr/lib/python3.4/distutils/tests/test_build_py.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   406
file path=usr/lib/python3.4/distutils/tests/test_build_scripts.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   407
file path=usr/lib/python3.4/distutils/tests/test_check.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   408
file path=usr/lib/python3.4/distutils/tests/test_clean.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   409
file path=usr/lib/python3.4/distutils/tests/test_cmd.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   410
file path=usr/lib/python3.4/distutils/tests/test_config.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   411
file path=usr/lib/python3.4/distutils/tests/test_config_cmd.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   412
file path=usr/lib/python3.4/distutils/tests/test_core.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   413
file path=usr/lib/python3.4/distutils/tests/test_cygwinccompiler.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   414
file path=usr/lib/python3.4/distutils/tests/test_dep_util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   415
file path=usr/lib/python3.4/distutils/tests/test_dir_util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   416
file path=usr/lib/python3.4/distutils/tests/test_dist.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   417
file path=usr/lib/python3.4/distutils/tests/test_extension.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   418
file path=usr/lib/python3.4/distutils/tests/test_file_util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   419
file path=usr/lib/python3.4/distutils/tests/test_filelist.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   420
file path=usr/lib/python3.4/distutils/tests/test_install.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   421
file path=usr/lib/python3.4/distutils/tests/test_install_data.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   422
file path=usr/lib/python3.4/distutils/tests/test_install_headers.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   423
file path=usr/lib/python3.4/distutils/tests/test_install_lib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   424
file path=usr/lib/python3.4/distutils/tests/test_install_scripts.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   425
file path=usr/lib/python3.4/distutils/tests/test_log.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   426
file path=usr/lib/python3.4/distutils/tests/test_msvc9compiler.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   427
file path=usr/lib/python3.4/distutils/tests/test_register.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   428
file path=usr/lib/python3.4/distutils/tests/test_sdist.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   429
file path=usr/lib/python3.4/distutils/tests/test_spawn.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   430
file path=usr/lib/python3.4/distutils/tests/test_sysconfig.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   431
file path=usr/lib/python3.4/distutils/tests/test_text_file.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   432
file path=usr/lib/python3.4/distutils/tests/test_unixccompiler.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   433
file path=usr/lib/python3.4/distutils/tests/test_upload.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   434
file path=usr/lib/python3.4/distutils/tests/test_util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   435
file path=usr/lib/python3.4/distutils/tests/test_version.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   436
file path=usr/lib/python3.4/distutils/tests/test_versionpredicate.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   437
file path=usr/lib/python3.4/distutils/tests/xxmodule.c
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   438
file path=usr/lib/python3.4/distutils/text_file.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   439
file path=usr/lib/python3.4/distutils/unixccompiler.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   440
file path=usr/lib/python3.4/distutils/util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   441
file path=usr/lib/python3.4/distutils/version.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   442
file path=usr/lib/python3.4/distutils/versionpredicate.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   443
file path=usr/lib/python3.4/doctest.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   444
file path=usr/lib/python3.4/dummy_threading.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   445
file path=usr/lib/python3.4/email/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   446
file path=usr/lib/python3.4/email/_encoded_words.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   447
file path=usr/lib/python3.4/email/_header_value_parser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   448
file path=usr/lib/python3.4/email/_parseaddr.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   449
file path=usr/lib/python3.4/email/_policybase.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   450
file path=usr/lib/python3.4/email/architecture.rst
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   451
file path=usr/lib/python3.4/email/base64mime.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   452
file path=usr/lib/python3.4/email/charset.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   453
file path=usr/lib/python3.4/email/contentmanager.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   454
file path=usr/lib/python3.4/email/encoders.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   455
file path=usr/lib/python3.4/email/errors.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   456
file path=usr/lib/python3.4/email/feedparser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   457
file path=usr/lib/python3.4/email/generator.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   458
file path=usr/lib/python3.4/email/header.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   459
file path=usr/lib/python3.4/email/headerregistry.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   460
file path=usr/lib/python3.4/email/iterators.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   461
file path=usr/lib/python3.4/email/message.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   462
file path=usr/lib/python3.4/email/mime/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   463
file path=usr/lib/python3.4/email/mime/application.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   464
file path=usr/lib/python3.4/email/mime/audio.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   465
file path=usr/lib/python3.4/email/mime/base.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   466
file path=usr/lib/python3.4/email/mime/image.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   467
file path=usr/lib/python3.4/email/mime/message.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   468
file path=usr/lib/python3.4/email/mime/multipart.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   469
file path=usr/lib/python3.4/email/mime/nonmultipart.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   470
file path=usr/lib/python3.4/email/mime/text.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   471
file path=usr/lib/python3.4/email/parser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   472
file path=usr/lib/python3.4/email/policy.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   473
file path=usr/lib/python3.4/email/quoprimime.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   474
file path=usr/lib/python3.4/email/utils.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   475
file path=usr/lib/python3.4/encodings/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   476
file path=usr/lib/python3.4/encodings/aliases.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   477
file path=usr/lib/python3.4/encodings/ascii.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   478
file path=usr/lib/python3.4/encodings/base64_codec.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   479
file path=usr/lib/python3.4/encodings/big5.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   480
file path=usr/lib/python3.4/encodings/big5hkscs.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   481
file path=usr/lib/python3.4/encodings/bz2_codec.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   482
file path=usr/lib/python3.4/encodings/charmap.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   483
file path=usr/lib/python3.4/encodings/cp037.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   484
file path=usr/lib/python3.4/encodings/cp1006.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   485
file path=usr/lib/python3.4/encodings/cp1026.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   486
file path=usr/lib/python3.4/encodings/cp1125.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   487
file path=usr/lib/python3.4/encodings/cp1140.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   488
file path=usr/lib/python3.4/encodings/cp1250.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   489
file path=usr/lib/python3.4/encodings/cp1251.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   490
file path=usr/lib/python3.4/encodings/cp1252.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   491
file path=usr/lib/python3.4/encodings/cp1253.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   492
file path=usr/lib/python3.4/encodings/cp1254.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   493
file path=usr/lib/python3.4/encodings/cp1255.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   494
file path=usr/lib/python3.4/encodings/cp1256.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   495
file path=usr/lib/python3.4/encodings/cp1257.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   496
file path=usr/lib/python3.4/encodings/cp1258.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   497
file path=usr/lib/python3.4/encodings/cp273.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   498
file path=usr/lib/python3.4/encodings/cp424.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   499
file path=usr/lib/python3.4/encodings/cp437.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   500
file path=usr/lib/python3.4/encodings/cp500.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   501
file path=usr/lib/python3.4/encodings/cp65001.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   502
file path=usr/lib/python3.4/encodings/cp720.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   503
file path=usr/lib/python3.4/encodings/cp737.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   504
file path=usr/lib/python3.4/encodings/cp775.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   505
file path=usr/lib/python3.4/encodings/cp850.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   506
file path=usr/lib/python3.4/encodings/cp852.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   507
file path=usr/lib/python3.4/encodings/cp855.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   508
file path=usr/lib/python3.4/encodings/cp856.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   509
file path=usr/lib/python3.4/encodings/cp857.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   510
file path=usr/lib/python3.4/encodings/cp858.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   511
file path=usr/lib/python3.4/encodings/cp860.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   512
file path=usr/lib/python3.4/encodings/cp861.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   513
file path=usr/lib/python3.4/encodings/cp862.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   514
file path=usr/lib/python3.4/encodings/cp863.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   515
file path=usr/lib/python3.4/encodings/cp864.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   516
file path=usr/lib/python3.4/encodings/cp865.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   517
file path=usr/lib/python3.4/encodings/cp866.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   518
file path=usr/lib/python3.4/encodings/cp869.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   519
file path=usr/lib/python3.4/encodings/cp874.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   520
file path=usr/lib/python3.4/encodings/cp875.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   521
file path=usr/lib/python3.4/encodings/cp932.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   522
file path=usr/lib/python3.4/encodings/cp949.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   523
file path=usr/lib/python3.4/encodings/cp950.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   524
file path=usr/lib/python3.4/encodings/euc_jis_2004.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   525
file path=usr/lib/python3.4/encodings/euc_jisx0213.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   526
file path=usr/lib/python3.4/encodings/euc_jp.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   527
file path=usr/lib/python3.4/encodings/euc_kr.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   528
file path=usr/lib/python3.4/encodings/gb18030.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   529
file path=usr/lib/python3.4/encodings/gb2312.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   530
file path=usr/lib/python3.4/encodings/gbk.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   531
file path=usr/lib/python3.4/encodings/hex_codec.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   532
file path=usr/lib/python3.4/encodings/hp_roman8.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   533
file path=usr/lib/python3.4/encodings/hz.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   534
file path=usr/lib/python3.4/encodings/idna.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   535
file path=usr/lib/python3.4/encodings/iso2022_jp.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   536
file path=usr/lib/python3.4/encodings/iso2022_jp_1.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   537
file path=usr/lib/python3.4/encodings/iso2022_jp_2.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   538
file path=usr/lib/python3.4/encodings/iso2022_jp_2004.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   539
file path=usr/lib/python3.4/encodings/iso2022_jp_3.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   540
file path=usr/lib/python3.4/encodings/iso2022_jp_ext.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   541
file path=usr/lib/python3.4/encodings/iso2022_kr.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   542
file path=usr/lib/python3.4/encodings/iso8859_1.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   543
file path=usr/lib/python3.4/encodings/iso8859_10.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   544
file path=usr/lib/python3.4/encodings/iso8859_11.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   545
file path=usr/lib/python3.4/encodings/iso8859_13.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   546
file path=usr/lib/python3.4/encodings/iso8859_14.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   547
file path=usr/lib/python3.4/encodings/iso8859_15.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   548
file path=usr/lib/python3.4/encodings/iso8859_16.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   549
file path=usr/lib/python3.4/encodings/iso8859_2.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   550
file path=usr/lib/python3.4/encodings/iso8859_3.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   551
file path=usr/lib/python3.4/encodings/iso8859_4.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   552
file path=usr/lib/python3.4/encodings/iso8859_5.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   553
file path=usr/lib/python3.4/encodings/iso8859_6.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   554
file path=usr/lib/python3.4/encodings/iso8859_7.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   555
file path=usr/lib/python3.4/encodings/iso8859_8.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   556
file path=usr/lib/python3.4/encodings/iso8859_9.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   557
file path=usr/lib/python3.4/encodings/johab.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   558
file path=usr/lib/python3.4/encodings/koi8_r.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   559
file path=usr/lib/python3.4/encodings/koi8_u.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   560
file path=usr/lib/python3.4/encodings/latin_1.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   561
file path=usr/lib/python3.4/encodings/mac_arabic.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   562
file path=usr/lib/python3.4/encodings/mac_centeuro.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   563
file path=usr/lib/python3.4/encodings/mac_croatian.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   564
file path=usr/lib/python3.4/encodings/mac_cyrillic.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   565
file path=usr/lib/python3.4/encodings/mac_farsi.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   566
file path=usr/lib/python3.4/encodings/mac_greek.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   567
file path=usr/lib/python3.4/encodings/mac_iceland.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   568
file path=usr/lib/python3.4/encodings/mac_latin2.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   569
file path=usr/lib/python3.4/encodings/mac_roman.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   570
file path=usr/lib/python3.4/encodings/mac_romanian.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   571
file path=usr/lib/python3.4/encodings/mac_turkish.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   572
file path=usr/lib/python3.4/encodings/mbcs.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   573
file path=usr/lib/python3.4/encodings/palmos.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   574
file path=usr/lib/python3.4/encodings/ptcp154.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   575
file path=usr/lib/python3.4/encodings/punycode.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   576
file path=usr/lib/python3.4/encodings/quopri_codec.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   577
file path=usr/lib/python3.4/encodings/raw_unicode_escape.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   578
file path=usr/lib/python3.4/encodings/rot_13.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   579
file path=usr/lib/python3.4/encodings/shift_jis.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   580
file path=usr/lib/python3.4/encodings/shift_jis_2004.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   581
file path=usr/lib/python3.4/encodings/shift_jisx0213.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   582
file path=usr/lib/python3.4/encodings/tis_620.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   583
file path=usr/lib/python3.4/encodings/undefined.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   584
file path=usr/lib/python3.4/encodings/unicode_escape.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   585
file path=usr/lib/python3.4/encodings/unicode_internal.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   586
file path=usr/lib/python3.4/encodings/utf_16.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   587
file path=usr/lib/python3.4/encodings/utf_16_be.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   588
file path=usr/lib/python3.4/encodings/utf_16_le.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   589
file path=usr/lib/python3.4/encodings/utf_32.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   590
file path=usr/lib/python3.4/encodings/utf_32_be.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   591
file path=usr/lib/python3.4/encodings/utf_32_le.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   592
file path=usr/lib/python3.4/encodings/utf_7.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   593
file path=usr/lib/python3.4/encodings/utf_8.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   594
file path=usr/lib/python3.4/encodings/utf_8_sig.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   595
file path=usr/lib/python3.4/encodings/uu_codec.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   596
file path=usr/lib/python3.4/encodings/zlib_codec.py
3780
c1c65dfab733 19033667 Python 3.4 is missing the ensurepip module
John Beck <John.Beck@Oracle.COM>
parents: 3779
diff changeset
   597
file path=usr/lib/python3.4/ensurepip/__init__.py
c1c65dfab733 19033667 Python 3.4 is missing the ensurepip module
John Beck <John.Beck@Oracle.COM>
parents: 3779
diff changeset
   598
file path=usr/lib/python3.4/ensurepip/__main__.py
3876
da37433d5103 20605341 update Python to 3.4.3
John Beck <John.Beck@Oracle.COM>
parents: 3786
diff changeset
   599
file path=usr/lib/python3.4/ensurepip/_bundled/pip-6.0.8-py2.py3-none-any.whl
da37433d5103 20605341 update Python to 3.4.3
John Beck <John.Beck@Oracle.COM>
parents: 3786
diff changeset
   600
file path=usr/lib/python3.4/ensurepip/_bundled/setuptools-12.0.5-py2.py3-none-any.whl
3780
c1c65dfab733 19033667 Python 3.4 is missing the ensurepip module
John Beck <John.Beck@Oracle.COM>
parents: 3779
diff changeset
   601
file path=usr/lib/python3.4/ensurepip/_uninstall.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   602
file path=usr/lib/python3.4/enum.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   603
file path=usr/lib/python3.4/filecmp.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   604
file path=usr/lib/python3.4/fileinput.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   605
file path=usr/lib/python3.4/fnmatch.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   606
file path=usr/lib/python3.4/formatter.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   607
file path=usr/lib/python3.4/fractions.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   608
file path=usr/lib/python3.4/ftplib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   609
file path=usr/lib/python3.4/functools.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   610
file path=usr/lib/python3.4/genericpath.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   611
file path=usr/lib/python3.4/getopt.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   612
file path=usr/lib/python3.4/getpass.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   613
file path=usr/lib/python3.4/gettext.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   614
file path=usr/lib/python3.4/glob.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   615
file path=usr/lib/python3.4/gzip.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   616
file path=usr/lib/python3.4/hashlib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   617
file path=usr/lib/python3.4/heapq.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   618
file path=usr/lib/python3.4/hmac.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   619
file path=usr/lib/python3.4/html/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   620
file path=usr/lib/python3.4/html/entities.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   621
file path=usr/lib/python3.4/html/parser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   622
file path=usr/lib/python3.4/http/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   623
file path=usr/lib/python3.4/http/client.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   624
file path=usr/lib/python3.4/http/cookiejar.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   625
file path=usr/lib/python3.4/http/cookies.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   626
file path=usr/lib/python3.4/http/server.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   627
file path=usr/lib/python3.4/idlelib/AutoComplete.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   628
file path=usr/lib/python3.4/idlelib/AutoCompleteWindow.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   629
file path=usr/lib/python3.4/idlelib/AutoExpand.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   630
file path=usr/lib/python3.4/idlelib/Bindings.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   631
file path=usr/lib/python3.4/idlelib/CREDITS.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   632
file path=usr/lib/python3.4/idlelib/CallTipWindow.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   633
file path=usr/lib/python3.4/idlelib/CallTips.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   634
file path=usr/lib/python3.4/idlelib/ChangeLog
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   635
file path=usr/lib/python3.4/idlelib/ClassBrowser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   636
file path=usr/lib/python3.4/idlelib/CodeContext.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   637
file path=usr/lib/python3.4/idlelib/ColorDelegator.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   638
file path=usr/lib/python3.4/idlelib/Debugger.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   639
file path=usr/lib/python3.4/idlelib/Delegator.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   640
file path=usr/lib/python3.4/idlelib/EditorWindow.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   641
file path=usr/lib/python3.4/idlelib/FileList.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   642
file path=usr/lib/python3.4/idlelib/FormatParagraph.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   643
file path=usr/lib/python3.4/idlelib/GrepDialog.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   644
file path=usr/lib/python3.4/idlelib/HISTORY.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   645
file path=usr/lib/python3.4/idlelib/HyperParser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   646
file path=usr/lib/python3.4/idlelib/IOBinding.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   647
file path=usr/lib/python3.4/idlelib/Icons/folder.gif
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   648
file path=usr/lib/python3.4/idlelib/Icons/idle.icns
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   649
file path=usr/lib/python3.4/idlelib/Icons/idle.ico
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   650
file path=usr/lib/python3.4/idlelib/Icons/idle_16.gif
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   651
file path=usr/lib/python3.4/idlelib/Icons/idle_16.png
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   652
file path=usr/lib/python3.4/idlelib/Icons/idle_32.gif
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   653
file path=usr/lib/python3.4/idlelib/Icons/idle_32.png
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   654
file path=usr/lib/python3.4/idlelib/Icons/idle_48.gif
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   655
file path=usr/lib/python3.4/idlelib/Icons/idle_48.png
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   656
file path=usr/lib/python3.4/idlelib/Icons/minusnode.gif
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   657
file path=usr/lib/python3.4/idlelib/Icons/openfolder.gif
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   658
file path=usr/lib/python3.4/idlelib/Icons/plusnode.gif
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   659
file path=usr/lib/python3.4/idlelib/Icons/python.gif
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   660
file path=usr/lib/python3.4/idlelib/Icons/tk.gif
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   661
file path=usr/lib/python3.4/idlelib/IdleHistory.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   662
file path=usr/lib/python3.4/idlelib/MultiCall.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   663
file path=usr/lib/python3.4/idlelib/MultiStatusBar.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   664
file path=usr/lib/python3.4/idlelib/NEWS.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   665
file path=usr/lib/python3.4/idlelib/ObjectBrowser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   666
file path=usr/lib/python3.4/idlelib/OutputWindow.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   667
file path=usr/lib/python3.4/idlelib/ParenMatch.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   668
file path=usr/lib/python3.4/idlelib/PathBrowser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   669
file path=usr/lib/python3.4/idlelib/Percolator.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   670
file path=usr/lib/python3.4/idlelib/PyParse.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   671
file path=usr/lib/python3.4/idlelib/PyShell.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   672
file path=usr/lib/python3.4/idlelib/README.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   673
file path=usr/lib/python3.4/idlelib/RemoteDebugger.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   674
file path=usr/lib/python3.4/idlelib/RemoteObjectBrowser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   675
file path=usr/lib/python3.4/idlelib/ReplaceDialog.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   676
file path=usr/lib/python3.4/idlelib/RstripExtension.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   677
file path=usr/lib/python3.4/idlelib/ScriptBinding.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   678
file path=usr/lib/python3.4/idlelib/ScrolledList.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   679
file path=usr/lib/python3.4/idlelib/SearchDialog.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   680
file path=usr/lib/python3.4/idlelib/SearchDialogBase.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   681
file path=usr/lib/python3.4/idlelib/SearchEngine.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   682
file path=usr/lib/python3.4/idlelib/StackViewer.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   683
file path=usr/lib/python3.4/idlelib/TODO.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   684
file path=usr/lib/python3.4/idlelib/ToolTip.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   685
file path=usr/lib/python3.4/idlelib/TreeWidget.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   686
file path=usr/lib/python3.4/idlelib/UndoDelegator.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   687
file path=usr/lib/python3.4/idlelib/WidgetRedirector.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   688
file path=usr/lib/python3.4/idlelib/WindowList.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   689
file path=usr/lib/python3.4/idlelib/ZoomHeight.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   690
file path=usr/lib/python3.4/idlelib/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   691
file path=usr/lib/python3.4/idlelib/__main__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   692
file path=usr/lib/python3.4/idlelib/aboutDialog.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   693
file path=usr/lib/python3.4/idlelib/config-extensions.def
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   694
file path=usr/lib/python3.4/idlelib/config-highlight.def
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   695
file path=usr/lib/python3.4/idlelib/config-keys.def
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   696
file path=usr/lib/python3.4/idlelib/config-main.def
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   697
file path=usr/lib/python3.4/idlelib/configDialog.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   698
file path=usr/lib/python3.4/idlelib/configHandler.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   699
file path=usr/lib/python3.4/idlelib/configHelpSourceEdit.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   700
file path=usr/lib/python3.4/idlelib/configSectionNameDialog.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   701
file path=usr/lib/python3.4/idlelib/dynOptionMenuWidget.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   702
file path=usr/lib/python3.4/idlelib/extend.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   703
file path=usr/lib/python3.4/idlelib/help.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   704
file path=usr/lib/python3.4/idlelib/idle.bat
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   705
file path=usr/lib/python3.4/idlelib/idle.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   706
file path=usr/lib/python3.4/idlelib/idle.pyw
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   707
file path=usr/lib/python3.4/idlelib/idle_test/README.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   708
file path=usr/lib/python3.4/idlelib/idle_test/__init__.py
3779
d01825f968e9 19004593 update Python to 3.4.1
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
   709
file path=usr/lib/python3.4/idlelib/idle_test/htest.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   710
file path=usr/lib/python3.4/idlelib/idle_test/mock_idle.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   711
file path=usr/lib/python3.4/idlelib/idle_test/mock_tk.py
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
   712
file path=usr/lib/python3.4/idlelib/idle_test/test_autocomplete.py
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
   713
file path=usr/lib/python3.4/idlelib/idle_test/test_autoexpand.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   714
file path=usr/lib/python3.4/idlelib/idle_test/test_calltips.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   715
file path=usr/lib/python3.4/idlelib/idle_test/test_config_name.py
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
   716
file path=usr/lib/python3.4/idlelib/idle_test/test_configdialog.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   717
file path=usr/lib/python3.4/idlelib/idle_test/test_delegator.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   718
file path=usr/lib/python3.4/idlelib/idle_test/test_formatparagraph.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   719
file path=usr/lib/python3.4/idlelib/idle_test/test_grep.py
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
   720
file path=usr/lib/python3.4/idlelib/idle_test/test_hyperparser.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   721
file path=usr/lib/python3.4/idlelib/idle_test/test_idlehistory.py
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
   722
file path=usr/lib/python3.4/idlelib/idle_test/test_parenmatch.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   723
file path=usr/lib/python3.4/idlelib/idle_test/test_pathbrowser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   724
file path=usr/lib/python3.4/idlelib/idle_test/test_rstrip.py
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
   725
file path=usr/lib/python3.4/idlelib/idle_test/test_searchdialogbase.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   726
file path=usr/lib/python3.4/idlelib/idle_test/test_searchengine.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   727
file path=usr/lib/python3.4/idlelib/idle_test/test_text.py
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
   728
file path=usr/lib/python3.4/idlelib/idle_test/test_textview.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   729
file path=usr/lib/python3.4/idlelib/idle_test/test_warning.py
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
   730
file path=usr/lib/python3.4/idlelib/idle_test/test_widgetredir.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   731
file path=usr/lib/python3.4/idlelib/idlever.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   732
file path=usr/lib/python3.4/idlelib/keybindingDialog.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   733
file path=usr/lib/python3.4/idlelib/macosxSupport.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   734
file path=usr/lib/python3.4/idlelib/rpc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   735
file path=usr/lib/python3.4/idlelib/run.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   736
file path=usr/lib/python3.4/idlelib/tabbedpages.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   737
file path=usr/lib/python3.4/idlelib/textView.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   738
file path=usr/lib/python3.4/imaplib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   739
file path=usr/lib/python3.4/imghdr.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   740
file path=usr/lib/python3.4/imp.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   741
file path=usr/lib/python3.4/importlib/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   742
file path=usr/lib/python3.4/importlib/_bootstrap.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   743
file path=usr/lib/python3.4/importlib/abc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   744
file path=usr/lib/python3.4/importlib/machinery.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   745
file path=usr/lib/python3.4/importlib/util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   746
file path=usr/lib/python3.4/inspect.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   747
file path=usr/lib/python3.4/io.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   748
file path=usr/lib/python3.4/ipaddress.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   749
file path=usr/lib/python3.4/json/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   750
file path=usr/lib/python3.4/json/decoder.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   751
file path=usr/lib/python3.4/json/encoder.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   752
file path=usr/lib/python3.4/json/scanner.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   753
file path=usr/lib/python3.4/json/tool.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   754
file path=usr/lib/python3.4/keyword.py
3783
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   755
file path=usr/lib/python3.4/lib-dynload/64/_bisect.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   756
file path=usr/lib/python3.4/lib-dynload/64/_bz2.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   757
file path=usr/lib/python3.4/lib-dynload/64/_codecs_cn.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   758
file path=usr/lib/python3.4/lib-dynload/64/_codecs_hk.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   759
file path=usr/lib/python3.4/lib-dynload/64/_codecs_iso2022.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   760
file path=usr/lib/python3.4/lib-dynload/64/_codecs_jp.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   761
file path=usr/lib/python3.4/lib-dynload/64/_codecs_kr.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   762
file path=usr/lib/python3.4/lib-dynload/64/_codecs_tw.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   763
file path=usr/lib/python3.4/lib-dynload/64/_crypt.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   764
file path=usr/lib/python3.4/lib-dynload/64/_csv.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   765
file path=usr/lib/python3.4/lib-dynload/64/_ctypes.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   766
file path=usr/lib/python3.4/lib-dynload/64/_ctypes_test.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   767
file path=usr/lib/python3.4/lib-dynload/64/_curses.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   768
file path=usr/lib/python3.4/lib-dynload/64/_curses_panel.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   769
file path=usr/lib/python3.4/lib-dynload/64/_datetime.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   770
file path=usr/lib/python3.4/lib-dynload/64/_dbm.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   771
file path=usr/lib/python3.4/lib-dynload/64/_decimal.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   772
file path=usr/lib/python3.4/lib-dynload/64/_elementtree.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   773
file path=usr/lib/python3.4/lib-dynload/64/_gdbm.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   774
file path=usr/lib/python3.4/lib-dynload/64/_hashlib.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   775
file path=usr/lib/python3.4/lib-dynload/64/_heapq.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   776
file path=usr/lib/python3.4/lib-dynload/64/_json.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   777
file path=usr/lib/python3.4/lib-dynload/64/_lsprof.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   778
file path=usr/lib/python3.4/lib-dynload/64/_lzma.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   779
file path=usr/lib/python3.4/lib-dynload/64/_md5.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   780
file path=usr/lib/python3.4/lib-dynload/64/_multibytecodec.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   781
file path=usr/lib/python3.4/lib-dynload/64/_multiprocessing.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   782
file path=usr/lib/python3.4/lib-dynload/64/_opcode.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   783
file path=usr/lib/python3.4/lib-dynload/64/_pickle.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   784
file path=usr/lib/python3.4/lib-dynload/64/_posixsubprocess.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   785
file path=usr/lib/python3.4/lib-dynload/64/_random.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   786
file path=usr/lib/python3.4/lib-dynload/64/_sha1.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   787
file path=usr/lib/python3.4/lib-dynload/64/_sha256.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   788
file path=usr/lib/python3.4/lib-dynload/64/_sha512.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   789
file path=usr/lib/python3.4/lib-dynload/64/_socket.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   790
file path=usr/lib/python3.4/lib-dynload/64/_sqlite3.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   791
file path=usr/lib/python3.4/lib-dynload/64/_ssl.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   792
file path=usr/lib/python3.4/lib-dynload/64/_struct.cpython-34m.so
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   793
file path=usr/lib/python3.4/lib-dynload/64/_sysconfigdata.py
3783
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   794
file path=usr/lib/python3.4/lib-dynload/64/_testbuffer.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   795
file path=usr/lib/python3.4/lib-dynload/64/_testcapi.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   796
file path=usr/lib/python3.4/lib-dynload/64/_testimportmultiple.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   797
file path=usr/lib/python3.4/lib-dynload/64/array.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   798
file path=usr/lib/python3.4/lib-dynload/64/audioop.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   799
file path=usr/lib/python3.4/lib-dynload/64/binascii.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   800
file path=usr/lib/python3.4/lib-dynload/64/cmath.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   801
file path=usr/lib/python3.4/lib-dynload/64/dlpi.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   802
file path=usr/lib/python3.4/lib-dynload/64/fcntl.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   803
file path=usr/lib/python3.4/lib-dynload/64/grp.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   804
file path=usr/lib/python3.4/lib-dynload/64/math.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   805
file path=usr/lib/python3.4/lib-dynload/64/mmap.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   806
file path=usr/lib/python3.4/lib-dynload/64/nis.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   807
file path=usr/lib/python3.4/lib-dynload/64/ossaudiodev.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   808
file path=usr/lib/python3.4/lib-dynload/64/parser.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   809
file path=usr/lib/python3.4/lib-dynload/64/privileges.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   810
file path=usr/lib/python3.4/lib-dynload/64/pyexpat.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   811
file path=usr/lib/python3.4/lib-dynload/64/rbac.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   812
file path=usr/lib/python3.4/lib-dynload/64/readline.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   813
file path=usr/lib/python3.4/lib-dynload/64/resource.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   814
file path=usr/lib/python3.4/lib-dynload/64/select.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   815
file path=usr/lib/python3.4/lib-dynload/64/spwd.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   816
file path=usr/lib/python3.4/lib-dynload/64/syslog.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   817
file path=usr/lib/python3.4/lib-dynload/64/termios.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   818
file path=usr/lib/python3.4/lib-dynload/64/time.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   819
file path=usr/lib/python3.4/lib-dynload/64/ucred.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   820
file path=usr/lib/python3.4/lib-dynload/64/unicodedata.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   821
file path=usr/lib/python3.4/lib-dynload/64/xxlimited.cpython-34m.so
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents: 3780
diff changeset
   822
file path=usr/lib/python3.4/lib-dynload/64/zlib.cpython-34m.so
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   823
file path=usr/lib/python3.4/lib2to3/Grammar$(COMPONENT_VERSION).final.0.pickle
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   824
file path=usr/lib/python3.4/lib2to3/Grammar.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   825
file path=usr/lib/python3.4/lib2to3/PatternGrammar$(COMPONENT_VERSION).final.0.pickle
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   826
file path=usr/lib/python3.4/lib2to3/PatternGrammar.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   827
file path=usr/lib/python3.4/lib2to3/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   828
file path=usr/lib/python3.4/lib2to3/__main__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   829
file path=usr/lib/python3.4/lib2to3/btm_matcher.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   830
file path=usr/lib/python3.4/lib2to3/btm_utils.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   831
file path=usr/lib/python3.4/lib2to3/fixer_base.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   832
file path=usr/lib/python3.4/lib2to3/fixer_util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   833
file path=usr/lib/python3.4/lib2to3/fixes/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   834
file path=usr/lib/python3.4/lib2to3/fixes/fix_apply.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   835
file path=usr/lib/python3.4/lib2to3/fixes/fix_asserts.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   836
file path=usr/lib/python3.4/lib2to3/fixes/fix_basestring.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   837
file path=usr/lib/python3.4/lib2to3/fixes/fix_buffer.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   838
file path=usr/lib/python3.4/lib2to3/fixes/fix_callable.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   839
file path=usr/lib/python3.4/lib2to3/fixes/fix_dict.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   840
file path=usr/lib/python3.4/lib2to3/fixes/fix_except.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   841
file path=usr/lib/python3.4/lib2to3/fixes/fix_exec.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   842
file path=usr/lib/python3.4/lib2to3/fixes/fix_execfile.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   843
file path=usr/lib/python3.4/lib2to3/fixes/fix_exitfunc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   844
file path=usr/lib/python3.4/lib2to3/fixes/fix_filter.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   845
file path=usr/lib/python3.4/lib2to3/fixes/fix_funcattrs.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   846
file path=usr/lib/python3.4/lib2to3/fixes/fix_future.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   847
file path=usr/lib/python3.4/lib2to3/fixes/fix_getcwdu.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   848
file path=usr/lib/python3.4/lib2to3/fixes/fix_has_key.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   849
file path=usr/lib/python3.4/lib2to3/fixes/fix_idioms.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   850
file path=usr/lib/python3.4/lib2to3/fixes/fix_import.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   851
file path=usr/lib/python3.4/lib2to3/fixes/fix_imports.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   852
file path=usr/lib/python3.4/lib2to3/fixes/fix_imports2.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   853
file path=usr/lib/python3.4/lib2to3/fixes/fix_input.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   854
file path=usr/lib/python3.4/lib2to3/fixes/fix_intern.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   855
file path=usr/lib/python3.4/lib2to3/fixes/fix_isinstance.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   856
file path=usr/lib/python3.4/lib2to3/fixes/fix_itertools.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   857
file path=usr/lib/python3.4/lib2to3/fixes/fix_itertools_imports.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   858
file path=usr/lib/python3.4/lib2to3/fixes/fix_long.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   859
file path=usr/lib/python3.4/lib2to3/fixes/fix_map.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   860
file path=usr/lib/python3.4/lib2to3/fixes/fix_metaclass.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   861
file path=usr/lib/python3.4/lib2to3/fixes/fix_methodattrs.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   862
file path=usr/lib/python3.4/lib2to3/fixes/fix_ne.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   863
file path=usr/lib/python3.4/lib2to3/fixes/fix_next.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   864
file path=usr/lib/python3.4/lib2to3/fixes/fix_nonzero.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   865
file path=usr/lib/python3.4/lib2to3/fixes/fix_numliterals.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   866
file path=usr/lib/python3.4/lib2to3/fixes/fix_operator.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   867
file path=usr/lib/python3.4/lib2to3/fixes/fix_paren.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   868
file path=usr/lib/python3.4/lib2to3/fixes/fix_print.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   869
file path=usr/lib/python3.4/lib2to3/fixes/fix_raise.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   870
file path=usr/lib/python3.4/lib2to3/fixes/fix_raw_input.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   871
file path=usr/lib/python3.4/lib2to3/fixes/fix_reduce.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   872
file path=usr/lib/python3.4/lib2to3/fixes/fix_reload.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   873
file path=usr/lib/python3.4/lib2to3/fixes/fix_renames.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   874
file path=usr/lib/python3.4/lib2to3/fixes/fix_repr.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   875
file path=usr/lib/python3.4/lib2to3/fixes/fix_set_literal.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   876
file path=usr/lib/python3.4/lib2to3/fixes/fix_standarderror.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   877
file path=usr/lib/python3.4/lib2to3/fixes/fix_sys_exc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   878
file path=usr/lib/python3.4/lib2to3/fixes/fix_throw.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   879
file path=usr/lib/python3.4/lib2to3/fixes/fix_tuple_params.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   880
file path=usr/lib/python3.4/lib2to3/fixes/fix_types.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   881
file path=usr/lib/python3.4/lib2to3/fixes/fix_unicode.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   882
file path=usr/lib/python3.4/lib2to3/fixes/fix_urllib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   883
file path=usr/lib/python3.4/lib2to3/fixes/fix_ws_comma.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   884
file path=usr/lib/python3.4/lib2to3/fixes/fix_xrange.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   885
file path=usr/lib/python3.4/lib2to3/fixes/fix_xreadlines.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   886
file path=usr/lib/python3.4/lib2to3/fixes/fix_zip.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   887
file path=usr/lib/python3.4/lib2to3/main.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   888
file path=usr/lib/python3.4/lib2to3/patcomp.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   889
file path=usr/lib/python3.4/lib2to3/pgen2/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   890
file path=usr/lib/python3.4/lib2to3/pgen2/conv.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   891
file path=usr/lib/python3.4/lib2to3/pgen2/driver.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   892
file path=usr/lib/python3.4/lib2to3/pgen2/grammar.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   893
file path=usr/lib/python3.4/lib2to3/pgen2/literals.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   894
file path=usr/lib/python3.4/lib2to3/pgen2/parse.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   895
file path=usr/lib/python3.4/lib2to3/pgen2/pgen.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   896
file path=usr/lib/python3.4/lib2to3/pgen2/token.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   897
file path=usr/lib/python3.4/lib2to3/pgen2/tokenize.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   898
file path=usr/lib/python3.4/lib2to3/pygram.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   899
file path=usr/lib/python3.4/lib2to3/pytree.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   900
file path=usr/lib/python3.4/lib2to3/refactor.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   901
file path=usr/lib/python3.4/lib2to3/tests/__init__.py
3876
da37433d5103 20605341 update Python to 3.4.3
John Beck <John.Beck@Oracle.COM>
parents: 3786
diff changeset
   902
file path=usr/lib/python3.4/lib2to3/tests/__main__.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   903
file path=usr/lib/python3.4/lib2to3/tests/data/README
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   904
file path=usr/lib/python3.4/lib2to3/tests/data/bom.py pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   905
file path=usr/lib/python3.4/lib2to3/tests/data/crlf.py pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   906
#
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   907
# The {different,false}_encoding.py files needs bypass-generate because they
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   908
# contains an intentional SyntaxError with a invalid string that cannot be
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   909
# parsed.
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   910
#
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   911
file path=usr/lib/python3.4/lib2to3/tests/data/different_encoding.py \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   912
    pkg.depend.bypass-generate=.* pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   913
file path=usr/lib/python3.4/lib2to3/tests/data/false_encoding.py \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   914
    pkg.depend.bypass-generate=.* pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   915
file path=usr/lib/python3.4/lib2to3/tests/data/fixers/bad_order.py \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   916
    pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   917
file path=usr/lib/python3.4/lib2to3/tests/data/fixers/myfixes/__init__.py \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   918
    pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   919
file path=usr/lib/python3.4/lib2to3/tests/data/fixers/myfixes/fix_explicit.py \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   920
    pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   921
file path=usr/lib/python3.4/lib2to3/tests/data/fixers/myfixes/fix_first.py \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   922
    pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   923
file path=usr/lib/python3.4/lib2to3/tests/data/fixers/myfixes/fix_last.py \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   924
    pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   925
file path=usr/lib/python3.4/lib2to3/tests/data/fixers/myfixes/fix_parrot.py \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   926
    pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   927
file path=usr/lib/python3.4/lib2to3/tests/data/fixers/myfixes/fix_preorder.py \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   928
    pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   929
file path=usr/lib/python3.4/lib2to3/tests/data/fixers/no_fixer_cls.py \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   930
    pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   931
file path=usr/lib/python3.4/lib2to3/tests/data/fixers/parrot_example.py \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   932
    pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   933
file path=usr/lib/python3.4/lib2to3/tests/data/infinite_recursion.py \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   934
    pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   935
file path=usr/lib/python3.4/lib2to3/tests/data/py2_test_grammar.py \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   936
    pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   937
file path=usr/lib/python3.4/lib2to3/tests/data/py3_test_grammar.py \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   938
    pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   939
#
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   940
# bypass-generate needed due to issue with __main__.
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   941
#
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   942
file path=usr/lib/python3.4/lib2to3/tests/pytree_idempotency.py \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   943
    pkg.depend.bypass-generate=.*
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   944
file path=usr/lib/python3.4/lib2to3/tests/support.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   945
file path=usr/lib/python3.4/lib2to3/tests/test_all_fixers.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   946
file path=usr/lib/python3.4/lib2to3/tests/test_fixers.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   947
file path=usr/lib/python3.4/lib2to3/tests/test_main.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   948
file path=usr/lib/python3.4/lib2to3/tests/test_parser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   949
file path=usr/lib/python3.4/lib2to3/tests/test_pytree.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   950
file path=usr/lib/python3.4/lib2to3/tests/test_refactor.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   951
file path=usr/lib/python3.4/lib2to3/tests/test_util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   952
file path=usr/lib/python3.4/linecache.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   953
file path=usr/lib/python3.4/locale.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   954
file path=usr/lib/python3.4/logging/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   955
file path=usr/lib/python3.4/logging/config.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   956
file path=usr/lib/python3.4/logging/handlers.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   957
file path=usr/lib/python3.4/lzma.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   958
file path=usr/lib/python3.4/macpath.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   959
file path=usr/lib/python3.4/macurl2path.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   960
file path=usr/lib/python3.4/mailbox.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   961
file path=usr/lib/python3.4/mailcap.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   962
file path=usr/lib/python3.4/mimetypes.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   963
file path=usr/lib/python3.4/modulefinder.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   964
file path=usr/lib/python3.4/multiprocessing/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   965
file path=usr/lib/python3.4/multiprocessing/connection.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   966
file path=usr/lib/python3.4/multiprocessing/context.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   967
file path=usr/lib/python3.4/multiprocessing/dummy/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   968
file path=usr/lib/python3.4/multiprocessing/dummy/connection.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   969
file path=usr/lib/python3.4/multiprocessing/forkserver.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   970
file path=usr/lib/python3.4/multiprocessing/heap.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   971
file path=usr/lib/python3.4/multiprocessing/managers.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   972
file path=usr/lib/python3.4/multiprocessing/pool.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   973
file path=usr/lib/python3.4/multiprocessing/popen_fork.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   974
file path=usr/lib/python3.4/multiprocessing/popen_forkserver.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   975
file path=usr/lib/python3.4/multiprocessing/popen_spawn_posix.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   976
file path=usr/lib/python3.4/multiprocessing/popen_spawn_win32.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   977
file path=usr/lib/python3.4/multiprocessing/process.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   978
file path=usr/lib/python3.4/multiprocessing/queues.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   979
file path=usr/lib/python3.4/multiprocessing/reduction.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   980
file path=usr/lib/python3.4/multiprocessing/resource_sharer.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   981
file path=usr/lib/python3.4/multiprocessing/semaphore_tracker.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   982
file path=usr/lib/python3.4/multiprocessing/sharedctypes.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   983
file path=usr/lib/python3.4/multiprocessing/spawn.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   984
file path=usr/lib/python3.4/multiprocessing/synchronize.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   985
file path=usr/lib/python3.4/multiprocessing/util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   986
file path=usr/lib/python3.4/netrc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   987
file path=usr/lib/python3.4/nntplib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   988
file path=usr/lib/python3.4/ntpath.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   989
file path=usr/lib/python3.4/nturl2path.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   990
file path=usr/lib/python3.4/numbers.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   991
file path=usr/lib/python3.4/opcode.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   992
file path=usr/lib/python3.4/operator.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   993
file path=usr/lib/python3.4/optparse.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   994
file path=usr/lib/python3.4/os.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   995
file path=usr/lib/python3.4/pathlib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   996
file path=usr/lib/python3.4/pdb.py pkg.depend.bypass-generate=.*
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   997
file path=usr/lib/python3.4/pickle.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   998
file path=usr/lib/python3.4/pickletools.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   999
file path=usr/lib/python3.4/pipes.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1000
file path=usr/lib/python3.4/pkgutil.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1001
file path=usr/lib/python3.4/plat-sunos5/CDIO.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1002
file path=usr/lib/python3.4/plat-sunos5/DLFCN.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1003
file path=usr/lib/python3.4/plat-sunos5/IN.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1004
file path=usr/lib/python3.4/plat-sunos5/STROPTS.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1005
file path=usr/lib/python3.4/plat-sunos5/TYPES.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1006
file path=usr/lib/python3.4/plat-sunos5/regen
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1007
# XXX bootstrap
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
  1008
#file path=usr/lib/python3.4/platform.py
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
  1009
#    pkg.depend.bypass-generate=.*/MacOS.*
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
  1010
#    pkg.depend.bypass-generate=.*/_gestalt.*
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
  1011
#    pkg.depend.bypass-generate=.*/java/__init__.py
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
  1012
#    pkg.depend.bypass-generate=.*/lang.*
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
  1013
#    pkg.depend.bypass-generate=.*/vms_lib.*
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
  1014
#    pkg.depend.bypass-generate=.*/win32api.*
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
  1015
#    pkg.depend.bypass-generate=.*/win32con.*
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1016
#    pkg.depend.bypass-generate=.*/winreg.*
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1017
file path=usr/lib/python3.4/platform.py pkg.depend.bypass-generate=.*
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1018
file path=usr/lib/python3.4/plistlib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1019
file path=usr/lib/python3.4/poplib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1020
file path=usr/lib/python3.4/posixpath.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1021
file path=usr/lib/python3.4/pprint.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1022
file path=usr/lib/python3.4/profile.py pkg.depend.bypass-generate=.*
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1023
file path=usr/lib/python3.4/pstats.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1024
file path=usr/lib/python3.4/pty.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1025
file path=usr/lib/python3.4/py_compile.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1026
file path=usr/lib/python3.4/pyclbr.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1027
file path=usr/lib/python3.4/pydoc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1028
file path=usr/lib/python3.4/pydoc_data/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1029
file path=usr/lib/python3.4/pydoc_data/_pydoc.css
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1030
file path=usr/lib/python3.4/pydoc_data/topics.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1031
file path=usr/lib/python3.4/queue.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1032
file path=usr/lib/python3.4/quopri.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1033
file path=usr/lib/python3.4/random.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1034
file path=usr/lib/python3.4/re.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1035
file path=usr/lib/python3.4/reprlib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1036
file path=usr/lib/python3.4/rlcompleter.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1037
file path=usr/lib/python3.4/runpy.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1038
file path=usr/lib/python3.4/sched.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1039
file path=usr/lib/python3.4/selectors.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1040
file path=usr/lib/python3.4/shelve.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1041
file path=usr/lib/python3.4/shlex.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1042
file path=usr/lib/python3.4/shutil.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1043
file path=usr/lib/python3.4/site-packages/README
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1044
file path=usr/lib/python3.4/site-packages/vendor-packages.pth
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1045
file path=usr/lib/python3.4/site.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1046
file path=usr/lib/python3.4/smtpd.py pkg.depend.bypass-generate=.*
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1047
file path=usr/lib/python3.4/smtplib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1048
file path=usr/lib/python3.4/sndhdr.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1049
file path=usr/lib/python3.4/socket.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1050
file path=usr/lib/python3.4/socketserver.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1051
file path=usr/lib/python3.4/sqlite3/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1052
file path=usr/lib/python3.4/sqlite3/dbapi2.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1053
file path=usr/lib/python3.4/sqlite3/dump.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1054
file path=usr/lib/python3.4/sqlite3/test/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1055
file path=usr/lib/python3.4/sqlite3/test/dbapi.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1056
file path=usr/lib/python3.4/sqlite3/test/dump.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1057
file path=usr/lib/python3.4/sqlite3/test/factory.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1058
file path=usr/lib/python3.4/sqlite3/test/hooks.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1059
file path=usr/lib/python3.4/sqlite3/test/regression.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1060
file path=usr/lib/python3.4/sqlite3/test/transactions.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1061
file path=usr/lib/python3.4/sqlite3/test/types.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1062
file path=usr/lib/python3.4/sqlite3/test/userfunctions.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1063
file path=usr/lib/python3.4/sre_compile.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1064
file path=usr/lib/python3.4/sre_constants.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1065
file path=usr/lib/python3.4/sre_parse.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1066
file path=usr/lib/python3.4/ssl.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1067
file path=usr/lib/python3.4/stat.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1068
file path=usr/lib/python3.4/statistics.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1069
file path=usr/lib/python3.4/string.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1070
file path=usr/lib/python3.4/stringprep.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1071
file path=usr/lib/python3.4/struct.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1072
file path=usr/lib/python3.4/subprocess.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1073
file path=usr/lib/python3.4/sunau.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1074
file path=usr/lib/python3.4/symbol.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1075
file path=usr/lib/python3.4/symtable.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1076
file path=usr/lib/python3.4/sysconfig.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1077
file path=usr/lib/python3.4/tabnanny.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1078
file path=usr/lib/python3.4/tarfile.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1079
file path=usr/lib/python3.4/telnetlib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1080
file path=usr/lib/python3.4/tempfile.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1081
file path=usr/lib/python3.4/test/185test.db
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1082
file path=usr/lib/python3.4/test/Sine-1000Hz-300ms.aif
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1083
file path=usr/lib/python3.4/test/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1084
file path=usr/lib/python3.4/test/__main__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1085
file path=usr/lib/python3.4/test/_test_multiprocessing.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1086
file path=usr/lib/python3.4/test/audiodata/pluck-alaw.aifc
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1087
file path=usr/lib/python3.4/test/audiodata/pluck-pcm16.aiff
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1088
file path=usr/lib/python3.4/test/audiodata/pluck-pcm16.au
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1089
file path=usr/lib/python3.4/test/audiodata/pluck-pcm16.wav
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1090
file path=usr/lib/python3.4/test/audiodata/pluck-pcm24.aiff
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1091
file path=usr/lib/python3.4/test/audiodata/pluck-pcm24.au
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1092
file path=usr/lib/python3.4/test/audiodata/pluck-pcm24.wav
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1093
file path=usr/lib/python3.4/test/audiodata/pluck-pcm32.aiff
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1094
file path=usr/lib/python3.4/test/audiodata/pluck-pcm32.au
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1095
file path=usr/lib/python3.4/test/audiodata/pluck-pcm32.wav
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1096
file path=usr/lib/python3.4/test/audiodata/pluck-pcm8.aiff
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1097
file path=usr/lib/python3.4/test/audiodata/pluck-pcm8.au
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1098
file path=usr/lib/python3.4/test/audiodata/pluck-pcm8.wav
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1099
file path=usr/lib/python3.4/test/audiodata/pluck-ulaw.aifc
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1100
file path=usr/lib/python3.4/test/audiodata/pluck-ulaw.au
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1101
file path=usr/lib/python3.4/test/audiotest.au
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1102
file path=usr/lib/python3.4/test/audiotests.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1103
file path=usr/lib/python3.4/test/autotest.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1104
file path=usr/lib/python3.4/test/bad_coding.py pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1105
file path=usr/lib/python3.4/test/bad_coding2.py pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1106
file path=usr/lib/python3.4/test/badcert.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1107
file path=usr/lib/python3.4/test/badkey.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1108
file path=usr/lib/python3.4/test/badsyntax_3131.py pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1109
file path=usr/lib/python3.4/test/badsyntax_future10.py pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1110
file path=usr/lib/python3.4/test/badsyntax_future3.py pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1111
file path=usr/lib/python3.4/test/badsyntax_future4.py pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1112
file path=usr/lib/python3.4/test/badsyntax_future5.py pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1113
file path=usr/lib/python3.4/test/badsyntax_future6.py pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1114
file path=usr/lib/python3.4/test/badsyntax_future7.py pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1115
file path=usr/lib/python3.4/test/badsyntax_future8.py pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1116
file path=usr/lib/python3.4/test/badsyntax_future9.py pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1117
file path=usr/lib/python3.4/test/badsyntax_pep3120.py pkg.tmp.autopyc=false
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1118
file path=usr/lib/python3.4/test/buffer_tests.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1119
file path=usr/lib/python3.4/test/bytecode_helper.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1120
file path=usr/lib/python3.4/test/capath/4e1295a3.0
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1121
file path=usr/lib/python3.4/test/capath/5ed36f99.0
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1122
file path=usr/lib/python3.4/test/capath/6e88d7b8.0
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1123
file path=usr/lib/python3.4/test/capath/99d0fa06.0
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1124
file path=usr/lib/python3.4/test/cfgparser.1
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1125
file path=usr/lib/python3.4/test/cfgparser.2
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1126
file path=usr/lib/python3.4/test/cfgparser.3
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1127
file path=usr/lib/python3.4/test/check_soundcard.vbs
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1128
file path=usr/lib/python3.4/test/cjkencodings/big5-utf8.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1129
file path=usr/lib/python3.4/test/cjkencodings/big5.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1130
file path=usr/lib/python3.4/test/cjkencodings/big5hkscs-utf8.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1131
file path=usr/lib/python3.4/test/cjkencodings/big5hkscs.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1132
file path=usr/lib/python3.4/test/cjkencodings/cp949-utf8.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1133
file path=usr/lib/python3.4/test/cjkencodings/cp949.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1134
file path=usr/lib/python3.4/test/cjkencodings/euc_jisx0213-utf8.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1135
file path=usr/lib/python3.4/test/cjkencodings/euc_jisx0213.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1136
file path=usr/lib/python3.4/test/cjkencodings/euc_jp-utf8.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1137
file path=usr/lib/python3.4/test/cjkencodings/euc_jp.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1138
file path=usr/lib/python3.4/test/cjkencodings/euc_kr-utf8.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1139
file path=usr/lib/python3.4/test/cjkencodings/euc_kr.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1140
file path=usr/lib/python3.4/test/cjkencodings/gb18030-utf8.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1141
file path=usr/lib/python3.4/test/cjkencodings/gb18030.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1142
file path=usr/lib/python3.4/test/cjkencodings/gb2312-utf8.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1143
file path=usr/lib/python3.4/test/cjkencodings/gb2312.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1144
file path=usr/lib/python3.4/test/cjkencodings/gbk-utf8.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1145
file path=usr/lib/python3.4/test/cjkencodings/gbk.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1146
file path=usr/lib/python3.4/test/cjkencodings/hz-utf8.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1147
file path=usr/lib/python3.4/test/cjkencodings/hz.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1148
file path=usr/lib/python3.4/test/cjkencodings/iso2022_jp-utf8.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1149
file path=usr/lib/python3.4/test/cjkencodings/iso2022_jp.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1150
file path=usr/lib/python3.4/test/cjkencodings/iso2022_kr-utf8.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1151
file path=usr/lib/python3.4/test/cjkencodings/iso2022_kr.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1152
file path=usr/lib/python3.4/test/cjkencodings/johab-utf8.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1153
file path=usr/lib/python3.4/test/cjkencodings/johab.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1154
file path=usr/lib/python3.4/test/cjkencodings/shift_jis-utf8.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1155
file path=usr/lib/python3.4/test/cjkencodings/shift_jis.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1156
file path=usr/lib/python3.4/test/cjkencodings/shift_jisx0213-utf8.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1157
file path=usr/lib/python3.4/test/cjkencodings/shift_jisx0213.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1158
file path=usr/lib/python3.4/test/cmath_testcases.txt
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
  1159
file path=usr/lib/python3.4/test/coding20731.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1160
file path=usr/lib/python3.4/test/curses_tests.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1161
file path=usr/lib/python3.4/test/data/README
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1162
file path=usr/lib/python3.4/test/datetimetester.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1163
file path=usr/lib/python3.4/test/decimaltestdata/abs.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1164
file path=usr/lib/python3.4/test/decimaltestdata/add.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1165
file path=usr/lib/python3.4/test/decimaltestdata/and.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1166
file path=usr/lib/python3.4/test/decimaltestdata/base.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1167
file path=usr/lib/python3.4/test/decimaltestdata/clamp.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1168
file path=usr/lib/python3.4/test/decimaltestdata/class.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1169
file path=usr/lib/python3.4/test/decimaltestdata/compare.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1170
file path=usr/lib/python3.4/test/decimaltestdata/comparetotal.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1171
file path=usr/lib/python3.4/test/decimaltestdata/comparetotmag.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1172
file path=usr/lib/python3.4/test/decimaltestdata/copy.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1173
file path=usr/lib/python3.4/test/decimaltestdata/copyabs.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1174
file path=usr/lib/python3.4/test/decimaltestdata/copynegate.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1175
file path=usr/lib/python3.4/test/decimaltestdata/copysign.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1176
file path=usr/lib/python3.4/test/decimaltestdata/ddAbs.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1177
file path=usr/lib/python3.4/test/decimaltestdata/ddAdd.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1178
file path=usr/lib/python3.4/test/decimaltestdata/ddAnd.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1179
file path=usr/lib/python3.4/test/decimaltestdata/ddBase.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1180
file path=usr/lib/python3.4/test/decimaltestdata/ddCanonical.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1181
file path=usr/lib/python3.4/test/decimaltestdata/ddClass.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1182
file path=usr/lib/python3.4/test/decimaltestdata/ddCompare.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1183
file path=usr/lib/python3.4/test/decimaltestdata/ddCompareSig.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1184
file path=usr/lib/python3.4/test/decimaltestdata/ddCompareTotal.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1185
file path=usr/lib/python3.4/test/decimaltestdata/ddCompareTotalMag.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1186
file path=usr/lib/python3.4/test/decimaltestdata/ddCopy.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1187
file path=usr/lib/python3.4/test/decimaltestdata/ddCopyAbs.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1188
file path=usr/lib/python3.4/test/decimaltestdata/ddCopyNegate.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1189
file path=usr/lib/python3.4/test/decimaltestdata/ddCopySign.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1190
file path=usr/lib/python3.4/test/decimaltestdata/ddDivide.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1191
file path=usr/lib/python3.4/test/decimaltestdata/ddDivideInt.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1192
file path=usr/lib/python3.4/test/decimaltestdata/ddEncode.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1193
file path=usr/lib/python3.4/test/decimaltestdata/ddFMA.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1194
file path=usr/lib/python3.4/test/decimaltestdata/ddInvert.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1195
file path=usr/lib/python3.4/test/decimaltestdata/ddLogB.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1196
file path=usr/lib/python3.4/test/decimaltestdata/ddMax.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1197
file path=usr/lib/python3.4/test/decimaltestdata/ddMaxMag.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1198
file path=usr/lib/python3.4/test/decimaltestdata/ddMin.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1199
file path=usr/lib/python3.4/test/decimaltestdata/ddMinMag.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1200
file path=usr/lib/python3.4/test/decimaltestdata/ddMinus.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1201
file path=usr/lib/python3.4/test/decimaltestdata/ddMultiply.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1202
file path=usr/lib/python3.4/test/decimaltestdata/ddNextMinus.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1203
file path=usr/lib/python3.4/test/decimaltestdata/ddNextPlus.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1204
file path=usr/lib/python3.4/test/decimaltestdata/ddNextToward.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1205
file path=usr/lib/python3.4/test/decimaltestdata/ddOr.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1206
file path=usr/lib/python3.4/test/decimaltestdata/ddPlus.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1207
file path=usr/lib/python3.4/test/decimaltestdata/ddQuantize.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1208
file path=usr/lib/python3.4/test/decimaltestdata/ddReduce.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1209
file path=usr/lib/python3.4/test/decimaltestdata/ddRemainder.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1210
file path=usr/lib/python3.4/test/decimaltestdata/ddRemainderNear.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1211
file path=usr/lib/python3.4/test/decimaltestdata/ddRotate.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1212
file path=usr/lib/python3.4/test/decimaltestdata/ddSameQuantum.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1213
file path=usr/lib/python3.4/test/decimaltestdata/ddScaleB.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1214
file path=usr/lib/python3.4/test/decimaltestdata/ddShift.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1215
file path=usr/lib/python3.4/test/decimaltestdata/ddSubtract.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1216
file path=usr/lib/python3.4/test/decimaltestdata/ddToIntegral.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1217
file path=usr/lib/python3.4/test/decimaltestdata/ddXor.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1218
file path=usr/lib/python3.4/test/decimaltestdata/decDouble.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1219
file path=usr/lib/python3.4/test/decimaltestdata/decQuad.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1220
file path=usr/lib/python3.4/test/decimaltestdata/decSingle.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1221
file path=usr/lib/python3.4/test/decimaltestdata/divide.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1222
file path=usr/lib/python3.4/test/decimaltestdata/divideint.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1223
file path=usr/lib/python3.4/test/decimaltestdata/dqAbs.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1224
file path=usr/lib/python3.4/test/decimaltestdata/dqAdd.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1225
file path=usr/lib/python3.4/test/decimaltestdata/dqAnd.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1226
file path=usr/lib/python3.4/test/decimaltestdata/dqBase.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1227
file path=usr/lib/python3.4/test/decimaltestdata/dqCanonical.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1228
file path=usr/lib/python3.4/test/decimaltestdata/dqClass.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1229
file path=usr/lib/python3.4/test/decimaltestdata/dqCompare.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1230
file path=usr/lib/python3.4/test/decimaltestdata/dqCompareSig.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1231
file path=usr/lib/python3.4/test/decimaltestdata/dqCompareTotal.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1232
file path=usr/lib/python3.4/test/decimaltestdata/dqCompareTotalMag.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1233
file path=usr/lib/python3.4/test/decimaltestdata/dqCopy.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1234
file path=usr/lib/python3.4/test/decimaltestdata/dqCopyAbs.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1235
file path=usr/lib/python3.4/test/decimaltestdata/dqCopyNegate.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1236
file path=usr/lib/python3.4/test/decimaltestdata/dqCopySign.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1237
file path=usr/lib/python3.4/test/decimaltestdata/dqDivide.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1238
file path=usr/lib/python3.4/test/decimaltestdata/dqDivideInt.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1239
file path=usr/lib/python3.4/test/decimaltestdata/dqEncode.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1240
file path=usr/lib/python3.4/test/decimaltestdata/dqFMA.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1241
file path=usr/lib/python3.4/test/decimaltestdata/dqInvert.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1242
file path=usr/lib/python3.4/test/decimaltestdata/dqLogB.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1243
file path=usr/lib/python3.4/test/decimaltestdata/dqMax.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1244
file path=usr/lib/python3.4/test/decimaltestdata/dqMaxMag.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1245
file path=usr/lib/python3.4/test/decimaltestdata/dqMin.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1246
file path=usr/lib/python3.4/test/decimaltestdata/dqMinMag.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1247
file path=usr/lib/python3.4/test/decimaltestdata/dqMinus.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1248
file path=usr/lib/python3.4/test/decimaltestdata/dqMultiply.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1249
file path=usr/lib/python3.4/test/decimaltestdata/dqNextMinus.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1250
file path=usr/lib/python3.4/test/decimaltestdata/dqNextPlus.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1251
file path=usr/lib/python3.4/test/decimaltestdata/dqNextToward.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1252
file path=usr/lib/python3.4/test/decimaltestdata/dqOr.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1253
file path=usr/lib/python3.4/test/decimaltestdata/dqPlus.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1254
file path=usr/lib/python3.4/test/decimaltestdata/dqQuantize.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1255
file path=usr/lib/python3.4/test/decimaltestdata/dqReduce.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1256
file path=usr/lib/python3.4/test/decimaltestdata/dqRemainder.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1257
file path=usr/lib/python3.4/test/decimaltestdata/dqRemainderNear.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1258
file path=usr/lib/python3.4/test/decimaltestdata/dqRotate.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1259
file path=usr/lib/python3.4/test/decimaltestdata/dqSameQuantum.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1260
file path=usr/lib/python3.4/test/decimaltestdata/dqScaleB.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1261
file path=usr/lib/python3.4/test/decimaltestdata/dqShift.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1262
file path=usr/lib/python3.4/test/decimaltestdata/dqSubtract.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1263
file path=usr/lib/python3.4/test/decimaltestdata/dqToIntegral.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1264
file path=usr/lib/python3.4/test/decimaltestdata/dqXor.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1265
file path=usr/lib/python3.4/test/decimaltestdata/dsBase.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1266
file path=usr/lib/python3.4/test/decimaltestdata/dsEncode.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1267
file path=usr/lib/python3.4/test/decimaltestdata/exp.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1268
file path=usr/lib/python3.4/test/decimaltestdata/extra.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1269
file path=usr/lib/python3.4/test/decimaltestdata/fma.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1270
file path=usr/lib/python3.4/test/decimaltestdata/inexact.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1271
file path=usr/lib/python3.4/test/decimaltestdata/invert.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1272
file path=usr/lib/python3.4/test/decimaltestdata/ln.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1273
file path=usr/lib/python3.4/test/decimaltestdata/log10.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1274
file path=usr/lib/python3.4/test/decimaltestdata/logb.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1275
file path=usr/lib/python3.4/test/decimaltestdata/max.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1276
file path=usr/lib/python3.4/test/decimaltestdata/maxmag.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1277
file path=usr/lib/python3.4/test/decimaltestdata/min.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1278
file path=usr/lib/python3.4/test/decimaltestdata/minmag.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1279
file path=usr/lib/python3.4/test/decimaltestdata/minus.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1280
file path=usr/lib/python3.4/test/decimaltestdata/multiply.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1281
file path=usr/lib/python3.4/test/decimaltestdata/nextminus.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1282
file path=usr/lib/python3.4/test/decimaltestdata/nextplus.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1283
file path=usr/lib/python3.4/test/decimaltestdata/nexttoward.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1284
file path=usr/lib/python3.4/test/decimaltestdata/or.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1285
file path=usr/lib/python3.4/test/decimaltestdata/plus.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1286
file path=usr/lib/python3.4/test/decimaltestdata/power.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1287
file path=usr/lib/python3.4/test/decimaltestdata/powersqrt.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1288
file path=usr/lib/python3.4/test/decimaltestdata/quantize.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1289
file path=usr/lib/python3.4/test/decimaltestdata/randomBound32.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1290
file path=usr/lib/python3.4/test/decimaltestdata/randoms.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1291
file path=usr/lib/python3.4/test/decimaltestdata/reduce.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1292
file path=usr/lib/python3.4/test/decimaltestdata/remainder.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1293
file path=usr/lib/python3.4/test/decimaltestdata/remainderNear.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1294
file path=usr/lib/python3.4/test/decimaltestdata/rescale.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1295
file path=usr/lib/python3.4/test/decimaltestdata/rotate.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1296
file path=usr/lib/python3.4/test/decimaltestdata/rounding.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1297
file path=usr/lib/python3.4/test/decimaltestdata/samequantum.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1298
file path=usr/lib/python3.4/test/decimaltestdata/scaleb.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1299
file path=usr/lib/python3.4/test/decimaltestdata/shift.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1300
file path=usr/lib/python3.4/test/decimaltestdata/squareroot.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1301
file path=usr/lib/python3.4/test/decimaltestdata/subtract.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1302
file path=usr/lib/python3.4/test/decimaltestdata/testall.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1303
file path=usr/lib/python3.4/test/decimaltestdata/tointegral.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1304
file path=usr/lib/python3.4/test/decimaltestdata/tointegralx.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1305
file path=usr/lib/python3.4/test/decimaltestdata/xor.decTest
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1306
file path=usr/lib/python3.4/test/dh512.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1307
file path=usr/lib/python3.4/test/dis_module.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1308
file path=usr/lib/python3.4/test/dlpitest.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1309
file path=usr/lib/python3.4/test/doctest_aliases.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1310
file path=usr/lib/python3.4/test/double_const.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1311
file path=usr/lib/python3.4/test/dtrace_sample.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1312
file path=usr/lib/python3.4/test/empty.vbs
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1313
file path=usr/lib/python3.4/test/encoded_modules/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1314
file path=usr/lib/python3.4/test/encoded_modules/module_iso_8859_1.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1315
file path=usr/lib/python3.4/test/encoded_modules/module_koi8_r.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1316
file path=usr/lib/python3.4/test/exception_hierarchy.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1317
file path=usr/lib/python3.4/test/final_a.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1318
file path=usr/lib/python3.4/test/final_b.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1319
file path=usr/lib/python3.4/test/floating_points.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1320
file path=usr/lib/python3.4/test/fork_wait.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1321
file path=usr/lib/python3.4/test/formatfloat_testcases.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1322
file path=usr/lib/python3.4/test/future_test1.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1323
file path=usr/lib/python3.4/test/future_test2.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1324
file path=usr/lib/python3.4/test/gdb_sample.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1325
file path=usr/lib/python3.4/test/https_svn_python_org_root.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1326
file path=usr/lib/python3.4/test/ieee754.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1327
file path=usr/lib/python3.4/test/imghdrdata/python.bmp
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1328
file path=usr/lib/python3.4/test/imghdrdata/python.gif
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1329
file path=usr/lib/python3.4/test/imghdrdata/python.jpg
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1330
file path=usr/lib/python3.4/test/imghdrdata/python.pbm
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1331
file path=usr/lib/python3.4/test/imghdrdata/python.pgm
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1332
file path=usr/lib/python3.4/test/imghdrdata/python.png
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1333
file path=usr/lib/python3.4/test/imghdrdata/python.ppm
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1334
file path=usr/lib/python3.4/test/imghdrdata/python.ras
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1335
file path=usr/lib/python3.4/test/imghdrdata/python.sgi
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1336
file path=usr/lib/python3.4/test/imghdrdata/python.tiff
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1337
file path=usr/lib/python3.4/test/imghdrdata/python.xbm
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1338
file path=usr/lib/python3.4/test/inspect_fodder.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1339
file path=usr/lib/python3.4/test/inspect_fodder2.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1340
file path=usr/lib/python3.4/test/keycert.passwd.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1341
file path=usr/lib/python3.4/test/keycert.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1342
file path=usr/lib/python3.4/test/keycert2.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1343
file path=usr/lib/python3.4/test/keycert3.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1344
file path=usr/lib/python3.4/test/keycert4.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1345
file path=usr/lib/python3.4/test/list_tests.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1346
file path=usr/lib/python3.4/test/lock_tests.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1347
file path=usr/lib/python3.4/test/mailcap.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1348
file path=usr/lib/python3.4/test/make_ssl_certs.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1349
file path=usr/lib/python3.4/test/mapping_tests.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1350
file path=usr/lib/python3.4/test/math_testcases.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1351
file path=usr/lib/python3.4/test/memory_watchdog.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1352
file path=usr/lib/python3.4/test/mime.types
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1353
file path=usr/lib/python3.4/test/mock_socket.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1354
file path=usr/lib/python3.4/test/mp_fork_bomb.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1355
file path=usr/lib/python3.4/test/multibytecodec_support.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1356
file path=usr/lib/python3.4/test/nokia.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1357
file path=usr/lib/python3.4/test/nullbytecert.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1358
file path=usr/lib/python3.4/test/nullcert.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1359
file path=usr/lib/python3.4/test/outstanding_bugs.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1360
file path=usr/lib/python3.4/test/pickletester.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1361
file path=usr/lib/python3.4/test/privrbactest.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1362
file path=usr/lib/python3.4/test/profilee.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1363
file path=usr/lib/python3.4/test/pstats.pck
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1364
file path=usr/lib/python3.4/test/pycacert.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1365
file path=usr/lib/python3.4/test/pycakey.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1366
file path=usr/lib/python3.4/test/pyclbr_input.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1367
file path=usr/lib/python3.4/test/pydoc_mod.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1368
file path=usr/lib/python3.4/test/pydocfodder.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1369
file path=usr/lib/python3.4/test/pystone.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1370
file path=usr/lib/python3.4/test/randv2_32.pck
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1371
file path=usr/lib/python3.4/test/randv2_64.pck
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1372
file path=usr/lib/python3.4/test/randv3.pck
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1373
file path=usr/lib/python3.4/test/re_tests.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1374
# XXX bootstrap
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
  1375
# file path=usr/lib/python3.4/test/regrtest.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1376
#    pkg.depend.bypass-generate=.*/msvcrt.*
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1377
file path=usr/lib/python3.4/test/regrtest.py pkg.depend.bypass-generate=.*
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1378
file path=usr/lib/python3.4/test/relimport.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1379
file path=usr/lib/python3.4/test/reperf.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1380
file path=usr/lib/python3.4/test/revocation.crl
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1381
file path=usr/lib/python3.4/test/sample_doctest.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1382
file path=usr/lib/python3.4/test/sample_doctest_no_docstrings.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1383
file path=usr/lib/python3.4/test/sample_doctest_no_doctests.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1384
file path=usr/lib/python3.4/test/script_helper.py
3876
da37433d5103 20605341 update Python to 3.4.3
John Beck <John.Beck@Oracle.COM>
parents: 3786
diff changeset
  1385
file path=usr/lib/python3.4/test/selfsigned_pythontestdotnet.pem
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1386
file path=usr/lib/python3.4/test/seq_tests.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1387
file path=usr/lib/python3.4/test/sgml_input.html
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1388
file path=usr/lib/python3.4/test/sha256.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1389
file path=usr/lib/python3.4/test/sndhdrdata/README
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1390
file path=usr/lib/python3.4/test/sndhdrdata/sndhdr.8svx
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1391
file path=usr/lib/python3.4/test/sndhdrdata/sndhdr.aifc
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1392
file path=usr/lib/python3.4/test/sndhdrdata/sndhdr.aiff
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1393
file path=usr/lib/python3.4/test/sndhdrdata/sndhdr.au
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1394
file path=usr/lib/python3.4/test/sndhdrdata/sndhdr.hcom
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1395
file path=usr/lib/python3.4/test/sndhdrdata/sndhdr.sndt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1396
file path=usr/lib/python3.4/test/sndhdrdata/sndhdr.voc
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1397
file path=usr/lib/python3.4/test/sndhdrdata/sndhdr.wav
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1398
file path=usr/lib/python3.4/test/sortperf.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1399
file path=usr/lib/python3.4/test/ssl_cert.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1400
file path=usr/lib/python3.4/test/ssl_key.passwd.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1401
file path=usr/lib/python3.4/test/ssl_key.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1402
file path=usr/lib/python3.4/test/ssl_servers.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1403
file path=usr/lib/python3.4/test/ssltests.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1404
file path=usr/lib/python3.4/test/string_tests.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1405
file path=usr/lib/python3.4/test/subprocessdata/fd_status.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1406
file path=usr/lib/python3.4/test/subprocessdata/input_reader.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1407
file path=usr/lib/python3.4/test/subprocessdata/qcat.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1408
file path=usr/lib/python3.4/test/subprocessdata/qgrep.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1409
file path=usr/lib/python3.4/test/subprocessdata/sigchild_ignore.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1410
file path=usr/lib/python3.4/test/support/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1411
file path=usr/lib/python3.4/test/test___all__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1412
file path=usr/lib/python3.4/test/test___future__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1413
file path=usr/lib/python3.4/test/test__locale.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1414
file path=usr/lib/python3.4/test/test__opcode.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1415
file path=usr/lib/python3.4/test/test__osx_support.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1416
file path=usr/lib/python3.4/test/test_abc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1417
file path=usr/lib/python3.4/test/test_abstract_numbers.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1418
file path=usr/lib/python3.4/test/test_aifc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1419
file path=usr/lib/python3.4/test/test_argparse.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1420
file path=usr/lib/python3.4/test/test_array.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1421
file path=usr/lib/python3.4/test/test_ast.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1422
file path=usr/lib/python3.4/test/test_asynchat.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1423
file path=usr/lib/python3.4/test/test_asyncio/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1424
file path=usr/lib/python3.4/test/test_asyncio/__main__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1425
file path=usr/lib/python3.4/test/test_asyncio/echo.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1426
file path=usr/lib/python3.4/test/test_asyncio/echo2.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1427
file path=usr/lib/python3.4/test/test_asyncio/echo3.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1428
file path=usr/lib/python3.4/test/test_asyncio/keycert3.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1429
file path=usr/lib/python3.4/test/test_asyncio/pycacert.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1430
file path=usr/lib/python3.4/test/test_asyncio/ssl_cert.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1431
file path=usr/lib/python3.4/test/test_asyncio/ssl_key.pem
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1432
file path=usr/lib/python3.4/test/test_asyncio/test_base_events.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1433
file path=usr/lib/python3.4/test/test_asyncio/test_events.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1434
file path=usr/lib/python3.4/test/test_asyncio/test_futures.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1435
file path=usr/lib/python3.4/test/test_asyncio/test_locks.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1436
file path=usr/lib/python3.4/test/test_asyncio/test_proactor_events.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1437
file path=usr/lib/python3.4/test/test_asyncio/test_queues.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1438
file path=usr/lib/python3.4/test/test_asyncio/test_selector_events.py
3876
da37433d5103 20605341 update Python to 3.4.3
John Beck <John.Beck@Oracle.COM>
parents: 3786
diff changeset
  1439
file path=usr/lib/python3.4/test/test_asyncio/test_sslproto.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1440
file path=usr/lib/python3.4/test/test_asyncio/test_streams.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1441
file path=usr/lib/python3.4/test/test_asyncio/test_subprocess.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1442
file path=usr/lib/python3.4/test/test_asyncio/test_tasks.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1443
file path=usr/lib/python3.4/test/test_asyncio/test_transports.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1444
file path=usr/lib/python3.4/test/test_asyncio/test_unix_events.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1445
file path=usr/lib/python3.4/test/test_asyncio/test_windows_events.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1446
file path=usr/lib/python3.4/test/test_asyncio/test_windows_utils.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1447
file path=usr/lib/python3.4/test/test_asyncore.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1448
file path=usr/lib/python3.4/test/test_atexit.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1449
file path=usr/lib/python3.4/test/test_audioop.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1450
file path=usr/lib/python3.4/test/test_augassign.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1451
file path=usr/lib/python3.4/test/test_base64.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1452
file path=usr/lib/python3.4/test/test_bigaddrspace.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1453
file path=usr/lib/python3.4/test/test_bigmem.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1454
file path=usr/lib/python3.4/test/test_binascii.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1455
file path=usr/lib/python3.4/test/test_binhex.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1456
file path=usr/lib/python3.4/test/test_binop.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1457
file path=usr/lib/python3.4/test/test_bisect.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1458
file path=usr/lib/python3.4/test/test_bool.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1459
file path=usr/lib/python3.4/test/test_buffer.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1460
file path=usr/lib/python3.4/test/test_bufio.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1461
file path=usr/lib/python3.4/test/test_builtin.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1462
file path=usr/lib/python3.4/test/test_bytes.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1463
file path=usr/lib/python3.4/test/test_bz2.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1464
file path=usr/lib/python3.4/test/test_calendar.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1465
file path=usr/lib/python3.4/test/test_call.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1466
file path=usr/lib/python3.4/test/test_capi.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1467
file path=usr/lib/python3.4/test/test_cgi.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1468
file path=usr/lib/python3.4/test/test_cgitb.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1469
file path=usr/lib/python3.4/test/test_charmapcodec.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1470
file path=usr/lib/python3.4/test/test_class.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1471
file path=usr/lib/python3.4/test/test_cmath.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1472
file path=usr/lib/python3.4/test/test_cmd.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1473
file path=usr/lib/python3.4/test/test_cmd_line.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1474
file path=usr/lib/python3.4/test/test_cmd_line_script.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1475
file path=usr/lib/python3.4/test/test_code.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1476
file path=usr/lib/python3.4/test/test_code_module.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1477
file path=usr/lib/python3.4/test/test_codeccallbacks.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1478
file path=usr/lib/python3.4/test/test_codecencodings_cn.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1479
file path=usr/lib/python3.4/test/test_codecencodings_hk.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1480
file path=usr/lib/python3.4/test/test_codecencodings_iso2022.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1481
file path=usr/lib/python3.4/test/test_codecencodings_jp.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1482
file path=usr/lib/python3.4/test/test_codecencodings_kr.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1483
file path=usr/lib/python3.4/test/test_codecencodings_tw.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1484
file path=usr/lib/python3.4/test/test_codecmaps_cn.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1485
file path=usr/lib/python3.4/test/test_codecmaps_hk.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1486
file path=usr/lib/python3.4/test/test_codecmaps_jp.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1487
file path=usr/lib/python3.4/test/test_codecmaps_kr.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1488
file path=usr/lib/python3.4/test/test_codecmaps_tw.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1489
file path=usr/lib/python3.4/test/test_codecs.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1490
file path=usr/lib/python3.4/test/test_codeop.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1491
file path=usr/lib/python3.4/test/test_collections.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1492
file path=usr/lib/python3.4/test/test_colorsys.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1493
file path=usr/lib/python3.4/test/test_compare.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1494
file path=usr/lib/python3.4/test/test_compile.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1495
file path=usr/lib/python3.4/test/test_compileall.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1496
file path=usr/lib/python3.4/test/test_complex.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1497
file path=usr/lib/python3.4/test/test_concurrent_futures.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1498
file path=usr/lib/python3.4/test/test_configparser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1499
file path=usr/lib/python3.4/test/test_contains.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1500
file path=usr/lib/python3.4/test/test_contextlib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1501
file path=usr/lib/python3.4/test/test_copy.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1502
file path=usr/lib/python3.4/test/test_copyreg.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1503
file path=usr/lib/python3.4/test/test_cprofile.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1504
file path=usr/lib/python3.4/test/test_crashers.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1505
file path=usr/lib/python3.4/test/test_crypt.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1506
file path=usr/lib/python3.4/test/test_csv.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1507
file path=usr/lib/python3.4/test/test_ctypes.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1508
file path=usr/lib/python3.4/test/test_curses.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1509
file path=usr/lib/python3.4/test/test_datetime.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1510
file path=usr/lib/python3.4/test/test_dbm.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1511
file path=usr/lib/python3.4/test/test_dbm_dumb.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1512
file path=usr/lib/python3.4/test/test_dbm_gnu.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1513
file path=usr/lib/python3.4/test/test_dbm_ndbm.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1514
file path=usr/lib/python3.4/test/test_decimal.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1515
file path=usr/lib/python3.4/test/test_decorators.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1516
file path=usr/lib/python3.4/test/test_defaultdict.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1517
file path=usr/lib/python3.4/test/test_deque.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1518
file path=usr/lib/python3.4/test/test_descr.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1519
file path=usr/lib/python3.4/test/test_descrtut.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1520
file path=usr/lib/python3.4/test/test_devpoll.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1521
file path=usr/lib/python3.4/test/test_dict.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1522
file path=usr/lib/python3.4/test/test_dictcomps.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1523
file path=usr/lib/python3.4/test/test_dictviews.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1524
file path=usr/lib/python3.4/test/test_difflib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1525
file path=usr/lib/python3.4/test/test_difflib_expect.html
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1526
file path=usr/lib/python3.4/test/test_dis.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1527
file path=usr/lib/python3.4/test/test_distutils.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1528
file path=usr/lib/python3.4/test/test_doctest.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1529
file path=usr/lib/python3.4/test/test_doctest.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1530
file path=usr/lib/python3.4/test/test_doctest2.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1531
file path=usr/lib/python3.4/test/test_doctest2.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1532
file path=usr/lib/python3.4/test/test_doctest3.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1533
file path=usr/lib/python3.4/test/test_doctest4.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1534
file path=usr/lib/python3.4/test/test_docxmlrpc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1535
file path=usr/lib/python3.4/test/test_dtrace.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1536
file path=usr/lib/python3.4/test/test_dummy_thread.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1537
file path=usr/lib/python3.4/test/test_dummy_threading.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1538
file path=usr/lib/python3.4/test/test_dynamic.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1539
file path=usr/lib/python3.4/test/test_dynamicclassattribute.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1540
file path=usr/lib/python3.4/test/test_email/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1541
file path=usr/lib/python3.4/test/test_email/__main__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1542
file path=usr/lib/python3.4/test/test_email/data/PyBanner048.gif
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1543
file path=usr/lib/python3.4/test/test_email/data/audiotest.au
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1544
file path=usr/lib/python3.4/test/test_email/data/msg_01.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1545
file path=usr/lib/python3.4/test/test_email/data/msg_02.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1546
file path=usr/lib/python3.4/test/test_email/data/msg_03.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1547
file path=usr/lib/python3.4/test/test_email/data/msg_04.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1548
file path=usr/lib/python3.4/test/test_email/data/msg_05.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1549
file path=usr/lib/python3.4/test/test_email/data/msg_06.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1550
file path=usr/lib/python3.4/test/test_email/data/msg_07.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1551
file path=usr/lib/python3.4/test/test_email/data/msg_08.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1552
file path=usr/lib/python3.4/test/test_email/data/msg_09.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1553
file path=usr/lib/python3.4/test/test_email/data/msg_10.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1554
file path=usr/lib/python3.4/test/test_email/data/msg_11.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1555
file path=usr/lib/python3.4/test/test_email/data/msg_12.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1556
file path=usr/lib/python3.4/test/test_email/data/msg_12a.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1557
file path=usr/lib/python3.4/test/test_email/data/msg_13.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1558
file path=usr/lib/python3.4/test/test_email/data/msg_14.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1559
file path=usr/lib/python3.4/test/test_email/data/msg_15.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1560
file path=usr/lib/python3.4/test/test_email/data/msg_16.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1561
file path=usr/lib/python3.4/test/test_email/data/msg_17.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1562
file path=usr/lib/python3.4/test/test_email/data/msg_18.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1563
file path=usr/lib/python3.4/test/test_email/data/msg_19.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1564
file path=usr/lib/python3.4/test/test_email/data/msg_20.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1565
file path=usr/lib/python3.4/test/test_email/data/msg_21.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1566
file path=usr/lib/python3.4/test/test_email/data/msg_22.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1567
file path=usr/lib/python3.4/test/test_email/data/msg_23.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1568
file path=usr/lib/python3.4/test/test_email/data/msg_24.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1569
file path=usr/lib/python3.4/test/test_email/data/msg_25.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1570
file path=usr/lib/python3.4/test/test_email/data/msg_26.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1571
file path=usr/lib/python3.4/test/test_email/data/msg_27.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1572
file path=usr/lib/python3.4/test/test_email/data/msg_28.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1573
file path=usr/lib/python3.4/test/test_email/data/msg_29.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1574
file path=usr/lib/python3.4/test/test_email/data/msg_30.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1575
file path=usr/lib/python3.4/test/test_email/data/msg_31.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1576
file path=usr/lib/python3.4/test/test_email/data/msg_32.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1577
file path=usr/lib/python3.4/test/test_email/data/msg_33.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1578
file path=usr/lib/python3.4/test/test_email/data/msg_34.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1579
file path=usr/lib/python3.4/test/test_email/data/msg_35.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1580
file path=usr/lib/python3.4/test/test_email/data/msg_36.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1581
file path=usr/lib/python3.4/test/test_email/data/msg_37.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1582
file path=usr/lib/python3.4/test/test_email/data/msg_38.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1583
file path=usr/lib/python3.4/test/test_email/data/msg_39.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1584
file path=usr/lib/python3.4/test/test_email/data/msg_40.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1585
file path=usr/lib/python3.4/test/test_email/data/msg_41.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1586
file path=usr/lib/python3.4/test/test_email/data/msg_42.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1587
file path=usr/lib/python3.4/test/test_email/data/msg_43.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1588
file path=usr/lib/python3.4/test/test_email/data/msg_44.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1589
file path=usr/lib/python3.4/test/test_email/data/msg_45.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1590
file path=usr/lib/python3.4/test/test_email/data/msg_46.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1591
file path=usr/lib/python3.4/test/test_email/test__encoded_words.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1592
file path=usr/lib/python3.4/test/test_email/test__header_value_parser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1593
file path=usr/lib/python3.4/test/test_email/test_asian_codecs.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1594
file path=usr/lib/python3.4/test/test_email/test_contentmanager.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1595
file path=usr/lib/python3.4/test/test_email/test_defect_handling.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1596
file path=usr/lib/python3.4/test/test_email/test_email.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1597
file path=usr/lib/python3.4/test/test_email/test_generator.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1598
file path=usr/lib/python3.4/test/test_email/test_headerregistry.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1599
file path=usr/lib/python3.4/test/test_email/test_inversion.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1600
file path=usr/lib/python3.4/test/test_email/test_message.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1601
file path=usr/lib/python3.4/test/test_email/test_parser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1602
file path=usr/lib/python3.4/test/test_email/test_pickleable.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1603
file path=usr/lib/python3.4/test/test_email/test_policy.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1604
file path=usr/lib/python3.4/test/test_email/test_utils.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1605
file path=usr/lib/python3.4/test/test_email/torture_test.py
3780
c1c65dfab733 19033667 Python 3.4 is missing the ensurepip module
John Beck <John.Beck@Oracle.COM>
parents: 3779
diff changeset
  1606
file path=usr/lib/python3.4/test/test_ensurepip.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1607
file path=usr/lib/python3.4/test/test_enum.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1608
file path=usr/lib/python3.4/test/test_enumerate.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1609
file path=usr/lib/python3.4/test/test_eof.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1610
file path=usr/lib/python3.4/test/test_epoll.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1611
file path=usr/lib/python3.4/test/test_errno.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1612
file path=usr/lib/python3.4/test/test_exception_variations.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1613
file path=usr/lib/python3.4/test/test_exceptions.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1614
file path=usr/lib/python3.4/test/test_extcall.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1615
file path=usr/lib/python3.4/test/test_faulthandler.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1616
file path=usr/lib/python3.4/test/test_fcntl.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1617
file path=usr/lib/python3.4/test/test_file.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1618
file path=usr/lib/python3.4/test/test_file_eintr.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1619
file path=usr/lib/python3.4/test/test_filecmp.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1620
file path=usr/lib/python3.4/test/test_fileinput.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1621
file path=usr/lib/python3.4/test/test_fileio.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1622
file path=usr/lib/python3.4/test/test_finalization.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1623
file path=usr/lib/python3.4/test/test_float.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1624
file path=usr/lib/python3.4/test/test_flufl.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1625
file path=usr/lib/python3.4/test/test_fnmatch.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1626
file path=usr/lib/python3.4/test/test_fork1.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1627
file path=usr/lib/python3.4/test/test_format.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1628
file path=usr/lib/python3.4/test/test_fractions.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1629
file path=usr/lib/python3.4/test/test_frame.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1630
file path=usr/lib/python3.4/test/test_ftplib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1631
file path=usr/lib/python3.4/test/test_funcattrs.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1632
file path=usr/lib/python3.4/test/test_functools.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1633
file path=usr/lib/python3.4/test/test_future.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1634
file path=usr/lib/python3.4/test/test_future3.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1635
file path=usr/lib/python3.4/test/test_future4.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1636
file path=usr/lib/python3.4/test/test_future5.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1637
file path=usr/lib/python3.4/test/test_gc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1638
file path=usr/lib/python3.4/test/test_gdb.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1639
file path=usr/lib/python3.4/test/test_generators.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1640
file path=usr/lib/python3.4/test/test_genericpath.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1641
file path=usr/lib/python3.4/test/test_genexps.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1642
file path=usr/lib/python3.4/test/test_getargs2.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1643
file path=usr/lib/python3.4/test/test_getopt.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1644
file path=usr/lib/python3.4/test/test_getpass.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1645
file path=usr/lib/python3.4/test/test_gettext.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1646
file path=usr/lib/python3.4/test/test_glob.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1647
file path=usr/lib/python3.4/test/test_global.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1648
file path=usr/lib/python3.4/test/test_grammar.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1649
file path=usr/lib/python3.4/test/test_grp.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1650
file path=usr/lib/python3.4/test/test_gzip.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1651
file path=usr/lib/python3.4/test/test_hash.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1652
file path=usr/lib/python3.4/test/test_hashlib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1653
file path=usr/lib/python3.4/test/test_heapq.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1654
file path=usr/lib/python3.4/test/test_hmac.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1655
file path=usr/lib/python3.4/test/test_html.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1656
file path=usr/lib/python3.4/test/test_htmlparser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1657
file path=usr/lib/python3.4/test/test_http_cookiejar.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1658
file path=usr/lib/python3.4/test/test_http_cookies.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1659
file path=usr/lib/python3.4/test/test_httplib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1660
file path=usr/lib/python3.4/test/test_httpservers.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1661
file path=usr/lib/python3.4/test/test_idle.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1662
file path=usr/lib/python3.4/test/test_imaplib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1663
file path=usr/lib/python3.4/test/test_imghdr.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1664
file path=usr/lib/python3.4/test/test_imp.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1665
file path=usr/lib/python3.4/test/test_import.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1666
file path=usr/lib/python3.4/test/test_importlib/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1667
file path=usr/lib/python3.4/test/test_importlib/__main__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1668
file path=usr/lib/python3.4/test/test_importlib/abc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1669
file path=usr/lib/python3.4/test/test_importlib/builtin/__init__.py
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
  1670
file path=usr/lib/python3.4/test/test_importlib/builtin/__main__.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1671
file path=usr/lib/python3.4/test/test_importlib/builtin/test_finder.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1672
file path=usr/lib/python3.4/test/test_importlib/builtin/test_loader.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1673
file path=usr/lib/python3.4/test/test_importlib/builtin/util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1674
file path=usr/lib/python3.4/test/test_importlib/extension/__init__.py
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
  1675
file path=usr/lib/python3.4/test/test_importlib/extension/__main__.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1676
file path=usr/lib/python3.4/test/test_importlib/extension/test_case_sensitivity.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1677
file path=usr/lib/python3.4/test/test_importlib/extension/test_finder.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1678
file path=usr/lib/python3.4/test/test_importlib/extension/test_loader.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1679
file path=usr/lib/python3.4/test/test_importlib/extension/test_path_hook.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1680
file path=usr/lib/python3.4/test/test_importlib/extension/util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1681
file path=usr/lib/python3.4/test/test_importlib/frozen/__init__.py
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
  1682
file path=usr/lib/python3.4/test/test_importlib/frozen/__main__.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1683
file path=usr/lib/python3.4/test/test_importlib/frozen/test_finder.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1684
file path=usr/lib/python3.4/test/test_importlib/frozen/test_loader.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1685
file path=usr/lib/python3.4/test/test_importlib/import_/__init__.py
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
  1686
file path=usr/lib/python3.4/test/test_importlib/import_/__main__.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1687
file path=usr/lib/python3.4/test/test_importlib/import_/test___loader__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1688
file path=usr/lib/python3.4/test/test_importlib/import_/test___package__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1689
file path=usr/lib/python3.4/test/test_importlib/import_/test_api.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1690
file path=usr/lib/python3.4/test/test_importlib/import_/test_caching.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1691
file path=usr/lib/python3.4/test/test_importlib/import_/test_fromlist.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1692
file path=usr/lib/python3.4/test/test_importlib/import_/test_meta_path.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1693
file path=usr/lib/python3.4/test/test_importlib/import_/test_packages.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1694
file path=usr/lib/python3.4/test/test_importlib/import_/test_path.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1695
file path=usr/lib/python3.4/test/test_importlib/import_/test_relative_imports.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1696
file path=usr/lib/python3.4/test/test_importlib/import_/util.py
3779
d01825f968e9 19004593 update Python to 3.4.1
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
  1697
file path=usr/lib/python3.4/test/test_importlib/namespace_pkgs/both_portions/foo/one.py
d01825f968e9 19004593 update Python to 3.4.1
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
  1698
file path=usr/lib/python3.4/test/test_importlib/namespace_pkgs/both_portions/foo/two.py
d01825f968e9 19004593 update Python to 3.4.1
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
  1699
file path=usr/lib/python3.4/test/test_importlib/namespace_pkgs/missing_directory.zip
d01825f968e9 19004593 update Python to 3.4.1
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
  1700
file path=usr/lib/python3.4/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py
d01825f968e9 19004593 update Python to 3.4.1
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
  1701
file path=usr/lib/python3.4/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test/empty
d01825f968e9 19004593 update Python to 3.4.1
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
  1702
file path=usr/lib/python3.4/test/test_importlib/namespace_pkgs/nested_portion1.zip
d01825f968e9 19004593 update Python to 3.4.1
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
  1703
file path=usr/lib/python3.4/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py
d01825f968e9 19004593 update Python to 3.4.1
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
  1704
file path=usr/lib/python3.4/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py
d01825f968e9 19004593 update Python to 3.4.1
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
  1705
file path=usr/lib/python3.4/test/test_importlib/namespace_pkgs/portion1/foo/one.py
d01825f968e9 19004593 update Python to 3.4.1
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
  1706
file path=usr/lib/python3.4/test/test_importlib/namespace_pkgs/portion2/foo/two.py
d01825f968e9 19004593 update Python to 3.4.1
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
  1707
file path=usr/lib/python3.4/test/test_importlib/namespace_pkgs/project1/parent/child/one.py
d01825f968e9 19004593 update Python to 3.4.1
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
  1708
file path=usr/lib/python3.4/test/test_importlib/namespace_pkgs/project2/parent/child/two.py
d01825f968e9 19004593 update Python to 3.4.1
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
  1709
file path=usr/lib/python3.4/test/test_importlib/namespace_pkgs/project3/parent/child/three.py
d01825f968e9 19004593 update Python to 3.4.1
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
  1710
file path=usr/lib/python3.4/test/test_importlib/namespace_pkgs/top_level_portion1.zip
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1711
file path=usr/lib/python3.4/test/test_importlib/regrtest.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1712
file path=usr/lib/python3.4/test/test_importlib/source/__init__.py
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
  1713
file path=usr/lib/python3.4/test/test_importlib/source/__main__.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1714
file path=usr/lib/python3.4/test/test_importlib/source/test_case_sensitivity.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1715
file path=usr/lib/python3.4/test/test_importlib/source/test_file_loader.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1716
file path=usr/lib/python3.4/test/test_importlib/source/test_finder.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1717
file path=usr/lib/python3.4/test/test_importlib/source/test_path_hook.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1718
file path=usr/lib/python3.4/test/test_importlib/source/test_source_encoding.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1719
file path=usr/lib/python3.4/test/test_importlib/source/util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1720
file path=usr/lib/python3.4/test/test_importlib/test_abc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1721
file path=usr/lib/python3.4/test/test_importlib/test_api.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1722
file path=usr/lib/python3.4/test/test_importlib/test_locks.py
3779
d01825f968e9 19004593 update Python to 3.4.1
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
  1723
file path=usr/lib/python3.4/test/test_importlib/test_namespace_pkgs.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1724
file path=usr/lib/python3.4/test/test_importlib/test_spec.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1725
file path=usr/lib/python3.4/test/test_importlib/test_util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1726
file path=usr/lib/python3.4/test/test_importlib/test_windows.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1727
file path=usr/lib/python3.4/test/test_importlib/util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1728
file path=usr/lib/python3.4/test/test_index.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1729
file path=usr/lib/python3.4/test/test_inspect.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1730
file path=usr/lib/python3.4/test/test_int.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1731
file path=usr/lib/python3.4/test/test_int_literal.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1732
file path=usr/lib/python3.4/test/test_io.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1733
file path=usr/lib/python3.4/test/test_ioctl.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1734
file path=usr/lib/python3.4/test/test_ipaddress.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1735
file path=usr/lib/python3.4/test/test_isinstance.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1736
file path=usr/lib/python3.4/test/test_iter.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1737
file path=usr/lib/python3.4/test/test_iterlen.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1738
file path=usr/lib/python3.4/test/test_itertools.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1739
file path=usr/lib/python3.4/test/test_json/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1740
file path=usr/lib/python3.4/test/test_json/__main__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1741
file path=usr/lib/python3.4/test/test_json/test_decode.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1742
file path=usr/lib/python3.4/test/test_json/test_default.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1743
file path=usr/lib/python3.4/test/test_json/test_dump.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1744
file path=usr/lib/python3.4/test/test_json/test_encode_basestring_ascii.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1745
file path=usr/lib/python3.4/test/test_json/test_enum.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1746
file path=usr/lib/python3.4/test/test_json/test_fail.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1747
file path=usr/lib/python3.4/test/test_json/test_float.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1748
file path=usr/lib/python3.4/test/test_json/test_indent.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1749
file path=usr/lib/python3.4/test/test_json/test_pass1.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1750
file path=usr/lib/python3.4/test/test_json/test_pass2.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1751
file path=usr/lib/python3.4/test/test_json/test_pass3.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1752
file path=usr/lib/python3.4/test/test_json/test_recursion.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1753
file path=usr/lib/python3.4/test/test_json/test_scanstring.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1754
file path=usr/lib/python3.4/test/test_json/test_separators.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1755
file path=usr/lib/python3.4/test/test_json/test_speedups.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1756
file path=usr/lib/python3.4/test/test_json/test_tool.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1757
file path=usr/lib/python3.4/test/test_json/test_unicode.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1758
file path=usr/lib/python3.4/test/test_keyword.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1759
file path=usr/lib/python3.4/test/test_keywordonlyarg.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1760
file path=usr/lib/python3.4/test/test_kqueue.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1761
file path=usr/lib/python3.4/test/test_largefile.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1762
file path=usr/lib/python3.4/test/test_lib2to3.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1763
file path=usr/lib/python3.4/test/test_linecache.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1764
file path=usr/lib/python3.4/test/test_list.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1765
file path=usr/lib/python3.4/test/test_listcomps.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1766
file path=usr/lib/python3.4/test/test_locale.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1767
file path=usr/lib/python3.4/test/test_logging.py \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1768
    pkg.depend.bypass-generate=.*/win32evtlog.*
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1769
file path=usr/lib/python3.4/test/test_long.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1770
file path=usr/lib/python3.4/test/test_longexp.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1771
file path=usr/lib/python3.4/test/test_lzma.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1772
file path=usr/lib/python3.4/test/test_macpath.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1773
file path=usr/lib/python3.4/test/test_macurl2path.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1774
file path=usr/lib/python3.4/test/test_mailbox.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1775
file path=usr/lib/python3.4/test/test_mailcap.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1776
file path=usr/lib/python3.4/test/test_marshal.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1777
file path=usr/lib/python3.4/test/test_math.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1778
file path=usr/lib/python3.4/test/test_memoryio.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1779
file path=usr/lib/python3.4/test/test_memoryview.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1780
file path=usr/lib/python3.4/test/test_metaclass.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1781
file path=usr/lib/python3.4/test/test_mimetypes.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1782
file path=usr/lib/python3.4/test/test_minidom.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1783
file path=usr/lib/python3.4/test/test_mmap.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1784
file path=usr/lib/python3.4/test/test_module.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1785
file path=usr/lib/python3.4/test/test_modulefinder.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1786
file path=usr/lib/python3.4/test/test_msilib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1787
file path=usr/lib/python3.4/test/test_multibytecodec.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1788
file path=usr/lib/python3.4/test/test_multiprocessing_fork.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1789
file path=usr/lib/python3.4/test/test_multiprocessing_forkserver.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1790
file path=usr/lib/python3.4/test/test_multiprocessing_main_handling.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1791
file path=usr/lib/python3.4/test/test_multiprocessing_spawn.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1792
file path=usr/lib/python3.4/test/test_netrc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1793
file path=usr/lib/python3.4/test/test_nis.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1794
file path=usr/lib/python3.4/test/test_nntplib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1795
file path=usr/lib/python3.4/test/test_normalization.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1796
file path=usr/lib/python3.4/test/test_ntpath.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1797
file path=usr/lib/python3.4/test/test_numeric_tower.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1798
file path=usr/lib/python3.4/test/test_opcodes.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1799
file path=usr/lib/python3.4/test/test_openpty.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1800
file path=usr/lib/python3.4/test/test_operator.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1801
file path=usr/lib/python3.4/test/test_optparse.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1802
file path=usr/lib/python3.4/test/test_os.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1803
file path=usr/lib/python3.4/test/test_ossaudiodev.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1804
file path=usr/lib/python3.4/test/test_osx_env.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1805
file path=usr/lib/python3.4/test/test_parser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1806
file path=usr/lib/python3.4/test/test_pathlib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1807
file path=usr/lib/python3.4/test/test_pdb.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1808
file path=usr/lib/python3.4/test/test_peepholer.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1809
file path=usr/lib/python3.4/test/test_pep247.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1810
file path=usr/lib/python3.4/test/test_pep277.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1811
file path=usr/lib/python3.4/test/test_pep292.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1812
file path=usr/lib/python3.4/test/test_pep3120.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1813
file path=usr/lib/python3.4/test/test_pep3131.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1814
file path=usr/lib/python3.4/test/test_pep3151.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1815
file path=usr/lib/python3.4/test/test_pep352.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1816
file path=usr/lib/python3.4/test/test_pep380.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1817
file path=usr/lib/python3.4/test/test_pickle.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1818
file path=usr/lib/python3.4/test/test_pickletools.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1819
file path=usr/lib/python3.4/test/test_pipes.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1820
file path=usr/lib/python3.4/test/test_pkg.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1821
file path=usr/lib/python3.4/test/test_pkgimport.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1822
file path=usr/lib/python3.4/test/test_pkgutil.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1823
file path=usr/lib/python3.4/test/test_platform.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1824
file path=usr/lib/python3.4/test/test_plistlib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1825
file path=usr/lib/python3.4/test/test_poll.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1826
file path=usr/lib/python3.4/test/test_popen.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1827
file path=usr/lib/python3.4/test/test_poplib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1828
file path=usr/lib/python3.4/test/test_posix.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1829
file path=usr/lib/python3.4/test/test_posixpath.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1830
file path=usr/lib/python3.4/test/test_pow.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1831
file path=usr/lib/python3.4/test/test_pprint.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1832
file path=usr/lib/python3.4/test/test_print.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1833
file path=usr/lib/python3.4/test/test_profile.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1834
file path=usr/lib/python3.4/test/test_property.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1835
file path=usr/lib/python3.4/test/test_pstats.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1836
file path=usr/lib/python3.4/test/test_pty.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1837
file path=usr/lib/python3.4/test/test_pulldom.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1838
file path=usr/lib/python3.4/test/test_pwd.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1839
file path=usr/lib/python3.4/test/test_py_compile.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1840
file path=usr/lib/python3.4/test/test_pyclbr.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1841
file path=usr/lib/python3.4/test/test_pydoc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1842
file path=usr/lib/python3.4/test/test_pyexpat.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1843
file path=usr/lib/python3.4/test/test_queue.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1844
file path=usr/lib/python3.4/test/test_quopri.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1845
file path=usr/lib/python3.4/test/test_raise.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1846
file path=usr/lib/python3.4/test/test_random.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1847
file path=usr/lib/python3.4/test/test_range.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1848
file path=usr/lib/python3.4/test/test_re.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1849
file path=usr/lib/python3.4/test/test_readline.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1850
file path=usr/lib/python3.4/test/test_regrtest.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1851
file path=usr/lib/python3.4/test/test_reprlib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1852
file path=usr/lib/python3.4/test/test_resource.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1853
file path=usr/lib/python3.4/test/test_richcmp.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1854
file path=usr/lib/python3.4/test/test_rlcompleter.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1855
file path=usr/lib/python3.4/test/test_robotparser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1856
file path=usr/lib/python3.4/test/test_runpy.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1857
file path=usr/lib/python3.4/test/test_sax.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1858
file path=usr/lib/python3.4/test/test_sched.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1859
file path=usr/lib/python3.4/test/test_scope.py
3876
da37433d5103 20605341 update Python to 3.4.3
John Beck <John.Beck@Oracle.COM>
parents: 3786
diff changeset
  1860
file path=usr/lib/python3.4/test/test_script_helper.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1861
file path=usr/lib/python3.4/test/test_select.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1862
file path=usr/lib/python3.4/test/test_selectors.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1863
file path=usr/lib/python3.4/test/test_set.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1864
file path=usr/lib/python3.4/test/test_setcomps.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1865
file path=usr/lib/python3.4/test/test_shelve.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1866
file path=usr/lib/python3.4/test/test_shlex.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1867
file path=usr/lib/python3.4/test/test_shutil.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1868
file path=usr/lib/python3.4/test/test_signal.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1869
file path=usr/lib/python3.4/test/test_site.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1870
file path=usr/lib/python3.4/test/test_slice.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1871
file path=usr/lib/python3.4/test/test_smtpd.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1872
file path=usr/lib/python3.4/test/test_smtplib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1873
file path=usr/lib/python3.4/test/test_smtpnet.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1874
file path=usr/lib/python3.4/test/test_sndhdr.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1875
file path=usr/lib/python3.4/test/test_socket.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1876
file path=usr/lib/python3.4/test/test_socketserver.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1877
file path=usr/lib/python3.4/test/test_sort.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1878
file path=usr/lib/python3.4/test/test_source_encoding.py
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3784
diff changeset
  1879
file path=usr/lib/python3.4/test/test_spwd.py
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1880
file path=usr/lib/python3.4/test/test_sqlite.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1881
file path=usr/lib/python3.4/test/test_ssl.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1882
file path=usr/lib/python3.4/test/test_startfile.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1883
file path=usr/lib/python3.4/test/test_stat.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1884
file path=usr/lib/python3.4/test/test_statistics.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1885
file path=usr/lib/python3.4/test/test_strftime.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1886
file path=usr/lib/python3.4/test/test_string.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1887
file path=usr/lib/python3.4/test/test_stringprep.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1888
file path=usr/lib/python3.4/test/test_strlit.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1889
file path=usr/lib/python3.4/test/test_strptime.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1890
file path=usr/lib/python3.4/test/test_strtod.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1891
file path=usr/lib/python3.4/test/test_struct.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1892
file path=usr/lib/python3.4/test/test_structmembers.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1893
file path=usr/lib/python3.4/test/test_structseq.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1894
file path=usr/lib/python3.4/test/test_subprocess.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1895
file path=usr/lib/python3.4/test/test_sunau.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1896
file path=usr/lib/python3.4/test/test_sundry.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1897
file path=usr/lib/python3.4/test/test_super.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1898
file path=usr/lib/python3.4/test/test_support.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1899
file path=usr/lib/python3.4/test/test_symtable.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1900
file path=usr/lib/python3.4/test/test_syntax.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1901
file path=usr/lib/python3.4/test/test_sys.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1902
file path=usr/lib/python3.4/test/test_sys_setprofile.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1903
file path=usr/lib/python3.4/test/test_sys_settrace.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1904
file path=usr/lib/python3.4/test/test_sysconfig.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1905
file path=usr/lib/python3.4/test/test_syslog.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1906
file path=usr/lib/python3.4/test/test_tarfile.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1907
file path=usr/lib/python3.4/test/test_tcl.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1908
file path=usr/lib/python3.4/test/test_telnetlib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1909
file path=usr/lib/python3.4/test/test_tempfile.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1910
file path=usr/lib/python3.4/test/test_textwrap.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1911
file path=usr/lib/python3.4/test/test_thread.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1912
file path=usr/lib/python3.4/test/test_threaded_import.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1913
file path=usr/lib/python3.4/test/test_threadedtempfile.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1914
file path=usr/lib/python3.4/test/test_threading.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1915
file path=usr/lib/python3.4/test/test_threading_local.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1916
file path=usr/lib/python3.4/test/test_threadsignals.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1917
file path=usr/lib/python3.4/test/test_time.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1918
file path=usr/lib/python3.4/test/test_timeit.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1919
file path=usr/lib/python3.4/test/test_timeout.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1920
file path=usr/lib/python3.4/test/test_tk.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1921
file path=usr/lib/python3.4/test/test_tokenize.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1922
file path=usr/lib/python3.4/test/test_trace.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1923
file path=usr/lib/python3.4/test/test_traceback.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1924
file path=usr/lib/python3.4/test/test_tracemalloc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1925
file path=usr/lib/python3.4/test/test_ttk_guionly.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1926
file path=usr/lib/python3.4/test/test_ttk_textonly.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1927
file path=usr/lib/python3.4/test/test_tuple.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1928
file path=usr/lib/python3.4/test/test_typechecks.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1929
file path=usr/lib/python3.4/test/test_types.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1930
file path=usr/lib/python3.4/test/test_ucn.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1931
file path=usr/lib/python3.4/test/test_unary.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1932
file path=usr/lib/python3.4/test/test_unicode.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1933
file path=usr/lib/python3.4/test/test_unicode_file.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1934
file path=usr/lib/python3.4/test/test_unicodedata.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1935
file path=usr/lib/python3.4/test/test_unittest.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1936
file path=usr/lib/python3.4/test/test_univnewlines.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1937
file path=usr/lib/python3.4/test/test_unpack.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1938
file path=usr/lib/python3.4/test/test_unpack_ex.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1939
file path=usr/lib/python3.4/test/test_urllib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1940
file path=usr/lib/python3.4/test/test_urllib2.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1941
file path=usr/lib/python3.4/test/test_urllib2_localnet.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1942
file path=usr/lib/python3.4/test/test_urllib2net.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1943
file path=usr/lib/python3.4/test/test_urllib_response.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1944
file path=usr/lib/python3.4/test/test_urllibnet.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1945
file path=usr/lib/python3.4/test/test_urlparse.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1946
file path=usr/lib/python3.4/test/test_userdict.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1947
file path=usr/lib/python3.4/test/test_userlist.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1948
file path=usr/lib/python3.4/test/test_userstring.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1949
file path=usr/lib/python3.4/test/test_uu.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1950
file path=usr/lib/python3.4/test/test_uuid.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1951
file path=usr/lib/python3.4/test/test_venv.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1952
file path=usr/lib/python3.4/test/test_wait3.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1953
file path=usr/lib/python3.4/test/test_wait4.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1954
file path=usr/lib/python3.4/test/test_warnings.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1955
file path=usr/lib/python3.4/test/test_wave.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1956
file path=usr/lib/python3.4/test/test_weakref.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1957
file path=usr/lib/python3.4/test/test_weakset.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1958
file path=usr/lib/python3.4/test/test_webbrowser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1959
file path=usr/lib/python3.4/test/test_winreg.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1960
file path=usr/lib/python3.4/test/test_winsound.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1961
file path=usr/lib/python3.4/test/test_with.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1962
file path=usr/lib/python3.4/test/test_wsgiref.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1963
file path=usr/lib/python3.4/test/test_xdrlib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1964
file path=usr/lib/python3.4/test/test_xml_dom_minicompat.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1965
file path=usr/lib/python3.4/test/test_xml_etree.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1966
file path=usr/lib/python3.4/test/test_xml_etree_c.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1967
file path=usr/lib/python3.4/test/test_xmlrpc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1968
file path=usr/lib/python3.4/test/test_xmlrpc_net.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1969
file path=usr/lib/python3.4/test/test_zipfile.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1970
file path=usr/lib/python3.4/test/test_zipfile64.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1971
file path=usr/lib/python3.4/test/test_zipimport.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1972
file path=usr/lib/python3.4/test/test_zipimport_support.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1973
file path=usr/lib/python3.4/test/test_zlib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1974
file path=usr/lib/python3.4/test/testcodec.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1975
file path=usr/lib/python3.4/test/testtar.tar
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1976
file path=usr/lib/python3.4/test/tf_inherit_check.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1977
file path=usr/lib/python3.4/test/threaded_import_hangers.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1978
file path=usr/lib/python3.4/test/time_hashlib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1979
file path=usr/lib/python3.4/test/tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1980
file path=usr/lib/python3.4/test/tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1981
file path=usr/lib/python3.4/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1982
file path=usr/lib/python3.4/test/tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1983
file path=usr/lib/python3.4/test/tokenize_tests.txt
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1984
file path=usr/lib/python3.4/test/tracedmodules/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1985
file path=usr/lib/python3.4/test/tracedmodules/testmod.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1986
file path=usr/lib/python3.4/test/ucredtest.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1987
file path=usr/lib/python3.4/test/warning_tests.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1988
file path=usr/lib/python3.4/test/win_console_handler.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1989
file path=usr/lib/python3.4/test/xmltestdata/simple-ns.xml
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1990
file path=usr/lib/python3.4/test/xmltestdata/simple.xml
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1991
file path=usr/lib/python3.4/test/xmltestdata/test.xml
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1992
file path=usr/lib/python3.4/test/xmltestdata/test.xml.out
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1993
file path=usr/lib/python3.4/test/xmltests.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1994
file path=usr/lib/python3.4/test/zip_cp437_header.zip
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1995
file path=usr/lib/python3.4/test/zipdir.zip
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1996
file path=usr/lib/python3.4/textwrap.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1997
file path=usr/lib/python3.4/this.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1998
file path=usr/lib/python3.4/threading.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  1999
file path=usr/lib/python3.4/timeit.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2000
file path=usr/lib/python3.4/token.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2001
file path=usr/lib/python3.4/tokenize.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2002
file path=usr/lib/python3.4/trace.py pkg.depend.bypass-generate=.*
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2003
file path=usr/lib/python3.4/traceback.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2004
file path=usr/lib/python3.4/tracemalloc.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2005
file path=usr/lib/python3.4/tty.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2006
file path=usr/lib/python3.4/turtle.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2007
file path=usr/lib/python3.4/turtledemo/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2008
file path=usr/lib/python3.4/turtledemo/__main__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2009
file path=usr/lib/python3.4/turtledemo/bytedesign.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2010
file path=usr/lib/python3.4/turtledemo/chaos.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2011
file path=usr/lib/python3.4/turtledemo/clock.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2012
file path=usr/lib/python3.4/turtledemo/colormixer.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2013
file path=usr/lib/python3.4/turtledemo/forest.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2014
file path=usr/lib/python3.4/turtledemo/fractalcurves.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2015
file path=usr/lib/python3.4/turtledemo/lindenmayer.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2016
file path=usr/lib/python3.4/turtledemo/minimal_hanoi.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2017
file path=usr/lib/python3.4/turtledemo/nim.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2018
file path=usr/lib/python3.4/turtledemo/paint.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2019
file path=usr/lib/python3.4/turtledemo/peace.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2020
file path=usr/lib/python3.4/turtledemo/penrose.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2021
file path=usr/lib/python3.4/turtledemo/planet_and_moon.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2022
file path=usr/lib/python3.4/turtledemo/round_dance.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2023
file path=usr/lib/python3.4/turtledemo/tree.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2024
file path=usr/lib/python3.4/turtledemo/turtle.cfg
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2025
file path=usr/lib/python3.4/turtledemo/two_canvases.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2026
file path=usr/lib/python3.4/turtledemo/wikipedia.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2027
file path=usr/lib/python3.4/turtledemo/yinyang.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2028
file path=usr/lib/python3.4/types.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2029
file path=usr/lib/python3.4/unittest/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2030
file path=usr/lib/python3.4/unittest/__main__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2031
file path=usr/lib/python3.4/unittest/case.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2032
file path=usr/lib/python3.4/unittest/loader.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2033
file path=usr/lib/python3.4/unittest/main.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2034
file path=usr/lib/python3.4/unittest/mock.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2035
file path=usr/lib/python3.4/unittest/result.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2036
file path=usr/lib/python3.4/unittest/runner.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2037
file path=usr/lib/python3.4/unittest/signals.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2038
file path=usr/lib/python3.4/unittest/suite.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2039
file path=usr/lib/python3.4/unittest/test/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2040
file path=usr/lib/python3.4/unittest/test/__main__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2041
file path=usr/lib/python3.4/unittest/test/_test_warnings.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2042
file path=usr/lib/python3.4/unittest/test/dummy.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2043
file path=usr/lib/python3.4/unittest/test/support.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2044
file path=usr/lib/python3.4/unittest/test/test_assertions.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2045
file path=usr/lib/python3.4/unittest/test/test_break.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2046
file path=usr/lib/python3.4/unittest/test/test_case.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2047
file path=usr/lib/python3.4/unittest/test/test_discovery.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2048
file path=usr/lib/python3.4/unittest/test/test_functiontestcase.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2049
file path=usr/lib/python3.4/unittest/test/test_loader.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2050
file path=usr/lib/python3.4/unittest/test/test_program.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2051
file path=usr/lib/python3.4/unittest/test/test_result.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2052
file path=usr/lib/python3.4/unittest/test/test_runner.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2053
file path=usr/lib/python3.4/unittest/test/test_setups.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2054
file path=usr/lib/python3.4/unittest/test/test_skipping.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2055
file path=usr/lib/python3.4/unittest/test/test_suite.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2056
file path=usr/lib/python3.4/unittest/test/testmock/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2057
file path=usr/lib/python3.4/unittest/test/testmock/__main__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2058
file path=usr/lib/python3.4/unittest/test/testmock/support.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2059
file path=usr/lib/python3.4/unittest/test/testmock/testcallable.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2060
file path=usr/lib/python3.4/unittest/test/testmock/testhelpers.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2061
file path=usr/lib/python3.4/unittest/test/testmock/testmagicmethods.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2062
file path=usr/lib/python3.4/unittest/test/testmock/testmock.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2063
file path=usr/lib/python3.4/unittest/test/testmock/testpatch.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2064
file path=usr/lib/python3.4/unittest/test/testmock/testsentinel.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2065
file path=usr/lib/python3.4/unittest/test/testmock/testwith.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2066
file path=usr/lib/python3.4/unittest/util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2067
file path=usr/lib/python3.4/urllib/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2068
file path=usr/lib/python3.4/urllib/error.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2069
file path=usr/lib/python3.4/urllib/parse.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2070
file path=usr/lib/python3.4/urllib/request.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2071
file path=usr/lib/python3.4/urllib/response.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2072
file path=usr/lib/python3.4/urllib/robotparser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2073
file path=usr/lib/python3.4/uu.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2074
file path=usr/lib/python3.4/uuid.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2075
file path=usr/lib/python3.4/venv/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2076
file path=usr/lib/python3.4/venv/__main__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2077
file path=usr/lib/python3.4/venv/scripts/posix/activate
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2078
file path=usr/lib/python3.4/warnings.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2079
file path=usr/lib/python3.4/wave.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2080
file path=usr/lib/python3.4/weakref.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2081
file path=usr/lib/python3.4/webbrowser.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2082
file path=usr/lib/python3.4/wsgiref/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2083
file path=usr/lib/python3.4/wsgiref/handlers.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2084
file path=usr/lib/python3.4/wsgiref/headers.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2085
file path=usr/lib/python3.4/wsgiref/simple_server.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2086
file path=usr/lib/python3.4/wsgiref/util.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2087
file path=usr/lib/python3.4/wsgiref/validate.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2088
file path=usr/lib/python3.4/xdrlib.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2089
file path=usr/lib/python3.4/xml/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2090
file path=usr/lib/python3.4/xml/dom/NodeFilter.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2091
file path=usr/lib/python3.4/xml/dom/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2092
file path=usr/lib/python3.4/xml/dom/domreg.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2093
file path=usr/lib/python3.4/xml/dom/expatbuilder.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2094
file path=usr/lib/python3.4/xml/dom/minicompat.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2095
file path=usr/lib/python3.4/xml/dom/minidom.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2096
file path=usr/lib/python3.4/xml/dom/pulldom.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2097
file path=usr/lib/python3.4/xml/dom/xmlbuilder.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2098
file path=usr/lib/python3.4/xml/etree/ElementInclude.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2099
file path=usr/lib/python3.4/xml/etree/ElementPath.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2100
file path=usr/lib/python3.4/xml/etree/ElementTree.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2101
file path=usr/lib/python3.4/xml/etree/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2102
file path=usr/lib/python3.4/xml/etree/cElementTree.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2103
file path=usr/lib/python3.4/xml/parsers/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2104
file path=usr/lib/python3.4/xml/parsers/expat.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2105
file path=usr/lib/python3.4/xml/sax/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2106
file path=usr/lib/python3.4/xml/sax/_exceptions.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2107
file path=usr/lib/python3.4/xml/sax/expatreader.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2108
file path=usr/lib/python3.4/xml/sax/handler.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2109
file path=usr/lib/python3.4/xml/sax/saxutils.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2110
file path=usr/lib/python3.4/xml/sax/xmlreader.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2111
file path=usr/lib/python3.4/xmlrpc/__init__.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2112
file path=usr/lib/python3.4/xmlrpc/client.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2113
file path=usr/lib/python3.4/xmlrpc/server.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2114
file path=usr/lib/python3.4/zipfile.py
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2115
link path=usr/share/man/man1/python3.1 target=python3.4.1 mediator=python \
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2116
    mediator-version=3.4
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2117
file path=usr/share/man/man1/python3.4.1
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2118
#
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
  2119
license python34.license license=PSFv2