From owner-svn-ports-all@freebsd.org Tue Sep 8 16:08:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16827A00CE9; Tue, 8 Sep 2015 16:08:16 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 056211C94; Tue, 8 Sep 2015 16:08:16 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88G8FPY067328; Tue, 8 Sep 2015 16:08:15 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88G8ECf067319; Tue, 8 Sep 2015 16:08:14 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201509081608.t88G8ECf067319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 8 Sep 2015 16:08:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396397 - in head: Mk/Uses lang lang/python35 lang/python35/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 16:08:16 -0000 Author: koobs Date: Tue Sep 8 16:08:13 2015 New Revision: 396397 URL: https://svnweb.freebsd.org/changeset/ports/396397 Log: [NEW] lang/python35: Welcome Python 3.5.x! (Note: RC3) FreeBSD welcomes Python 3.5 (early, pre-release) to the Ports tree, with 3.5.0 release candidate 3! Please test this port and Python 3.5 profusely. If you notice issues, please report them upstream at: https://bugs.python.org to ensure a robust upcoming 3.5.0 release. Whats New in Python 3.5: * https://docs.python.org/3.5/whatsnew/3.5.html Python 3.5 Release Schedule (PEP 478) * http://www.python.org/dev/peps/pep-0478 Note: This port retires an old fcntlmodule.c patch, possibly temporarily. User impact *should* be zero. For more information see: https://bugs.python.org/issue25026 Requested by: Webair Inc :) Added: head/lang/python35/ - copied from r395671, head/lang/python34/ Deleted: head/lang/python35/files/patch-Modules__fcntlmodule.c Modified: head/Mk/Uses/python.mk head/lang/Makefile head/lang/python35/Makefile head/lang/python35/distinfo head/lang/python35/files/patch-Makefile.pre.in head/lang/python35/pkg-plist Modified: head/Mk/Uses/python.mk ============================================================================== --- head/Mk/Uses/python.mk Tue Sep 8 16:02:59 2015 (r396396) +++ head/Mk/Uses/python.mk Tue Sep 8 16:08:13 2015 (r396397) @@ -217,7 +217,7 @@ _INCLUDE_USES_PYTHON_MK= yes # What Python version and what Python interpreters are currently supported? -_PYTHON_VERSIONS= 2.7 3.4 3.3 3.2 # preferred first +_PYTHON_VERSIONS= 2.7 3.4 3.5 3.3 3.2 # preferred first _PYTHON_PORTBRANCH= 2.7 # ${_PYTHON_VERSIONS:[1]} _PYTHON_BASECMD= ${LOCALBASE}/bin/python _PYTHON_RELPORTDIR= ${PORTSDIR}/lang/python Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Tue Sep 8 16:02:59 2015 (r396396) +++ head/lang/Makefile Tue Sep 8 16:08:13 2015 (r396397) @@ -265,6 +265,7 @@ SUBDIR += python32 SUBDIR += python33 SUBDIR += python34 + SUBDIR += python35 SUBDIR += qore SUBDIR += qscheme SUBDIR += qt5-qml Modified: head/lang/python35/Makefile ============================================================================== --- head/lang/python34/Makefile Mon Aug 31 13:01:52 2015 (r395671) +++ head/lang/python35/Makefile Tue Sep 8 16:08:13 2015 (r396397) @@ -1,12 +1,12 @@ # Created by: Kubilay Kocak # $FreeBSD$ -PORTNAME= python34 -PORTVERSION= 3.4.3 -PORTREVISION= 1 +PORTNAME= python +DISTVERSION= 3.5.0rc3 CATEGORIES= lang python ipv6 -MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} -DISTNAME= Python-${PORTVERSION} +MASTER_SITES= PYTHON/ftp/python/${DISTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/} +PKGNAMESUFFIX= 35 +DISTNAME= Python-${DISTVERSION} DIST_SUBDIR= python MAINTAINER= python@FreeBSD.org @@ -21,7 +21,13 @@ GNU_CONFIGURE= yes CPE_VENDOR= python CPE_PRODUCT= ${CPE_VENDOR} -CPE_VERSION= ${PORTVERSION} +CPE_VERSION= ${DISTVERSION} + +# Duplicate python.mk variables. TODO: Let lang/python?? ports use python.mk bits. +PYTHON_VER= ${DISTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +PYTHON_VERSION= python${PYTHON_VER} +PYTHON_PORTVERSION= ${DISTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/} +PYTHON_SUFFIX= ${PYTHON_VER:S/.//g} DISABLED_EXTENSIONS= _sqlite3 _tkinter _gdbm CONFIGURE_ARGS+= --enable-shared --without-ensurepip @@ -32,7 +38,8 @@ MAKE_ARGS+= INSTALL_SHARED="${INSTALL_L MAKE_ARGS+= LIBPC="${PREFIX}/libdata/pkgconfig" # Until pathfix gets support for files other than Makefile.in MAKE_JOBS_UNSAFE= yes # Parser/pgen build bug. See Issue: 200622, 201974 -PLIST_SUB= ABI=${ABIFLAGS} \ +PLIST_SUB= XYDOT=${PYTHON_VER} XY=${PYTHON_SUFFIX} \ + XYZDOT=${PYTHON_PORTVERSION} ABI=${ABIFLAGS} \ OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # For plat-freebsd* in pkg-plist. http://bugs.python.org/issue19554 OPTIONS_DEFINE= DEBUG IPV6 LIBFFI NLS PYMALLOC THREADS TSC @@ -86,9 +93,9 @@ ABIFLAGS:= d${ABIFLAGS} .endif .if !empty(ABIFLAGS) -PLIST_FILES+= bin/python3.4%%ABI%% -PLIST_FILES+= bin/python3.4%%ABI%%-config -PLIST_FILES+= libdata/pkgconfig/python-3.4%%ABI%%.pc +PLIST_FILES+= bin/python%%XYDOT%%%%ABI%% +PLIST_FILES+= bin/python%%XYDOT%%%%ABI%%-config +PLIST_FILES+= libdata/pkgconfig/python-%%XYDOT%%%%ABI%%.pc .endif # http://bugs.python.org/issue22521 @@ -113,7 +120,7 @@ post-install: .if ! ${PORT_OPTIONS:MDEBUG} ${RM} -f ${STAGEDIR}${PREFIX}/lib/libpython3.so # Upstream Issue: http://bugs.python.org/issue17975 .endif - for i in ${STAGEDIR}${PREFIX}/lib/python3.4/lib-dynload/*.so; do \ + for i in ${STAGEDIR}${PREFIX}/lib/python${PYTHON_VER}/lib-dynload/*.so; do \ ${STRIP_CMD} $$i; done # Strip shared extensions regression-test: build Modified: head/lang/python35/distinfo ============================================================================== --- head/lang/python34/distinfo Mon Aug 31 13:01:52 2015 (r395671) +++ head/lang/python35/distinfo Tue Sep 8 16:08:13 2015 (r396397) @@ -1,2 +1,2 @@ -SHA256 (python/Python-3.4.3.tar.xz) = b5b3963533768d5fc325a4d7a6bd6f666726002d696f1d399ec06b043ea996b8 -SIZE (python/Python-3.4.3.tar.xz) = 14421964 +SHA256 (python/Python-3.5.0rc3.tar.xz) = 5a0693a58b89436d704373d2868e6fa609023041869cf09b811ed29f49b7064b +SIZE (python/Python-3.5.0rc3.tar.xz) = 14796996 Modified: head/lang/python35/files/patch-Makefile.pre.in ============================================================================== --- head/lang/python34/files/patch-Makefile.pre.in Mon Aug 31 13:01:52 2015 (r395671) +++ head/lang/python35/files/patch-Makefile.pre.in Tue Sep 8 16:08:13 2015 (r396397) @@ -6,9 +6,9 @@ # Submitted by: antoine@ (r358029) # TODO: Upstream ---- Makefile.pre.in.orig 2014-10-08 12:18:14.000000000 +0400 -+++ Makefile.pre.in 2014-10-19 12:37:14.000000000 +0400 -@@ -70,23 +70,20 @@ +--- Makefile.pre.in.orig 2015-09-08 00:49:41 UTC ++++ Makefile.pre.in +@@ -70,23 +70,20 @@ MAKESETUP= $(srcdir)/Modules/makese OPT= @OPT@ BASECFLAGS= @BASECFLAGS@ BASECPPFLAGS= @BASECPPFLAGS@ @@ -35,7 +35,7 @@ NO_AS_NEEDED= @NO_AS_NEEDED@ LDLAST= @LDLAST@ SGI_ABI= @SGI_ABI@ -@@ -1080,12 +1077,6 @@ +@@ -1100,12 +1097,6 @@ bininstall: altbininstall else true; \ fi (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE) python3$(EXE)) @@ -48,7 +48,7 @@ -rm -f $(DESTDIR)$(BINDIR)/python3-config (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python3-config) -rm -f $(DESTDIR)$(LIBPC)/python3.pc -@@ -1348,6 +1339,12 @@ +@@ -1381,6 +1372,12 @@ libainstall: all python-config $(INSTALL_SCRIPT) $(srcdir)/install-sh $(DESTDIR)$(LIBPL)/install-sh $(INSTALL_SCRIPT) python-config.py $(DESTDIR)$(LIBPL)/python-config.py $(INSTALL_SCRIPT) python-config $(DESTDIR)$(BINDIR)/python$(LDVERSION)-config @@ -58,6 +58,6 @@ + rm -f $(DESTDIR)$(LIBPC)/python-$(LDVERSION).pc; \ + (cd $(DESTDIR)$(LIBPC); $(LN) -s python-$(VERSION).pc python-$(LDVERSION).pc); \ + fi - @if [ -s Modules/python.exp -a \ + @if [ -s Programs/python.exp -a \ "`echo $(MACHDEP) | sed 's/^\(...\).*/\1/'`" = "aix" ]; then \ echo; echo "Installing support files for building shared extension modules on AIX:"; \ Modified: head/lang/python35/pkg-plist ============================================================================== --- head/lang/python34/pkg-plist Mon Aug 31 13:01:52 2015 (r395671) +++ head/lang/python35/pkg-plist Tue Sep 8 16:08:13 2015 (r396397) @@ -1,4888 +1,6447 @@ -bin/2to3-3.4 -bin/idle3.4 -bin/pydoc3.4 -bin/python3.4 -bin/python3.4-config -bin/pyvenv-3.4 -include/python3.4%%ABI%%/Python-ast.h -include/python3.4%%ABI%%/Python.h -include/python3.4%%ABI%%/abstract.h -include/python3.4%%ABI%%/accu.h -include/python3.4%%ABI%%/asdl.h -include/python3.4%%ABI%%/ast.h -include/python3.4%%ABI%%/bitset.h -include/python3.4%%ABI%%/bltinmodule.h -include/python3.4%%ABI%%/boolobject.h -include/python3.4%%ABI%%/bytearrayobject.h -include/python3.4%%ABI%%/bytes_methods.h -include/python3.4%%ABI%%/bytesobject.h -include/python3.4%%ABI%%/cellobject.h -include/python3.4%%ABI%%/ceval.h -include/python3.4%%ABI%%/classobject.h -include/python3.4%%ABI%%/code.h -include/python3.4%%ABI%%/codecs.h -include/python3.4%%ABI%%/compile.h -include/python3.4%%ABI%%/complexobject.h -include/python3.4%%ABI%%/datetime.h -include/python3.4%%ABI%%/descrobject.h -include/python3.4%%ABI%%/dictobject.h -include/python3.4%%ABI%%/dtoa.h -include/python3.4%%ABI%%/dynamic_annotations.h -include/python3.4%%ABI%%/enumobject.h -include/python3.4%%ABI%%/errcode.h -include/python3.4%%ABI%%/eval.h -include/python3.4%%ABI%%/fileobject.h -include/python3.4%%ABI%%/fileutils.h -include/python3.4%%ABI%%/floatobject.h -include/python3.4%%ABI%%/frameobject.h -include/python3.4%%ABI%%/funcobject.h -include/python3.4%%ABI%%/genobject.h -include/python3.4%%ABI%%/graminit.h -include/python3.4%%ABI%%/grammar.h -include/python3.4%%ABI%%/import.h -include/python3.4%%ABI%%/intrcheck.h -include/python3.4%%ABI%%/iterobject.h -include/python3.4%%ABI%%/listobject.h -include/python3.4%%ABI%%/longintrepr.h -include/python3.4%%ABI%%/longobject.h -include/python3.4%%ABI%%/marshal.h -include/python3.4%%ABI%%/memoryobject.h -include/python3.4%%ABI%%/metagrammar.h -include/python3.4%%ABI%%/methodobject.h -include/python3.4%%ABI%%/modsupport.h -include/python3.4%%ABI%%/moduleobject.h -include/python3.4%%ABI%%/namespaceobject.h -include/python3.4%%ABI%%/node.h -include/python3.4%%ABI%%/object.h -include/python3.4%%ABI%%/objimpl.h -include/python3.4%%ABI%%/opcode.h -include/python3.4%%ABI%%/osdefs.h -include/python3.4%%ABI%%/parsetok.h -include/python3.4%%ABI%%/patchlevel.h -include/python3.4%%ABI%%/pgen.h -include/python3.4%%ABI%%/pgenheaders.h -include/python3.4%%ABI%%/py_curses.h -include/python3.4%%ABI%%/pyarena.h -include/python3.4%%ABI%%/pyatomic.h -include/python3.4%%ABI%%/pycapsule.h -include/python3.4%%ABI%%/pyconfig.h -include/python3.4%%ABI%%/pyctype.h -include/python3.4%%ABI%%/pydebug.h -include/python3.4%%ABI%%/pyerrors.h -include/python3.4%%ABI%%/pyexpat.h -include/python3.4%%ABI%%/pyfpe.h -include/python3.4%%ABI%%/pygetopt.h -include/python3.4%%ABI%%/pyhash.h -include/python3.4%%ABI%%/pymacconfig.h -include/python3.4%%ABI%%/pymacro.h -include/python3.4%%ABI%%/pymath.h -include/python3.4%%ABI%%/pymem.h -include/python3.4%%ABI%%/pyport.h -include/python3.4%%ABI%%/pystate.h -include/python3.4%%ABI%%/pystrcmp.h -include/python3.4%%ABI%%/pystrtod.h -include/python3.4%%ABI%%/pythonrun.h -include/python3.4%%ABI%%/pythread.h -include/python3.4%%ABI%%/pytime.h -include/python3.4%%ABI%%/rangeobject.h -include/python3.4%%ABI%%/setobject.h -include/python3.4%%ABI%%/sliceobject.h -include/python3.4%%ABI%%/structmember.h -include/python3.4%%ABI%%/structseq.h -include/python3.4%%ABI%%/symtable.h -include/python3.4%%ABI%%/sysmodule.h -include/python3.4%%ABI%%/token.h -include/python3.4%%ABI%%/traceback.h -include/python3.4%%ABI%%/tupleobject.h -include/python3.4%%ABI%%/typeslots.h -include/python3.4%%ABI%%/ucnhash.h -include/python3.4%%ABI%%/unicodeobject.h -include/python3.4%%ABI%%/warnings.h -include/python3.4%%ABI%%/weakrefobject.h -lib/libpython3.4%%ABI%%.so -lib/libpython3.4%%ABI%%.so.1 -libdata/pkgconfig/python-3.4.pc -lib/python3.4/LICENSE.txt -lib/python3.4/__future__.py -lib/python3.4/__phello__.foo.py -lib/python3.4/__pycache__/__future__.cpython-34.pyc -lib/python3.4/__pycache__/__future__.cpython-34.pyo -lib/python3.4/__pycache__/__phello__.foo.cpython-34.pyc -lib/python3.4/__pycache__/__phello__.foo.cpython-34.pyo -lib/python3.4/__pycache__/_bootlocale.cpython-34.pyc -lib/python3.4/__pycache__/_bootlocale.cpython-34.pyo -lib/python3.4/__pycache__/_collections_abc.cpython-34.pyc -lib/python3.4/__pycache__/_collections_abc.cpython-34.pyo -lib/python3.4/__pycache__/_compat_pickle.cpython-34.pyc -lib/python3.4/__pycache__/_compat_pickle.cpython-34.pyo -lib/python3.4/__pycache__/_dummy_thread.cpython-34.pyc -lib/python3.4/__pycache__/_dummy_thread.cpython-34.pyo -lib/python3.4/__pycache__/_markupbase.cpython-34.pyc -lib/python3.4/__pycache__/_markupbase.cpython-34.pyo -lib/python3.4/__pycache__/_osx_support.cpython-34.pyc -lib/python3.4/__pycache__/_osx_support.cpython-34.pyo -lib/python3.4/__pycache__/_pyio.cpython-34.pyc -lib/python3.4/__pycache__/_pyio.cpython-34.pyo -lib/python3.4/__pycache__/_sitebuiltins.cpython-34.pyc -lib/python3.4/__pycache__/_sitebuiltins.cpython-34.pyo -lib/python3.4/__pycache__/_strptime.cpython-34.pyc -lib/python3.4/__pycache__/_strptime.cpython-34.pyo -lib/python3.4/__pycache__/_sysconfigdata.cpython-34.pyc -lib/python3.4/__pycache__/_sysconfigdata.cpython-34.pyo -lib/python3.4/__pycache__/_threading_local.cpython-34.pyc -lib/python3.4/__pycache__/_threading_local.cpython-34.pyo -lib/python3.4/__pycache__/_weakrefset.cpython-34.pyc -lib/python3.4/__pycache__/_weakrefset.cpython-34.pyo -lib/python3.4/__pycache__/abc.cpython-34.pyc -lib/python3.4/__pycache__/abc.cpython-34.pyo -lib/python3.4/__pycache__/aifc.cpython-34.pyc -lib/python3.4/__pycache__/aifc.cpython-34.pyo -lib/python3.4/__pycache__/antigravity.cpython-34.pyc -lib/python3.4/__pycache__/antigravity.cpython-34.pyo -lib/python3.4/__pycache__/argparse.cpython-34.pyc -lib/python3.4/__pycache__/argparse.cpython-34.pyo -lib/python3.4/__pycache__/ast.cpython-34.pyc -lib/python3.4/__pycache__/ast.cpython-34.pyo -lib/python3.4/__pycache__/asynchat.cpython-34.pyc -lib/python3.4/__pycache__/asynchat.cpython-34.pyo -lib/python3.4/__pycache__/asyncore.cpython-34.pyc -lib/python3.4/__pycache__/asyncore.cpython-34.pyo -lib/python3.4/__pycache__/base64.cpython-34.pyc -lib/python3.4/__pycache__/base64.cpython-34.pyo -lib/python3.4/__pycache__/bdb.cpython-34.pyc -lib/python3.4/__pycache__/bdb.cpython-34.pyo -lib/python3.4/__pycache__/binhex.cpython-34.pyc -lib/python3.4/__pycache__/binhex.cpython-34.pyo -lib/python3.4/__pycache__/bisect.cpython-34.pyc -lib/python3.4/__pycache__/bisect.cpython-34.pyo -lib/python3.4/__pycache__/bz2.cpython-34.pyc -lib/python3.4/__pycache__/bz2.cpython-34.pyo -lib/python3.4/__pycache__/cProfile.cpython-34.pyc -lib/python3.4/__pycache__/cProfile.cpython-34.pyo -lib/python3.4/__pycache__/calendar.cpython-34.pyc -lib/python3.4/__pycache__/calendar.cpython-34.pyo -lib/python3.4/__pycache__/cgi.cpython-34.pyc -lib/python3.4/__pycache__/cgi.cpython-34.pyo -lib/python3.4/__pycache__/cgitb.cpython-34.pyc -lib/python3.4/__pycache__/cgitb.cpython-34.pyo -lib/python3.4/__pycache__/chunk.cpython-34.pyc -lib/python3.4/__pycache__/chunk.cpython-34.pyo -lib/python3.4/__pycache__/cmd.cpython-34.pyc -lib/python3.4/__pycache__/cmd.cpython-34.pyo -lib/python3.4/__pycache__/code.cpython-34.pyc -lib/python3.4/__pycache__/code.cpython-34.pyo -lib/python3.4/__pycache__/codecs.cpython-34.pyc -lib/python3.4/__pycache__/codecs.cpython-34.pyo -lib/python3.4/__pycache__/codeop.cpython-34.pyc -lib/python3.4/__pycache__/codeop.cpython-34.pyo -lib/python3.4/__pycache__/colorsys.cpython-34.pyc -lib/python3.4/__pycache__/colorsys.cpython-34.pyo -lib/python3.4/__pycache__/compileall.cpython-34.pyc -lib/python3.4/__pycache__/compileall.cpython-34.pyo -lib/python3.4/__pycache__/configparser.cpython-34.pyc -lib/python3.4/__pycache__/configparser.cpython-34.pyo -lib/python3.4/__pycache__/contextlib.cpython-34.pyc -lib/python3.4/__pycache__/contextlib.cpython-34.pyo -lib/python3.4/__pycache__/copy.cpython-34.pyc -lib/python3.4/__pycache__/copy.cpython-34.pyo -lib/python3.4/__pycache__/copyreg.cpython-34.pyc -lib/python3.4/__pycache__/copyreg.cpython-34.pyo -lib/python3.4/__pycache__/crypt.cpython-34.pyc -lib/python3.4/__pycache__/crypt.cpython-34.pyo -lib/python3.4/__pycache__/csv.cpython-34.pyc -lib/python3.4/__pycache__/csv.cpython-34.pyo -lib/python3.4/__pycache__/datetime.cpython-34.pyc -lib/python3.4/__pycache__/datetime.cpython-34.pyo -lib/python3.4/__pycache__/decimal.cpython-34.pyc -lib/python3.4/__pycache__/decimal.cpython-34.pyo -lib/python3.4/__pycache__/difflib.cpython-34.pyc -lib/python3.4/__pycache__/difflib.cpython-34.pyo -lib/python3.4/__pycache__/dis.cpython-34.pyc -lib/python3.4/__pycache__/dis.cpython-34.pyo -lib/python3.4/__pycache__/doctest.cpython-34.pyc -lib/python3.4/__pycache__/doctest.cpython-34.pyo -lib/python3.4/__pycache__/dummy_threading.cpython-34.pyc -lib/python3.4/__pycache__/dummy_threading.cpython-34.pyo -lib/python3.4/__pycache__/enum.cpython-34.pyc -lib/python3.4/__pycache__/enum.cpython-34.pyo -lib/python3.4/__pycache__/filecmp.cpython-34.pyc -lib/python3.4/__pycache__/filecmp.cpython-34.pyo -lib/python3.4/__pycache__/fileinput.cpython-34.pyc -lib/python3.4/__pycache__/fileinput.cpython-34.pyo -lib/python3.4/__pycache__/fnmatch.cpython-34.pyc -lib/python3.4/__pycache__/fnmatch.cpython-34.pyo -lib/python3.4/__pycache__/formatter.cpython-34.pyc -lib/python3.4/__pycache__/formatter.cpython-34.pyo -lib/python3.4/__pycache__/fractions.cpython-34.pyc -lib/python3.4/__pycache__/fractions.cpython-34.pyo -lib/python3.4/__pycache__/ftplib.cpython-34.pyc -lib/python3.4/__pycache__/ftplib.cpython-34.pyo -lib/python3.4/__pycache__/functools.cpython-34.pyc -lib/python3.4/__pycache__/functools.cpython-34.pyo -lib/python3.4/__pycache__/genericpath.cpython-34.pyc -lib/python3.4/__pycache__/genericpath.cpython-34.pyo -lib/python3.4/__pycache__/getopt.cpython-34.pyc -lib/python3.4/__pycache__/getopt.cpython-34.pyo -lib/python3.4/__pycache__/getpass.cpython-34.pyc -lib/python3.4/__pycache__/getpass.cpython-34.pyo -lib/python3.4/__pycache__/gettext.cpython-34.pyc -lib/python3.4/__pycache__/gettext.cpython-34.pyo -lib/python3.4/__pycache__/glob.cpython-34.pyc -lib/python3.4/__pycache__/glob.cpython-34.pyo -lib/python3.4/__pycache__/gzip.cpython-34.pyc -lib/python3.4/__pycache__/gzip.cpython-34.pyo -lib/python3.4/__pycache__/hashlib.cpython-34.pyc -lib/python3.4/__pycache__/hashlib.cpython-34.pyo -lib/python3.4/__pycache__/heapq.cpython-34.pyc -lib/python3.4/__pycache__/heapq.cpython-34.pyo -lib/python3.4/__pycache__/hmac.cpython-34.pyc -lib/python3.4/__pycache__/hmac.cpython-34.pyo -lib/python3.4/__pycache__/imaplib.cpython-34.pyc -lib/python3.4/__pycache__/imaplib.cpython-34.pyo -lib/python3.4/__pycache__/imghdr.cpython-34.pyc -lib/python3.4/__pycache__/imghdr.cpython-34.pyo -lib/python3.4/__pycache__/imp.cpython-34.pyc -lib/python3.4/__pycache__/imp.cpython-34.pyo -lib/python3.4/__pycache__/inspect.cpython-34.pyc -lib/python3.4/__pycache__/inspect.cpython-34.pyo -lib/python3.4/__pycache__/io.cpython-34.pyc -lib/python3.4/__pycache__/io.cpython-34.pyo -lib/python3.4/__pycache__/ipaddress.cpython-34.pyc -lib/python3.4/__pycache__/ipaddress.cpython-34.pyo -lib/python3.4/__pycache__/keyword.cpython-34.pyc -lib/python3.4/__pycache__/keyword.cpython-34.pyo -lib/python3.4/__pycache__/linecache.cpython-34.pyc -lib/python3.4/__pycache__/linecache.cpython-34.pyo -lib/python3.4/__pycache__/locale.cpython-34.pyc -lib/python3.4/__pycache__/locale.cpython-34.pyo -lib/python3.4/__pycache__/lzma.cpython-34.pyc -lib/python3.4/__pycache__/lzma.cpython-34.pyo -lib/python3.4/__pycache__/macpath.cpython-34.pyc -lib/python3.4/__pycache__/macpath.cpython-34.pyo -lib/python3.4/__pycache__/macurl2path.cpython-34.pyc -lib/python3.4/__pycache__/macurl2path.cpython-34.pyo -lib/python3.4/__pycache__/mailbox.cpython-34.pyc -lib/python3.4/__pycache__/mailbox.cpython-34.pyo -lib/python3.4/__pycache__/mailcap.cpython-34.pyc -lib/python3.4/__pycache__/mailcap.cpython-34.pyo -lib/python3.4/__pycache__/mimetypes.cpython-34.pyc -lib/python3.4/__pycache__/mimetypes.cpython-34.pyo -lib/python3.4/__pycache__/modulefinder.cpython-34.pyc -lib/python3.4/__pycache__/modulefinder.cpython-34.pyo -lib/python3.4/__pycache__/netrc.cpython-34.pyc -lib/python3.4/__pycache__/netrc.cpython-34.pyo -lib/python3.4/__pycache__/nntplib.cpython-34.pyc -lib/python3.4/__pycache__/nntplib.cpython-34.pyo -lib/python3.4/__pycache__/ntpath.cpython-34.pyc -lib/python3.4/__pycache__/ntpath.cpython-34.pyo -lib/python3.4/__pycache__/nturl2path.cpython-34.pyc -lib/python3.4/__pycache__/nturl2path.cpython-34.pyo -lib/python3.4/__pycache__/numbers.cpython-34.pyc -lib/python3.4/__pycache__/numbers.cpython-34.pyo -lib/python3.4/__pycache__/opcode.cpython-34.pyc -lib/python3.4/__pycache__/opcode.cpython-34.pyo -lib/python3.4/__pycache__/operator.cpython-34.pyc -lib/python3.4/__pycache__/operator.cpython-34.pyo -lib/python3.4/__pycache__/optparse.cpython-34.pyc -lib/python3.4/__pycache__/optparse.cpython-34.pyo -lib/python3.4/__pycache__/os.cpython-34.pyc -lib/python3.4/__pycache__/os.cpython-34.pyo -lib/python3.4/__pycache__/pathlib.cpython-34.pyc -lib/python3.4/__pycache__/pathlib.cpython-34.pyo -lib/python3.4/__pycache__/pdb.cpython-34.pyc -lib/python3.4/__pycache__/pdb.cpython-34.pyo -lib/python3.4/__pycache__/pickle.cpython-34.pyc -lib/python3.4/__pycache__/pickle.cpython-34.pyo -lib/python3.4/__pycache__/pickletools.cpython-34.pyc -lib/python3.4/__pycache__/pickletools.cpython-34.pyo -lib/python3.4/__pycache__/pipes.cpython-34.pyc -lib/python3.4/__pycache__/pipes.cpython-34.pyo -lib/python3.4/__pycache__/pkgutil.cpython-34.pyc -lib/python3.4/__pycache__/pkgutil.cpython-34.pyo -lib/python3.4/__pycache__/platform.cpython-34.pyc -lib/python3.4/__pycache__/platform.cpython-34.pyo -lib/python3.4/__pycache__/plistlib.cpython-34.pyc -lib/python3.4/__pycache__/plistlib.cpython-34.pyo -lib/python3.4/__pycache__/poplib.cpython-34.pyc -lib/python3.4/__pycache__/poplib.cpython-34.pyo -lib/python3.4/__pycache__/posixpath.cpython-34.pyc -lib/python3.4/__pycache__/posixpath.cpython-34.pyo -lib/python3.4/__pycache__/pprint.cpython-34.pyc -lib/python3.4/__pycache__/pprint.cpython-34.pyo -lib/python3.4/__pycache__/profile.cpython-34.pyc -lib/python3.4/__pycache__/profile.cpython-34.pyo -lib/python3.4/__pycache__/pstats.cpython-34.pyc -lib/python3.4/__pycache__/pstats.cpython-34.pyo -lib/python3.4/__pycache__/pty.cpython-34.pyc -lib/python3.4/__pycache__/pty.cpython-34.pyo -lib/python3.4/__pycache__/py_compile.cpython-34.pyc -lib/python3.4/__pycache__/py_compile.cpython-34.pyo -lib/python3.4/__pycache__/pyclbr.cpython-34.pyc -lib/python3.4/__pycache__/pyclbr.cpython-34.pyo -lib/python3.4/__pycache__/pydoc.cpython-34.pyc -lib/python3.4/__pycache__/pydoc.cpython-34.pyo -lib/python3.4/__pycache__/queue.cpython-34.pyc -lib/python3.4/__pycache__/queue.cpython-34.pyo -lib/python3.4/__pycache__/quopri.cpython-34.pyc -lib/python3.4/__pycache__/quopri.cpython-34.pyo -lib/python3.4/__pycache__/random.cpython-34.pyc -lib/python3.4/__pycache__/random.cpython-34.pyo -lib/python3.4/__pycache__/re.cpython-34.pyc -lib/python3.4/__pycache__/re.cpython-34.pyo -lib/python3.4/__pycache__/reprlib.cpython-34.pyc -lib/python3.4/__pycache__/reprlib.cpython-34.pyo -lib/python3.4/__pycache__/rlcompleter.cpython-34.pyc -lib/python3.4/__pycache__/rlcompleter.cpython-34.pyo -lib/python3.4/__pycache__/runpy.cpython-34.pyc -lib/python3.4/__pycache__/runpy.cpython-34.pyo -lib/python3.4/__pycache__/sched.cpython-34.pyc -lib/python3.4/__pycache__/sched.cpython-34.pyo -lib/python3.4/__pycache__/selectors.cpython-34.pyc -lib/python3.4/__pycache__/selectors.cpython-34.pyo -lib/python3.4/__pycache__/shelve.cpython-34.pyc -lib/python3.4/__pycache__/shelve.cpython-34.pyo -lib/python3.4/__pycache__/shlex.cpython-34.pyc -lib/python3.4/__pycache__/shlex.cpython-34.pyo -lib/python3.4/__pycache__/shutil.cpython-34.pyc -lib/python3.4/__pycache__/shutil.cpython-34.pyo -lib/python3.4/__pycache__/site.cpython-34.pyc -lib/python3.4/__pycache__/site.cpython-34.pyo -lib/python3.4/__pycache__/smtpd.cpython-34.pyc -lib/python3.4/__pycache__/smtpd.cpython-34.pyo -lib/python3.4/__pycache__/smtplib.cpython-34.pyc -lib/python3.4/__pycache__/smtplib.cpython-34.pyo -lib/python3.4/__pycache__/sndhdr.cpython-34.pyc -lib/python3.4/__pycache__/sndhdr.cpython-34.pyo -lib/python3.4/__pycache__/socket.cpython-34.pyc -lib/python3.4/__pycache__/socket.cpython-34.pyo -lib/python3.4/__pycache__/socketserver.cpython-34.pyc -lib/python3.4/__pycache__/socketserver.cpython-34.pyo -lib/python3.4/__pycache__/sre_compile.cpython-34.pyc -lib/python3.4/__pycache__/sre_compile.cpython-34.pyo -lib/python3.4/__pycache__/sre_constants.cpython-34.pyc -lib/python3.4/__pycache__/sre_constants.cpython-34.pyo -lib/python3.4/__pycache__/sre_parse.cpython-34.pyc -lib/python3.4/__pycache__/sre_parse.cpython-34.pyo -lib/python3.4/__pycache__/ssl.cpython-34.pyc -lib/python3.4/__pycache__/ssl.cpython-34.pyo -lib/python3.4/__pycache__/stat.cpython-34.pyc -lib/python3.4/__pycache__/stat.cpython-34.pyo -lib/python3.4/__pycache__/statistics.cpython-34.pyc -lib/python3.4/__pycache__/statistics.cpython-34.pyo -lib/python3.4/__pycache__/string.cpython-34.pyc -lib/python3.4/__pycache__/string.cpython-34.pyo -lib/python3.4/__pycache__/stringprep.cpython-34.pyc -lib/python3.4/__pycache__/stringprep.cpython-34.pyo -lib/python3.4/__pycache__/struct.cpython-34.pyc -lib/python3.4/__pycache__/struct.cpython-34.pyo -lib/python3.4/__pycache__/subprocess.cpython-34.pyc -lib/python3.4/__pycache__/subprocess.cpython-34.pyo -lib/python3.4/__pycache__/sunau.cpython-34.pyc -lib/python3.4/__pycache__/sunau.cpython-34.pyo -lib/python3.4/__pycache__/symbol.cpython-34.pyc -lib/python3.4/__pycache__/symbol.cpython-34.pyo -lib/python3.4/__pycache__/symtable.cpython-34.pyc -lib/python3.4/__pycache__/symtable.cpython-34.pyo -lib/python3.4/__pycache__/sysconfig.cpython-34.pyc -lib/python3.4/__pycache__/sysconfig.cpython-34.pyo -lib/python3.4/__pycache__/tabnanny.cpython-34.pyc -lib/python3.4/__pycache__/tabnanny.cpython-34.pyo -lib/python3.4/__pycache__/tarfile.cpython-34.pyc -lib/python3.4/__pycache__/tarfile.cpython-34.pyo -lib/python3.4/__pycache__/telnetlib.cpython-34.pyc -lib/python3.4/__pycache__/telnetlib.cpython-34.pyo -lib/python3.4/__pycache__/tempfile.cpython-34.pyc -lib/python3.4/__pycache__/tempfile.cpython-34.pyo -lib/python3.4/__pycache__/textwrap.cpython-34.pyc -lib/python3.4/__pycache__/textwrap.cpython-34.pyo -lib/python3.4/__pycache__/this.cpython-34.pyc -lib/python3.4/__pycache__/this.cpython-34.pyo -lib/python3.4/__pycache__/threading.cpython-34.pyc -lib/python3.4/__pycache__/threading.cpython-34.pyo -lib/python3.4/__pycache__/timeit.cpython-34.pyc -lib/python3.4/__pycache__/timeit.cpython-34.pyo -lib/python3.4/__pycache__/token.cpython-34.pyc -lib/python3.4/__pycache__/token.cpython-34.pyo -lib/python3.4/__pycache__/tokenize.cpython-34.pyc -lib/python3.4/__pycache__/tokenize.cpython-34.pyo -lib/python3.4/__pycache__/trace.cpython-34.pyc -lib/python3.4/__pycache__/trace.cpython-34.pyo -lib/python3.4/__pycache__/traceback.cpython-34.pyc -lib/python3.4/__pycache__/traceback.cpython-34.pyo -lib/python3.4/__pycache__/tracemalloc.cpython-34.pyc -lib/python3.4/__pycache__/tracemalloc.cpython-34.pyo -lib/python3.4/__pycache__/tty.cpython-34.pyc -lib/python3.4/__pycache__/tty.cpython-34.pyo -lib/python3.4/__pycache__/turtle.cpython-34.pyc -lib/python3.4/__pycache__/turtle.cpython-34.pyo -lib/python3.4/__pycache__/types.cpython-34.pyc -lib/python3.4/__pycache__/types.cpython-34.pyo -lib/python3.4/__pycache__/uu.cpython-34.pyc -lib/python3.4/__pycache__/uu.cpython-34.pyo -lib/python3.4/__pycache__/uuid.cpython-34.pyc -lib/python3.4/__pycache__/uuid.cpython-34.pyo -lib/python3.4/__pycache__/warnings.cpython-34.pyc -lib/python3.4/__pycache__/warnings.cpython-34.pyo -lib/python3.4/__pycache__/wave.cpython-34.pyc -lib/python3.4/__pycache__/wave.cpython-34.pyo -lib/python3.4/__pycache__/weakref.cpython-34.pyc -lib/python3.4/__pycache__/weakref.cpython-34.pyo -lib/python3.4/__pycache__/webbrowser.cpython-34.pyc -lib/python3.4/__pycache__/webbrowser.cpython-34.pyo -lib/python3.4/__pycache__/xdrlib.cpython-34.pyc -lib/python3.4/__pycache__/xdrlib.cpython-34.pyo -lib/python3.4/__pycache__/zipfile.cpython-34.pyc -lib/python3.4/__pycache__/zipfile.cpython-34.pyo -lib/python3.4/_bootlocale.py -lib/python3.4/_collections_abc.py -lib/python3.4/_compat_pickle.py -lib/python3.4/_dummy_thread.py -lib/python3.4/_markupbase.py -lib/python3.4/_osx_support.py -lib/python3.4/_pyio.py -lib/python3.4/_sitebuiltins.py -lib/python3.4/_strptime.py -lib/python3.4/_sysconfigdata.py -lib/python3.4/_threading_local.py -lib/python3.4/_weakrefset.py -lib/python3.4/abc.py -lib/python3.4/aifc.py -lib/python3.4/antigravity.py -lib/python3.4/argparse.py -lib/python3.4/ast.py -lib/python3.4/asynchat.py -lib/python3.4/asyncio/__init__.py -lib/python3.4/asyncio/__pycache__/__init__.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/__init__.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/base_events.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/base_events.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/base_subprocess.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/base_subprocess.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/constants.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/constants.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/coroutines.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/coroutines.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/events.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/events.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/futures.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/futures.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/locks.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/locks.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/log.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/log.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/proactor_events.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/proactor_events.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/protocols.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/protocols.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/queues.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/queues.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/selector_events.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/selector_events.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/sslproto.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/sslproto.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/streams.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/streams.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/subprocess.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/subprocess.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/tasks.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/tasks.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/test_utils.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/test_utils.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/transports.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/transports.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/unix_events.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/unix_events.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/windows_events.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/windows_events.cpython-34.pyo -lib/python3.4/asyncio/__pycache__/windows_utils.cpython-34.pyc -lib/python3.4/asyncio/__pycache__/windows_utils.cpython-34.pyo -lib/python3.4/asyncio/base_events.py -lib/python3.4/asyncio/base_subprocess.py -lib/python3.4/asyncio/constants.py -lib/python3.4/asyncio/coroutines.py -lib/python3.4/asyncio/events.py -lib/python3.4/asyncio/futures.py -lib/python3.4/asyncio/locks.py -lib/python3.4/asyncio/log.py -lib/python3.4/asyncio/proactor_events.py -lib/python3.4/asyncio/protocols.py -lib/python3.4/asyncio/queues.py -lib/python3.4/asyncio/selector_events.py -lib/python3.4/asyncio/sslproto.py -lib/python3.4/asyncio/streams.py -lib/python3.4/asyncio/subprocess.py -lib/python3.4/asyncio/tasks.py -lib/python3.4/asyncio/test_utils.py -lib/python3.4/asyncio/transports.py -lib/python3.4/asyncio/unix_events.py -lib/python3.4/asyncio/windows_events.py -lib/python3.4/asyncio/windows_utils.py -lib/python3.4/asyncore.py -lib/python3.4/base64.py -lib/python3.4/bdb.py -lib/python3.4/binhex.py -lib/python3.4/bisect.py -lib/python3.4/bz2.py -lib/python3.4/cProfile.py -lib/python3.4/calendar.py -lib/python3.4/cgi.py -lib/python3.4/cgitb.py -lib/python3.4/chunk.py -lib/python3.4/cmd.py -lib/python3.4/code.py -lib/python3.4/codecs.py -lib/python3.4/codeop.py -lib/python3.4/collections/__init__.py -lib/python3.4/collections/__main__.py -lib/python3.4/collections/__pycache__/__init__.cpython-34.pyc -lib/python3.4/collections/__pycache__/__init__.cpython-34.pyo -lib/python3.4/collections/__pycache__/__main__.cpython-34.pyc -lib/python3.4/collections/__pycache__/__main__.cpython-34.pyo -lib/python3.4/collections/__pycache__/abc.cpython-34.pyc -lib/python3.4/collections/__pycache__/abc.cpython-34.pyo -lib/python3.4/collections/abc.py -lib/python3.4/colorsys.py -lib/python3.4/compileall.py -lib/python3.4/concurrent/__init__.py -lib/python3.4/concurrent/__pycache__/__init__.cpython-34.pyc -lib/python3.4/concurrent/__pycache__/__init__.cpython-34.pyo -lib/python3.4/concurrent/futures/__init__.py -lib/python3.4/concurrent/futures/__pycache__/__init__.cpython-34.pyc -lib/python3.4/concurrent/futures/__pycache__/__init__.cpython-34.pyo -lib/python3.4/concurrent/futures/__pycache__/_base.cpython-34.pyc -lib/python3.4/concurrent/futures/__pycache__/_base.cpython-34.pyo -lib/python3.4/concurrent/futures/__pycache__/process.cpython-34.pyc -lib/python3.4/concurrent/futures/__pycache__/process.cpython-34.pyo -lib/python3.4/concurrent/futures/__pycache__/thread.cpython-34.pyc -lib/python3.4/concurrent/futures/__pycache__/thread.cpython-34.pyo -lib/python3.4/concurrent/futures/_base.py -lib/python3.4/concurrent/futures/process.py -lib/python3.4/concurrent/futures/thread.py -lib/python3.4/config-3.4%%ABI%%/Makefile -lib/python3.4/config-3.4%%ABI%%/Setup -lib/python3.4/config-3.4%%ABI%%/Setup.config -lib/python3.4/config-3.4%%ABI%%/Setup.local -lib/python3.4/config-3.4%%ABI%%/config.c -lib/python3.4/config-3.4%%ABI%%/config.c.in -lib/python3.4/config-3.4%%ABI%%/install-sh -lib/python3.4/config-3.4%%ABI%%/libpython3.4%%ABI%%.a -lib/python3.4/config-3.4%%ABI%%/makesetup -lib/python3.4/config-3.4%%ABI%%/python-config.py -lib/python3.4/config-3.4%%ABI%%/python.o -lib/python3.4/configparser.py -lib/python3.4/contextlib.py -lib/python3.4/copy.py -lib/python3.4/copyreg.py -lib/python3.4/crypt.py -lib/python3.4/csv.py -lib/python3.4/ctypes/__init__.py -lib/python3.4/ctypes/__pycache__/__init__.cpython-34.pyc -lib/python3.4/ctypes/__pycache__/__init__.cpython-34.pyo -lib/python3.4/ctypes/__pycache__/_endian.cpython-34.pyc -lib/python3.4/ctypes/__pycache__/_endian.cpython-34.pyo -lib/python3.4/ctypes/__pycache__/util.cpython-34.pyc -lib/python3.4/ctypes/__pycache__/util.cpython-34.pyo -lib/python3.4/ctypes/__pycache__/wintypes.cpython-34.pyc -lib/python3.4/ctypes/__pycache__/wintypes.cpython-34.pyo -lib/python3.4/ctypes/_endian.py -lib/python3.4/ctypes/macholib/README.ctypes -lib/python3.4/ctypes/macholib/__init__.py -lib/python3.4/ctypes/macholib/__pycache__/__init__.cpython-34.pyc -lib/python3.4/ctypes/macholib/__pycache__/__init__.cpython-34.pyo -lib/python3.4/ctypes/macholib/__pycache__/dyld.cpython-34.pyc -lib/python3.4/ctypes/macholib/__pycache__/dyld.cpython-34.pyo -lib/python3.4/ctypes/macholib/__pycache__/dylib.cpython-34.pyc -lib/python3.4/ctypes/macholib/__pycache__/dylib.cpython-34.pyo -lib/python3.4/ctypes/macholib/__pycache__/framework.cpython-34.pyc -lib/python3.4/ctypes/macholib/__pycache__/framework.cpython-34.pyo -lib/python3.4/ctypes/macholib/dyld.py -lib/python3.4/ctypes/macholib/dylib.py -lib/python3.4/ctypes/macholib/fetch_macholib -lib/python3.4/ctypes/macholib/fetch_macholib.bat -lib/python3.4/ctypes/macholib/framework.py -lib/python3.4/ctypes/test/__init__.py -lib/python3.4/ctypes/test/__main__.py -lib/python3.4/ctypes/test/__pycache__/__init__.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/__init__.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/__main__.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/__main__.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_anon.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_anon.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_array_in_pointer.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_array_in_pointer.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_arrays.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_arrays.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_as_parameter.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_as_parameter.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_bitfields.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_bitfields.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_buffers.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_buffers.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_bytes.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_bytes.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_byteswap.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_byteswap.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_callbacks.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_callbacks.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_cast.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_cast.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_cfuncs.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_cfuncs.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_checkretval.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_checkretval.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_delattr.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_delattr.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_errno.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_errno.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_find.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_find.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_frombuffer.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_frombuffer.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_funcptr.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_funcptr.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_functions.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_functions.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_incomplete.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_incomplete.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_init.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_init.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_internals.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_internals.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_keeprefs.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_keeprefs.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_libc.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_libc.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_loading.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_loading.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_macholib.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_macholib.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_memfunctions.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_memfunctions.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_numbers.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_numbers.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_objects.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_objects.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_parameters.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_parameters.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_pep3118.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_pep3118.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_pickling.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_pickling.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_pointers.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_pointers.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_prototypes.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_prototypes.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_python_api.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_python_api.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_random_things.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_random_things.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_refcounts.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_refcounts.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_repr.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_repr.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_returnfuncptrs.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_returnfuncptrs.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_simplesubclasses.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_simplesubclasses.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_sizes.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_sizes.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_slicing.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_slicing.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_stringptr.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_stringptr.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_strings.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_strings.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_struct_fields.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_struct_fields.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_structures.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_structures.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_unaligned_structures.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_unaligned_structures.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_unicode.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_unicode.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_values.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_values.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_varsize_struct.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_varsize_struct.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_win32.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_win32.cpython-34.pyo -lib/python3.4/ctypes/test/__pycache__/test_wintypes.cpython-34.pyc -lib/python3.4/ctypes/test/__pycache__/test_wintypes.cpython-34.pyo -lib/python3.4/ctypes/test/test_anon.py -lib/python3.4/ctypes/test/test_array_in_pointer.py -lib/python3.4/ctypes/test/test_arrays.py -lib/python3.4/ctypes/test/test_as_parameter.py -lib/python3.4/ctypes/test/test_bitfields.py -lib/python3.4/ctypes/test/test_buffers.py -lib/python3.4/ctypes/test/test_bytes.py -lib/python3.4/ctypes/test/test_byteswap.py -lib/python3.4/ctypes/test/test_callbacks.py -lib/python3.4/ctypes/test/test_cast.py -lib/python3.4/ctypes/test/test_cfuncs.py -lib/python3.4/ctypes/test/test_checkretval.py -lib/python3.4/ctypes/test/test_delattr.py -lib/python3.4/ctypes/test/test_errno.py -lib/python3.4/ctypes/test/test_find.py -lib/python3.4/ctypes/test/test_frombuffer.py -lib/python3.4/ctypes/test/test_funcptr.py -lib/python3.4/ctypes/test/test_functions.py -lib/python3.4/ctypes/test/test_incomplete.py -lib/python3.4/ctypes/test/test_init.py -lib/python3.4/ctypes/test/test_internals.py -lib/python3.4/ctypes/test/test_keeprefs.py -lib/python3.4/ctypes/test/test_libc.py -lib/python3.4/ctypes/test/test_loading.py -lib/python3.4/ctypes/test/test_macholib.py -lib/python3.4/ctypes/test/test_memfunctions.py -lib/python3.4/ctypes/test/test_numbers.py -lib/python3.4/ctypes/test/test_objects.py -lib/python3.4/ctypes/test/test_parameters.py -lib/python3.4/ctypes/test/test_pep3118.py -lib/python3.4/ctypes/test/test_pickling.py -lib/python3.4/ctypes/test/test_pointers.py -lib/python3.4/ctypes/test/test_prototypes.py -lib/python3.4/ctypes/test/test_python_api.py -lib/python3.4/ctypes/test/test_random_things.py -lib/python3.4/ctypes/test/test_refcounts.py -lib/python3.4/ctypes/test/test_repr.py -lib/python3.4/ctypes/test/test_returnfuncptrs.py -lib/python3.4/ctypes/test/test_simplesubclasses.py -lib/python3.4/ctypes/test/test_sizes.py -lib/python3.4/ctypes/test/test_slicing.py -lib/python3.4/ctypes/test/test_stringptr.py -lib/python3.4/ctypes/test/test_strings.py -lib/python3.4/ctypes/test/test_struct_fields.py -lib/python3.4/ctypes/test/test_structures.py -lib/python3.4/ctypes/test/test_unaligned_structures.py -lib/python3.4/ctypes/test/test_unicode.py -lib/python3.4/ctypes/test/test_values.py -lib/python3.4/ctypes/test/test_varsize_struct.py -lib/python3.4/ctypes/test/test_win32.py -lib/python3.4/ctypes/test/test_wintypes.py -lib/python3.4/ctypes/util.py -lib/python3.4/ctypes/wintypes.py -lib/python3.4/curses/__init__.py -lib/python3.4/curses/__pycache__/__init__.cpython-34.pyc -lib/python3.4/curses/__pycache__/__init__.cpython-34.pyo -lib/python3.4/curses/__pycache__/ascii.cpython-34.pyc -lib/python3.4/curses/__pycache__/ascii.cpython-34.pyo -lib/python3.4/curses/__pycache__/has_key.cpython-34.pyc -lib/python3.4/curses/__pycache__/has_key.cpython-34.pyo -lib/python3.4/curses/__pycache__/panel.cpython-34.pyc -lib/python3.4/curses/__pycache__/panel.cpython-34.pyo -lib/python3.4/curses/__pycache__/textpad.cpython-34.pyc -lib/python3.4/curses/__pycache__/textpad.cpython-34.pyo -lib/python3.4/curses/ascii.py -lib/python3.4/curses/has_key.py -lib/python3.4/curses/panel.py -lib/python3.4/curses/textpad.py -lib/python3.4/datetime.py -lib/python3.4/dbm/__init__.py -lib/python3.4/dbm/__pycache__/__init__.cpython-34.pyc -lib/python3.4/dbm/__pycache__/__init__.cpython-34.pyo -lib/python3.4/dbm/__pycache__/dumb.cpython-34.pyc -lib/python3.4/dbm/__pycache__/dumb.cpython-34.pyo -lib/python3.4/dbm/__pycache__/gnu.cpython-34.pyc -lib/python3.4/dbm/__pycache__/gnu.cpython-34.pyo -lib/python3.4/dbm/__pycache__/ndbm.cpython-34.pyc -lib/python3.4/dbm/__pycache__/ndbm.cpython-34.pyo -lib/python3.4/dbm/dumb.py -lib/python3.4/dbm/gnu.py -lib/python3.4/dbm/ndbm.py -lib/python3.4/decimal.py -lib/python3.4/difflib.py -lib/python3.4/dis.py -lib/python3.4/distutils/README -lib/python3.4/distutils/__init__.py -lib/python3.4/distutils/__pycache__/__init__.cpython-34.pyc -lib/python3.4/distutils/__pycache__/__init__.cpython-34.pyo -lib/python3.4/distutils/__pycache__/archive_util.cpython-34.pyc -lib/python3.4/distutils/__pycache__/archive_util.cpython-34.pyo -lib/python3.4/distutils/__pycache__/bcppcompiler.cpython-34.pyc -lib/python3.4/distutils/__pycache__/bcppcompiler.cpython-34.pyo -lib/python3.4/distutils/__pycache__/ccompiler.cpython-34.pyc -lib/python3.4/distutils/__pycache__/ccompiler.cpython-34.pyo -lib/python3.4/distutils/__pycache__/cmd.cpython-34.pyc -lib/python3.4/distutils/__pycache__/cmd.cpython-34.pyo -lib/python3.4/distutils/__pycache__/config.cpython-34.pyc -lib/python3.4/distutils/__pycache__/config.cpython-34.pyo -lib/python3.4/distutils/__pycache__/core.cpython-34.pyc -lib/python3.4/distutils/__pycache__/core.cpython-34.pyo -lib/python3.4/distutils/__pycache__/cygwinccompiler.cpython-34.pyc -lib/python3.4/distutils/__pycache__/cygwinccompiler.cpython-34.pyo -lib/python3.4/distutils/__pycache__/debug.cpython-34.pyc -lib/python3.4/distutils/__pycache__/debug.cpython-34.pyo -lib/python3.4/distutils/__pycache__/dep_util.cpython-34.pyc -lib/python3.4/distutils/__pycache__/dep_util.cpython-34.pyo -lib/python3.4/distutils/__pycache__/dir_util.cpython-34.pyc -lib/python3.4/distutils/__pycache__/dir_util.cpython-34.pyo -lib/python3.4/distutils/__pycache__/dist.cpython-34.pyc -lib/python3.4/distutils/__pycache__/dist.cpython-34.pyo -lib/python3.4/distutils/__pycache__/errors.cpython-34.pyc -lib/python3.4/distutils/__pycache__/errors.cpython-34.pyo -lib/python3.4/distutils/__pycache__/extension.cpython-34.pyc -lib/python3.4/distutils/__pycache__/extension.cpython-34.pyo -lib/python3.4/distutils/__pycache__/fancy_getopt.cpython-34.pyc -lib/python3.4/distutils/__pycache__/fancy_getopt.cpython-34.pyo -lib/python3.4/distutils/__pycache__/file_util.cpython-34.pyc -lib/python3.4/distutils/__pycache__/file_util.cpython-34.pyo -lib/python3.4/distutils/__pycache__/filelist.cpython-34.pyc -lib/python3.4/distutils/__pycache__/filelist.cpython-34.pyo -lib/python3.4/distutils/__pycache__/log.cpython-34.pyc -lib/python3.4/distutils/__pycache__/log.cpython-34.pyo -lib/python3.4/distutils/__pycache__/msvc9compiler.cpython-34.pyc -lib/python3.4/distutils/__pycache__/msvc9compiler.cpython-34.pyo -lib/python3.4/distutils/__pycache__/msvccompiler.cpython-34.pyc -lib/python3.4/distutils/__pycache__/msvccompiler.cpython-34.pyo -lib/python3.4/distutils/__pycache__/spawn.cpython-34.pyc -lib/python3.4/distutils/__pycache__/spawn.cpython-34.pyo -lib/python3.4/distutils/__pycache__/sysconfig.cpython-34.pyc -lib/python3.4/distutils/__pycache__/sysconfig.cpython-34.pyo -lib/python3.4/distutils/__pycache__/text_file.cpython-34.pyc -lib/python3.4/distutils/__pycache__/text_file.cpython-34.pyo -lib/python3.4/distutils/__pycache__/unixccompiler.cpython-34.pyc -lib/python3.4/distutils/__pycache__/unixccompiler.cpython-34.pyo -lib/python3.4/distutils/__pycache__/util.cpython-34.pyc -lib/python3.4/distutils/__pycache__/util.cpython-34.pyo -lib/python3.4/distutils/__pycache__/version.cpython-34.pyc -lib/python3.4/distutils/__pycache__/version.cpython-34.pyo -lib/python3.4/distutils/__pycache__/versionpredicate.cpython-34.pyc -lib/python3.4/distutils/__pycache__/versionpredicate.cpython-34.pyo -lib/python3.4/distutils/archive_util.py -lib/python3.4/distutils/bcppcompiler.py -lib/python3.4/distutils/ccompiler.py -lib/python3.4/distutils/cmd.py -lib/python3.4/distutils/command/__init__.py -lib/python3.4/distutils/command/__pycache__/__init__.cpython-34.pyc -lib/python3.4/distutils/command/__pycache__/__init__.cpython-34.pyo -lib/python3.4/distutils/command/__pycache__/bdist.cpython-34.pyc -lib/python3.4/distutils/command/__pycache__/bdist.cpython-34.pyo -lib/python3.4/distutils/command/__pycache__/bdist_dumb.cpython-34.pyc -lib/python3.4/distutils/command/__pycache__/bdist_dumb.cpython-34.pyo *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***