Created
April 14, 2012 10:23
-
-
Save fatlazycat/2383408 to your computer and use it in GitHub Desktop.
python issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew rm -f python | |
| ]2; MBA-4:graham:/Users/graham]1;Users/~$ brew install -vd --framework python | |
| [1;34m==>[1;39m Downloading http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2[0m | |
| Already downloaded: /Users/graham/Library/Caches/Homebrew/python-2.7.3.tar.bz2 | |
| /usr/bin/tar xf /Users/graham/Library/Caches/Homebrew/python-2.7.3.tar.bz2 | |
| [1;34m==>[1;39m ./configure --prefix=/usr/local/Cellar/python/2.7.3 --enable-framework=/usr/local/Cellar/python/2.7.3/Frameworks[0m | |
| ./configure --prefix=/usr/local/Cellar/python/2.7.3 --enable-framework=/usr/local/Cellar/python/2.7.3/Frameworks | |
| checking for --enable-universalsdk... no | |
| checking for --with-universal-archs... 32-bit | |
| checking MACHDEP... darwin | |
| checking EXTRAPLATDIR... $(PLATMACDIRS) | |
| checking machine type as reported by uname -m... x86_64 | |
| checking for --without-gcc... no | |
| checking for gcc... /usr/bin/clang | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/clang accepts -g... yes | |
| checking for /usr/bin/clang option to accept ISO C89... none needed | |
| checking for --with-cxx-main=<compiler>... no | |
| checking how to run the C preprocessor... /usr/bin/clang -E | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking minix/config.h usability... no | |
| checking minix/config.h presence... no | |
| checking for minix/config.h... no | |
| checking whether it is safe to define __EXTENSIONS__... yes | |
| checking for --with-suffix... | |
| checking for case-insensitive build directory... yes | |
| checking LIBRARY... libpython$(VERSION).a | |
| checking LINKCC... $(PURIFY) $(MAINCC) | |
| checking for GNU ld... no | |
| checking for --enable-shared... no | |
| checking for --enable-profiling... | |
| checking LDLIBRARY... $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) | |
| checking for ranlib... ranlib | |
| checking for ar... ar | |
| checking for svnversion... found | |
| checking for hg... found | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking for --with-pydebug... no | |
| checking whether /usr/bin/clang accepts -fno-strict-aliasing... yes | |
| checking whether /usr/bin/clang accepts -OPT:Olimit=0... yes | |
| checking whether gcc supports ParseTuple __format__... yes | |
| checking whether pthreads are available without options... yes | |
| checking whether /usr/bin/clang++ also accepts flags for thread support... no | |
| checking for ANSI C header files... (cached) yes | |
| checking asm/types.h usability... no | |
| checking asm/types.h presence... no | |
| checking for asm/types.h... no | |
| checking conio.h usability... no | |
| checking conio.h presence... no | |
| checking for conio.h... no | |
| checking curses.h usability... yes | |
| checking curses.h presence... yes | |
| checking for curses.h... yes | |
| checking direct.h usability... no | |
| checking direct.h presence... no | |
| checking for direct.h... no | |
| checking dlfcn.h usability... yes | |
| checking dlfcn.h presence... yes | |
| checking for dlfcn.h... yes | |
| checking errno.h usability... yes | |
| checking errno.h presence... yes | |
| checking for errno.h... yes | |
| checking fcntl.h usability... yes | |
| checking fcntl.h presence... yes | |
| checking for fcntl.h... yes | |
| checking grp.h usability... yes | |
| checking grp.h presence... yes | |
| checking for grp.h... yes | |
| checking ieeefp.h usability... no | |
| checking ieeefp.h presence... no | |
| checking for ieeefp.h... no | |
| checking io.h usability... no | |
| checking io.h presence... no | |
| checking for io.h... no | |
| checking langinfo.h usability... yes | |
| checking langinfo.h presence... yes | |
| checking for langinfo.h... yes | |
| checking libintl.h usability... no | |
| checking libintl.h presence... no | |
| checking for libintl.h... no | |
| checking ncurses.h usability... yes | |
| checking ncurses.h presence... yes | |
| checking for ncurses.h... yes | |
| checking poll.h usability... yes | |
| checking poll.h presence... yes | |
| checking for poll.h... yes | |
| checking process.h usability... no | |
| checking process.h presence... no | |
| checking for process.h... no | |
| checking pthread.h usability... yes | |
| checking pthread.h presence... yes | |
| checking for pthread.h... yes | |
| checking shadow.h usability... no | |
| checking shadow.h presence... no | |
| checking for shadow.h... no | |
| checking signal.h usability... yes | |
| checking signal.h presence... yes | |
| checking for signal.h... yes | |
| checking for stdint.h... (cached) yes | |
| checking stropts.h usability... no | |
| checking stropts.h presence... no | |
| checking for stropts.h... no | |
| checking termios.h usability... yes | |
| checking termios.h presence... yes | |
| checking for termios.h... yes | |
| checking thread.h usability... no | |
| checking thread.h presence... no | |
| checking for thread.h... no | |
| checking for unistd.h... (cached) yes | |
| checking utime.h usability... yes | |
| checking utime.h presence... yes | |
| checking for utime.h... yes | |
| checking sys/audioio.h usability... no | |
| checking sys/audioio.h presence... no | |
| checking for sys/audioio.h... no | |
| checking sys/bsdtty.h usability... no | |
| checking sys/bsdtty.h presence... no | |
| checking for sys/bsdtty.h... no | |
| checking sys/epoll.h usability... no | |
| checking sys/epoll.h presence... no | |
| checking for sys/epoll.h... no | |
| checking sys/event.h usability... yes | |
| checking sys/event.h presence... yes | |
| checking for sys/event.h... yes | |
| checking sys/file.h usability... yes | |
| checking sys/file.h presence... yes | |
| checking for sys/file.h... yes | |
| checking sys/loadavg.h usability... no | |
| checking sys/loadavg.h presence... no | |
| checking for sys/loadavg.h... no | |
| checking sys/lock.h usability... yes | |
| checking sys/lock.h presence... yes | |
| checking for sys/lock.h... yes | |
| checking sys/mkdev.h usability... no | |
| checking sys/mkdev.h presence... no | |
| checking for sys/mkdev.h... no | |
| checking sys/modem.h usability... no | |
| checking sys/modem.h presence... no | |
| checking for sys/modem.h... no | |
| checking sys/param.h usability... yes | |
| checking sys/param.h presence... yes | |
| checking for sys/param.h... yes | |
| checking sys/poll.h usability... yes | |
| checking sys/poll.h presence... yes | |
| checking for sys/poll.h... yes | |
| checking sys/select.h usability... yes | |
| checking sys/select.h presence... yes | |
| checking for sys/select.h... yes | |
| checking sys/socket.h usability... yes | |
| checking sys/socket.h presence... yes | |
| checking for sys/socket.h... yes | |
| checking sys/statvfs.h usability... yes | |
| checking sys/statvfs.h presence... yes | |
| checking for sys/statvfs.h... yes | |
| checking for sys/stat.h... (cached) yes | |
| checking sys/termio.h usability... no | |
| checking sys/termio.h presence... no | |
| checking for sys/termio.h... no | |
| checking sys/time.h usability... yes | |
| checking sys/time.h presence... yes | |
| checking for sys/time.h... yes | |
| checking sys/times.h usability... yes | |
| checking sys/times.h presence... yes | |
| checking for sys/times.h... yes | |
| checking for sys/types.h... (cached) yes | |
| checking sys/un.h usability... yes | |
| checking sys/un.h presence... yes | |
| checking for sys/un.h... yes | |
| checking sys/utsname.h usability... yes | |
| checking sys/utsname.h presence... yes | |
| checking for sys/utsname.h... yes | |
| checking sys/wait.h usability... yes | |
| checking sys/wait.h presence... yes | |
| checking for sys/wait.h... yes | |
| checking pty.h usability... no | |
| checking pty.h presence... no | |
| checking for pty.h... no | |
| checking libutil.h usability... no | |
| checking libutil.h presence... no | |
| checking for libutil.h... no | |
| checking sys/resource.h usability... yes | |
| checking sys/resource.h presence... yes | |
| checking for sys/resource.h... yes | |
| checking netpacket/packet.h usability... no | |
| checking netpacket/packet.h presence... no | |
| checking for netpacket/packet.h... no | |
| checking sysexits.h usability... yes | |
| checking sysexits.h presence... yes | |
| checking for sysexits.h... yes | |
| checking bluetooth.h usability... no | |
| checking bluetooth.h presence... no | |
| checking for bluetooth.h... no | |
| checking bluetooth/bluetooth.h usability... no | |
| checking bluetooth/bluetooth.h presence... no | |
| checking for bluetooth/bluetooth.h... no | |
| checking linux/tipc.h usability... no | |
| checking linux/tipc.h presence... no | |
| checking for linux/tipc.h... no | |
| checking spawn.h usability... yes | |
| checking spawn.h presence... yes | |
| checking for spawn.h... yes | |
| checking util.h usability... yes | |
| checking util.h presence... yes | |
| checking for util.h... yes | |
| checking for dirent.h that defines DIR... yes | |
| checking for library containing opendir... none required | |
| checking whether sys/types.h defines makedev... yes | |
| checking for term.h... yes | |
| checking for linux/netlink.h... no | |
| checking for clock_t in time.h... yes | |
| checking for makedev... yes | |
| checking Solaris LFS bug... no | |
| checking for mode_t... yes | |
| checking for off_t... yes | |
| checking for pid_t... yes | |
| checking for size_t... yes | |
| checking for uid_t in sys/types.h... yes | |
| checking for uint32_t... yes | |
| checking for uint64_t... yes | |
| checking for int32_t... yes | |
| checking for int64_t... yes | |
| checking for ssize_t... yes | |
| checking size of int... 4 | |
| checking size of long... 8 | |
| checking size of void *... 8 | |
| checking size of short... 2 | |
| checking size of float... 4 | |
| checking size of double... 8 | |
| checking size of fpos_t... 8 | |
| checking size of size_t... 8 | |
| checking size of pid_t... 4 | |
| checking for long long support... yes | |
| checking size of long long... 8 | |
| checking for long double support... yes | |
| checking size of long double... 16 | |
| checking for _Bool support... yes | |
| checking size of _Bool... 1 | |
| checking for uintptr_t... yes | |
| checking size of uintptr_t... 8 | |
| checking size of off_t... 8 | |
| checking whether to enable large file support... no | |
| checking size of time_t... 8 | |
| checking for pthread_t... yes | |
| checking size of pthread_t... 8 | |
| checking for --enable-toolbox-glue... yes | |
| checking for --enable-framework... yes | |
| checking for dyld... always on for Darwin | |
| checking SO... .so | |
| checking LDSHARED... $(CC) -bundle -undefined dynamic_lookup | |
| checking CCSHARED... | |
| checking LINKFORSHARED... -u _PyMac_Error $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) | |
| checking CFLAGSFORSHARED... $(CCSHARED) | |
| checking SHLIBS... $(LIBS) | |
| checking for dlopen in -ldl... yes | |
| checking for shl_load in -ldld... no | |
| checking for library containing sem_init... none required | |
| checking for textdomain in -lintl... no | |
| checking for t_open in -lnsl... no | |
| checking for socket in -lsocket... no | |
| checking for --with-libs... no | |
| checking for pkg-config... /usr/local/bin/pkg-config | |
| checking for --with-system-expat... no | |
| checking for --with-system-ffi... no | |
| checking for --with-dbmliborder... | |
| checking for --with-signal-module... yes | |
| checking for --with-dec-threads... no | |
| checking for --with-threads... yes | |
| checking if PTHREAD_SCOPE_SYSTEM is supported... yes | |
| checking for pthread_sigmask... yes | |
| checking if --enable-ipv6 is specified... yes | |
| checking if RFC2553 API is available... yes | |
| checking ipv6 stack type... kame | |
| using libc | |
| checking for OSX 10.5 SDK or later... yes | |
| checking for --with-doc-strings... yes | |
| checking for --with-tsc... no | |
| checking for --with-pymalloc... yes | |
| checking for --with-valgrind... no | |
| checking for --with-wctype-functions... no | |
| checking for dlopen... yes | |
| checking DYNLOADFILE... dynload_shlib.o | |
| checking MACHDEP_OBJS... MACHDEP_OBJS | |
| checking for alarm... yes | |
| checking for setitimer... yes | |
| checking for getitimer... yes | |
| checking for bind_textdomain_codeset... no | |
| checking for chown... yes | |
| checking for clock... yes | |
| checking for confstr... yes | |
| checking for ctermid... yes | |
| checking for execv... yes | |
| checking for fchmod... yes | |
| checking for fchown... yes | |
| checking for fork... yes | |
| checking for fpathconf... yes | |
| checking for ftime... yes | |
| checking for ftruncate... yes | |
| checking for gai_strerror... yes | |
| checking for getgroups... yes | |
| checking for getlogin... yes | |
| checking for getloadavg... yes | |
| checking for getpeername... yes | |
| checking for getpgid... yes | |
| checking for getpid... yes | |
| checking for getpriority... yes | |
| checking for getresuid... no | |
| checking for getresgid... no | |
| checking for getpwent... yes | |
| checking for getspnam... no | |
| checking for getspent... no | |
| checking for getsid... yes | |
| checking for getwd... yes | |
| checking for initgroups... yes | |
| checking for kill... yes | |
| checking for killpg... yes | |
| checking for lchmod... yes | |
| checking for lchown... yes | |
| checking for lstat... yes | |
| checking for mkfifo... yes | |
| checking for mknod... yes | |
| checking for mktime... yes | |
| checking for mremap... no | |
| checking for nice... yes | |
| checking for pathconf... yes | |
| checking for pause... yes | |
| checking for plock... no | |
| checking for poll... yes | |
| checking for pthread_init... yes | |
| checking for putenv... yes | |
| checking for readlink... yes | |
| checking for realpath... yes | |
| checking for select... yes | |
| checking for sem_open... yes | |
| checking for sem_timedwait... no | |
| checking for sem_getvalue... yes | |
| checking for sem_unlink... yes | |
| checking for setegid... yes | |
| checking for seteuid... yes | |
| checking for setgid... yes | |
| checking for setlocale... yes | |
| checking for setregid... yes | |
| checking for setreuid... yes | |
| checking for setsid... yes | |
| checking for setpgid... yes | |
| checking for setpgrp... yes | |
| checking for setuid... yes | |
| checking for setvbuf... yes | |
| checking for snprintf... yes | |
| checking for setlocale... (cached) yes | |
| checking for setregid... (cached) yes | |
| checking for setreuid... (cached) yes | |
| checking for setresuid... no | |
| checking for setresgid... no | |
| checking for setsid... (cached) yes | |
| checking for setpgid... (cached) yes | |
| checking for setpgrp... (cached) yes | |
| checking for setuid... (cached) yes | |
| checking for setvbuf... (cached) yes | |
| checking for snprintf... (cached) yes | |
| checking for sigaction... yes | |
| checking for siginterrupt... yes | |
| checking for sigrelse... yes | |
| checking for strftime... yes | |
| checking for sysconf... yes | |
| checking for tcgetpgrp... yes | |
| checking for tcsetpgrp... yes | |
| checking for tempnam... yes | |
| checking for timegm... yes | |
| checking for times... yes | |
| checking for tmpfile... yes | |
| checking for tmpnam... yes | |
| checking for tmpnam_r... no | |
| checking for truncate... yes | |
| checking for uname... yes | |
| checking for unsetenv... yes | |
| checking for utimes... yes | |
| checking for waitpid... yes | |
| checking for wait3... yes | |
| checking for wait4... yes | |
| checking for wcscoll... yes | |
| checking for _getpty... no | |
| checking for chroot... yes | |
| checking for link... yes | |
| checking for symlink... yes | |
| checking for fchdir... yes | |
| checking for fsync... yes | |
| checking for fdatasync... no | |
| checking for epoll... no | |
| checking for kqueue... yes | |
| checking for ctermid_r... yes | |
| checking for flock declaration... yes | |
| checking for flock... yes | |
| checking for getpagesize... yes | |
| checking for broken unsetenv... no | |
| checking for true... true | |
| checking for inet_aton in -lc... yes | |
| checking for chflags... yes | |
| checking for lchflags... yes | |
| checking for inflateCopy in -lz... yes | |
| checking for hstrerror... yes | |
| checking for inet_aton... yes | |
| checking for inet_pton... yes | |
| checking for setgroups... yes | |
| checking for openpty... yes | |
| checking for forkpty... yes | |
| checking for memmove... yes | |
| checking for fseek64... no | |
| checking for fseeko... yes | |
| checking for fstatvfs... yes | |
| checking for ftell64... no | |
| checking for ftello... yes | |
| checking for statvfs... yes | |
| checking for dup2... yes | |
| checking for getcwd... yes | |
| checking for strdup... yes | |
| checking for getpgrp... yes | |
| checking for setpgrp... (cached) yes | |
| checking for gettimeofday... yes | |
| checking for major... yes | |
| checking for getaddrinfo... yes | |
| checking getaddrinfo bug... no | |
| checking for getnameinfo... yes | |
| checking whether time.h and sys/time.h may both be included... yes | |
| checking whether struct tm is in sys/time.h or time.h... time.h | |
| checking for struct tm.tm_zone... yes | |
| checking for struct stat.st_rdev... yes | |
| checking for struct stat.st_blksize... yes | |
| checking for struct stat.st_flags... yes | |
| checking for struct stat.st_gen... yes | |
| checking for struct stat.st_birthtime... no | |
| checking for struct stat.st_blocks... yes | |
| checking for time.h that defines altzone... no | |
| checking whether sys/select.h and sys/time.h may both be included... yes | |
| checking for addrinfo... yes | |
| checking for sockaddr_storage... yes | |
| checking whether char is unsigned... no | |
| checking for an ANSI C-conforming const... yes | |
| checking for working volatile... yes | |
| checking for working signed char... yes | |
| checking for prototypes... yes | |
| checking for variable length prototypes and stdarg.h... yes | |
| checking for socketpair... yes | |
| checking if sockaddr has sa_len member... yes | |
| checking whether va_list is an array... yes | |
| checking for gethostbyname_r... no | |
| checking for gethostbyname... yes | |
| checking for __fpu_control... no | |
| checking for __fpu_control in -lieee... no | |
| checking for --with-fpectl... no | |
| checking for --with-libm=STRING... default LIBM="" | |
| checking for --with-libc=STRING... default LIBC="" | |
| checking whether C doubles are little-endian IEEE 754 binary64... yes | |
| checking whether C doubles are big-endian IEEE 754 binary64... no | |
| checking whether C doubles are ARM mixed-endian IEEE 754 binary64... no | |
| checking whether we can use gcc inline assembler to get and set x87 control word... yes | |
| checking for x87-style double rounding... no | |
| checking whether tanh preserves the sign of zero... yes | |
| checking for acosh... yes | |
| checking for asinh... yes | |
| checking for atanh... yes | |
| checking for copysign... yes | |
| checking for erf... yes | |
| checking for erfc... yes | |
| checking for expm1... yes | |
| checking for finite... yes | |
| checking for gamma... yes | |
| checking for hypot... yes | |
| checking for lgamma... yes | |
| checking for log1p... yes | |
| checking for round... yes | |
| checking for tgamma... yes | |
| checking whether isinf is declared... yes | |
| checking whether isnan is declared... yes | |
| checking whether isfinite is declared... yes | |
| checking whether POSIX semaphores are enabled... yes | |
| checking for broken sem_getvalue... yes | |
| checking digit size for Python's longs... no value specified | |
| checking wchar.h usability... yes | |
| checking wchar.h presence... yes | |
| checking for wchar.h... yes | |
| checking size of wchar_t... 4 | |
| checking for UCS-4 tcl... no | |
| checking whether wchar_t is signed... yes | |
| checking what type to use for unicode... unsigned short | |
| checking whether byte ordering is bigendian... no | |
| checking whether right shift extends the sign bit... yes | |
| checking for getc_unlocked() and friends... yes | |
| checking how to link readline libs... -lreadline | |
| checking for rl_callback_handler_install in -lreadline... yes | |
| checking for rl_pre_input_hook in -lreadline... yes | |
| checking for rl_completion_display_matches_hook in -lreadline... yes | |
| checking for rl_completion_matches in -lreadline... yes | |
| checking for broken nice()... no | |
| checking for broken poll()... no | |
| checking for struct tm.tm_zone... (cached) yes | |
| checking for working tzset()... yes | |
| checking for tv_nsec in struct stat... no | |
| checking for tv_nsec2 in struct stat... yes | |
| checking whether mvwdelch is an expression... yes | |
| checking whether WINDOW has _flags... no | |
| checking for is_term_resized... yes | |
| checking for resize_term... yes | |
| checking for resizeterm... yes | |
| checking for /dev/ptmx... yes | |
| checking for /dev/ptc... no | |
| checking for %lld and %llu printf() format support... yes | |
| checking for %zd printf() format support... yes | |
| checking for socklen_t... yes | |
| checking for build directories... done | |
| configure: creating ./config.status | |
| config.status: creating Mac/Makefile | |
| config.status: creating Mac/PythonLauncher/Makefile | |
| config.status: creating Mac/IDLE/Makefile | |
| config.status: creating Mac/Resources/framework/Info.plist | |
| config.status: creating Mac/Resources/app/Info.plist | |
| config.status: creating Makefile.pre | |
| config.status: creating Modules/Setup.config | |
| config.status: creating Misc/python.pc | |
| config.status: creating Modules/ld_so_aix | |
| config.status: creating pyconfig.h | |
| creating Modules/Setup | |
| creating Modules/Setup.local | |
| creating Makefile | |
| [1;34m==>[1;39m make[0m | |
| make | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Parser/node.o Parser/node.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/bufferobject.o Objects/bufferobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/intobject.o Objects/intobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/object.o Objects/object.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/stringobject.o Objects/stringobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/errors.o Python/errors.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/future.o Python/future.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -DPLATFORM='"darwin"' -o Python/getplatform.o ./Python/getplatform.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/import.o Python/import.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/random.o Python/random.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/sysmodule.o Python/sysmodule.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/formatter_string.o Python/formatter_string.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/dynload_shlib.o Python/dynload_shlib.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/mactoolboxglue.o Python/mactoolboxglue.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/thread.o Python/thread.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Modules/config.o Modules/config.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -DPYTHONPATH='":plat-darwin:plat-mac:plat-mac/lib-scriptpackages:lib-tk:lib-old"' \ | |
| -DPREFIX='"/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7"' \ | |
| -DEXEC_PREFIX='"/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7"' \ | |
| -DVERSION='"2.7"' \ | |
| -DVPATH='""' \ | |
| -o Modules/getpath.o ./Modules/getpath.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Modules/main.o Modules/main.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c | |
| /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -c ./Modules/threadmodule.c -o Modules/threadmodule.o | |
| /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o | |
| /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o | |
| /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -c ./Modules/errnomodule.c -o Modules/errnomodule.o | |
| /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o | |
| /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -c ./Modules/_sre.c -o Modules/_sre.o | |
| /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o | |
| /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -c ./Modules/_weakref.c -o Modules/_weakref.o | |
| /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -c ./Modules/zipimport.c -o Modules/zipimport.o | |
| /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o | |
| /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o | |
| /usr/bin/install -c -m 644 ./Tools/gdb/libpython.py python.exe-gdb.py | |
| /usr/bin/clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -L/usr/local/Cellar/readline/6.2.2/lib Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Objects/obmalloc.o Python/mysnprintf.o Python/pyctype.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/pgenmain.o -ldl -framework CoreFoundation -o Parser/pgen | |
| Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c | |
| touch Parser/pgen.stamp | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/ast.o Python/ast.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/compile.o Python/compile.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c | |
| /usr/bin/clang -c -fno-strict-aliasing -fno-common -dynamic -Os -w -pipe -march=native -Qunused-arguments -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/local/Cellar/readline/6.2.2/include -DPy_BUILD_CORE \ | |
| -DSVNVERSION="\"`LC_ALL=C svnversion .`\"" \ | |
| -DHGVERSION="\"`LC_ALL=C hg id -i .`\"" \ | |
| -DHGTAG="\"`LC_ALL=C hg id -t .`\"" \ | |
| -DHGBRANCH="\"`LC_ALL=C hg id -b .`\"" \ | |
| -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c | |
| abort: repository . not found! | |
| abort: repository . not found! | |
| abort: repository . not found! | |
| rm -f libpython2.7.a | |
| ar rc libpython2.7.a Modules/getbuildinfo.o | |
| ar rc libpython2.7.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o | |
| ar rc libpython2.7.a Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o | |
| ar rc libpython2.7.a Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/random.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/dtoa.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o Python/mactoolboxglue.o Python/thread.o | |
| /usr/bin/ranlib: file: libpython2.7.a(pymath.o) has no symbols | |
| ar rc libpython2.7.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o | |
| /usr/bin/ranlib: file: libpython2.7.a(pymath.o) has no symbols | |
| ar rc libpython2.7.a Modules/threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o | |
| /usr/bin/ranlib: file: libpython2.7.a(pymath.o) has no symbols | |
| ranlib libpython2.7.a | |
| ranlib: file: libpython2.7.a(pymath.o) has no symbols | |
| /usr/bin/install -c -d -m 755 Python.framework/Versions/2.7 | |
| /usr/bin/clang -o Python.framework/Versions/2.7/Python -L/usr/local/Cellar/readline/6.2.2/lib -dynamiclib \ | |
| -all_load libpython2.7.a -Wl,-single_module \ | |
| -install_name /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Python \ | |
| -compatibility_version 2.7 \ | |
| -current_version 2.7; | |
| /usr/bin/install -c -d -m 755 \ | |
| Python.framework/Versions/2.7/Resources/English.lproj | |
| /usr/bin/install -c -m 644 Mac/Resources/framework/Info.plist \ | |
| Python.framework/Versions/2.7/Resources/Info.plist | |
| ln -fsn 2.7 Python.framework/Versions/Current | |
| ln -fsn Versions/Current/Python Python.framework/Python | |
| ln -fsn Versions/Current/Headers Python.framework/Headers | |
| ln -fsn Versions/Current/Resources Python.framework/Resources | |
| /usr/bin/clang -L/usr/local/Cellar/readline/6.2.2/lib -u _PyMac_Error Python.framework/Versions/2.7/Python -o python.exe \ | |
| Modules/python.o \ | |
| -ldl -framework CoreFoundation | |
| building dbm using ndbm | |
| [?1034h | |
| Python build finished, but the necessary bits to build these modules were not found: | |
| _bsddb dl imageop | |
| linuxaudiodev ossaudiodev spwd | |
| sunaudiodev | |
| To find the necessary bits, look in setup.py in detect_modules() for the module's name. | |
| [1;34m==>[1;39m make install[0m | |
| make install | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/English.lproj | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib | |
| ln -fsn include/python2.7 /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Headers | |
| sed 's/%VERSION%/'"`DYLD_FRAMEWORK_PATH=/private/tmp/homebrew-python-2.7.3-THUM/Python-2.7.3: ./python.exe -c 'import platform; print platform.python_version()'`"'/g' < Mac/Resources/framework/Info.plist > /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Info.plist | |
| ln -fsn 2.7 /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/Current | |
| ln -fsn Versions/Current/Python /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Python | |
| ln -fsn Versions/Current/Headers /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Headers | |
| ln -fsn Versions/Current/Resources /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Resources | |
| /usr/bin/install -c -m 555 Python.framework/Versions/2.7/Python /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Python | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin | |
| /usr/bin/install -c python.exe /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
| if test -f Python.framework/Versions/2.7/Python; then \ | |
| if test -n "" ; then \ | |
| /usr/bin/install -c -m 555 /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin; \ | |
| else \ | |
| /usr/bin/install -c -m 555 Python.framework/Versions/2.7/Python /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/Python.framework/Versions/2.7/Python; \ | |
| if test Python.framework/Versions/2.7/Python != Python.framework/Versions/2.7/Python; then \ | |
| (cd /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib; ln -sf Python.framework/Versions/2.7/Python Python.framework/Versions/2.7/Python) \ | |
| fi \ | |
| fi; \ | |
| else true; \ | |
| fi | |
| install: /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/Python.framework/Versions/2.7/Python: No such file or directory | |
| if test -f /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python -o -h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python; \ | |
| then rm -f /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python; \ | |
| else true; \ | |
| fi | |
| (cd /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin; ln -s python2 python) | |
| rm -f /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2 | |
| (cd /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin; ln -s python2.7 python2) | |
| rm -f /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2-config | |
| (cd /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin; ln -s python2.7-config python2-config) | |
| rm -f /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python-config | |
| (cd /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin; ln -s python2-config python-config) | |
| test -d /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig || /usr/bin/install -c -d -m 755 /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig | |
| rm -f /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig/python2.pc | |
| (cd /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig; ln -s python-2.7.pc python2.pc) | |
| rm -f /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig/python.pc | |
| (cd /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig; ln -s python2.pc python.pc) | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/share/man | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/share/man/man1 | |
| /usr/bin/install -c -m 644 ./Misc/python.man \ | |
| /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/share/man/man1/python2.7.1 | |
| running build | |
| running build_ext | |
| building dbm using ndbm | |
| [?1034h | |
| Python build finished, but the necessary bits to build these modules were not found: | |
| _bsddb dl imageop | |
| linuxaudiodev ossaudiodev spwd | |
| sunaudiodev | |
| To find the necessary bits, look in setup.py in detect_modules() for the module's name. | |
| running build_scripts | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/data | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/xmltestdata | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/subprocessdata | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tracedmodules | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3 | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3 | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2 | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers/myfixes | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/dummy | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc_data | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal | |
| /usr/bin/install -c -m 644 ./Lib/BaseHTTPServer.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/Bastion.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/CGIHTTPServer.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/ConfigParser.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/Cookie.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/DocXMLRPCServer.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/HTMLParser.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/MimeWriter.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/Queue.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/SimpleHTTPServer.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/SimpleXMLRPCServer.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/SocketServer.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/StringIO.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/UserDict.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/UserList.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c ./Lib/UserString.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/_LWPCookieJar.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/_MozillaCookieJar.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/__future__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/__phello__.foo.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/_abcoll.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/_pyio.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/_strptime.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/_threading_local.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/_weakrefset.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/abc.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/aifc.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/antigravity.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/anydbm.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/argparse.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/ast.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/asynchat.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/asyncore.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/atexit.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/audiodev.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c ./Lib/base64.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/bdb.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/binhex.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/bisect.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c ./Lib/cProfile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/calendar.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c ./Lib/cgi.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/cgitb.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/chunk.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/cmd.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/code.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/codecs.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/codeop.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/collections.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/colorsys.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/commands.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/compileall.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/contextlib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/cookielib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/copy.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/copy_reg.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/csv.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/dbhash.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/decimal.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/difflib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/dircache.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/dis.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/doctest.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/dumbdbm.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/dummy_thread.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/dummy_threading.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/filecmp.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/fileinput.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/fnmatch.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/formatter.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/fpformat.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/fractions.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/ftplib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/functools.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/genericpath.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/getopt.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/getpass.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/gettext.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/glob.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/gzip.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/hashlib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/heapq.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/hmac.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/htmlentitydefs.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/htmllib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/httplib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/ihooks.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/imaplib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/imghdr.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/imputil.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/inspect.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/io.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c ./Lib/keyword.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/linecache.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/locale.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/macpath.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/macurl2path.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/mailbox.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/mailcap.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/markupbase.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/md5.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/mhlib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/mimetools.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/mimetypes.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c ./Lib/mimify.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/modulefinder.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/multifile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/mutex.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/netrc.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/new.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/nntplib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/ntpath.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/nturl2path.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/numbers.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/opcode.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/optparse.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/os.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/os2emxpath.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c ./Lib/pdb.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/pickle.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/pickletools.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/pipes.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/pkgutil.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c ./Lib/platform.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/plistlib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/popen2.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/poplib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/posixfile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/posixpath.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/pprint.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c ./Lib/profile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/pstats.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/pty.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/py_compile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/pyclbr.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c ./Lib/pydoc.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c ./Lib/quopri.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/random.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/re.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/repr.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/rexec.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/rfc822.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/rlcompleter.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/robotparser.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/runpy.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/sched.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/sets.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/sgmllib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/sha.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/shelve.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/shlex.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/shutil.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/site.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c ./Lib/smtpd.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c ./Lib/smtplib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/sndhdr.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/socket.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/sre.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/sre_compile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/sre_constants.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/sre_parse.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/ssl.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/stat.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/statvfs.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/string.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/stringold.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/stringprep.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/struct.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/subprocess.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/sunau.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/sunaudio.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c ./Lib/symbol.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/symtable.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/sysconfig.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c ./Lib/tabnanny.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/tarfile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/telnetlib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/tempfile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/textwrap.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/this.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/threading.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/timeit.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/toaiff.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c ./Lib/token.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/tokenize.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/trace.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/traceback.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/tty.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/types.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/urllib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/urllib2.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/urlparse.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/user.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c ./Lib/uu.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/uuid.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/warnings.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/wave.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/weakref.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/webbrowser.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/whichdb.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/xdrlib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/xmllib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/xmlrpclib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/zipfile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/pdb.doc /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/wsgiref.egg-info /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/Canvas.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/Dialog.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/FileDialog.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/FixTk.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/ScrolledText.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/SimpleDialog.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/Tix.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/Tkconstants.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/Tkdnd.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/Tkinter.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/tkColorChooser.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/tkCommonDialog.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/tkFileDialog.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/tkFont.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/tkMessageBox.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/tkSimpleDialog.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/ttk.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/turtle.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/test/README /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/test/runtktests.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_tkinter/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_tkinter/test_loadtk.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_tkinter/test_text.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_ttk/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_ttk/support.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_ttk/test_extensions.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_ttk/test_functions.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_ttk/test_style.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk | |
| /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_ttk/test_widgets.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk | |
| /usr/bin/install -c -m 644 ./Lib/site-packages/README /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages | |
| /usr/bin/install -c -m 644 ./Lib/test/185test.db /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/Sine-1000Hz-300ms.aif /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/audiotest.au /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/autotest.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/bad_coding.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/bad_coding2.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/badcert.pem /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/badkey.pem /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/badsyntax_future3.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/badsyntax_future4.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/badsyntax_future5.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/badsyntax_future6.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/badsyntax_future7.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/badsyntax_future8.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/badsyntax_future9.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/badsyntax_nocaret.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/buffer_tests.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/cfgparser.1 /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/check_soundcard.vbs /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/cmath_testcases.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/curses_tests.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/doctest_aliases.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/double_const.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/empty.vbs /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/exception_hierarchy.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/floating_points.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/fork_wait.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/formatfloat_testcases.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/gdb_sample.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/greyrgb.uue /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/https_svn_python_org_root.pem /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/ieee754.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/infinite_reload.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/inspect_fodder.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/inspect_fodder2.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/keycert.pem /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/list_tests.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/lock_tests.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/mapping_tests.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/math_testcases.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/nokia.pem /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/nullcert.pem /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/outstanding_bugs.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/pickletester.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/profilee.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/pyclbr_input.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/pydoc_mod.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/pydocfodder.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c ./Lib/test/pystone.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/randv2_32.pck /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/randv2_64.pck /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/randv3.pck /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c ./Lib/test/re_tests.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c ./Lib/test/regrtest.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/relimport.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/reperf.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/sample_doctest.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/script_helper.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/seq_tests.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/sgml_input.html /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/sha256.pem /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/sortperf.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/ssl_cert.pem /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/ssl_key.pem /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/string_tests.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_MimeWriter.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_SimpleHTTPServer.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_StringIO.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test___all__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test___future__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test__locale.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_abc.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_abstract_numbers.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_aepack.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_aifc.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c ./Lib/test/test_al.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_anydbm.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_applesingle.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_argparse.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c ./Lib/test/test_array.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_ascii_formatd.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_ast.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_asynchat.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_asyncore.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_atexit.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_audioop.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_augassign.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_base64.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_bastion.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_bigaddrspace.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_bigmem.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_binascii.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c ./Lib/test/test_binhex.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_binop.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_bisect.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_bool.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c ./Lib/test/test_bsddb.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_bsddb185.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_bsddb3.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_buffer.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_bufio.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_builtin.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_bytes.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_bz2.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_calendar.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_call.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_capi.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c ./Lib/test/test_cd.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_cfgparser.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_cgi.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_charmapcodec.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c ./Lib/test/test_cl.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_class.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_cmath.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_cmd.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_cmd_line.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_cmd_line_script.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_code.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_codeccallbacks.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_cn.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_hk.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_iso2022.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_jp.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_kr.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_tw.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_cn.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_hk.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_jp.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_kr.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_tw.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_codecs.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_codeop.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_coding.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_coercion.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_collections.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_colorsys.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_commands.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_compare.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_compile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_compileall.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_compiler.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_complex.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_complex_args.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_contains.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_contextlib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_cookie.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_cookielib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_copy.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_copy_reg.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_cpickle.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_cprofile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_crypt.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_csv.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_ctypes.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_curses.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_datetime.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_dbm.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_decimal.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_decorators.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_defaultdict.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_deque.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_descr.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_descrtut.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_dict.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_dictcomps.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_dictviews.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_difflib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_difflib_expect.html /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_dircache.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_dis.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_distutils.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c ./Lib/test/test_dl.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_doctest.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_doctest.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_doctest2.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_doctest2.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_doctest3.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_doctest4.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_docxmlrpc.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_dumbdbm.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_dummy_thread.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_dummy_threading.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_email.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_email_codecs.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_email_renamed.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_enumerate.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_eof.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_epoll.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c ./Lib/test/test_errno.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_exception_variations.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_exceptions.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_extcall.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_fcntl.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_file.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_file2k.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_filecmp.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_fileinput.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_fileio.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_float.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_fnmatch.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_fork1.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_format.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_fpformat.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_fractions.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_frozen.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_ftplib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_funcattrs.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_functools.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_future.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_future1.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_future2.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_future3.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_future4.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_future5.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_future_builtins.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_gc.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_gdb.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_gdbm.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_generators.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_genericpath.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_genexps.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_getargs.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_getargs2.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_getopt.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_gettext.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c ./Lib/test/test_gl.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_glob.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_global.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_grammar.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_grp.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_gzip.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_hash.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_hashlib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_heapq.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_hmac.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_hotshot.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_htmllib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_htmlparser.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_httplib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_httpservers.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c ./Lib/test/test_imageop.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_imaplib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c ./Lib/test/test_imgfile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_imp.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_import.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_importhooks.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_importlib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_index.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_inspect.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_int.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_int_literal.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_io.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_ioctl.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_isinstance.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_iter.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_iterlen.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_itertools.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_json.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_kqueue.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_largefile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_lib2to3.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_linecache.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_linuxaudiodev.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_list.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_locale.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_logging.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_long.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_long_future.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_longexp.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_macos.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_macostools.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_macpath.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_mailbox.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_marshal.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_math.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_md5.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_memoryio.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_memoryview.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_mhlib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_mimetools.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_mimetypes.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_minidom.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_mmap.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_module.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_modulefinder.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_msilib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_multibytecodec.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_multibytecodec_support.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_multifile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_multiprocessing.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_mutants.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_mutex.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_netrc.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_new.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_nis.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_normalization.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_ntpath.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_old_mailbox.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_opcodes.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_openpty.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_operator.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_optparse.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_os.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_ossaudiodev.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_parser.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pdb.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_peepholer.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pep247.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pep263.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pep277.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pep292.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pep352.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pickle.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pickletools.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pipes.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pkg.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pkgimport.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pkgutil.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_platform.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_plistlib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_poll.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_popen.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_popen2.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_poplib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_posix.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_posixpath.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pow.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pprint.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_print.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_profile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_property.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pstats.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pty.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pwd.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_py3kwarn.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_py_compile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pyclbr.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pydoc.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_pyexpat.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_queue.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_quopri.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_random.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_re.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_readline.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_repr.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_resource.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_rfc822.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_richcmp.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_rlcompleter.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_robotparser.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_runpy.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_sax.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_scope.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_scriptpackages.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_select.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_set.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_setcomps.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_sets.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_sgmllib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_sha.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_shelve.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_shlex.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_shutil.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_signal.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_site.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_slice.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_smtplib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_smtpnet.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_socket.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_socketserver.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_softspace.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_sort.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_sqlite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_ssl.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_startfile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_str.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_strftime.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_string.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_stringprep.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_strop.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_strptime.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_strtod.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_struct.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_structmembers.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_structseq.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_subprocess.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_sunaudiodev.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_sundry.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_support.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_symtable.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_syntax.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_sys.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_sys_setprofile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_sys_settrace.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_sysconfig.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_tarfile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_tcl.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_telnetlib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_tempfile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_textwrap.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_thread.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_threaded_import.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_threadedtempfile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_threading.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_threading_local.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_threadsignals.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_time.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_timeout.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_tk.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_tokenize.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_trace.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_traceback.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_transformer.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_ttk_guionly.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_ttk_textonly.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_tuple.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_typechecks.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_types.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_ucn.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_unary.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_undocumented_details.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_unicode.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_unicode_file.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_unicodedata.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_unittest.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_univnewlines.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_univnewlines2k.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_unpack.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_urllib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_urllib2.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_urllib2_localnet.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_urllib2net.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_urllibnet.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_urlparse.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_userdict.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_userlist.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c ./Lib/test/test_userstring.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_uu.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_uuid.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_wait3.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_wait4.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_warnings.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_wave.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_weakref.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_weakset.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_whichdb.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_winreg.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_winsound.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_with.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_wsgiref.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_xdrlib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_xml_etree.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_xml_etree_c.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_xmllib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_xmlrpc.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_xpickle.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_xrange.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_zipfile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_zipfile64.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_zipimport.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_zipimport_support.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/test_zlib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/testall.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/testcodec.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/testimg.uue /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/testimgr.uue /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/testrgb.uue /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/testtar.tar /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/tf_inherit_check.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/threaded_import_hangers.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/time_hashlib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/tokenize_tests.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/warning_tests.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/win_console_handler.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/wrongcert.pem /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/xmltests.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/zipdir.zip /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test | |
| /usr/bin/install -c -m 644 ./Lib/test/data/README /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/data | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/big5-utf8.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/big5.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/big5hkscs-utf8.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/big5hkscs.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/cp949-utf8.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/cp949.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jisx0213-utf8.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jisx0213.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jp-utf8.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jp.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_kr-utf8.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_kr.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gb18030-utf8.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gb18030.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gb2312-utf8.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gb2312.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gbk-utf8.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gbk.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/hz-utf8.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/hz.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_jp-utf8.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_jp.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_kr-utf8.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_kr.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/johab-utf8.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/johab.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jis-utf8.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jis.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jisx0213-utf8.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jisx0213.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/abs.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/add.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/and.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/base.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/clamp.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/class.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/compare.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/comparetotal.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/comparetotmag.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/copy.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/copyabs.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/copynegate.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/copysign.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddAbs.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddAdd.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddAnd.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddBase.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCanonical.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddClass.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompare.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompareSig.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompareTotal.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompareTotalMag.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopy.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopyAbs.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopyNegate.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopySign.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddDivide.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddDivideInt.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddEncode.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddFMA.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddInvert.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddLogB.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMax.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMaxMag.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMin.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMinMag.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMinus.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMultiply.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddNextMinus.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddNextPlus.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddNextToward.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddOr.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddPlus.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddQuantize.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddReduce.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddRemainder.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddRemainderNear.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddRotate.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddSameQuantum.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddScaleB.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddShift.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddSubtract.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddToIntegral.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddXor.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/decDouble.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/decQuad.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/decSingle.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/divide.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/divideint.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqAbs.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqAdd.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqAnd.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqBase.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCanonical.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqClass.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompare.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompareSig.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompareTotal.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompareTotalMag.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopy.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopyAbs.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopyNegate.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopySign.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqDivide.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqDivideInt.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqEncode.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqFMA.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqInvert.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqLogB.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMax.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMaxMag.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMin.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMinMag.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMinus.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMultiply.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqNextMinus.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqNextPlus.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqNextToward.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqOr.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqPlus.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqQuantize.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqReduce.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqRemainder.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqRemainderNear.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqRotate.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqSameQuantum.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqScaleB.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqShift.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqSubtract.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqToIntegral.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqXor.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dsBase.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dsEncode.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/exp.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/extra.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/fma.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/inexact.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/invert.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ln.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/log10.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/logb.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/max.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/maxmag.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/min.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/minmag.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/minus.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/multiply.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/nextminus.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/nextplus.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/nexttoward.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/or.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/plus.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/power.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/powersqrt.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/quantize.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/randomBound32.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/randoms.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/reduce.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/remainder.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/remainderNear.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/rescale.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/rotate.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/rounding.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/samequantum.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/scaleb.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/shift.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/squareroot.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/subtract.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/testall.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/tointegral.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/tointegralx.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/xor.decTest /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/xmltestdata/simple-ns.xml /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/xmltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/xmltestdata/simple.xml /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/xmltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/xmltestdata/test.xml /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/xmltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/xmltestdata/test.xml.out /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/xmltestdata | |
| /usr/bin/install -c -m 644 ./Lib/test/subprocessdata/sigchild_ignore.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/subprocessdata | |
| /usr/bin/install -c -m 644 ./Lib/test/tracedmodules/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tracedmodules | |
| /usr/bin/install -c -m 644 ./Lib/test/tracedmodules/testmod.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tracedmodules | |
| /usr/bin/install -c -m 644 ./Lib/encodings/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/aliases.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/ascii.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/base64_codec.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/big5.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/big5hkscs.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/bz2_codec.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/charmap.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp037.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp1006.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp1026.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp1140.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp1250.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp1251.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp1252.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp1253.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp1254.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp1255.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp1256.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp1257.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp1258.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp424.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp437.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp500.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp720.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp737.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp775.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp850.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp852.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp855.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp856.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp857.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp858.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp860.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp861.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp862.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp863.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp864.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp865.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp866.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp869.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp874.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp875.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp932.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp949.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/cp950.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/euc_jis_2004.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/euc_jisx0213.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/euc_jp.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/euc_kr.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/gb18030.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/gb2312.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/gbk.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/hex_codec.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/hp_roman8.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/hz.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/idna.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_1.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_2.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_2004.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_3.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_ext.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso2022_kr.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_1.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_10.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_11.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_13.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_14.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_15.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_16.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_2.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_3.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_4.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_5.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_6.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_7.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_8.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_9.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/johab.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/koi8_r.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/koi8_u.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/latin_1.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/mac_arabic.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/mac_centeuro.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/mac_croatian.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/mac_cyrillic.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/mac_farsi.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/mac_greek.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/mac_iceland.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/mac_latin2.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/mac_roman.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/mac_romanian.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/mac_turkish.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/mbcs.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/palmos.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/ptcp154.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/punycode.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/quopri_codec.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/raw_unicode_escape.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/rot_13.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/shift_jis.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/shift_jis_2004.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/shift_jisx0213.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/string_escape.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/tis_620.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/undefined.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/unicode_escape.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/unicode_internal.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/utf_16.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/utf_16_be.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/utf_16_le.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/utf_32.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/utf_32_be.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/utf_32_le.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/utf_7.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/utf_8.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/utf_8_sig.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/uu_codec.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/encodings/zlib_codec.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings | |
| /usr/bin/install -c -m 644 ./Lib/compiler/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler | |
| /usr/bin/install -c -m 644 ./Lib/compiler/ast.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler | |
| /usr/bin/install -c -m 644 ./Lib/compiler/consts.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler | |
| /usr/bin/install -c -m 644 ./Lib/compiler/future.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler | |
| /usr/bin/install -c -m 644 ./Lib/compiler/misc.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler | |
| /usr/bin/install -c -m 644 ./Lib/compiler/pyassem.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler | |
| /usr/bin/install -c -m 644 ./Lib/compiler/pycodegen.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler | |
| /usr/bin/install -c -m 644 ./Lib/compiler/symbols.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler | |
| /usr/bin/install -c -m 644 ./Lib/compiler/syntax.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler | |
| /usr/bin/install -c -m 644 ./Lib/compiler/transformer.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler | |
| /usr/bin/install -c -m 644 ./Lib/compiler/visitor.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler | |
| /usr/bin/install -c -m 644 ./Lib/hotshot/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot | |
| /usr/bin/install -c -m 644 ./Lib/hotshot/log.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot | |
| /usr/bin/install -c -m 644 ./Lib/hotshot/stats.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot | |
| /usr/bin/install -c -m 644 ./Lib/hotshot/stones.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot | |
| /usr/bin/install -c -m 644 ./Lib/email/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email | |
| /usr/bin/install -c -m 644 ./Lib/email/_parseaddr.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email | |
| /usr/bin/install -c -m 644 ./Lib/email/base64mime.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email | |
| /usr/bin/install -c -m 644 ./Lib/email/charset.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email | |
| /usr/bin/install -c -m 644 ./Lib/email/encoders.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email | |
| /usr/bin/install -c -m 644 ./Lib/email/errors.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email | |
| /usr/bin/install -c -m 644 ./Lib/email/feedparser.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email | |
| /usr/bin/install -c -m 644 ./Lib/email/generator.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email | |
| /usr/bin/install -c -m 644 ./Lib/email/header.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email | |
| /usr/bin/install -c -m 644 ./Lib/email/iterators.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email | |
| /usr/bin/install -c -m 644 ./Lib/email/message.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email | |
| /usr/bin/install -c -m 644 ./Lib/email/parser.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email | |
| /usr/bin/install -c -m 644 ./Lib/email/quoprimime.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email | |
| /usr/bin/install -c -m 644 ./Lib/email/utils.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email | |
| /usr/bin/install -c -m 644 ./Lib/email/mime/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime | |
| /usr/bin/install -c -m 644 ./Lib/email/mime/application.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime | |
| /usr/bin/install -c -m 644 ./Lib/email/mime/audio.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime | |
| /usr/bin/install -c -m 644 ./Lib/email/mime/base.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime | |
| /usr/bin/install -c -m 644 ./Lib/email/mime/image.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime | |
| /usr/bin/install -c -m 644 ./Lib/email/mime/message.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime | |
| /usr/bin/install -c -m 644 ./Lib/email/mime/multipart.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime | |
| /usr/bin/install -c -m 644 ./Lib/email/mime/nonmultipart.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime | |
| /usr/bin/install -c -m 644 ./Lib/email/mime/text.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime | |
| /usr/bin/install -c -m 644 ./Lib/email/test/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test | |
| /usr/bin/install -c -m 644 ./Lib/email/test/test_email.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test | |
| /usr/bin/install -c -m 644 ./Lib/email/test/test_email_codecs.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test | |
| /usr/bin/install -c -m 644 ./Lib/email/test/test_email_codecs_renamed.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test | |
| /usr/bin/install -c -m 644 ./Lib/email/test/test_email_renamed.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test | |
| /usr/bin/install -c -m 644 ./Lib/email/test/test_email_torture.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/PyBanner048.gif /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/audiotest.au /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_01.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_02.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_03.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_04.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_05.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_06.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_07.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_08.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_09.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_10.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_11.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_12.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_12a.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_13.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_14.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_15.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_16.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_17.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_18.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_19.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_20.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_21.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_22.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_23.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_24.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_25.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_26.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_27.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_28.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_29.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_30.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_31.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_32.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_33.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_34.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_35.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_36.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_37.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_38.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_39.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_40.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_41.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_42.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_43.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_44.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_45.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_46.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data | |
| /usr/bin/install -c -m 644 ./Lib/json/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json | |
| /usr/bin/install -c -m 644 ./Lib/json/decoder.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json | |
| /usr/bin/install -c -m 644 ./Lib/json/encoder.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json | |
| /usr/bin/install -c -m 644 ./Lib/json/scanner.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json | |
| /usr/bin/install -c -m 644 ./Lib/json/tool.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json | |
| /usr/bin/install -c -m 644 ./Lib/json/tests/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests | |
| /usr/bin/install -c -m 644 ./Lib/json/tests/test_check_circular.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests | |
| /usr/bin/install -c -m 644 ./Lib/json/tests/test_decode.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests | |
| /usr/bin/install -c -m 644 ./Lib/json/tests/test_default.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests | |
| /usr/bin/install -c -m 644 ./Lib/json/tests/test_dump.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests | |
| /usr/bin/install -c -m 644 ./Lib/json/tests/test_encode_basestring_ascii.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests | |
| /usr/bin/install -c -m 644 ./Lib/json/tests/test_fail.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests | |
| /usr/bin/install -c -m 644 ./Lib/json/tests/test_float.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests | |
| /usr/bin/install -c -m 644 ./Lib/json/tests/test_indent.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests | |
| /usr/bin/install -c -m 644 ./Lib/json/tests/test_pass1.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests | |
| /usr/bin/install -c -m 644 ./Lib/json/tests/test_pass2.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests | |
| /usr/bin/install -c -m 644 ./Lib/json/tests/test_pass3.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests | |
| /usr/bin/install -c -m 644 ./Lib/json/tests/test_recursion.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests | |
| /usr/bin/install -c -m 644 ./Lib/json/tests/test_scanstring.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests | |
| /usr/bin/install -c -m 644 ./Lib/json/tests/test_separators.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests | |
| /usr/bin/install -c -m 644 ./Lib/json/tests/test_speedups.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests | |
| /usr/bin/install -c -m 644 ./Lib/json/tests/test_unicode.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests | |
| /usr/bin/install -c -m 644 ./Lib/sqlite3/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3 | |
| /usr/bin/install -c -m 644 ./Lib/sqlite3/dbapi2.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3 | |
| /usr/bin/install -c -m 644 ./Lib/sqlite3/dump.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3 | |
| /usr/bin/install -c -m 644 ./Lib/sqlite3/test/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test | |
| /usr/bin/install -c -m 644 ./Lib/sqlite3/test/dbapi.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test | |
| /usr/bin/install -c -m 644 ./Lib/sqlite3/test/dump.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test | |
| /usr/bin/install -c -m 644 ./Lib/sqlite3/test/factory.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test | |
| /usr/bin/install -c -m 644 ./Lib/sqlite3/test/hooks.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test | |
| /usr/bin/install -c -m 644 ./Lib/sqlite3/test/py25tests.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test | |
| /usr/bin/install -c -m 644 ./Lib/sqlite3/test/regression.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test | |
| /usr/bin/install -c -m 644 ./Lib/sqlite3/test/transactions.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test | |
| /usr/bin/install -c -m 644 ./Lib/sqlite3/test/types.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test | |
| /usr/bin/install -c -m 644 ./Lib/sqlite3/test/userfunctions.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test | |
| /usr/bin/install -c -m 644 ./Lib/logging/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging | |
| /usr/bin/install -c -m 644 ./Lib/logging/config.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging | |
| /usr/bin/install -c -m 644 ./Lib/logging/handlers.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/db.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/dbobj.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/dbrecio.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/dbshelve.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/dbtables.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/dbutils.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_all.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_associate.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_basics.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_compare.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_compat.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_cursor_pget_bug.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_db.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_dbenv.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_dbobj.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_dbshelve.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_dbtables.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_distributed_transactions.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_early_close.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_fileid.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_get_none.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_join.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_lock.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_misc.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_pickle.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_queue.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_recno.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_replication.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_sequence.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_thread.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test | |
| /usr/bin/install -c -m 644 ./Lib/importlib/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib | |
| /usr/bin/install -c -m 644 ./Lib/wsgiref/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref | |
| /usr/bin/install -c -m 644 ./Lib/wsgiref/handlers.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref | |
| /usr/bin/install -c -m 644 ./Lib/wsgiref/headers.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref | |
| /usr/bin/install -c -m 644 ./Lib/wsgiref/simple_server.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref | |
| /usr/bin/install -c -m 644 ./Lib/wsgiref/util.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref | |
| /usr/bin/install -c -m 644 ./Lib/wsgiref/validate.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/Grammar.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/PatternGrammar.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/__main__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/btm_matcher.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/btm_utils.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixer_base.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixer_util.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/main.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/patcomp.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/pygram.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/pytree.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/refactor.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_apply.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_basestring.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_buffer.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_callable.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_dict.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_except.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_exec.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_execfile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_exitfunc.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_filter.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_funcattrs.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_future.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_getcwdu.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_has_key.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_idioms.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_import.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_imports.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_imports2.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_input.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_intern.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_isinstance.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_itertools.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_itertools_imports.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_long.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_map.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_metaclass.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_methodattrs.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_ne.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_next.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_nonzero.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_numliterals.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_operator.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_paren.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_print.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_raise.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_raw_input.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_reduce.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_renames.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_repr.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_set_literal.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_standarderror.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_sys_exc.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_throw.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_tuple_params.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_types.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_unicode.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_urllib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_ws_comma.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_xrange.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_xreadlines.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_zip.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/conv.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/driver.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/grammar.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/literals.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/parse.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/pgen.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2 | |
| /usr/bin/install -c ./Lib/lib2to3/pgen2/token.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/tokenize.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2 | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests | |
| /usr/bin/install -c ./Lib/lib2to3/tests/pytree_idempotency.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/support.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_all_fixers.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_fixers.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_main.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_parser.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_pytree.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_refactor.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_util.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/README /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/bom.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/crlf.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/different_encoding.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/infinite_recursion.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/py2_test_grammar.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/py3_test_grammar.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/bad_order.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/no_fixer_cls.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/parrot_example.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers/myfixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers/myfixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers/myfixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers/myfixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers/myfixes | |
| /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers/myfixes | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/_endian.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/util.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/wintypes.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/runtests.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_anon.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_array_in_pointer.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_arrays.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_as_parameter.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_bitfields.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_buffers.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_byteswap.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_callbacks.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_cast.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_cfuncs.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_checkretval.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_delattr.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_errcheck.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_errno.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_find.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_frombuffer.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_funcptr.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_functions.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_incomplete.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_init.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_integers.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_internals.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_keeprefs.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_libc.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_loading.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_macholib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_memfunctions.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_numbers.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_objects.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_parameters.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_pep3118.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_pickling.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_pointers.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_prototypes.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_python_api.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_random_things.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_refcounts.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_repr.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_returnfuncptrs.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_simplesubclasses.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_sizes.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_slicing.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_stringptr.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_strings.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_struct_fields.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_structures.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_unaligned_structures.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_unicode.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_values.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_varsize_struct.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_win32.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/macholib/README.ctypes /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/macholib/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/macholib/dyld.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/macholib/dylib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib | |
| /usr/bin/install -c ./Lib/ctypes/macholib/fetch_macholib /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/macholib/fetch_macholib.bat /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib | |
| /usr/bin/install -c -m 644 ./Lib/ctypes/macholib/framework.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/AutoComplete.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/AutoCompleteWindow.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/AutoExpand.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/Bindings.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/CREDITS.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/CallTipWindow.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/CallTips.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/ChangeLog /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/ClassBrowser.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/CodeContext.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/ColorDelegator.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/Debugger.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/Delegator.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/EditorWindow.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/FileList.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/FormatParagraph.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/GrepDialog.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/HISTORY.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/HyperParser.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/IOBinding.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/IdleHistory.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/MultiCall.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/MultiStatusBar.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/NEWS.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/ObjectBrowser.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/OutputWindow.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/ParenMatch.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/PathBrowser.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/Percolator.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/PyParse.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/PyShell.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/README.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/RemoteDebugger.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/RemoteObjectBrowser.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/ReplaceDialog.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/RstripExtension.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/ScriptBinding.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/ScrolledList.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/SearchDialog.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/SearchDialogBase.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/SearchEngine.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/StackViewer.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/TODO.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/ToolTip.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/TreeWidget.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/UndoDelegator.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/WidgetRedirector.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/WindowList.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/ZoomHeight.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/aboutDialog.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/config-extensions.def /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/config-highlight.def /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/config-keys.def /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/config-main.def /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/configDialog.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/configHandler.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/configHelpSourceEdit.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/configSectionNameDialog.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/dynOptionMenuWidget.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/extend.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/help.txt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c ./Lib/idlelib/idle.bat /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/idle.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/idle.pyw /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/idlever.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/keybindingDialog.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/macosxSupport.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/rpc.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/run.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/tabbedpages.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/testcode.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/textView.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/folder.gif /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/idle.icns /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/minusnode.gif /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/openfolder.gif /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/plusnode.gif /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/python.gif /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons | |
| /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/tk.gif /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons | |
| /usr/bin/install -c -m 644 ./Lib/distutils/README /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/archive_util.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/bcppcompiler.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/ccompiler.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/cmd.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/config.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/core.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/cygwinccompiler.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/debug.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/dep_util.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/dir_util.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/dist.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/emxccompiler.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/errors.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/extension.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/fancy_getopt.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/file_util.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/filelist.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/log.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/msvc9compiler.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/msvccompiler.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/spawn.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/sysconfig.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/text_file.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/unixccompiler.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/util.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/version.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/versionpredicate.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/bdist.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_dumb.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_msi.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_rpm.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_wininst.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/build.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/build_clib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/build_ext.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/build_py.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/build_scripts.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/check.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/clean.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/command_template /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/config.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/install.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/install_data.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/install_egg_info.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/install_headers.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/install_lib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/install_scripts.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/register.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/sdist.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/upload.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-6.0.exe /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-7.1.exe /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-8.0.exe /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-9.0-amd64.exe /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-9.0.exe /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/Setup.sample /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/setuptools_build_ext.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/setuptools_extension.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/support.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_archive_util.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist_dumb.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist_msi.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist_rpm.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist_wininst.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_clib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_ext.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_py.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_scripts.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_ccompiler.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_check.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_clean.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_cmd.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_config.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_config_cmd.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_core.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_dep_util.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_dir_util.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_dist.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_file_util.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_filelist.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install_data.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install_headers.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install_lib.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install_scripts.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_msvc9compiler.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_register.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_sdist.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_spawn.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_sysconfig.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_text_file.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_unixccompiler.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_upload.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_util.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_version.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_versionpredicate.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests | |
| /usr/bin/install -c -m 644 ./Lib/xml/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml | |
| /usr/bin/install -c -m 644 ./Lib/xml/dom/NodeFilter.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom | |
| /usr/bin/install -c -m 644 ./Lib/xml/dom/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom | |
| /usr/bin/install -c -m 644 ./Lib/xml/dom/domreg.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom | |
| /usr/bin/install -c -m 644 ./Lib/xml/dom/expatbuilder.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom | |
| /usr/bin/install -c -m 644 ./Lib/xml/dom/minicompat.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom | |
| /usr/bin/install -c -m 644 ./Lib/xml/dom/minidom.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom | |
| /usr/bin/install -c -m 644 ./Lib/xml/dom/pulldom.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom | |
| /usr/bin/install -c -m 644 ./Lib/xml/dom/xmlbuilder.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom | |
| /usr/bin/install -c -m 644 ./Lib/xml/etree/ElementInclude.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree | |
| /usr/bin/install -c -m 644 ./Lib/xml/etree/ElementPath.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree | |
| /usr/bin/install -c -m 644 ./Lib/xml/etree/ElementTree.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree | |
| /usr/bin/install -c -m 644 ./Lib/xml/etree/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree | |
| /usr/bin/install -c -m 644 ./Lib/xml/etree/cElementTree.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree | |
| /usr/bin/install -c -m 644 ./Lib/xml/parsers/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers | |
| /usr/bin/install -c -m 644 ./Lib/xml/parsers/expat.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers | |
| /usr/bin/install -c -m 644 ./Lib/xml/sax/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax | |
| /usr/bin/install -c -m 644 ./Lib/xml/sax/_exceptions.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax | |
| /usr/bin/install -c -m 644 ./Lib/xml/sax/expatreader.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax | |
| /usr/bin/install -c -m 644 ./Lib/xml/sax/handler.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax | |
| /usr/bin/install -c -m 644 ./Lib/xml/sax/saxutils.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax | |
| /usr/bin/install -c -m 644 ./Lib/xml/sax/xmlreader.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax | |
| /usr/bin/install -c -m 644 ./Lib/multiprocessing/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing | |
| /usr/bin/install -c -m 644 ./Lib/multiprocessing/connection.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing | |
| /usr/bin/install -c -m 644 ./Lib/multiprocessing/forking.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing | |
| /usr/bin/install -c -m 644 ./Lib/multiprocessing/heap.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing | |
| /usr/bin/install -c -m 644 ./Lib/multiprocessing/managers.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing | |
| /usr/bin/install -c -m 644 ./Lib/multiprocessing/pool.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing | |
| /usr/bin/install -c -m 644 ./Lib/multiprocessing/process.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing | |
| /usr/bin/install -c -m 644 ./Lib/multiprocessing/queues.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing | |
| /usr/bin/install -c -m 644 ./Lib/multiprocessing/reduction.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing | |
| /usr/bin/install -c -m 644 ./Lib/multiprocessing/sharedctypes.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing | |
| /usr/bin/install -c -m 644 ./Lib/multiprocessing/synchronize.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing | |
| /usr/bin/install -c -m 644 ./Lib/multiprocessing/util.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing | |
| /usr/bin/install -c -m 644 ./Lib/multiprocessing/dummy/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/dummy | |
| /usr/bin/install -c -m 644 ./Lib/multiprocessing/dummy/connection.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/dummy | |
| /usr/bin/install -c -m 644 ./Lib/unittest/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest | |
| /usr/bin/install -c -m 644 ./Lib/unittest/__main__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest | |
| /usr/bin/install -c -m 644 ./Lib/unittest/case.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest | |
| /usr/bin/install -c -m 644 ./Lib/unittest/loader.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest | |
| /usr/bin/install -c -m 644 ./Lib/unittest/main.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest | |
| /usr/bin/install -c -m 644 ./Lib/unittest/result.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest | |
| /usr/bin/install -c -m 644 ./Lib/unittest/runner.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest | |
| /usr/bin/install -c -m 644 ./Lib/unittest/signals.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest | |
| /usr/bin/install -c -m 644 ./Lib/unittest/suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest | |
| /usr/bin/install -c -m 644 ./Lib/unittest/util.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest | |
| /usr/bin/install -c -m 644 ./Lib/unittest/test/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test | |
| /usr/bin/install -c -m 644 ./Lib/unittest/test/dummy.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test | |
| /usr/bin/install -c -m 644 ./Lib/unittest/test/support.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test | |
| /usr/bin/install -c -m 644 ./Lib/unittest/test/test_assertions.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test | |
| /usr/bin/install -c -m 644 ./Lib/unittest/test/test_break.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test | |
| /usr/bin/install -c -m 644 ./Lib/unittest/test/test_case.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test | |
| /usr/bin/install -c -m 644 ./Lib/unittest/test/test_discovery.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test | |
| /usr/bin/install -c -m 644 ./Lib/unittest/test/test_functiontestcase.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test | |
| /usr/bin/install -c -m 644 ./Lib/unittest/test/test_loader.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test | |
| /usr/bin/install -c -m 644 ./Lib/unittest/test/test_program.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test | |
| /usr/bin/install -c -m 644 ./Lib/unittest/test/test_result.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test | |
| /usr/bin/install -c -m 644 ./Lib/unittest/test/test_runner.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test | |
| /usr/bin/install -c -m 644 ./Lib/unittest/test/test_setups.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test | |
| /usr/bin/install -c -m 644 ./Lib/unittest/test/test_skipping.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test | |
| /usr/bin/install -c -m 644 ./Lib/unittest/test/test_suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test | |
| /usr/bin/install -c -m 644 ./Lib/curses/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses | |
| /usr/bin/install -c -m 644 ./Lib/curses/ascii.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses | |
| /usr/bin/install -c -m 644 ./Lib/curses/has_key.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses | |
| /usr/bin/install -c -m 644 ./Lib/curses/panel.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses | |
| /usr/bin/install -c -m 644 ./Lib/curses/textpad.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses | |
| /usr/bin/install -c -m 644 ./Lib/curses/wrapper.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses | |
| /usr/bin/install -c -m 644 ./Lib/pydoc_data/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc_data | |
| /usr/bin/install -c -m 644 ./Lib/pydoc_data/topics.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc_data | |
| /usr/bin/install -c -m 644 ./Lib/plat-darwin/IN.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin | |
| /usr/bin/install -c ./Lib/plat-darwin/regen /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Audio_mac.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/EasyDialogs.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/FrameWork.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/MiniAEFrame.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/PixMapWrapper.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/aepack.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/aetools.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/aetypes.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/applesingle.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/appletrawmain.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c ./Lib/plat-mac/appletrunner.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/argvemulator.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/bgenlocations.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/buildtools.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c ./Lib/plat-mac/bundlebuilder.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/cfmfile.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/dialogs.rsrc /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/errors.rsrc /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/findertools.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/gensuitemodule.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/ic.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/icopen.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/macerrors.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/macostools.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/macresource.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/pimp.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/terminalcommand.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/videoreader.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/AE.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/AH.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Alias.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Aliases.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/App.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Appearance.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/AppleEvents.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/AppleHelp.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/CF.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/CG.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/CarbonEvents.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/CarbonEvt.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Cm.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Components.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/ControlAccessor.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Controls.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/CoreFoundation.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/CoreGraphics.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Ctl.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Dialogs.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Dlg.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Drag.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Dragconst.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Events.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Evt.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/File.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Files.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Fm.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Folder.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Folders.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Fonts.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Help.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/IBCarbon.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/IBCarbonRuntime.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Icn.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Icons.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Launch.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/LaunchServices.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/List.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Lists.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/MacHelp.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/MacTextEditor.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/MediaDescr.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Menu.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Menus.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Mlte.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/OSA.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/OSAconst.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/QDOffscreen.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Qd.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Qdoffs.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Qt.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/QuickDraw.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/QuickTime.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Res.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Resources.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Scrap.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Snd.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Sndihooks.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Sound.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/TE.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/TextEdit.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Win.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Windows.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/_builtinSuites/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/_builtinSuites/builtin_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/CodeWarrior/Required.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/CodeWarrior/Standard_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/CodeWarrior/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Explorer.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/URL_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Containers_and_folders.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Enumerations.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Files.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Finder_Basics.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Finder_items.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Legacy_suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Standard_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Type_Definitions.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Window_classes.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/Mozilla_suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/PowerPlant.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/Required_suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/Standard_URL_suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/Text.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/WorldWideWeb_suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/Required_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Disk_Folder_File_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Folder_Actions_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Hidden_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Power_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Processes_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Standard_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/System_Events_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Text_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Terminal/Standard_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Terminal/Terminal_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Terminal/Text_Suite.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal | |
| /usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Terminal/__init__.py /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal | |
| /usr/bin/install -c -m 644 ./LICENSE /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/LICENSE.txt | |
| if test -d /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests; then \ | |
| /usr/bin/install -c -m 644 ./Modules/xxmodule.c \ | |
| /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests ; \ | |
| fi | |
| PYTHONPATH=/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 DYLD_FRAMEWORK_PATH=/private/tmp/homebrew-python-2.7.3-THUM/Python-2.7.3: \ | |
| ./python.exe -Wi -tt /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compileall.py \ | |
| -d /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -f \ | |
| -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ | |
| /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Bastion.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/CGIHTTPServer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Cookie.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/DocXMLRPCServer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/HTMLParser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/MimeWriter.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Queue.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SimpleHTTPServer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SimpleXMLRPCServer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/StringIO.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserList.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserString.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_LWPCookieJar.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_MozillaCookieJar.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/__future__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/__phello__.foo.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_pyio.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_strptime.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_threading_local.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_weakrefset.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/aifc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/antigravity.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/anydbm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/argparse.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ast.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/asynchat.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/asyncore.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/atexit.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/audiodev.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/base64.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bdb.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/binhex.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bisect.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/db.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbobj.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbrecio.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbshelve.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbtables.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbutils.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_all.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_associate.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_basics.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_compare.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_compat.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_cursor_pget_bug.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_db.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_dbenv.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_dbobj.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_dbshelve.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_dbtables.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_distributed_transactions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_early_close.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_fileid.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_get_none.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_join.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_lock.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_misc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_pickle.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_queue.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_recno.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_replication.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_sequence.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_thread.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cProfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/calendar.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cgi.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cgitb.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/chunk.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cmd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/code.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codeop.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/collections.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/colorsys.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/commands.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compileall.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/ast.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/consts.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/future.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/misc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/pyassem.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/pycodegen.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/symbols.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/syntax.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/transformer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/visitor.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/contextlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cookielib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy_reg.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/csv.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/_endian.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/dyld.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/dylib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/framework.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/runtests.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_anon.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_array_in_pointer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_arrays.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_as_parameter.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_bitfields.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_buffers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_byteswap.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_callbacks.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_cast.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_cfuncs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_checkretval.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_delattr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_errcheck.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_errno.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_find.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_frombuffer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_funcptr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_functions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_incomplete.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_init.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_integers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_internals.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_keeprefs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_libc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_loading.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_macholib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_memfunctions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_numbers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_objects.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_parameters.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_pep3118.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_pickling.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_pointers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_prototypes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_python_api.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_random_things.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_refcounts.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_repr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_returnfuncptrs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_simplesubclasses.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_sizes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_slicing.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_stringptr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_strings.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_struct_fields.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_structures.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_unaligned_structures.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_unicode.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_values.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_varsize_struct.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_win32.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/wintypes.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/ascii.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/has_key.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/panel.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/textpad.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/wrapper.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dbhash.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/decimal.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/difflib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dircache.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dis.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/archive_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/bcppcompiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/ccompiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist_dumb.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist_msi.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist_rpm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist_wininst.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_clib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_ext.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_py.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_scripts.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/check.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/clean.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/config.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_data.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_egg_info.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_headers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_lib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_scripts.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/register.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/sdist.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/upload.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/config.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cygwinccompiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/debug.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dep_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dir_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/emxccompiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/errors.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/extension.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/fancy_getopt.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/file_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/filelist.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/log.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/msvc9compiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/msvccompiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/spawn.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/sysconfig.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/setuptools_build_ext.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/setuptools_extension.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/support.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_archive_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist_dumb.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist_msi.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist_rpm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist_wininst.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build_clib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build_ext.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build_py.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build_scripts.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_ccompiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_check.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_clean.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_cmd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_config.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_config_cmd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_core.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_dep_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_dir_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_dist.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_file_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_filelist.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install_data.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install_headers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install_lib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install_scripts.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_msvc9compiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_register.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_sdist.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_spawn.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_sysconfig.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_text_file.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_unixccompiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_upload.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_version.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_versionpredicate.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/text_file.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/unixccompiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/version.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/versionpredicate.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/doctest.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dumbdbm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dummy_thread.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dummy_threading.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/_parseaddr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/base64mime.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/charset.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/encoders.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/errors.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/feedparser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/generator.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/header.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/iterators.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/message.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/application.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/audio.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/base.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/image.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/message.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/multipart.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/nonmultipart.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/text.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/parser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/quoprimime.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email_codecs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email_codecs_renamed.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email_renamed.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email_torture.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/utils.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/aliases.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/ascii.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/base64_codec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/big5.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/big5hkscs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/bz2_codec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/charmap.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp037.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1006.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1026.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1140.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1250.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1251.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1252.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1253.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1254.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1255.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1256.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1257.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1258.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp424.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp437.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp500.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp720.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp737.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp775.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp850.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp852.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp855.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp856.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp857.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp858.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp860.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp861.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp862.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp863.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp864.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp865.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp866.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp869.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp874.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp875.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp932.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp949.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp950.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jis_2004.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jisx0213.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_kr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gb18030.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gb2312.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gbk.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hex_codec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hp_roman8.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hz.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/idna.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_1.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_2004.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_3.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_ext.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_kr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_1.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_10.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_11.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_13.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_14.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_15.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_16.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_3.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_4.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_5.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_6.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_7.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_8.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_9.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/johab.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/koi8_r.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/koi8_u.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/latin_1.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_arabic.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_centeuro.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_croatian.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_cyrillic.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_farsi.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_greek.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_iceland.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_latin2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_roman.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_romanian.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_turkish.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mbcs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/palmos.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/ptcp154.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/punycode.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/quopri_codec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/raw_unicode_escape.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/rot_13.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jis.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jis_2004.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jisx0213.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/string_escape.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/tis_620.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/undefined.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/unicode_escape.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/unicode_internal.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16_be.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16_le.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32_be.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32_le.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_7.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8_sig.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/uu_codec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/zlib_codec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/filecmp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fileinput.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fnmatch.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/formatter.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fpformat.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fractions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ftplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/functools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/getopt.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/getpass.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gettext.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/glob.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gzip.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/heapq.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hmac.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot/log.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot/stats.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot/stones.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/htmlentitydefs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/htmllib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/AutoComplete.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/AutoCompleteWindow.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/AutoExpand.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Bindings.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/CallTipWindow.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/CallTips.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ClassBrowser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/CodeContext.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ColorDelegator.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Debugger.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Delegator.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/EditorWindow.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/FileList.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/FormatParagraph.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/GrepDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/HyperParser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/IOBinding.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/IdleHistory.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/MultiCall.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/MultiStatusBar.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ObjectBrowser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/OutputWindow.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ParenMatch.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/PathBrowser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Percolator.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/PyParse.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/PyShell.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/RemoteDebugger.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/RemoteObjectBrowser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ReplaceDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/RstripExtension.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ScriptBinding.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ScrolledList.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/SearchDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/SearchDialogBase.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/SearchEngine.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/StackViewer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ToolTip.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/TreeWidget.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/UndoDelegator.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/WidgetRedirector.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/WindowList.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ZoomHeight.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/aboutDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/configDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/configHandler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/configHelpSourceEdit.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/configSectionNameDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/dynOptionMenuWidget.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/idle.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/idlever.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/keybindingDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/macosxSupport.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/rpc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/run.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/tabbedpages.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/testcode.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/textView.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ihooks.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/imaplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/imghdr.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/imputil.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/inspect.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/io.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/encoder.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/scanner.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_check_circular.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_decode.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_default.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_dump.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_encode_basestring_ascii.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_fail.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_float.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_indent.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_pass1.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_pass2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_pass3.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_recursion.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_scanstring.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_separators.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_speedups.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_unicode.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tool.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/keyword.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Canvas.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Dialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/FileDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/FixTk.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/ScrolledText.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/SimpleDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tix.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkconstants.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkdnd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/runtktests.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter/test_loadtk.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter/test_text.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/support.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/test_extensions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/test_functions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/test_style.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/test_widgets.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkColorChooser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkCommonDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkFileDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkFont.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkMessageBox.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkSimpleDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/ttk.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/turtle.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3 ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/__main__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/btm_matcher.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/btm_utils.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixer_base.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixer_util.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_apply.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_basestring.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_buffer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_callable.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_dict.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_except.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_exec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_execfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_exitfunc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_filter.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_funcattrs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_future.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_getcwdu.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_has_key.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_idioms.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_import.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_imports.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_imports2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_input.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_intern.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_isinstance.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_itertools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_itertools_imports.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_long.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_map.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_metaclass.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_methodattrs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_ne.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_next.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_nonzero.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_numliterals.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_operator.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_paren.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_print.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_raise.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_raw_input.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_reduce.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_renames.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_repr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_set_literal.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_standarderror.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_sys_exc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_throw.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_tuple_params.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_types.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_unicode.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_urllib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_ws_comma.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_xrange.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_xreadlines.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_zip.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/main.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/patcomp.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2 ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/conv.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/driver.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/grammar.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/literals.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/parse.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/pgen.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/token.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/tokenize.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pygram.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pytree.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/refactor.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers/myfixes ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/pytree_idempotency.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/support.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_all_fixers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_fixers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_main.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_parser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_pytree.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_refactor.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/config.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/handlers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/macpath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/macurl2path.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mailbox.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mailcap.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/markupbase.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/md5.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mhlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mimetools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mimetypes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mimify.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/modulefinder.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multifile.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/connection.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/dummy ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/dummy/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/dummy/connection.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/forking.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/heap.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/managers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/pool.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/queues.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/reduction.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/sharedctypes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/synchronize.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mutex.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/netrc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/new.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/nntplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ntpath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/nturl2path.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/numbers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/opcode.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/optparse.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os2emxpath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pdb.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickletools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pipes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pkgutil.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin/IN.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Audio_mac.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AE.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AH.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Alias.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Aliases.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/App.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Appearance.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AppleEvents.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AppleHelp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CF.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CG.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CarbonEvents.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CarbonEvt.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Cm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Components.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/ControlAccessor.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Controls.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CoreFoundation.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CoreGraphics.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Ctl.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Dialogs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Dlg.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Drag.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Dragconst.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Events.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Evt.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/File.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Files.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Fm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Folder.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Folders.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Fonts.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Help.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/IBCarbon.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/IBCarbonRuntime.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Icn.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Icons.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Launch.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/LaunchServices.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/List.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Lists.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/MacHelp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/MacTextEditor.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/MediaDescr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Menu.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Menus.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Mlte.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/OSA.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/OSAconst.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/QDOffscreen.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Qd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Qdoffs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Qt.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/QuickDraw.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/QuickTime.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Res.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Resources.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Scrap.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Snd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Sndihooks.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Sound.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/TE.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/TextEdit.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Win.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Windows.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/EasyDialogs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/FrameWork.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/MiniAEFrame.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/PixMapWrapper.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/aepack.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/aetools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/aetypes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/applesingle.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/appletrawmain.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/appletrunner.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/argvemulator.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/bgenlocations.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/buildtools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/bundlebuilder.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/cfmfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/findertools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/gensuitemodule.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/ic.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/icopen.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/Required.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/Standard_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Explorer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/URL_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Containers_and_folders.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Enumerations.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Files.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_items.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Legacy_suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Standard_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Type_Definitions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Window_classes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Mozilla_suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/PowerPlant.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Required_suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Standard_URL_suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Text.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/WorldWideWeb_suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Required_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Disk_Folder_File_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Folder_Actions_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Hidden_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Power_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Processes_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Standard_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/System_Events_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Text_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Standard_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Terminal_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Text_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/builtin_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/macerrors.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/macostools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/macresource.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/pimp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/terminalcommand.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/videoreader.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/platform.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/popen2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/poplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pprint.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/profile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pstats.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pty.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/py_compile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pyclbr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc_data ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc_data/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc_data/topics.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/quopri.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/random.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/repr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/rexec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/rfc822.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/rlcompleter.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/robotparser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sched.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sets.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sgmllib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sha.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shelve.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/smtpd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/smtplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sndhdr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3 ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/dbapi2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/dump.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/dbapi.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/dump.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/factory.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/hooks.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/py25tests.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/regression.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/transactions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/types.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/userfunctions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_compile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_constants.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_parse.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stat.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/statvfs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/string.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stringold.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stringprep.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/struct.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sunau.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sunaudio.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/symbol.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/symtable.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tabnanny.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/telnetlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tempfile.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/autotest.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/buffer_tests.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/curses_tests.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/data ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/doctest_aliases.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/double_const.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/fork_wait.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/gdb_sample.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/infinite_reload.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/inspect_fodder.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/inspect_fodder2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/list_tests.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/lock_tests.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/mapping_tests.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/outstanding_bugs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pickletester.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/profilee.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pyclbr_input.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pydoc_mod.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pydocfodder.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pystone.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/re_tests.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/regrtest.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/relimport.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/reperf.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/sample_doctest.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/script_helper.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/seq_tests.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/sortperf.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/string_tests.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/subprocessdata ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/subprocessdata/sigchild_ignore.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_MimeWriter.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_SimpleHTTPServer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_StringIO.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test___all__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test___future__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test__locale.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_abc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_abstract_numbers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_aepack.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_aifc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_al.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_anydbm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_applesingle.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_argparse.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_array.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ascii_formatd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ast.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_asynchat.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_asyncore.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_atexit.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_audioop.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_augassign.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_base64.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bastion.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bigaddrspace.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bigmem.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_binascii.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_binhex.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_binop.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bisect.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bool.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bsddb.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bsddb185.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bsddb3.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_buffer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bufio.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_builtin.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bytes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bz2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_calendar.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_call.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_capi.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cfgparser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cgi.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_charmapcodec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cl.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_class.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cmath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cmd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cmd_line.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cmd_line_script.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_code.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codeccallbacks.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_cn.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_hk.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_iso2022.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_jp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_kr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_tw.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_cn.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_hk.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_jp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_kr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_tw.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codeop.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_coding.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_coercion.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_collections.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_colorsys.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_commands.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_compare.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_compile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_compileall.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_compiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_complex.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_complex_args.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_contains.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_contextlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cookie.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cookielib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_copy.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_copy_reg.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cpickle.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cprofile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_crypt.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_csv.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ctypes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_curses.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_datetime.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dbm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_decimal.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_decorators.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_defaultdict.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_deque.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_descr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_descrtut.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dict.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dictcomps.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dictviews.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_difflib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dircache.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dis.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_distutils.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dl.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_doctest.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_doctest2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_docxmlrpc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dumbdbm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dummy_thread.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dummy_threading.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_email.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_email_codecs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_email_renamed.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_enumerate.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_eof.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_epoll.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_errno.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_exception_variations.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_exceptions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_extcall.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fcntl.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_file.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_file2k.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_filecmp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fileinput.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fileio.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_float.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fnmatch.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fork1.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_format.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fpformat.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fractions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_frozen.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ftplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_funcattrs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_functools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future1.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future3.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future4.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future5.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future_builtins.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gdb.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gdbm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_generators.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_genericpath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_genexps.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_getargs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_getargs2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_getopt.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gettext.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gl.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_glob.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_global.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_grammar.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_grp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gzip.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_hash.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_hashlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_heapq.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_hmac.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_hotshot.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_htmllib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_htmlparser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_httplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_httpservers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_imageop.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_imaplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_imgfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_imp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_import.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_importhooks.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_importlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_index.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_inspect.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_int.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_int_literal.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_io.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ioctl.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_isinstance.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_iter.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_iterlen.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_itertools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_json.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_kqueue.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_largefile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_lib2to3.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_linecache.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_linuxaudiodev.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_list.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_locale.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_logging.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_long.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_long_future.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_longexp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_macos.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_macostools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_macpath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mailbox.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_marshal.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_math.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_md5.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_memoryio.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_memoryview.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mhlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mimetools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mimetypes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_minidom.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mmap.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_module.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_modulefinder.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_msilib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_multibytecodec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_multibytecodec_support.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_multifile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_multiprocessing.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mutants.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mutex.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_netrc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_new.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_nis.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_normalization.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ntpath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_old_mailbox.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_opcodes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_openpty.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_operator.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_optparse.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_os.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ossaudiodev.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_parser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pdb.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_peepholer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep247.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep263.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep277.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep292.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep352.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pickle.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pickletools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pipes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pkg.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pkgimport.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pkgutil.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_platform.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_plistlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_poll.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_popen.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_popen2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_poplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_posix.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_posixpath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pow.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pprint.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_print.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_profile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_property.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pstats.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pty.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pwd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_py3kwarn.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_py_compile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pyclbr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pydoc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pyexpat.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_queue.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_quopri.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_random.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_re.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_readline.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_repr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_resource.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_rfc822.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_richcmp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_rlcompleter.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_robotparser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_runpy.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sax.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_scope.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_scriptpackages.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_select.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_set.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_setcomps.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sets.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sgmllib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sha.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_shelve.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_shlex.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_shutil.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_signal.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_site.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_slice.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_smtplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_smtpnet.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_socket.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_socketserver.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_softspace.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sort.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sqlite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ssl.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_startfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_str.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_strftime.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_string.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_stringprep.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_strop.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_strptime.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_strtod.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_struct.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_structmembers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_structseq.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_subprocess.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sunaudiodev.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sundry.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_support.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_symtable.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_syntax.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sys.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sys_setprofile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sys_settrace.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sysconfig.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tarfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tcl.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_telnetlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tempfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_textwrap.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_thread.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threaded_import.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threadedtempfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threading.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threading_local.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threadsignals.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_time.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_timeout.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tk.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tokenize.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_trace.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_traceback.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_transformer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ttk_guionly.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ttk_textonly.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tuple.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_typechecks.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_types.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ucn.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unary.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_undocumented_details.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unicode.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unicode_file.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unicodedata.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unittest.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_univnewlines.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_univnewlines2k.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unpack.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllib2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllib2_localnet.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllib2net.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllibnet.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urlparse.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_userdict.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_userlist.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_userstring.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_uu.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_uuid.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_wait3.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_wait4.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_warnings.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_wave.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_weakref.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_weakset.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_whichdb.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_winreg.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_winsound.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_with.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_wsgiref.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xdrlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xml_etree.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xml_etree_c.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xmllib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xmlrpc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xpickle.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xrange.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zipfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zipfile64.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zipimport.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zipimport_support.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/testall.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/testcodec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tf_inherit_check.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/threaded_import_hangers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/time_hashlib.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tracedmodules ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tracedmodules/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tracedmodules/testmod.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/warning_tests.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/win_console_handler.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/xmltestdata ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/xmltests.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/textwrap.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/this.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/timeit.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/toaiff.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/token.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tokenize.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/trace.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tty.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/types.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/__main__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/main.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/result.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/runner.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/signals.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/suite.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/dummy.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/support.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_assertions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_break.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_case.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_discovery.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_functiontestcase.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_loader.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_program.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_result.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_runner.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_setups.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_skipping.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urlparse.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/user.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/uu.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/uuid.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/warnings.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wave.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/webbrowser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/whichdb.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/headers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/simple_server.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/validate.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xdrlib.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/NodeFilter.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/domreg.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/expatbuilder.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/minicompat.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/minidom.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/pulldom.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/xmlbuilder.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementInclude.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementPath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/cElementTree.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers/expat.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/_exceptions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/expatreader.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/handler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/saxutils.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/xmlreader.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmllib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/zipfile.py ... | |
| PYTHONPATH=/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 DYLD_FRAMEWORK_PATH=/private/tmp/homebrew-python-2.7.3-THUM/Python-2.7.3: \ | |
| ./python.exe -Wi -tt -O /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compileall.py \ | |
| -d /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -f \ | |
| -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ | |
| /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Bastion.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/CGIHTTPServer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Cookie.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/DocXMLRPCServer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/HTMLParser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/MimeWriter.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Queue.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SimpleHTTPServer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SimpleXMLRPCServer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/StringIO.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserList.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserString.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_LWPCookieJar.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_MozillaCookieJar.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/__future__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/__phello__.foo.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_pyio.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_strptime.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_threading_local.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_weakrefset.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/aifc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/antigravity.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/anydbm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/argparse.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ast.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/asynchat.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/asyncore.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/atexit.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/audiodev.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/base64.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bdb.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/binhex.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bisect.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/db.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbobj.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbrecio.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbshelve.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbtables.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbutils.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_all.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_associate.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_basics.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_compare.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_compat.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_cursor_pget_bug.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_db.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_dbenv.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_dbobj.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_dbshelve.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_dbtables.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_distributed_transactions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_early_close.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_fileid.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_get_none.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_join.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_lock.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_misc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_pickle.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_queue.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_recno.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_replication.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_sequence.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_thread.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cProfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/calendar.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cgi.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cgitb.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/chunk.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cmd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/code.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codeop.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/collections.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/colorsys.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/commands.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compileall.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/ast.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/consts.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/future.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/misc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/pyassem.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/pycodegen.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/symbols.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/syntax.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/transformer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/visitor.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/contextlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cookielib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy_reg.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/csv.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/_endian.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/dyld.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/dylib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/framework.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/runtests.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_anon.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_array_in_pointer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_arrays.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_as_parameter.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_bitfields.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_buffers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_byteswap.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_callbacks.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_cast.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_cfuncs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_checkretval.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_delattr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_errcheck.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_errno.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_find.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_frombuffer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_funcptr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_functions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_incomplete.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_init.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_integers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_internals.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_keeprefs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_libc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_loading.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_macholib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_memfunctions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_numbers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_objects.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_parameters.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_pep3118.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_pickling.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_pointers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_prototypes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_python_api.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_random_things.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_refcounts.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_repr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_returnfuncptrs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_simplesubclasses.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_sizes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_slicing.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_stringptr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_strings.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_struct_fields.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_structures.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_unaligned_structures.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_unicode.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_values.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_varsize_struct.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_win32.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/wintypes.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/ascii.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/has_key.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/panel.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/textpad.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/wrapper.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dbhash.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/decimal.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/difflib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dircache.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dis.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/archive_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/bcppcompiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/ccompiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist_dumb.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist_msi.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist_rpm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist_wininst.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_clib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_ext.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_py.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_scripts.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/check.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/clean.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/config.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_data.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_egg_info.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_headers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_lib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_scripts.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/register.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/sdist.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/upload.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/config.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cygwinccompiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/debug.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dep_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dir_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/emxccompiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/errors.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/extension.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/fancy_getopt.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/file_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/filelist.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/log.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/msvc9compiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/msvccompiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/spawn.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/sysconfig.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/setuptools_build_ext.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/setuptools_extension.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/support.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_archive_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist_dumb.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist_msi.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist_rpm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist_wininst.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build_clib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build_ext.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build_py.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build_scripts.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_ccompiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_check.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_clean.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_cmd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_config.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_config_cmd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_core.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_dep_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_dir_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_dist.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_file_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_filelist.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install_data.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install_headers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install_lib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install_scripts.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_msvc9compiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_register.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_sdist.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_spawn.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_sysconfig.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_text_file.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_unixccompiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_upload.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_version.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_versionpredicate.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/text_file.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/unixccompiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/version.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/versionpredicate.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/doctest.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dumbdbm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dummy_thread.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dummy_threading.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/_parseaddr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/base64mime.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/charset.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/encoders.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/errors.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/feedparser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/generator.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/header.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/iterators.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/message.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/application.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/audio.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/base.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/image.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/message.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/multipart.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/nonmultipart.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/text.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/parser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/quoprimime.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email_codecs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email_codecs_renamed.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email_renamed.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email_torture.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/utils.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/aliases.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/ascii.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/base64_codec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/big5.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/big5hkscs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/bz2_codec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/charmap.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp037.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1006.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1026.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1140.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1250.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1251.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1252.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1253.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1254.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1255.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1256.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1257.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1258.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp424.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp437.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp500.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp720.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp737.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp775.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp850.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp852.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp855.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp856.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp857.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp858.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp860.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp861.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp862.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp863.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp864.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp865.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp866.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp869.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp874.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp875.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp932.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp949.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp950.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jis_2004.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jisx0213.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_kr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gb18030.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gb2312.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gbk.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hex_codec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hp_roman8.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hz.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/idna.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_1.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_2004.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_3.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_ext.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_kr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_1.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_10.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_11.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_13.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_14.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_15.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_16.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_3.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_4.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_5.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_6.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_7.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_8.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_9.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/johab.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/koi8_r.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/koi8_u.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/latin_1.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_arabic.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_centeuro.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_croatian.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_cyrillic.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_farsi.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_greek.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_iceland.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_latin2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_roman.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_romanian.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_turkish.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mbcs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/palmos.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/ptcp154.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/punycode.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/quopri_codec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/raw_unicode_escape.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/rot_13.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jis.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jis_2004.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jisx0213.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/string_escape.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/tis_620.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/undefined.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/unicode_escape.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/unicode_internal.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16_be.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16_le.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32_be.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32_le.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_7.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8_sig.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/uu_codec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/zlib_codec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/filecmp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fileinput.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fnmatch.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/formatter.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fpformat.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fractions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ftplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/functools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/getopt.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/getpass.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gettext.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/glob.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gzip.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/heapq.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hmac.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot/log.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot/stats.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot/stones.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/htmlentitydefs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/htmllib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/AutoComplete.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/AutoCompleteWindow.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/AutoExpand.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Bindings.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/CallTipWindow.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/CallTips.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ClassBrowser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/CodeContext.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ColorDelegator.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Debugger.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Delegator.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/EditorWindow.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/FileList.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/FormatParagraph.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/GrepDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/HyperParser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/IOBinding.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/IdleHistory.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/MultiCall.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/MultiStatusBar.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ObjectBrowser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/OutputWindow.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ParenMatch.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/PathBrowser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Percolator.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/PyParse.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/PyShell.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/RemoteDebugger.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/RemoteObjectBrowser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ReplaceDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/RstripExtension.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ScriptBinding.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ScrolledList.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/SearchDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/SearchDialogBase.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/SearchEngine.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/StackViewer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ToolTip.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/TreeWidget.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/UndoDelegator.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/WidgetRedirector.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/WindowList.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ZoomHeight.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/aboutDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/configDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/configHandler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/configHelpSourceEdit.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/configSectionNameDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/dynOptionMenuWidget.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/idle.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/idlever.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/keybindingDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/macosxSupport.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/rpc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/run.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/tabbedpages.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/testcode.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/textView.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ihooks.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/imaplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/imghdr.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/imputil.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/inspect.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/io.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/encoder.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/scanner.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_check_circular.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_decode.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_default.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_dump.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_encode_basestring_ascii.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_fail.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_float.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_indent.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_pass1.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_pass2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_pass3.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_recursion.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_scanstring.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_separators.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_speedups.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_unicode.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tool.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/keyword.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Canvas.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Dialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/FileDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/FixTk.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/ScrolledText.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/SimpleDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tix.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkconstants.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkdnd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/runtktests.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter/test_loadtk.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter/test_text.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/support.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/test_extensions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/test_functions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/test_style.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/test_widgets.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkColorChooser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkCommonDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkFileDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkFont.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkMessageBox.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkSimpleDialog.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/ttk.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/turtle.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3 ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/__main__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/btm_matcher.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/btm_utils.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixer_base.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixer_util.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_apply.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_basestring.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_buffer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_callable.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_dict.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_except.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_exec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_execfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_exitfunc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_filter.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_funcattrs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_future.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_getcwdu.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_has_key.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_idioms.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_import.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_imports.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_imports2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_input.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_intern.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_isinstance.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_itertools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_itertools_imports.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_long.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_map.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_metaclass.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_methodattrs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_ne.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_next.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_nonzero.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_numliterals.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_operator.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_paren.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_print.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_raise.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_raw_input.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_reduce.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_renames.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_repr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_set_literal.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_standarderror.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_sys_exc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_throw.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_tuple_params.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_types.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_unicode.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_urllib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_ws_comma.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_xrange.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_xreadlines.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_zip.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/main.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/patcomp.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2 ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/conv.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/driver.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/grammar.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/literals.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/parse.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/pgen.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/token.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/tokenize.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pygram.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pytree.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/refactor.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers/myfixes ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/pytree_idempotency.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/support.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_all_fixers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_fixers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_main.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_parser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_pytree.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_refactor.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/config.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/handlers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/macpath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/macurl2path.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mailbox.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mailcap.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/markupbase.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/md5.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mhlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mimetools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mimetypes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mimify.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/modulefinder.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multifile.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/connection.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/dummy ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/dummy/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/dummy/connection.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/forking.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/heap.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/managers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/pool.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/queues.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/reduction.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/sharedctypes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/synchronize.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mutex.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/netrc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/new.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/nntplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ntpath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/nturl2path.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/numbers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/opcode.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/optparse.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os2emxpath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pdb.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickletools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pipes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pkgutil.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin/IN.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Audio_mac.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AE.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AH.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Alias.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Aliases.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/App.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Appearance.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AppleEvents.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AppleHelp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CF.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CG.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CarbonEvents.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CarbonEvt.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Cm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Components.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/ControlAccessor.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Controls.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CoreFoundation.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CoreGraphics.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Ctl.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Dialogs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Dlg.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Drag.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Dragconst.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Events.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Evt.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/File.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Files.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Fm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Folder.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Folders.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Fonts.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Help.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/IBCarbon.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/IBCarbonRuntime.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Icn.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Icons.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Launch.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/LaunchServices.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/List.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Lists.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/MacHelp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/MacTextEditor.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/MediaDescr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Menu.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Menus.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Mlte.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/OSA.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/OSAconst.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/QDOffscreen.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Qd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Qdoffs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Qt.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/QuickDraw.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/QuickTime.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Res.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Resources.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Scrap.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Snd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Sndihooks.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Sound.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/TE.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/TextEdit.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Win.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Windows.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/EasyDialogs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/FrameWork.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/MiniAEFrame.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/PixMapWrapper.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/aepack.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/aetools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/aetypes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/applesingle.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/appletrawmain.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/appletrunner.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/argvemulator.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/bgenlocations.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/buildtools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/bundlebuilder.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/cfmfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/findertools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/gensuitemodule.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/ic.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/icopen.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/Required.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/Standard_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Explorer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/URL_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Containers_and_folders.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Enumerations.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Files.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_items.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Legacy_suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Standard_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Type_Definitions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Window_classes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Mozilla_suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/PowerPlant.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Required_suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Standard_URL_suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Text.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/WorldWideWeb_suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Required_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Disk_Folder_File_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Folder_Actions_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Hidden_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Power_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Processes_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Standard_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/System_Events_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Text_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Standard_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Terminal_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Text_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/builtin_Suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/macerrors.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/macostools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/macresource.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/pimp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/terminalcommand.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/videoreader.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/platform.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/popen2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/poplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pprint.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/profile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pstats.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pty.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/py_compile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pyclbr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc_data ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc_data/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc_data/topics.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/quopri.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/random.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/repr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/rexec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/rfc822.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/rlcompleter.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/robotparser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sched.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sets.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sgmllib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sha.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shelve.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/smtpd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/smtplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sndhdr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3 ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/dbapi2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/dump.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/dbapi.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/dump.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/factory.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/hooks.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/py25tests.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/regression.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/transactions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/types.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/userfunctions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_compile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_constants.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_parse.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stat.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/statvfs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/string.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stringold.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stringprep.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/struct.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sunau.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sunaudio.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/symbol.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/symtable.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tabnanny.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/telnetlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tempfile.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/autotest.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/buffer_tests.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/curses_tests.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/data ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/doctest_aliases.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/double_const.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/fork_wait.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/gdb_sample.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/infinite_reload.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/inspect_fodder.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/inspect_fodder2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/list_tests.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/lock_tests.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/mapping_tests.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/outstanding_bugs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pickletester.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/profilee.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pyclbr_input.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pydoc_mod.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pydocfodder.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pystone.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/re_tests.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/regrtest.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/relimport.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/reperf.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/sample_doctest.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/script_helper.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/seq_tests.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/sortperf.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/string_tests.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/subprocessdata ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/subprocessdata/sigchild_ignore.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_MimeWriter.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_SimpleHTTPServer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_StringIO.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test___all__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test___future__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test__locale.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_abc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_abstract_numbers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_aepack.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_aifc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_al.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_anydbm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_applesingle.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_argparse.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_array.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ascii_formatd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ast.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_asynchat.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_asyncore.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_atexit.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_audioop.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_augassign.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_base64.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bastion.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bigaddrspace.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bigmem.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_binascii.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_binhex.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_binop.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bisect.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bool.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bsddb.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bsddb185.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bsddb3.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_buffer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bufio.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_builtin.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bytes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bz2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_calendar.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_call.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_capi.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cfgparser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cgi.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_charmapcodec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cl.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_class.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cmath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cmd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cmd_line.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cmd_line_script.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_code.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codeccallbacks.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_cn.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_hk.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_iso2022.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_jp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_kr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_tw.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_cn.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_hk.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_jp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_kr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_tw.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codeop.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_coding.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_coercion.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_collections.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_colorsys.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_commands.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_compare.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_compile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_compileall.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_compiler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_complex.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_complex_args.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_contains.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_contextlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cookie.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cookielib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_copy.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_copy_reg.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cpickle.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cprofile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_crypt.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_csv.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ctypes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_curses.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_datetime.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dbm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_decimal.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_decorators.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_defaultdict.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_deque.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_descr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_descrtut.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dict.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dictcomps.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dictviews.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_difflib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dircache.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dis.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_distutils.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dl.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_doctest.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_doctest2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_docxmlrpc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dumbdbm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dummy_thread.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dummy_threading.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_email.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_email_codecs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_email_renamed.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_enumerate.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_eof.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_epoll.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_errno.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_exception_variations.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_exceptions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_extcall.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fcntl.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_file.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_file2k.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_filecmp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fileinput.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fileio.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_float.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fnmatch.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fork1.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_format.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fpformat.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fractions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_frozen.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ftplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_funcattrs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_functools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future1.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future3.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future4.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future5.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future_builtins.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gdb.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gdbm.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_generators.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_genericpath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_genexps.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_getargs.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_getargs2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_getopt.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gettext.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gl.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_glob.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_global.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_grammar.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_grp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gzip.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_hash.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_hashlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_heapq.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_hmac.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_hotshot.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_htmllib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_htmlparser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_httplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_httpservers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_imageop.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_imaplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_imgfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_imp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_import.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_importhooks.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_importlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_index.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_inspect.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_int.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_int_literal.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_io.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ioctl.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_isinstance.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_iter.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_iterlen.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_itertools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_json.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_kqueue.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_largefile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_lib2to3.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_linecache.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_linuxaudiodev.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_list.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_locale.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_logging.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_long.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_long_future.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_longexp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_macos.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_macostools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_macpath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mailbox.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_marshal.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_math.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_md5.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_memoryio.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_memoryview.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mhlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mimetools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mimetypes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_minidom.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mmap.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_module.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_modulefinder.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_msilib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_multibytecodec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_multibytecodec_support.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_multifile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_multiprocessing.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mutants.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mutex.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_netrc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_new.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_nis.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_normalization.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ntpath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_old_mailbox.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_opcodes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_openpty.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_operator.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_optparse.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_os.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ossaudiodev.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_parser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pdb.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_peepholer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep247.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep263.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep277.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep292.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep352.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pickle.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pickletools.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pipes.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pkg.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pkgimport.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pkgutil.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_platform.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_plistlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_poll.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_popen.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_popen2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_poplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_posix.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_posixpath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pow.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pprint.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_print.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_profile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_property.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pstats.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pty.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pwd.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_py3kwarn.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_py_compile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pyclbr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pydoc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pyexpat.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_queue.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_quopri.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_random.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_re.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_readline.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_repr.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_resource.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_rfc822.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_richcmp.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_rlcompleter.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_robotparser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_runpy.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sax.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_scope.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_scriptpackages.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_select.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_set.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_setcomps.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sets.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sgmllib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sha.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_shelve.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_shlex.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_shutil.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_signal.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_site.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_slice.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_smtplib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_smtpnet.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_socket.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_socketserver.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_softspace.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sort.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sqlite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ssl.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_startfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_str.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_strftime.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_string.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_stringprep.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_strop.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_strptime.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_strtod.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_struct.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_structmembers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_structseq.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_subprocess.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sunaudiodev.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sundry.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_support.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_symtable.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_syntax.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sys.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sys_setprofile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sys_settrace.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sysconfig.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tarfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tcl.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_telnetlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tempfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_textwrap.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_thread.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threaded_import.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threadedtempfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threading.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threading_local.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threadsignals.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_time.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_timeout.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tk.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tokenize.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_trace.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_traceback.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_transformer.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ttk_guionly.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ttk_textonly.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tuple.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_typechecks.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_types.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ucn.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unary.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_undocumented_details.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unicode.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unicode_file.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unicodedata.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unittest.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_univnewlines.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_univnewlines2k.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unpack.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllib2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllib2_localnet.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllib2net.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllibnet.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urlparse.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_userdict.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_userlist.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_userstring.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_uu.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_uuid.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_wait3.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_wait4.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_warnings.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_wave.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_weakref.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_weakset.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_whichdb.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_winreg.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_winsound.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_with.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_wsgiref.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xdrlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xml_etree.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xml_etree_c.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xmllib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xmlrpc.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xpickle.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xrange.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zipfile.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zipfile64.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zipimport.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zipimport_support.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zlib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/testall.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/testcodec.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tf_inherit_check.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/threaded_import_hangers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/time_hashlib.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tracedmodules ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tracedmodules/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tracedmodules/testmod.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/warning_tests.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/win_console_handler.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/xmltestdata ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/xmltests.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/textwrap.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/this.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/timeit.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/toaiff.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/token.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tokenize.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/trace.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tty.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/types.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/__main__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/main.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/result.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/runner.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/signals.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/suite.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/dummy.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/support.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_assertions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_break.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_case.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_discovery.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_functiontestcase.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_loader.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_program.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_result.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_runner.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_setups.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_skipping.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_suite.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urlparse.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/user.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/uu.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/uuid.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/warnings.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wave.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/webbrowser.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/whichdb.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/headers.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/simple_server.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/util.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/validate.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xdrlib.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/__init__.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/NodeFilter.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/domreg.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/expatbuilder.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/minicompat.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/minidom.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/pulldom.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/xmlbuilder.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementInclude.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementPath.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/cElementTree.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers/expat.py ... | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/__init__.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/_exceptions.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/expatreader.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/handler.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/saxutils.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/xmlreader.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmllib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py ... | |
| Compiling /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/zipfile.py ... | |
| PYTHONPATH=/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 DYLD_FRAMEWORK_PATH=/private/tmp/homebrew-python-2.7.3-THUM/Python-2.7.3: \ | |
| ./python.exe -Wi -t /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compileall.py \ | |
| -d /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages -f \ | |
| -x badsyntax /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages ... | |
| PYTHONPATH=/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 DYLD_FRAMEWORK_PATH=/private/tmp/homebrew-python-2.7.3-THUM/Python-2.7.3: \ | |
| ./python.exe -Wi -t -O /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compileall.py \ | |
| -d /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages -f \ | |
| -x badsyntax /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages ... | |
| PYTHONPATH=/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 DYLD_FRAMEWORK_PATH=/private/tmp/homebrew-python-2.7.3-THUM/Python-2.7.3: \ | |
| ./python.exe -Wi -t -c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()" | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/Python-ast.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/Python.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/abstract.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/asdl.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/ast.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/bitset.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/boolobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/bufferobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/bytearrayobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/bytes_methods.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/bytesobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/cStringIO.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/cellobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/ceval.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/classobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/cobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/code.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/codecs.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/compile.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/complexobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/datetime.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/descrobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/dictobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/dtoa.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/enumobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/errcode.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/eval.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/fileobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/floatobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/frameobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/funcobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/genobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/graminit.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/grammar.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/import.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/intobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/intrcheck.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/iterobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/listobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/longintrepr.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/longobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/marshal.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/memoryobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/metagrammar.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/methodobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/modsupport.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/moduleobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/node.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/object.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/objimpl.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/opcode.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/osdefs.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/parsetok.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/patchlevel.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pgen.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pgenheaders.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/py_curses.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pyarena.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pycapsule.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pyctype.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pydebug.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pyerrors.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pyexpat.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pyfpe.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pygetopt.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pymacconfig.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pymactoolbox.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pymath.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pymem.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pyport.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pystate.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pystrcmp.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pystrtod.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pythonrun.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/pythread.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/rangeobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/setobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/sliceobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/stringobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/structmember.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/structseq.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/symtable.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/sysmodule.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/timefuncs.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/token.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/traceback.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/tupleobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/ucnhash.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/unicodeobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/warnings.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 ./Include/weakrefobject.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| /usr/bin/install -c -m 644 pyconfig.h /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7/pyconfig.h | |
| # Substitution happens here, as the completely-expanded BINDIR | |
| # is not available in configure | |
| sed -e "s,@EXENAME@,/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2.7," < ./Misc/python-config.in >python-config | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config | |
| Skip install of libpython2.7.a - use make frameworkinstall | |
| /usr/bin/install -c -m 644 Modules/config.c /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/config.c | |
| /usr/bin/install -c -m 644 Modules/python.o /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/python.o | |
| /usr/bin/install -c -m 644 ./Modules/config.c.in /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/config.c.in | |
| /usr/bin/install -c -m 644 Makefile /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/Makefile | |
| /usr/bin/install -c -m 644 Modules/Setup /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/Setup | |
| /usr/bin/install -c -m 644 Modules/Setup.local /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/Setup.local | |
| /usr/bin/install -c -m 644 Modules/Setup.config /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/Setup.config | |
| /usr/bin/install -c -m 644 Misc/python.pc /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig/python-2.7.pc | |
| /usr/bin/install -c ./Modules/makesetup /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/makesetup | |
| /usr/bin/install -c ./install-sh /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/install-sh | |
| /usr/bin/install -c python-config /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config | |
| rm python-config | |
| DYLD_FRAMEWORK_PATH=/private/tmp/homebrew-python-2.7.3-THUM/Python-2.7.3: ./python.exe -E ./setup.py install \ | |
| --prefix=/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7 \ | |
| --install-scripts=/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin \ | |
| --install-platlib=/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload \ | |
| --root=/ | |
| running install | |
| running build | |
| running build_ext | |
| building dbm using ndbm | |
| [?1034h | |
| Python build finished, but the necessary bits to build these modules were not found: | |
| _bsddb dl imageop | |
| linuxaudiodev ossaudiodev spwd | |
| sunaudiodev | |
| To find the necessary bits, look in setup.py in detect_modules() for the module's name. | |
| running build_scripts | |
| running install_lib | |
| creating /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_AE.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_AH.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_App.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_bisect.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_CarbonEvt.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_CF.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_CG.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_Cm.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_codecs_cn.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_codecs_hk.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_codecs_iso2022.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_codecs_jp.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_codecs_kr.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_codecs_tw.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_collections.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_csv.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_Ctl.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_ctypes.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_ctypes_test.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_curses.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_curses_panel.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_Dlg.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_Drag.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_elementtree.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_Evt.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_File.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_Fm.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_Folder.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_functools.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_hashlib.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_heapq.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_Help.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_hotshot.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_IBCarbon.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_Icn.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_io.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_json.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_Launch.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_List.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_locale.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_lsprof.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_Menu.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_Mlte.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_multibytecodec.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_multiprocessing.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_OSA.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_Qd.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_Qdoffs.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_Qt.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_random.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_Res.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_scproxy.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_Scrap.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_Snd.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_socket.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_sqlite3.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_ssl.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_struct.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_TE.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_testcapi.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_tkinter.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/_Win.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/array.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/audioop.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/autoGIL.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/binascii.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/bsddb185.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/bz2.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/cmath.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/ColorPicker.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/cPickle.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/crypt.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/cStringIO.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/datetime.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/dbm.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/fcntl.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/future_builtins.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/gdbm.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/gestalt.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/grp.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/icglue.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/itertools.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/MacOS.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/math.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/mmap.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/Nav.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/nis.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/operator.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/OSATerminology.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/parser.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/pyexpat.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/readline.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/resource.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/select.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/strop.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/syslog.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/termios.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/time.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/unicodedata.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| copying build/lib.macosx-10.4-x86_64-2.7/zlib.so -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_AE.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_AH.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_App.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_bisect.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_CarbonEvt.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_CF.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_CG.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Cm.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_cn.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_hk.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_iso2022.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_jp.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_kr.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_tw.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_csv.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Ctl.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes_test.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_curses.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_curses_panel.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Dlg.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Drag.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_elementtree.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Evt.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_File.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Fm.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Folder.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Help.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hotshot.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_IBCarbon.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Icn.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_json.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Launch.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_List.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_lsprof.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Menu.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Mlte.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_multibytecodec.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_multiprocessing.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_OSA.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Qd.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Qdoffs.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Qt.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Res.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_scproxy.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Scrap.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Snd.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_sqlite3.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_TE.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_testcapi.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_tkinter.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Win.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/array.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/audioop.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/autoGIL.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/bsddb185.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/bz2.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cmath.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/ColorPicker.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cPickle.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/crypt.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/dbm.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/future_builtins.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/gdbm.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/gestalt.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/grp.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/icglue.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/MacOS.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/mmap.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/Nav.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/nis.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/OSATerminology.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/parser.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/pyexpat.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/readline.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/resource.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/syslog.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/termios.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/unicodedata.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/zlib.so to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/ to 755 | |
| running install_scripts | |
| copying build/scripts-2.7/2to3 -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin | |
| copying build/scripts-2.7/idle -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin | |
| copying build/scripts-2.7/pydoc -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin | |
| copying build/scripts-2.7/smtpd.py -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/2to3 to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/idle to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/pydoc to 755 | |
| changing mode of /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/smtpd.py to 755 | |
| running install_egg_info | |
| Writing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/Python-2.7.3-py2.7.egg-info | |
| ln -fs "../../../Python" "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.a" | |
| ln -fs "../../../Python" "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib" | |
| ln -fs "../Python" "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib" | |
| cd Mac && make installmacsubtree DESTDIR="" | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Mac/Tools | |
| DYLD_FRAMEWORK_PATH=/private/tmp/homebrew-python-2.7.3-THUM/Python-2.7.3: ../python.exe ./scripts/cachersrc.py -v /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Mac/Tools | |
| Decoding /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/dialogs.rsrc to /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/dialogs.rsrc.df.rsrc | |
| Decoding /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/errors.rsrc to /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/errors.rsrc.df.rsrc | |
| DYLD_FRAMEWORK_PATH=/private/tmp/homebrew-python-2.7.3-THUM/Python-2.7.3: ../python.exe -Wi -tt ./../Lib/compileall.py -d /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Mac/Tools -x badsyntax /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Mac/Tools | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Mac/Tools ... | |
| DYLD_FRAMEWORK_PATH=/private/tmp/homebrew-python-2.7.3-THUM/Python-2.7.3: ../python.exe -O -Wi -tt ./../Lib/compileall.py -d /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Mac/Tools -x badsyntax /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Mac/Tools | |
| Listing /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Mac/Tools ... | |
| cd Mac && make installapps DESTDIR="" | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS | |
| Creating directory /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/Resources | |
| /usr/bin/install -c -m 644 ./Resources/app/./Info.plist /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/. | |
| /usr/bin/install -c -m 644 ./Resources/app/./Info.plist.in /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/. | |
| /usr/bin/install -c -m 644 ./Resources/app/./PkgInfo /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/. | |
| /usr/bin/install -c -m 644 ./Resources/app/Resources/PythonApplet.icns /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/Resources | |
| /usr/bin/install -c -m 644 ./Resources/app/Resources/PythonInterpreter.icns /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/Resources | |
| /usr/bin/install -c -s ../python.exe "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python" | |
| sed -e "s!%bundleid%!org.python.python!g" \ | |
| -e "s!%version%!`DYLD_FRAMEWORK_PATH=/private/tmp/homebrew-python-2.7.3-THUM/Python-2.7.3: ../python.exe \ | |
| -c 'import platform; print(platform.python_version())'`!g" \ | |
| < "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/Info.plist.in" \ | |
| > "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/Info.plist" | |
| rm "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/Info.plist.in" | |
| /usr/bin/clang -L/usr/local/Cellar/readline/6.2.2/lib -DPYTHONFRAMEWORK='"Python"' -o pythonw ./Tools/pythonw.c -I.. -I./../Include ../Python.framework/Versions/2.7/Python | |
| In file included from ./Tools/pythonw.c:18: | |
| In file included from ./../Include/Python.h:126: | |
| [1m./../Include/modsupport.h:27:65: [0m[0;1;35mwarning: [0m[1m'format' attribute argument not supported: PyArg_ParseTuple[0m | |
| PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
| [0;1;32m ^ | |
| [0m[1m./../Include/pyport.h:871:57: [0m[0;1;30mnote: [0mexpanded from macro 'Py_FORMAT_PARSETUPLE'[0m | |
| #define Py_FORMAT_PARSETUPLE(func,p1,p2) __attribute__((format(func,p1,p2))) | |
| [0;1;32m ^ | |
| [0m1 warning generated. | |
| /usr/bin/install -c -s pythonw "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/pythonw2.7" | |
| /usr/bin/install -c -s pythonw "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2.7" | |
| ln -sf python2.7 "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2" | |
| ln -sf python2 "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python" | |
| ln -sf pythonw2.7 "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/pythonw2" | |
| ln -sf pythonw2 "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/pythonw" | |
| DYLD_FRAMEWORK_PATH=/private/tmp/homebrew-python-2.7.3-THUM/Python-2.7.3: ../python.exe ./scripts/BuildApplet.py \ | |
| --destroot "" \ | |
| --python=/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python \ | |
| --output "/Applications/Python 2.7/Build Applet.app" \ | |
| ./scripts/BuildApplet.py | |
| cd PythonLauncher && make install DESTDIR= | |
| sed 's/%VERSION%/'"`DYLD_FRAMEWORK_PATH=/private/tmp/homebrew-python-2.7.3-THUM/Python-2.7.3: ../../python.exe -c 'import platform; print platform.python_version()'`"'/g' < ./Info.plist.in > Info.plist | |
| /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -fwrapv -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -o FileSettings.o -c ./FileSettings.m | |
| /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -fwrapv -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -o MyAppDelegate.o -c ./MyAppDelegate.m | |
| /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -fwrapv -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -o MyDocument.o -c ./MyDocument.m | |
| /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -fwrapv -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -o PreferencesWindowController.o -c ./PreferencesWindowController.m | |
| /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -fwrapv -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -o doscript.o -c ./doscript.m | |
| /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -fwrapv -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -o main.o -c ./main.m | |
| /usr/bin/clang -L/usr/local/Cellar/readline/6.2.2/lib -o "Python Launcher" FileSettings.o MyAppDelegate.o MyDocument.o PreferencesWindowController.o doscript.o main.o -framework AppKit -framework Carbon | |
| rm -fr "Python Launcher.app" | |
| DYLD_FRAMEWORK_PATH=/private/tmp/homebrew-python-2.7.3-THUM/Python-2.7.3: ../../python.exe ./../../Lib/plat-mac/bundlebuilder.py \ | |
| --builddir=. \ | |
| --name="Python Launcher" \ | |
| --executable="Python Launcher" \ | |
| --iconfile=./../Icons/PythonLauncher.icns \ | |
| --bundle-id=org.python.PythonLauncher \ | |
| --resource=./../Icons/PythonSource.icns \ | |
| --resource=./../Icons/PythonCompiled.icns \ | |
| --resource=./English.lproj \ | |
| --resource=./factorySettings.plist \ | |
| --plist Info.plist \ | |
| build | |
| Building './Python Launcher.app' | |
| Copying files | |
| Done. | |
| find "Python Launcher.app" -name '.svn' -print0 | xargs -0 rm -r | |
| test -d "/Applications/Python 2.7" || mkdir -p "/Applications/Python 2.7" | |
| test -d "/Applications/Python 2.7/Python Launcher.app" && rm -r "/Applications/Python 2.7/Python Launcher.app" | |
| /bin/cp -r "Python Launcher.app" "/Applications/Python 2.7" | |
| touch "/Applications/Python 2.7/Python Launcher.app" | |
| cd IDLE && make install | |
| sed 's/%VERSION%/'"`DYLD_FRAMEWORK_PATH=/private/tmp/homebrew-python-2.7.3-THUM/Python-2.7.3: ../../python.exe -c 'import platform; print platform.python_version()'`"'/g' < ./Info.plist.in > Info.plist | |
| rm -fr IDLE.app | |
| DYLD_FRAMEWORK_PATH=/private/tmp/homebrew-python-2.7.3-THUM/Python-2.7.3: ../../python.exe ./../../Lib/plat-mac/bundlebuilder.py \ | |
| --builddir=. \ | |
| --name=IDLE \ | |
| --link-exec \ | |
| --plist=Info.plist \ | |
| --mainprogram=./idlemain.py \ | |
| --iconfile=./../Icons/IDLE.icns \ | |
| --resource=./../Icons/PythonSource.icns \ | |
| --resource=./../Icons/PythonCompiled.icns \ | |
| --python=/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python \ | |
| build | |
| Building './IDLE.app' | |
| Copying files | |
| Done. | |
| test -d "/Applications/Python 2.7" || mkdir -p "/Applications/Python 2.7" | |
| test -d "/Applications/Python 2.7/IDLE.app" && rm -r "/Applications/Python 2.7/IDLE.app" | |
| /bin/cp -PR IDLE.app "/Applications/Python 2.7" | |
| touch "/Applications/Python 2.7/IDLE.app" | |
| /bin/cp ./config-main.def "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/config-main.def" | |
| /bin/cp ./config-extensions.def "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/config-extensions.def" | |
| fixapplypython23: no fix is needed on MacOSX on Intel | |
| for fn in idle pydoc ;\ | |
| do \ | |
| if [ -h "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/${fn}" ]; then \ | |
| continue ;\ | |
| fi ;\ | |
| mv "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/${fn}" "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/${fn}2.7" ;\ | |
| ln -sf "${fn}2.7" "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/${fn}2" ;\ | |
| ln -sf "${fn}2" "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/${fn}" ;\ | |
| done | |
| if [ ! -h "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/smtpd.py" ]; then \ | |
| mv "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/smtpd.py" "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/smtpd2.7.py" ;\ | |
| ln -sf "smtpd2.7.py" "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/smtpd2.py" ;\ | |
| ln -sf "smtpd2.py" "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/smtpd.py" ;\ | |
| fi | |
| if [ ! -h "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/2to3" ]; then \ | |
| mv "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/2to3" "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/2to3-2.7" ;\ | |
| ln -sf "2to3-2.7" "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/2to3-2" ;\ | |
| ln -sf "2to3-2" "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/2to3" ;\ | |
| fi | |
| cd Mac && make altinstallunixtools DESTDIR="" | |
| if [ ! -d "/usr/local/Cellar/python/2.7.3/bin" ]; then \ | |
| /usr/bin/install -c -d -m 755 "/usr/local/Cellar/python/2.7.3/bin" ;\ | |
| fi | |
| for fn in python2.7 pythonw2.7 idle2.7 \ | |
| pydoc2.7 python2.7-config smtpd2.7.py ;\ | |
| do \ | |
| ln -fs "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/${fn}" "/usr/local/Cellar/python/2.7.3/bin/${fn}" ;\ | |
| done | |
| ln -fs "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/2to3-2.7" "/usr/local/Cellar/python/2.7.3/bin/2to3-2.7" ;\ | |
| cd Mac && make installunixtools DESTDIR="" | |
| if [ ! -d "/usr/local/Cellar/python/2.7.3/bin" ]; then \ | |
| /usr/bin/install -c -d -m 755 "/usr/local/Cellar/python/2.7.3/bin" ;\ | |
| fi | |
| for fn in python pythonw idle pydoc python-config smtpd.py 2to3 \ | |
| python2 pythonw2 idle2 \ | |
| pydoc2 python2-config smtpd2.py \ | |
| 2to3-2 \ | |
| python2.7 pythonw2.7 idle2.7 \ | |
| pydoc2.7 python2.7-config smtpd2.7.py \ | |
| 2to3-2.7 ;\ | |
| do \ | |
| ln -fs "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/${fn}" "/usr/local/Cellar/python/2.7.3/bin/${fn}" ;\ | |
| done | |
| [1;34m==>[1;39m Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.26.tar.gz[0m | |
| Already downloaded: /Users/graham/Library/Caches/Homebrew/distribute-0.6.26.tar.gz | |
| /usr/bin/tar xf /Users/graham/Library/Caches/Homebrew/distribute-0.6.26.tar.gz | |
| [1;34m==>[1;39m /usr/local/Cellar/python/2.7.3/bin/python setup.py install[0m | |
| /usr/local/Cellar/python/2.7.3/bin/python setup.py install | |
| Before install bootstrap. | |
| Scanning installed packages | |
| Setuptools installation detected at /usr/local/lib/python2.7/site-packages | |
| Non-egg installation | |
| Removing elements out of the way... | |
| Traceback (most recent call last): | |
| File "setup.py", line 128, in <module> | |
| _before_install() | |
| File "/private/tmp/homebrew-__UNKNOWN__-0.6.26-RWgV/distribute-0.6.26/distribute_setup.py", line 348, in _before_install | |
| _fake_setuptools() | |
| File "/private/tmp/homebrew-__UNKNOWN__-0.6.26-RWgV/distribute-0.6.26/distribute_setup.py", line 402, in _fake_setuptools | |
| res = _remove_flat_installation(setuptools_location) | |
| File "/private/tmp/homebrew-__UNKNOWN__-0.6.26-RWgV/distribute-0.6.26/distribute_setup.py", line 222, in __no_sandbox | |
| return function(*args, **kw) | |
| File "/private/tmp/homebrew-__UNKNOWN__-0.6.26-RWgV/distribute-0.6.26/distribute_setup.py", line 275, in _remove_flat_installation | |
| patched = _patch_file(pkg_info, SETUPTOOLS_PKG_INFO) | |
| File "/private/tmp/homebrew-__UNKNOWN__-0.6.26-RWgV/distribute-0.6.26/distribute_setup.py", line 222, in __no_sandbox | |
| return function(*args, **kw) | |
| File "/private/tmp/homebrew-__UNKNOWN__-0.6.26-RWgV/distribute-0.6.26/distribute_setup.py", line 232, in _patch_file | |
| existing_content = open(path).read() | |
| IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info' | |
| [4;31mError[0m: #<BuildError: Failed executing: /usr/local/Cellar/python/2.7.3/bin/python setup.py install> | |
| /usr/local/Library/Homebrew/formula.rb:437:in `system' | |
| /usr/local/Library/Formula/python.rb:106:in `install' | |
| /usr/local/Library/Homebrew/formula.rb:190:in `brew' | |
| /usr/local/Library/Homebrew/formula.rb:517:in `stage' | |
| /usr/local/Library/Homebrew/extend/fileutils.rb:22:in `mktemp' | |
| /usr/local/Library/Homebrew/formula.rb:513:in `stage' | |
| /usr/local/Library/Homebrew/formula.rb:185:in `brew' | |
| /usr/local/Library/Formula/python.rb:106:in `install' | |
| /usr/local/Library/Homebrew/build.rb:88:in `install' | |
| /usr/local/Library/Homebrew/formula.rb:190:in `brew' | |
| /usr/local/Library/Homebrew/formula.rb:517:in `stage' | |
| /usr/local/Library/Homebrew/extend/fileutils.rb:22:in `mktemp' | |
| /usr/local/Library/Homebrew/formula.rb:513:in `stage' | |
| /usr/local/Library/Homebrew/formula.rb:185:in `brew' | |
| /usr/local/Library/Homebrew/build.rb:67:in `install' | |
| /usr/local/Library/Homebrew/build.rb:30 | |
| /usr/local/Library/Formula/python.rb:175 | |
| [1;34m==>[1;39m Rescuing build...[0m | |
| When you exit this shell Homebrew will attempt to finalise the installation. | |
| If nothing is installed or the shell exits with a non-zero error code, | |
| Homebrew will abort. The installation prefix is: | |
| /usr/local/Cellar/__UNKNOWN__/0.6.26 | |
| [?1034hbash-3.2$ |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| which python | |
| /usr/bin/python | |
| ]2; MBA-4:graham:/Users/graham]1;Users/~$ brew --config | |
| HOMEBREW_VERSION: 0.9 | |
| HEAD: e399fd70a10a727a202078f8148ca0421a7e6044 | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| CPU: quad-core 64-bit sandybridge | |
| OS X: 10.7.3 | |
| Kernel Architecture: x86_64 | |
| Xcode: 4.3.2 | |
| GCC-4.0: N/A | |
| GCC-4.2: N/A | |
| LLVM: build 2336 | |
| Clang: 3.1 build 318 | |
| MacPorts or Fink? false | |
| X11: /usr/X11 | |
| System Ruby: 1.8.7-249 | |
| /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
| Which Perl: /usr/bin/perl | |
| Which Python: /usr/bin/python | |
| Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
| ]2; MBA-4:graham:/Users/graham]1;Users/~$ brew doctor | |
| Your system is raring to brew. | |
| ]2; MBA-4:graham:/Users/graham]1;Users/~$ ls -ld /usr/local | |
| drwxrwxr-x 15 root admin 510 17 Mar 08:28 /usr/local | |
| ]2; MBA-4:graham:/Users/graham]1;Users/~$ ls -al /usr/local | |
| total 32 | |
| drwxrwxr-x 15 root admin 510 17 Mar 08:28 . | |
| drwxr-xr-x@ 13 root wheel 442 3 Mar 13:27 .. | |
| -rw-r--r--@ 1 graham admin 6148 4 Feb 12:51 .DS_Store | |
| drwxrwxrwx 2 root wheel 68 25 Sep 2011 .dscache | |
| drwxr-xr-x 14 graham admin 476 14 Apr 11:19 .git | |
| -rw-r--r-- 1 graham admin 159 17 Mar 08:28 .gitignore | |
| drwxr-xr-x 38 graham admin 1292 14 Apr 11:11 Cellar | |
| drwxr-xr-x 7 graham admin 238 10 Jan 12:21 Library | |
| -rw-r--r-- 1 graham admin 789 25 Feb 11:01 README.md | |
| drwxrwxr-x 145 root admin 4930 14 Apr 07:48 bin | |
| drwxr-xr-x 6 graham admin 204 27 Feb 19:30 etc | |
| drwxr-xr-x 41 graham admin 1394 13 Apr 17:30 include | |
| drwxr-xr-x 158 graham admin 5372 13 Apr 17:30 lib | |
| drwxr-xr-x 5 graham admin 170 19 Feb 11:00 sbin | |
| drwxrwxr-x 20 root admin 680 9 Apr 17:20 share | |
| ]2; MBA-4:graham:/Users/graham]1;Users/~$ ls -al /usr/local/lib/python2.7/site-packages | |
| total 40 | |
| drwxr-xr-x 8 graham admin 272 9 Apr 17:20 . | |
| drwxr-xr-x 3 graham admin 102 13 Apr 17:30 .. | |
| drwxr-xr-x 10 graham admin 340 19 Jan 20:43 distribute-0.6.24-py2.7.egg | |
| lrwxr-xr-x 1 graham admin 72 19 Jan 20:43 easy-install.pth -> ../../../Cellar/git/1.7.8.3/lib/python2.7/site-packages/easy-install.pth | |
| lrwxr-xr-x 1 graham admin 73 9 Apr 17:20 git_remote_helpers -> ../../../Cellar/git/1.7.10/lib/python2.7/site-packages/git_remote_helpers | |
| lrwxr-xr-x 1 graham admin 94 9 Apr 17:20 git_remote_helpers-0.1.0-py2.7.egg-info -> ../../../Cellar/git/1.7.10/lib/python2.7/site-packages/git_remote_helpers-0.1.0-py2.7.egg-info | |
| lrwxr-xr-x 1 graham admin 88 19 Jan 20:43 setuptools-0.6c11-py2.7.egg-info -> ../../../Cellar/git/1.7.8.3/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info | |
| lrwxr-xr-x 1 graham admin 70 19 Jan 20:43 setuptools.pth -> ../../../Cellar/git/1.7.8.3/lib/python2.7/site-packages/setuptools.pth | |
| ]2; MBA-4:graham:/Users/graham]1;Users/~$ set | |
| Apple_PubSub_Socket_Render=/tmp/launch-LOnrIz/Render | |
| Apple_Ubiquity_Message=/tmp/launch-sfmPzD/Apple_Ubiquity_Message | |
| BASH=/bin/bash | |
| BASH_ARGC=() | |
| BASH_ARGV=() | |
| BASH_COMPLETION=/usr/local/etc/bash_completion | |
| BASH_COMPLETION_COMPAT_DIR=/usr/local/etc/bash_completion.d | |
| BASH_COMPLETION_DIR=/usr/local/etc/bash_completion.d | |
| BASH_LINENO=() | |
| BASH_SOURCE=() | |
| BASH_VERSINFO=([0]="3" [1]="2" [2]="48" [3]="1" [4]="release" [5]="x86_64-apple-darwin11") | |
| BASH_VERSION='3.2.48(1)-release' | |
| COLORFGBG='11;15' | |
| COLUMNS=219 | |
| COMMAND_MODE=unix2003 | |
| COMP_WORDBREAKS=$' \t\n"\'><=;|&(:' | |
| DIRSTACK=() | |
| DISPLAY=/tmp/launch-NSQCHQ/org.x:0 | |
| EDITOR='/Users/graham/bin/mate -w' | |
| EUID=501 | |
| GROUPS=() | |
| HISTFILE=/Users/graham/.bash_history | |
| HISTFILESIZE=500 | |
| HISTSIZE=500 | |
| HOME=/Users/graham | |
| HOSTNAME=MBA-4.local | |
| HOSTTYPE=x86_64 | |
| IFS=$' \t\n' | |
| ITERM_PROFILE=Default | |
| ITERM_SESSION_ID=w0t0p0 | |
| LANG=en_GB.UTF-8 | |
| LINES=75 | |
| LOGNAME=graham | |
| MACHTYPE=x86_64-apple-darwin11 | |
| MAILCHECK=60 | |
| OPTERR=1 | |
| OPTIND=1 | |
| OSTYPE=darwin11 | |
| PATH='~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/usr/local/sbin' | |
| PIPESTATUS=([0]="0") | |
| PPID=24224 | |
| PS1=$'\\[\E]2; \\h:\\u:\\]$PWD\\[\a\\]\\[\E]1;\\]$(basename "$(dirname "$PWD")")/\\W\\[\a\\]\\$ ' | |
| PS2='> ' | |
| PS4='+ ' | |
| PWD=/Users/graham | |
| SECURITYSESSIONID=186a4 | |
| SHELL=/bin/bash | |
| SHELLOPTS=braceexpand:emacs:hashall:histexpand:history:interactive-comments:monitor | |
| SHLVL=1 | |
| SSH_AUTH_SOCK=/tmp/launch-XLpoYS/Listeners | |
| TERM=xterm-256color | |
| TERM_PROGRAM=iTerm.app | |
| TMPDIR=/var/folders/9_/s9mjy5rd2h314g793bg3d_1c0000gn/T/ | |
| UID=501 | |
| USER=graham | |
| _=/usr/local/lib/python2.7/site-packages | |
| __CF_USER_TEXT_ENCODING=0x1F5:0:0 | |
| __git_all_commands= | |
| __git_diff_common_options=$'--stat --numstat --shortstat --summary\n\t\t\t--patch-with-stat --name-only --name-status --color\n\t\t\t--no-color --color-words --no-renames --check\n\t\t\t--full-index --binary --abbrev --diff-filter=\n\t\t\t--find-copies-harder\n\t\t\t--text --ignore-space-at-eol --ignore-space-change\n\t\t\t--ignore-all-space --exit-code --quiet --ext-diff\n\t\t\t--no-ext-diff\n\t\t\t--no-prefix --src-prefix= --dst-prefix=\n\t\t\t--inter-hunk-context=\n\t\t\t--patience\n\t\t\t--raw\n\t\t\t--dirstat --dirstat= --dirstat-by-file\n\t\t\t--dirstat-by-file= --cumulative\n' | |
| __git_fetch_options=$'\n\t--quiet --verbose --append --upload-pack --force --keep --depth=\n\t--tags --no-tags --all --prune --dry-run\n' | |
| __git_log_common_options=$'\n\t--not --all\n\t--branches --tags --remotes\n\t--first-parent --merges --no-merges\n\t--max-count=\n\t--max-age= --since= --after=\n\t--min-age= --until= --before=\n\t--min-parents= --max-parents=\n\t--no-min-parents --no-max-parents\n' | |
| __git_log_date_formats='relative iso8601 rfc2822 short local default raw' | |
| __git_log_gitk_options=$'\n\t--dense --sparse --full-history\n\t--simplify-merges --simplify-by-decoration\n\t--left-right --notes --no-notes\n' | |
| __git_log_pretty_formats='oneline short medium full fuller email raw format:' | |
| __git_log_shortlog_options=$'\n\t--author= --committer= --grep=\n\t--all-match\n' | |
| __git_merge_options=$'\n\t--no-commit --no-stat --log --no-log --squash --strategy\n\t--commit --stat --no-squash --ff --no-ff --ff-only --edit --no-edit\n' | |
| __git_merge_strategies= | |
| __git_mergetools_common=$'diffuse ecmerge emerge kdiff3 meld opendiff\n\t\t\ttkdiff vimdiff gvimdiff xxdiff araxis p4merge bc3\n' | |
| __git_porcelain_commands= | |
| __git_send_email_confirm_options='always never auto cc compose' | |
| __git_send_email_suppresscc_options='author self cc bodycc sob cccmd body all' | |
| __git_whitespacelist='nowarn warn error error-all fix' | |
| _scp_path_esc='[][(){}<>",:;^&!$=?`|\\'\''[:space:]]' | |
| __expand_tilde_by_ref () | |
| { | |
| if [ "${!1:0:1}" = "~" ]; then | |
| if [ "${!1}" != "${!1//\/}" ]; then | |
| eval $1="${!1/%\/*}"/'${!1#*/}'; | |
| else | |
| eval $1="${!1}"; | |
| fi; | |
| fi | |
| } | |
| __get_cword_at_cursor_by_ref () | |
| { | |
| local cword words=(); | |
| __reassemble_comp_words_by_ref "$1" words cword; | |
| local i cur2; | |
| local cur="$COMP_LINE"; | |
| local index="$COMP_POINT"; | |
| for ((i = 0; i <= cword; ++i )) | |
| do | |
| while [[ "${#cur}" -ge ${#words[i]} && "${cur:0:${#words[i]}}" != "${words[i]}" ]]; do | |
| cur="${cur:1}"; | |
| ((index--)); | |
| done; | |
| if [[ "$i" -lt "$cword" ]]; then | |
| local old_size="${#cur}"; | |
| cur="${cur#${words[i]}}"; | |
| local new_size="${#cur}"; | |
| index=$(( index - old_size + new_size )); | |
| fi; | |
| done; | |
| if [[ "${words[cword]:0:${#cur}}" != "$cur" ]]; then | |
| cur2=${words[cword]}; | |
| else | |
| cur2=${cur:0:$index}; | |
| fi; | |
| local "$2" "$3" "$4" && _upvars -a${#words[@]} $2 "${words[@]}" -v $3 "$cword" -v $4 "$cur2" | |
| } | |
| __git_aliased_command () | |
| { | |
| local word cmdline=$(git --git-dir="$(__gitdir)" config --get "alias.$1"); | |
| for word in $cmdline; | |
| do | |
| case "$word" in | |
| \!gitk | gitk) | |
| echo "gitk"; | |
| return | |
| ;; | |
| \!*) | |
| : shell command alias | |
| ;; | |
| -*) | |
| : option | |
| ;; | |
| *=*) | |
| : setting env | |
| ;; | |
| git) | |
| : git itself | |
| ;; | |
| *) | |
| echo "$word"; | |
| return | |
| ;; | |
| esac; | |
| done | |
| } | |
| __git_aliases () | |
| { | |
| local i IFS=' | |
| '; | |
| for i in $(git --git-dir="$(__gitdir)" config --get-regexp "alias\..*" 2>/dev/null); | |
| do | |
| case "$i" in | |
| alias.*) | |
| i="${i#alias.}"; | |
| echo "${i/ */}" | |
| ;; | |
| esac; | |
| done | |
| } | |
| __git_complete_file () | |
| { | |
| __git_complete_revlist_file | |
| } | |
| __git_complete_remote_or_refspec () | |
| { | |
| local cur_="$cur" cmd="${words[1]}"; | |
| local i c=2 remote="" pfx="" lhs=1 no_complete_refspec=0; | |
| if [ "$cmd" = "remote" ]; then | |
| ((c++)); | |
| fi; | |
| while [ $c -lt $cword ]; do | |
| i="${words[c]}"; | |
| case "$i" in | |
| --mirror) | |
| [ "$cmd" = "push" ] && no_complete_refspec=1 | |
| ;; | |
| --all) | |
| case "$cmd" in | |
| push) | |
| no_complete_refspec=1 | |
| ;; | |
| fetch) | |
| COMPREPLY=(); | |
| return | |
| ;; | |
| *) | |
| ;; | |
| esac | |
| ;; | |
| -*) | |
| ;; | |
| *) | |
| remote="$i"; | |
| break | |
| ;; | |
| esac; | |
| ((c++)); | |
| done; | |
| if [ -z "$remote" ]; then | |
| __gitcomp_nl "$(__git_remotes)"; | |
| return; | |
| fi; | |
| if [ $no_complete_refspec = 1 ]; then | |
| COMPREPLY=(); | |
| return; | |
| fi; | |
| [ "$remote" = "." ] && remote=; | |
| case "$cur_" in | |
| *:*) | |
| case "$COMP_WORDBREAKS" in | |
| *:*) | |
| : great | |
| ;; | |
| *) | |
| pfx="${cur_%%:*}:" | |
| ;; | |
| esac; | |
| cur_="${cur_#*:}"; | |
| lhs=0 | |
| ;; | |
| +*) | |
| pfx="+"; | |
| cur_="${cur_#+}" | |
| ;; | |
| esac; | |
| case "$cmd" in | |
| fetch) | |
| if [ $lhs = 1 ]; then | |
| __gitcomp_nl "$(__git_refs2 "$remote")" "$pfx" "$cur_"; | |
| else | |
| __gitcomp_nl "$(__git_refs)" "$pfx" "$cur_"; | |
| fi | |
| ;; | |
| pull | remote) | |
| if [ $lhs = 1 ]; then | |
| __gitcomp_nl "$(__git_refs "$remote")" "$pfx" "$cur_"; | |
| else | |
| __gitcomp_nl "$(__git_refs)" "$pfx" "$cur_"; | |
| fi | |
| ;; | |
| push) | |
| if [ $lhs = 1 ]; then | |
| __gitcomp_nl "$(__git_refs)" "$pfx" "$cur_"; | |
| else | |
| __gitcomp_nl "$(__git_refs "$remote")" "$pfx" "$cur_"; | |
| fi | |
| ;; | |
| esac | |
| } | |
| __git_complete_revlist () | |
| { | |
| __git_complete_revlist_file | |
| } | |
| __git_complete_revlist_file () | |
| { | |
| local pfx ls ref cur_="$cur"; | |
| case "$cur_" in | |
| *..?*:*) | |
| return | |
| ;; | |
| ?*:*) | |
| ref="${cur_%%:*}"; | |
| cur_="${cur_#*:}"; | |
| case "$cur_" in | |
| ?*/*) | |
| pfx="${cur_%/*}"; | |
| cur_="${cur_##*/}"; | |
| ls="$ref:$pfx"; | |
| pfx="$pfx/" | |
| ;; | |
| *) | |
| ls="$ref" | |
| ;; | |
| esac; | |
| case "$COMP_WORDBREAKS" in | |
| *:*) | |
| : great | |
| ;; | |
| *) | |
| pfx="$ref:$pfx" | |
| ;; | |
| esac; | |
| local IFS=' | |
| '; | |
| COMPREPLY=($(compgen -P "$pfx" -W "$(git --git-dir="$(__gitdir)" ls-tree "$ls" | sed '/^100... blob /{ | |
| s,^.* ,, | |
| s,$, , | |
| } | |
| /^120000 blob /{ | |
| s,^.* ,, | |
| s,$, , | |
| } | |
| /^040000 tree /{ | |
| s,^.* ,, | |
| s,$,/, | |
| } | |
| s/^.* //')" -- "$cur_")) | |
| ;; | |
| *...*) | |
| pfx="${cur_%...*}..."; | |
| cur_="${cur_#*...}"; | |
| __gitcomp_nl "$(__git_refs)" "$pfx" "$cur_" | |
| ;; | |
| *..*) | |
| pfx="${cur_%..*}.."; | |
| cur_="${cur_#*..}"; | |
| __gitcomp_nl "$(__git_refs)" "$pfx" "$cur_" | |
| ;; | |
| *) | |
| __gitcomp_nl "$(__git_refs)" | |
| ;; | |
| esac | |
| } | |
| __git_complete_strategy () | |
| { | |
| __git_compute_merge_strategies; | |
| case "$prev" in | |
| -s | --strategy) | |
| __gitcomp "$__git_merge_strategies"; | |
| return 0 | |
| ;; | |
| esac; | |
| case "$cur" in | |
| --strategy=*) | |
| __gitcomp "$__git_merge_strategies" "" "${cur##--strategy=}"; | |
| return 0 | |
| ;; | |
| esac; | |
| return 1 | |
| } | |
| __git_compute_all_commands () | |
| { | |
| test -n "$__git_all_commands" || __git_all_commands=$(__git_list_all_commands) | |
| } | |
| __git_compute_merge_strategies () | |
| { | |
| test -n "$__git_merge_strategies" || __git_merge_strategies=$(__git_list_merge_strategies) | |
| } | |
| __git_compute_porcelain_commands () | |
| { | |
| __git_compute_all_commands; | |
| test -n "$__git_porcelain_commands" || __git_porcelain_commands=$(__git_list_porcelain_commands) | |
| } | |
| __git_config_get_set_variables () | |
| { | |
| local prevword word config_file= c=$cword; | |
| while [ $c -gt 1 ]; do | |
| word="${words[c]}"; | |
| case "$word" in | |
| --global | --system | --file=*) | |
| config_file="$word"; | |
| break | |
| ;; | |
| -f | --file) | |
| config_file="$word $prevword"; | |
| break | |
| ;; | |
| esac; | |
| prevword=$word; | |
| c=$((--c)); | |
| done; | |
| git --git-dir="$(__gitdir)" config $config_file --list 2> /dev/null | while read -r line; do | |
| case "$line" in | |
| *.*=*) | |
| echo "${line/=*/}" | |
| ;; | |
| esac; | |
| done | |
| } | |
| __git_find_on_cmdline () | |
| { | |
| local word subcommand c=1; | |
| while [ $c -lt $cword ]; do | |
| word="${words[c]}"; | |
| for subcommand in $1; | |
| do | |
| if [ "$subcommand" = "$word" ]; then | |
| echo "$subcommand"; | |
| return; | |
| fi; | |
| done; | |
| ((c++)); | |
| done | |
| } | |
| __git_has_doubledash () | |
| { | |
| local c=1; | |
| while [ $c -lt $cword ]; do | |
| if [ "--" = "${words[c]}" ]; then | |
| return 0; | |
| fi; | |
| ((c++)); | |
| done; | |
| return 1 | |
| } | |
| __git_heads () | |
| { | |
| local dir="$(__gitdir)"; | |
| if [ -d "$dir" ]; then | |
| git --git-dir="$dir" for-each-ref --format='%(refname:short)' refs/heads; | |
| return; | |
| fi | |
| } | |
| __git_list_all_commands () | |
| { | |
| local i IFS=" "' | |
| '; | |
| for i in $(git help -a|egrep '^ [a-zA-Z0-9]'); | |
| do | |
| case $i in | |
| *--*) | |
| : helper pattern | |
| ;; | |
| *) | |
| echo $i | |
| ;; | |
| esac; | |
| done | |
| } | |
| __git_list_merge_strategies () | |
| { | |
| git merge -s help 2>&1 | sed -n -e '/[Aa]vailable strategies are: /,/^$/{ | |
| s/\.$// | |
| s/.*:// | |
| s/^[ ]*// | |
| s/[ ]*$// | |
| p | |
| }' | |
| } | |
| __git_list_porcelain_commands () | |
| { | |
| local i IFS=" "' | |
| '; | |
| __git_compute_all_commands; | |
| for i in "help" $__git_all_commands; | |
| do | |
| case $i in | |
| *--*) | |
| : helper pattern | |
| ;; | |
| applymbox) | |
| : ask gittus | |
| ;; | |
| applypatch) | |
| : ask gittus | |
| ;; | |
| archimport) | |
| : import | |
| ;; | |
| cat-file) | |
| : plumbing | |
| ;; | |
| check-attr) | |
| : plumbing | |
| ;; | |
| check-ref-format) | |
| : plumbing | |
| ;; | |
| checkout-index) | |
| : plumbing | |
| ;; | |
| commit-tree) | |
| : plumbing | |
| ;; | |
| count-objects) | |
| : infrequent | |
| ;; | |
| cvsexportcommit) | |
| : export | |
| ;; | |
| cvsimport) | |
| : import | |
| ;; | |
| cvsserver) | |
| : daemon | |
| ;; | |
| daemon) | |
| : daemon | |
| ;; | |
| diff-files) | |
| : plumbing | |
| ;; | |
| diff-index) | |
| : plumbing | |
| ;; | |
| diff-tree) | |
| : plumbing | |
| ;; | |
| fast-import) | |
| : import | |
| ;; | |
| fast-export) | |
| : export | |
| ;; | |
| fsck-objects) | |
| : plumbing | |
| ;; | |
| fetch-pack) | |
| : plumbing | |
| ;; | |
| fmt-merge-msg) | |
| : plumbing | |
| ;; | |
| for-each-ref) | |
| : plumbing | |
| ;; | |
| hash-object) | |
| : plumbing | |
| ;; | |
| http-*) | |
| : transport | |
| ;; | |
| index-pack) | |
| : plumbing | |
| ;; | |
| init-db) | |
| : deprecated | |
| ;; | |
| local-fetch) | |
| : plumbing | |
| ;; | |
| lost-found) | |
| : infrequent | |
| ;; | |
| ls-files) | |
| : plumbing | |
| ;; | |
| ls-remote) | |
| : plumbing | |
| ;; | |
| ls-tree) | |
| : plumbing | |
| ;; | |
| mailinfo) | |
| : plumbing | |
| ;; | |
| mailsplit) | |
| : plumbing | |
| ;; | |
| merge-*) | |
| : plumbing | |
| ;; | |
| mktree) | |
| : plumbing | |
| ;; | |
| mktag) | |
| : plumbing | |
| ;; | |
| pack-objects) | |
| : plumbing | |
| ;; | |
| pack-redundant) | |
| : plumbing | |
| ;; | |
| pack-refs) | |
| : plumbing | |
| ;; | |
| parse-remote) | |
| : plumbing | |
| ;; | |
| patch-id) | |
| : plumbing | |
| ;; | |
| peek-remote) | |
| : plumbing | |
| ;; | |
| prune) | |
| : plumbing | |
| ;; | |
| prune-packed) | |
| : plumbing | |
| ;; | |
| quiltimport) | |
| : import | |
| ;; | |
| read-tree) | |
| : plumbing | |
| ;; | |
| receive-pack) | |
| : plumbing | |
| ;; | |
| remote-*) | |
| : transport | |
| ;; | |
| repo-config) | |
| : deprecated | |
| ;; | |
| rerere) | |
| : plumbing | |
| ;; | |
| rev-list) | |
| : plumbing | |
| ;; | |
| rev-parse) | |
| : plumbing | |
| ;; | |
| runstatus) | |
| : plumbing | |
| ;; | |
| sh-setup) | |
| : internal | |
| ;; | |
| shell) | |
| : daemon | |
| ;; | |
| show-ref) | |
| : plumbing | |
| ;; | |
| send-pack) | |
| : plumbing | |
| ;; | |
| show-index) | |
| : plumbing | |
| ;; | |
| ssh-*) | |
| : transport | |
| ;; | |
| stripspace) | |
| : plumbing | |
| ;; | |
| symbolic-ref) | |
| : plumbing | |
| ;; | |
| tar-tree) | |
| : deprecated | |
| ;; | |
| unpack-file) | |
| : plumbing | |
| ;; | |
| unpack-objects) | |
| : plumbing | |
| ;; | |
| update-index) | |
| : plumbing | |
| ;; | |
| update-ref) | |
| : plumbing | |
| ;; | |
| update-server-info) | |
| : daemon | |
| ;; | |
| upload-archive) | |
| : plumbing | |
| ;; | |
| upload-pack) | |
| : plumbing | |
| ;; | |
| write-tree) | |
| : plumbing | |
| ;; | |
| var) | |
| : infrequent | |
| ;; | |
| verify-pack) | |
| : infrequent | |
| ;; | |
| verify-tag) | |
| : plumbing | |
| ;; | |
| *) | |
| echo $i | |
| ;; | |
| esac; | |
| done | |
| } | |
| __git_match_ctag () | |
| { | |
| awk "/^${1////\\/}/ { print \$1 }" "$2" | |
| } | |
| __git_pretty_aliases () | |
| { | |
| local i IFS=' | |
| '; | |
| for i in $(git --git-dir="$(__gitdir)" config --get-regexp "pretty\..*" 2>/dev/null); | |
| do | |
| case "$i" in | |
| pretty.*) | |
| i="${i#pretty.}"; | |
| echo "${i/ */}" | |
| ;; | |
| esac; | |
| done | |
| } | |
| __git_ps1 () | |
| { | |
| local g="$(__gitdir)"; | |
| if [ -n "$g" ]; then | |
| local r=""; | |
| local b=""; | |
| if [ -f "$g/rebase-merge/interactive" ]; then | |
| r="|REBASE-i"; | |
| b="$(cat "$g/rebase-merge/head-name")"; | |
| else | |
| if [ -d "$g/rebase-merge" ]; then | |
| r="|REBASE-m"; | |
| b="$(cat "$g/rebase-merge/head-name")"; | |
| else | |
| if [ -d "$g/rebase-apply" ]; then | |
| if [ -f "$g/rebase-apply/rebasing" ]; then | |
| r="|REBASE"; | |
| else | |
| if [ -f "$g/rebase-apply/applying" ]; then | |
| r="|AM"; | |
| else | |
| r="|AM/REBASE"; | |
| fi; | |
| fi; | |
| else | |
| if [ -f "$g/MERGE_HEAD" ]; then | |
| r="|MERGING"; | |
| else | |
| if [ -f "$g/CHERRY_PICK_HEAD" ]; then | |
| r="|CHERRY-PICKING"; | |
| else | |
| if [ -f "$g/BISECT_LOG" ]; then | |
| r="|BISECTING"; | |
| fi; | |
| fi; | |
| fi; | |
| fi; | |
| b="$(git symbolic-ref HEAD 2>/dev/null)" || { | |
| b="$( | |
| case "${GIT_PS1_DESCRIBE_STYLE-}" in | |
| (contains) | |
| git describe --contains HEAD ;; | |
| (branch) | |
| git describe --contains --all HEAD ;; | |
| (describe) | |
| git describe HEAD ;; | |
| (* | default) | |
| git describe --tags --exact-match HEAD ;; | |
| esac 2>/dev/null)" || b="$(cut -c1-7 "$g/HEAD" 2>/dev/null)..." || b="unknown"; | |
| b="($b)" | |
| }; | |
| fi; | |
| fi; | |
| local w=""; | |
| local i=""; | |
| local s=""; | |
| local u=""; | |
| local c=""; | |
| local p=""; | |
| if [ "true" = "$(git rev-parse --is-inside-git-dir 2>/dev/null)" ]; then | |
| if [ "true" = "$(git rev-parse --is-bare-repository 2>/dev/null)" ]; then | |
| c="BARE:"; | |
| else | |
| b="GIT_DIR!"; | |
| fi; | |
| else | |
| if [ "true" = "$(git rev-parse --is-inside-work-tree 2>/dev/null)" ]; then | |
| if [ -n "${GIT_PS1_SHOWDIRTYSTATE-}" ]; then | |
| if [ "$(git config --bool bash.showDirtyState)" != "false" ]; then | |
| git diff --no-ext-diff --quiet --exit-code || w="*"; | |
| if git rev-parse --quiet --verify HEAD > /dev/null; then | |
| git diff-index --cached --quiet HEAD -- || i="+"; | |
| else | |
| i="#"; | |
| fi; | |
| fi; | |
| fi; | |
| if [ -n "${GIT_PS1_SHOWSTASHSTATE-}" ]; then | |
| git rev-parse --verify refs/stash > /dev/null 2>&1 && s="$"; | |
| fi; | |
| if [ -n "${GIT_PS1_SHOWUNTRACKEDFILES-}" ]; then | |
| if [ -n "$(git ls-files --others --exclude-standard)" ]; then | |
| u="%"; | |
| fi; | |
| fi; | |
| if [ -n "${GIT_PS1_SHOWUPSTREAM-}" ]; then | |
| __git_ps1_show_upstream; | |
| fi; | |
| fi; | |
| fi; | |
| local f="$w$i$s$u"; | |
| printf -- "${1:- (%s)}" "$c${b##refs/heads/}${f:+ $f}$r$p"; | |
| fi | |
| } | |
| __git_ps1_show_upstream () | |
| { | |
| local key value; | |
| local svn_remote svn_url_pattern count n; | |
| local upstream=git legacy="" verbose=""; | |
| svn_remote=(); | |
| local output="$(git config -z --get-regexp '^(svn-remote\..*\.url|bash\.showupstream)$' 2>/dev/null | tr '\0\n' '\n ')"; | |
| while read -r key value; do | |
| case "$key" in | |
| bash.showupstream) | |
| GIT_PS1_SHOWUPSTREAM="$value"; | |
| if [[ -z "${GIT_PS1_SHOWUPSTREAM}" ]]; then | |
| p=""; | |
| return; | |
| fi | |
| ;; | |
| svn-remote.*.url) | |
| svn_remote[ $((${#svn_remote[@]} + 1)) ]="$value"; | |
| svn_url_pattern+="\\|$value"; | |
| upstream=svn+git | |
| ;; | |
| esac; | |
| done <<< "$output"; | |
| for option in ${GIT_PS1_SHOWUPSTREAM}; | |
| do | |
| case "$option" in | |
| git | svn) | |
| upstream="$option" | |
| ;; | |
| verbose) | |
| verbose=1 | |
| ;; | |
| legacy) | |
| legacy=1 | |
| ;; | |
| esac; | |
| done; | |
| case "$upstream" in | |
| git) | |
| upstream="@{upstream}" | |
| ;; | |
| svn*) | |
| local svn_upstream=($(git log --first-parent -1 --grep="^git-svn-id: \(${svn_url_pattern#??}\)" 2>/dev/null)); | |
| if [[ 0 -ne ${#svn_upstream[@]} ]]; then | |
| svn_upstream=${svn_upstream[ ${#svn_upstream[@]} - 2 ]}; | |
| svn_upstream=${svn_upstream%@*}; | |
| local n_stop="${#svn_remote[@]}"; | |
| for ((n=1; n <= n_stop; n++)) | |
| do | |
| svn_upstream=${svn_upstream#${svn_remote[$n]}}; | |
| done; | |
| if [[ -z "$svn_upstream" ]]; then | |
| upstream=${GIT_SVN_ID:-git-svn}; | |
| else | |
| upstream=${svn_upstream#/}; | |
| fi; | |
| else | |
| if [[ "svn+git" = "$upstream" ]]; then | |
| upstream="@{upstream}"; | |
| fi; | |
| fi | |
| ;; | |
| esac; | |
| if [[ -z "$legacy" ]]; then | |
| count="$(git rev-list --count --left-right "$upstream"...HEAD 2>/dev/null)"; | |
| else | |
| local commits; | |
| if commits="$(git rev-list --left-right "$upstream"...HEAD 2>/dev/null)"; then | |
| local commit behind=0 ahead=0; | |
| for commit in $commits; | |
| do | |
| case "$commit" in | |
| "<"*) | |
| ((behind++)) | |
| ;; | |
| *) | |
| ((ahead++)) | |
| ;; | |
| esac; | |
| done; | |
| count="$behind $ahead"; | |
| else | |
| count=""; | |
| fi; | |
| fi; | |
| if [[ -z "$verbose" ]]; then | |
| case "$count" in | |
| "") | |
| p="" | |
| ;; | |
| "0 0") | |
| p="=" | |
| ;; | |
| "0 "*) | |
| p=">" | |
| ;; | |
| *" 0") | |
| p="<" | |
| ;; | |
| *) | |
| p="<>" | |
| ;; | |
| esac; | |
| else | |
| case "$count" in | |
| "") | |
| p="" | |
| ;; | |
| "0 0") | |
| p=" u=" | |
| ;; | |
| "0 "*) | |
| p=" u+${count#0 }" | |
| ;; | |
| *" 0") | |
| p=" u-${count% 0}" | |
| ;; | |
| *) | |
| p=" u+${count#* }-${count% *}" | |
| ;; | |
| esac; | |
| fi | |
| } | |
| __git_reassemble_comp_words_by_ref () | |
| { | |
| local exclude i j first; | |
| exclude="${1//[^$COMP_WORDBREAKS]}"; | |
| cword_=$COMP_CWORD; | |
| if [ -z "$exclude" ]; then | |
| words_=("${COMP_WORDS[@]}"); | |
| return; | |
| fi; | |
| for ((i=0, j=0; i < ${#COMP_WORDS[@]}; i++, j++)) | |
| do | |
| first=t; | |
| while [ $i -gt 0 ] && [ -n "${COMP_WORDS[$i]}" ] && [ "${COMP_WORDS[$i]//[^$exclude]}" = "${COMP_WORDS[$i]}" ]; do | |
| if [ $j -ge 2 ] && [ -n "$first" ]; then | |
| ((j--)); | |
| fi; | |
| first=; | |
| words_[$j]=${words_[j]}${COMP_WORDS[i]}; | |
| if [ $i = $COMP_CWORD ]; then | |
| cword_=$j; | |
| fi; | |
| if (($i < ${#COMP_WORDS[@]} - 1)); then | |
| ((i++)); | |
| else | |
| return; | |
| fi; | |
| done; | |
| words_[$j]=${words_[j]}${COMP_WORDS[i]}; | |
| if [ $i = $COMP_CWORD ]; then | |
| cword_=$j; | |
| fi; | |
| done | |
| } | |
| __git_refs () | |
| { | |
| local i hash dir="$(__gitdir "${1-}")" track="${2-}"; | |
| local format refs; | |
| if [ -d "$dir" ]; then | |
| case "$cur" in | |
| refs | refs/*) | |
| format="refname"; | |
| refs="${cur%/*}"; | |
| track="" | |
| ;; | |
| *) | |
| for i in HEAD FETCH_HEAD ORIG_HEAD MERGE_HEAD; | |
| do | |
| if [ -e "$dir/$i" ]; then | |
| echo $i; | |
| fi; | |
| done; | |
| format="refname:short"; | |
| refs="refs/tags refs/heads refs/remotes" | |
| ;; | |
| esac; | |
| git --git-dir="$dir" for-each-ref --format="%($format)" $refs; | |
| if [ -n "$track" ]; then | |
| local ref entry; | |
| git --git-dir="$dir" for-each-ref --shell --format="ref=%(refname:short)" "refs/remotes/" | while read -r entry; do | |
| eval "$entry"; | |
| ref="${ref#*/}"; | |
| if [[ "$ref" == "$cur"* ]]; then | |
| echo "$ref"; | |
| fi; | |
| done | uniq -u; | |
| fi; | |
| return; | |
| fi; | |
| case "$cur" in | |
| refs | refs/*) | |
| git ls-remote "$dir" "$cur*" 2> /dev/null | while read -r hash i; do | |
| case "$i" in | |
| *^{}) | |
| ;; | |
| *) | |
| echo "$i" | |
| ;; | |
| esac; | |
| done | |
| ;; | |
| *) | |
| git ls-remote "$dir" HEAD ORIG_HEAD 'refs/tags/*' 'refs/heads/*' 'refs/remotes/*' 2> /dev/null | while read -r hash i; do | |
| case "$i" in | |
| *^{}) | |
| ;; | |
| refs/*) | |
| echo "${i#refs/*/}" | |
| ;; | |
| *) | |
| echo "$i" | |
| ;; | |
| esac; | |
| done | |
| ;; | |
| esac | |
| } | |
| __git_refs2 () | |
| { | |
| local i; | |
| for i in $(__git_refs "$1"); | |
| do | |
| echo "$i:$i"; | |
| done | |
| } | |
| __git_refs_remotes () | |
| { | |
| local i hash; | |
| git ls-remote "$1" 'refs/heads/*' 2> /dev/null | while read -r hash i; do | |
| echo "$i:refs/remotes/$1/${i#refs/heads/}"; | |
| done | |
| } | |
| __git_remotes () | |
| { | |
| local i IFS=' | |
| ' d="$(__gitdir)"; | |
| test -d "$d/remotes" && ls -1 "$d/remotes"; | |
| for i in $(git --git-dir="$d" config --get-regexp 'remote\..*\.url' 2>/dev/null); | |
| do | |
| i="${i#remote.}"; | |
| echo "${i/.url*/}"; | |
| done | |
| } | |
| __git_tags () | |
| { | |
| local dir="$(__gitdir)"; | |
| if [ -d "$dir" ]; then | |
| git --git-dir="$dir" for-each-ref --format='%(refname:short)' refs/tags; | |
| return; | |
| fi | |
| } | |
| __gitcomp () | |
| { | |
| local cur_="${3-$cur}"; | |
| case "$cur_" in | |
| --*=) | |
| COMPREPLY=() | |
| ;; | |
| *) | |
| local IFS=' | |
| '; | |
| COMPREPLY=($(compgen -P "${2-}" -W "$(__gitcomp_1 "${1-}" "${4-}")" -- "$cur_")) | |
| ;; | |
| esac | |
| } | |
| __gitcomp_1 () | |
| { | |
| local c IFS=' '' '' | |
| '; | |
| for c in $1; | |
| do | |
| case "$c$2" in | |
| --*=*) | |
| printf %s' | |
| ' "$c$2" | |
| ;; | |
| *.) | |
| printf %s' | |
| ' "$c$2" | |
| ;; | |
| *) | |
| printf %s' | |
| ' "$c$2 " | |
| ;; | |
| esac; | |
| done | |
| } | |
| __gitcomp_nl () | |
| { | |
| local IFS=' | |
| '; | |
| COMPREPLY=($(compgen -P "${2-}" -S "${4- }" -W "$1" -- "${3-$cur}")) | |
| } | |
| __gitdir () | |
| { | |
| if [ -z "${1-}" ]; then | |
| if [ -n "${__git_dir-}" ]; then | |
| echo "$__git_dir"; | |
| else | |
| if [ -d .git ]; then | |
| echo .git; | |
| else | |
| git rev-parse --git-dir 2> /dev/null; | |
| fi; | |
| fi; | |
| else | |
| if [ -d "$1/.git" ]; then | |
| echo "$1/.git"; | |
| else | |
| echo "$1"; | |
| fi; | |
| fi | |
| } | |
| __linux_fstab_unescape () | |
| { | |
| eval $1="'${!1//\'/\047}'"; | |
| eval $1="'${!1/%\\/\\\\}'"; | |
| eval "$1=$'${!1}'" | |
| } | |
| __ltrim_colon_completions () | |
| { | |
| if [[ "$1" == *:* && ( ${BASH_VERSINFO[0]} -lt 4 || ( ${BASH_VERSINFO[0]} -ge 4 && "$COMP_WORDBREAKS" == *:* ) ) ]]; then | |
| local colon_word=${1%${1##*:}}; | |
| local i=${#COMPREPLY[*]}; | |
| while [ $((--i)) -ge 0 ]; do | |
| COMPREPLY[$i]=${COMPREPLY[$i]#"$colon_word"}; | |
| done; | |
| fi | |
| } | |
| __reassemble_comp_words_by_ref () | |
| { | |
| local exclude i j ref; | |
| if [[ -n $1 ]]; then | |
| exclude="${1//[^$COMP_WORDBREAKS]}"; | |
| fi; | |
| eval $3=$COMP_CWORD; | |
| if [[ -n $exclude ]]; then | |
| for ((i=0, j=0; i < ${#COMP_WORDS[@]}; i++, j++)) | |
| do | |
| while [[ $i -gt 0 && -n ${COMP_WORDS[$i]} && ${COMP_WORDS[$i]//[^$exclude]} == ${COMP_WORDS[$i]} ]]; do | |
| [ $j -ge 2 ] && ((j--)); | |
| ref="$2[$j]"; | |
| eval $2[$j]=\${!ref}\${COMP_WORDS[i]}; | |
| [ $i = $COMP_CWORD ] && eval $3=$j; | |
| (( $i < ${#COMP_WORDS[@]} - 1)) && ((i++)) || break 2; | |
| done; | |
| ref="$2[$j]"; | |
| eval $2[$j]=\${!ref}\${COMP_WORDS[i]}; | |
| [[ $i == $COMP_CWORD ]] && eval $3=$j; | |
| done; | |
| else | |
| eval $2=\( \"\${COMP_WORDS[@]}\" \); | |
| fi | |
| } | |
| _alias () | |
| { | |
| local cur; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur; | |
| case $COMP_LINE in | |
| *[^=]) | |
| COMPREPLY=($( compgen -A alias -- "$cur" )) | |
| ;; | |
| *=) | |
| COMPREPLY=("$( alias ${cur%=} 2>/dev/null | sed -e 's|^alias '"$cur"'\(.*\)$|\1|' )") | |
| ;; | |
| esac | |
| } | |
| _allowed_groups () | |
| { | |
| if _complete_as_root; then | |
| local IFS=' | |
| '; | |
| COMPREPLY=($( compgen -g -- "$1" )); | |
| else | |
| local IFS=' | |
| '; | |
| COMPREPLY=($( compgen -W "$( id -Gn 2>/dev/null || groups 2>/dev/null )" -- "$1" )); | |
| fi | |
| } | |
| _allowed_users () | |
| { | |
| if _complete_as_root; then | |
| local IFS=' | |
| '; | |
| COMPREPLY=($( compgen -u -- "${1:-$cur}" )); | |
| else | |
| local IFS=' | |
| '; | |
| COMPREPLY=($( compgen -W "$( id -un 2>/dev/null || whoami 2>/dev/null )" -- "${1:-$cur}" )); | |
| fi | |
| } | |
| _ant () | |
| { | |
| local cur prev buildfile i; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| case $prev in | |
| -buildfile | -file | -f) | |
| _filedir 'xml'; | |
| return 0 | |
| ;; | |
| -logfile | -l) | |
| _filedir; | |
| return 0 | |
| ;; | |
| -propertyfile) | |
| _filedir properties; | |
| return 0 | |
| ;; | |
| -nice) | |
| COMPREPLY=($( compgen -W '1 2 3 4 5 6 7 8 9 10' -- "$cur" )); | |
| return 0 | |
| ;; | |
| -lib | -logger | -listener | -D | -inputhandler | -main) | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '-help -projecthelp -version -diagnostics \ | |
| -quiet -verbose -debug -emacs -lib -logfile -logger -listener \ | |
| -noinput -buildfile -D -keep-going -propertyfile -inputhandler \ | |
| -find -s -nice -nouserlib -noclasspath -autoproxy -main' -- "$cur" )); | |
| else | |
| buildfile=build.xml; | |
| for ((i=1; i < COMP_CWORD; i++ )) | |
| do | |
| if [[ "${COMP_WORDS[i]}" == -@(?(build)file|f) ]]; then | |
| buildfile=${COMP_WORDS[i+1]}; | |
| break; | |
| fi; | |
| done; | |
| [ ! -f $buildfile ] && return 0; | |
| COMPREPLY=($( compgen -W "$( cat $buildfile | tr "'\t\n>" "\" \n" | sed -ne 's/.*<target .*name="\([^"]*\).*/\1/p' 2>/dev/null )" -- "$cur" )); | |
| fi | |
| } | |
| _available_interfaces () | |
| { | |
| local cmd; | |
| if [ "${1:-}" = -w ]; then | |
| cmd="iwconfig"; | |
| else | |
| if [ "${1:-}" = -a ]; then | |
| cmd="ifconfig"; | |
| else | |
| cmd="ifconfig -a"; | |
| fi; | |
| fi; | |
| COMPREPLY=($( eval PATH="$PATH:/sbin" $cmd 2>/dev/null | awk '/^[^ \t]/ { print $1 }' )); | |
| COMPREPLY=($( compgen -W '${COMPREPLY[@]/%[[:punct:]]/}' -- "$cur" )) | |
| } | |
| _bzip2 () | |
| { | |
| local cur prev xspec helpopts; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| helpopts=`_parse_help ${COMP_WORDS[0]}`; | |
| case $prev in | |
| -b | -h | --help | -p) | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W "${helpopts//#/} -2 -3 -4 -5 -6 -7 -8 -9" -- "$cur" )); | |
| return 0; | |
| fi; | |
| local IFS=' | |
| '; | |
| xspec="*.bz2"; | |
| if [[ "$prev" == --* ]]; then | |
| [[ "$prev" == --decompress || "$prev" == --list || "$prev" == --test ]] && xspec="!"$xspec; | |
| [[ "$prev" == --compress ]] && xspec=; | |
| else | |
| if [[ "$prev" == -* ]]; then | |
| [[ "$prev" == -*[dt]* ]] && xspec="!"$xspec; | |
| [[ "$prev" == -*z* ]] && xspec=; | |
| fi; | |
| fi; | |
| _expand || return 0; | |
| _compopt_o_filenames; | |
| COMPREPLY=($( compgen -f -X "$xspec" -- "$cur" ) $( compgen -d -- "$cur" )) | |
| } | |
| _cancel () | |
| { | |
| local cur; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur; | |
| COMPREPLY=($( compgen -W "$( lpstat | cut -d' ' -f1 )" -- "$cur" )) | |
| } | |
| _cd () | |
| { | |
| local cur IFS=' | |
| ' i j k; | |
| _get_comp_words_by_ref cur; | |
| if [[ "$cur" == ?(\\)\$* ]]; then | |
| COMPREPLY=($( compgen -v -P '$' -- "${cur#?(\\)$}" )); | |
| return 0; | |
| fi; | |
| _compopt_o_filenames; | |
| if [[ -z "${CDPATH:-}" || "$cur" == ?(.)?(.)/* ]]; then | |
| _filedir -d; | |
| return 0; | |
| fi; | |
| local -r mark_dirs=$(_rl_enabled mark-directories && echo y); | |
| local -r mark_symdirs=$(_rl_enabled mark-symlinked-directories && echo y); | |
| for i in ${CDPATH//:/' | |
| '}; | |
| do | |
| k="${#COMPREPLY[@]}"; | |
| for j in $( compgen -d $i/$cur ); | |
| do | |
| if [[ ( -n $mark_symdirs && -h $j || -n $mark_dirs && ! -h $j ) && ! -d ${j#$i/} ]]; then | |
| j="${j}/"; | |
| fi; | |
| COMPREPLY[k++]=${j#$i/}; | |
| done; | |
| done; | |
| _filedir -d; | |
| if [[ ${#COMPREPLY[@]} -eq 1 ]]; then | |
| i=${COMPREPLY[0]}; | |
| if [[ "$i" == "$cur" && $i != "*/" ]]; then | |
| COMPREPLY[0]="${i}/"; | |
| fi; | |
| fi; | |
| return 0 | |
| } | |
| _cd_devices () | |
| { | |
| COMPREPLY=("${COMPREPLY[@]}" $( compgen -f -d -X "!*/?([amrs])cd*" -- "${cur:-/dev/}" )) | |
| } | |
| _chgrp () | |
| { | |
| local cur prev split=false; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| cur=${cur//\\\\/}; | |
| _split_longopt && split=true; | |
| if [[ "$prev" == --reference ]]; then | |
| _filedir; | |
| return 0; | |
| fi; | |
| $split && return 0; | |
| if [[ "$cur" == -* ]]; then | |
| local w opts; | |
| for w in "${COMP_WORDS[@]}"; | |
| do | |
| [[ "$w" == -@(R|-recursive) ]] && opts="-H -L -P" && break; | |
| done; | |
| COMPREPLY=($( compgen -W '-c -h -f -R -v --changes --dereference \ | |
| --no-dereference --silent --quiet --reference --recursive \ | |
| --verbose --help --version $opts' -- "$cur" )); | |
| return 0; | |
| fi; | |
| if [[ $COMP_CWORD -eq 1 && "$cur" != -* || "$prev" == -* ]]; then | |
| _allowed_groups; | |
| else | |
| _filedir || return 0; | |
| fi; | |
| return 0 | |
| } | |
| _chown () | |
| { | |
| local cur prev split=false; | |
| _get_comp_words_by_ref -n : cur prev; | |
| _split_longopt && split=true; | |
| case "$prev" in | |
| --from) | |
| _usergroup; | |
| return 0 | |
| ;; | |
| --reference) | |
| _filedir; | |
| return 0 | |
| ;; | |
| esac; | |
| $split && return 0; | |
| if [[ "$cur" == -* ]]; then | |
| local w opts; | |
| for w in "${COMP_WORDS[@]}"; | |
| do | |
| [[ "$w" == -@(R|-recursive) ]] && opts="-H -L -P" && break; | |
| done; | |
| COMPREPLY=($( compgen -W '-c -h -f -R -v --changes --dereference \ | |
| --no-dereference --from --silent --quiet --reference --recursive \ | |
| --verbose --help --version $opts' -- "$cur" )); | |
| else | |
| local args; | |
| _count_args :; | |
| if [[ $args == 1 ]]; then | |
| _usergroup -u; | |
| else | |
| _filedir; | |
| fi; | |
| fi | |
| } | |
| _chsh () | |
| { | |
| local cur prev; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| case $prev in | |
| --list-shells | --help | -v | --version) | |
| return 0 | |
| ;; | |
| -s | --shell) | |
| _shells; | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" == -* && "$( uname -s )" == @(Linux|GNU|GNU/*) ]]; then | |
| COMPREPLY=($( compgen -W '--shell --list-shells --help --version' -- "$cur" )); | |
| else | |
| COMPREPLY=($( compgen -u -- "$cur" )); | |
| fi; | |
| return 0 | |
| } | |
| _command () | |
| { | |
| local offset i; | |
| offset=1; | |
| for ((i=1; i <= COMP_CWORD; i++ )) | |
| do | |
| if [[ "${COMP_WORDS[i]}" != -* ]]; then | |
| offset=$i; | |
| break; | |
| fi; | |
| done; | |
| _command_offset $offset | |
| } | |
| _command_offset () | |
| { | |
| local cur func cline cspec noglob cmd i char_offset word_offset _COMMAND_FUNC _COMMAND_FUNC_ARGS; | |
| word_offset=$1; | |
| local first_word=${COMP_WORDS[$word_offset]}; | |
| for ((i=0; i <= ${#COMP_LINE}; i++ )) | |
| do | |
| if [[ "${COMP_LINE:$i:${#first_word}}" == "$first_word" ]]; then | |
| char_offset=$i; | |
| break; | |
| fi; | |
| done; | |
| COMP_LINE=${COMP_LINE:$char_offset}; | |
| COMP_POINT=$(( COMP_POINT - $char_offset )); | |
| for ((i=0; i <= COMP_CWORD - $word_offset; i++ )) | |
| do | |
| COMP_WORDS[i]=${COMP_WORDS[i+$word_offset]}; | |
| done; | |
| for ((i; i <= COMP_CWORD; i++ )) | |
| do | |
| unset COMP_WORDS[i]; | |
| done; | |
| COMP_CWORD=$(( $COMP_CWORD - $word_offset )); | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur; | |
| if [[ $COMP_CWORD -eq 0 ]]; then | |
| _compopt_o_filenames; | |
| COMPREPLY=($( compgen -c -- "$cur" )); | |
| else | |
| cmd=${COMP_WORDS[0]}; | |
| if complete -p ${cmd##*/} >&/dev/null; then | |
| cspec=$( complete -p ${cmd##*/} ); | |
| if [ "${cspec#* -F }" != "$cspec" ]; then | |
| func=${cspec#*-F }; | |
| func=${func%% *}; | |
| if [[ ${#COMP_WORDS[@]} -ge 2 ]]; then | |
| $func $cmd "${COMP_WORDS[${#COMP_WORDS[@]}-1]}" "${COMP_WORDS[${#COMP_WORDS[@]}-2]}"; | |
| else | |
| $func $cmd "${COMP_WORDS[${#COMP_WORDS[@]}-1]}"; | |
| fi; | |
| if [ "${cspec#*-o }" != "$cspec" ]; then | |
| cspec=${cspec#*-o }; | |
| cspec=${cspec%% *}; | |
| if [[ "$cspec" != @(dir|file)names ]]; then | |
| COMPREPLY=("${COMPREPLY[@]//\\\\:/:}"); | |
| else | |
| _compopt_o_filenames; | |
| fi; | |
| fi; | |
| else | |
| if [ -n "$cspec" ]; then | |
| cspec=${cspec#complete}; | |
| cspec=${cspec%%${cmd##*/}}; | |
| COMPREPLY=($( eval compgen "$cspec" -- "$cur" )); | |
| fi; | |
| fi; | |
| else | |
| if [ ${#COMPREPLY[@]} -eq 0 ]; then | |
| _filedir; | |
| fi; | |
| fi; | |
| fi | |
| } | |
| _complete () | |
| { | |
| local cur prev; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| case $prev in | |
| -o) | |
| COMPREPLY=($( compgen -W 'bashdefault default dirnames filenames \ | |
| nospace plusdirs' -- "$cur" )); | |
| return 0 | |
| ;; | |
| -A) | |
| COMPREPLY=($( compgen -W 'alias arrayvar binding builtin command \ | |
| directory disabled enabled export file function group \ | |
| helptopic hostname job keyword running service setopt shopt \ | |
| signal stopped user variable' -- "$cur" )); | |
| return 0 | |
| ;; | |
| -C) | |
| COMPREPLY=($( compgen -A command -- "$cur" )); | |
| return 0 | |
| ;; | |
| -F) | |
| COMPREPLY=($( compgen -A function -- "$cur" )); | |
| return 0 | |
| ;; | |
| -p | -r) | |
| COMPREPLY=($( complete -p | sed -e 's|.* ||' )); | |
| COMPREPLY=($( compgen -W '${COMPREPLY[@]}' -- "$cur" )); | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" == -* ]]; then | |
| local opts="-a -b -c -d -e -f -g -j -k -o -s -u -v -A -G -W -P -S -X"; | |
| [[ $1 != compgen ]] && opts="$opts -F -C"; | |
| COMPREPLY=($( compgen -W "$opts" -- "$cur" )); | |
| else | |
| COMPREPLY=($( compgen -A command -- "$cur" )); | |
| fi | |
| } | |
| _complete_as_root () | |
| { | |
| [[ $EUID -eq 0 || -n ${root_command:-} ]] | |
| } | |
| _compopt_o_filenames () | |
| { | |
| type compopt >&/dev/null && compopt -o filenames 2> /dev/null || compgen -f /non-existing-dir/ > /dev/null | |
| } | |
| _configure () | |
| { | |
| local cur prev split=false; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| _split_longopt && split=true; | |
| case $prev in | |
| --*prefix | --*dir) | |
| _filedir -d | |
| ;; | |
| esac; | |
| $split && return 0; | |
| [[ "$cur" != -* ]] && return 0; | |
| if [ -n "$COMP_CONFIGURE_HINTS" ]; then | |
| COMPREPLY=($( compgen -W "$( $1 --help 2>&1 | awk '/^ --[A-Za-z]/ { print $1; \ | |
| if ($2 ~ /--[A-Za-z]/) print $2 }' | sed -e 's/[[,].*//g' )" -- "$cur" )); | |
| else | |
| COMPREPLY=($( compgen -W "$( $1 --help 2>&1 | awk '/^ --[A-Za-z]/ { print $1; \ | |
| if ($2 ~ /--[A-Za-z]/) print $2 }' | sed -e 's/[[,=].*//g' )" -- "$cur" )); | |
| fi | |
| } | |
| _configured_interfaces () | |
| { | |
| if [ -f /etc/debian_version ]; then | |
| COMPREPLY=($( compgen -W "$( sed -ne 's|^iface \([^ ]\{1,\}\).*$|\1|p' /etc/network/interfaces )" -- "$cur" )); | |
| else | |
| if [ -f /etc/SuSE-release ]; then | |
| COMPREPLY=($( compgen -W "$( printf '%s\n' /etc/sysconfig/network/ifcfg-* | sed -ne 's|.*ifcfg-\(.*\)|\1|p' )" -- "$cur" )); | |
| else | |
| if [ -f /etc/pld-release ]; then | |
| COMPREPLY=($( compgen -W "$( command ls -B /etc/sysconfig/interfaces | sed -ne 's|.*ifcfg-\(.*\)|\1|p' )" -- "$cur" )); | |
| else | |
| COMPREPLY=($( compgen -W "$( printf '%s\n' /etc/sysconfig/network-scripts/ifcfg-* | sed -ne 's|.*ifcfg-\(.*\)|\1|p' )" -- "$cur" )); | |
| fi; | |
| fi; | |
| fi | |
| } | |
| _count_args () | |
| { | |
| local i cword words; | |
| __reassemble_comp_words_by_ref "$1" words cword; | |
| args=1; | |
| for i in "${words[@]:1:cword-1}"; | |
| do | |
| [[ "$i" != -* ]] && args=$(($args+1)); | |
| done | |
| } | |
| _cpan2dist () | |
| { | |
| local cur prev packagelist cpandirs; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| case $prev in | |
| --format) | |
| COMPREPLY=($( compgen -W '$(perl -MCPANPLUS::Dist -e \ | |
| "print map { \"\$_\n\" } CPANPLUS::Dist->dist_types")' -- "$cur" )); | |
| return 0 | |
| ;; | |
| --banlist | --ignorelist | --modulelist | --logfile) | |
| _filedir; | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '--help --skiptest --force --install \ | |
| --verbose --keepsource --makefile --buildprereq \ | |
| --archive --flushcache --defaults --edit-metafile \ | |
| --format --ban --banlist --ignore --ignorelist \ | |
| --modulelist --logfile --timeout --set-config \ | |
| --set-program --dist-opts --default-banlist \ | |
| --default-ignorelist' -- $cur )); | |
| else | |
| cpandirs=("$HOME/.cpanplus/" "$HOME/.cpan/source/modules/"); | |
| for dir in ${cpandirs[@]}; | |
| do | |
| [[ -d "$dir" && -r "$dir/02packages.details.txt.gz" ]] && packagelist="$dir/02packages.details.txt.gz"; | |
| done; | |
| COMPREPLY=($( zgrep "^${cur//-/::}" $packagelist 2>/dev/null | awk '{print $1}' | sed -e 's/::/-/g' )); | |
| fi | |
| } | |
| _cpio () | |
| { | |
| local cur prev split=false; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref -n : cur prev; | |
| _split_longopt && split=true; | |
| case $prev in | |
| -H | --format) | |
| _cpio_format; | |
| return 0 | |
| ;; | |
| -E | -F | -I | --file | --pattern-file) | |
| _filedir; | |
| return 0 | |
| ;; | |
| -R | --owner) | |
| _usergroup; | |
| return 0 | |
| ;; | |
| --rsh-command) | |
| _compopt_o_filenames; | |
| COMPREPLY=($( compgen -c -- "$cur" )); | |
| return 0 | |
| ;; | |
| esac; | |
| $split && return 0; | |
| if [ $COMP_CWORD -eq 1 ]; then | |
| COMPREPLY=($( compgen -W '-o --create -i --extract -p --pass-through \ | |
| -? --help --license --usage --version' -- "$cur" )); | |
| else | |
| case ${COMP_WORDS[1]} in | |
| -o | --create) | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '-0 -a -c -v -A -B\ | |
| -L -V -C -H -M -O -F --file --format\ | |
| --message --null --reset-access-time\ | |
| --verbose --dot --append --block-size\ | |
| --dereference --io-size --quiet\ | |
| --force-local --rsh-command --help\ | |
| --version' -- "$cur" )); | |
| fi | |
| ;; | |
| -i | --extract) | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '-b -c -d -f -m -n -r\ | |
| -t -s -u -v -B -S -V -C -E -H -M -R -I\ | |
| -F --file --make-directories\ | |
| --nonmatching\ | |
| --preserve-modification-time\ | |
| --numeric-uid-gid --rename -t --list\ | |
| --swap-bytes --swap --dot\ | |
| --unconditional --verbose --block-size\ | |
| --swap-halfwords --io-size\ | |
| --pattern-file --format --owner\ | |
| --no-preserve-owner --message\ | |
| --force-local --no-absolute-filenames\ | |
| --sparse --only-verify-crc --quiet\ | |
| --rsh-command --help\ | |
| --to-stdout \ | |
| --version' -- "$cur" )); | |
| fi | |
| ;; | |
| -p | --pass-through) | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '-0 -a -d -l -m -u -v\ | |
| -L -V -R --null --reset-access-time\ | |
| --make-directories --link --quiet\ | |
| --preserve-modification-time\ | |
| --unconditional --verbose --dot\ | |
| --dereference --owner\ | |
| --no-preserve-owner --sparse --help\ | |
| --version' -- "$cur" )); | |
| else | |
| _filedir -d; | |
| fi | |
| ;; | |
| esac; | |
| fi | |
| } | |
| _cpio_format () | |
| { | |
| COMPREPLY=($( compgen -W 'bin odc newc crc tar ustar hpbin hpodc' -- "$cur" )) | |
| } | |
| _createdb () | |
| { | |
| local cur prev split=false; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| _split_longopt && split=true; | |
| case $prev in | |
| -h | --host) | |
| _known_hosts_real "$cur"; | |
| return 0 | |
| ;; | |
| -U | --username | -O | --owner) | |
| _pg_users; | |
| return 0 | |
| ;; | |
| -p | --port | -D | --tablespace | -E | --encoding | -T | --template) | |
| return 0 | |
| ;; | |
| --help | --version) | |
| return 0 | |
| ;; | |
| esac; | |
| $split && return 0; | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '--tablespace --template --encoding --host \ | |
| --port --username --password --echo --quiet --help --version' -- "$cur" )); | |
| else | |
| _pg_databases; | |
| fi | |
| } | |
| _crontab () | |
| { | |
| local cur prev; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| case $prev in | |
| -u) | |
| _allowed_users; | |
| return 0 | |
| ;; | |
| esac; | |
| local i opts=" -u -l -r -e"; | |
| [ "$(uname -s)" = Linux ] && opts="$opts -i"; | |
| [ -e /etc/selinux ] && opts="$opts -s"; | |
| for ((i=0; i < ${#COMP_WORDS[@]}-1; i++ )) | |
| do | |
| case "${COMP_WORDS[i]}" in | |
| -l) | |
| opts=${opts// -l -r -e/}; | |
| opts=${opts// -i/}; | |
| opts=${opts// -s/} | |
| ;; | |
| -e) | |
| opts=${opts// -l -r -e/}; | |
| opts=${opts// -i/} | |
| ;; | |
| -r) | |
| opts=${opts// -l -r -e/} | |
| ;; | |
| -u) | |
| opts=${opts// -u/}; | |
| opts=${opts// -i/} | |
| ;; | |
| -i | -s) | |
| opts=${opts// ${COMP_WORDS[i]}/} | |
| ;; | |
| esac; | |
| done; | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '$opts' -- "$cur" )); | |
| return 0; | |
| fi; | |
| [[ "${COMP_LINE}" == *\ -@(l|r|e)* ]] || _filedir | |
| } | |
| _cryptsetup_device () | |
| { | |
| cur=${cur:=/dev/}; | |
| _filedir | |
| } | |
| _cryptsetup_name () | |
| { | |
| COMPREPLY=($( compgen -X control -W '$( command ls /dev/mapper )' -- "$cur" )) | |
| } | |
| _cvs () | |
| { | |
| local cur prev count mode i cvsroot cvsroots pwd; | |
| local -a flags miss files entries changed newremoved; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref -n : cur prev; | |
| count=0; | |
| for i in "${COMP_WORDS[@]}"; | |
| do | |
| [ $count -eq $COMP_CWORD ] && break; | |
| if [[ "${COMP_WORDS[((count))]}" == "$cvsroot" && "$mode" == cvsroot ]]; then | |
| mode=""; | |
| fi; | |
| if [ -z "$mode" ]; then | |
| case $i in | |
| -H | --help) | |
| COMPREPLY=($( compgen -W "$( _cvs_commands )" -- "$cur" )); | |
| return 0 | |
| ;; | |
| -d) | |
| mode=cvsroot; | |
| cvsroot=${COMP_WORDS[((count+1))]} | |
| ;; | |
| ad | add | new) | |
| mode=add | |
| ;; | |
| adm | admin | rcs) | |
| mode=admin | |
| ;; | |
| ann | annotate) | |
| mode=annotate | |
| ;; | |
| checkout | co | get) | |
| mode=checkout | |
| ;; | |
| com | commit | ci) | |
| mode=commit | |
| ;; | |
| di | dif | diff) | |
| mode=diff | |
| ;; | |
| ex | exp | export) | |
| mode=export | |
| ;; | |
| edit | unedit) | |
| mode=$i | |
| ;; | |
| hi | his | history) | |
| mode=history | |
| ;; | |
| im | imp | import) | |
| mode=import | |
| ;; | |
| re | rel | release) | |
| mode=release | |
| ;; | |
| log | rlog) | |
| mode=log | |
| ;; | |
| rdiff | patch) | |
| mode=rdiff | |
| ;; | |
| remove | rm | delete) | |
| mode=remove | |
| ;; | |
| rtag | rfreeze) | |
| mode=rtag | |
| ;; | |
| st | stat | status) | |
| mode=status | |
| ;; | |
| tag | freeze) | |
| mode=tag | |
| ;; | |
| up | upd | update) | |
| mode=update | |
| ;; | |
| esac; | |
| else | |
| if [[ "$i" = -* ]]; then | |
| flags=("${flags[@]}" $i); | |
| fi; | |
| fi; | |
| count=$((++count)); | |
| done; | |
| case $mode in | |
| add) | |
| case $prev in | |
| -m) | |
| return 0 | |
| ;; | |
| -k) | |
| _cvs_kflags; | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" != -* ]]; then | |
| set_prefix; | |
| if [[ $COMP_CWORD -gt 1 && -r ${prefix:-}CVS/Entries ]]; then | |
| get_entries; | |
| [ -z "$cur" ] && files=$( command ls -Ad !(CVS) ) || files=$( command ls -d ${cur}* 2>/dev/null ); | |
| for i in "${entries[@]}"; | |
| do | |
| files=(${files[@]/#$i//}); | |
| done; | |
| COMPREPLY=($( compgen -X '*~' -W '${files[@]}' -- $cur )); | |
| fi; | |
| else | |
| COMPREPLY=($( compgen -W "$( _cvs_command_options $mode )" -- "$cur" )); | |
| fi | |
| ;; | |
| admin) | |
| case $prev in | |
| -a | -A | -b | -c | -e | -l | -m | -n | -N | -o | -s | -t- | -u) | |
| return 0 | |
| ;; | |
| -t) | |
| _filedir; | |
| return 0 | |
| ;; | |
| -k) | |
| _cvs_kflags; | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" = -* ]]; then | |
| COMPREPLY=($( compgen -W "$( _cvs_command_options $mode )" -- "$cur" )); | |
| fi | |
| ;; | |
| annotate) | |
| [[ "$prev" == -@(r|D) ]] && return 0; | |
| if [[ "$cur" = -* ]]; then | |
| COMPREPLY=($( compgen -W "$( _cvs_command_options $mode )" -- "$cur" )); | |
| else | |
| get_entries; | |
| COMPREPLY=($( compgen -W '${entries[@]}' -- "$cur" )); | |
| fi | |
| ;; | |
| checkout) | |
| case $prev in | |
| -r | -D | j) | |
| return 0 | |
| ;; | |
| -d) | |
| _filedir -d; | |
| return 0 | |
| ;; | |
| -k) | |
| _cvs_kflags; | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" != -* ]]; then | |
| [ -z "$cvsroot" ] && cvsroot=$CVSROOT; | |
| COMPREPLY=($( cvs -d "$cvsroot" co -c 2> /dev/null | awk '{print $1}' )); | |
| COMPREPLY=($( compgen -W '${COMPREPLY[@]}' -- "$cur" )); | |
| else | |
| COMPREPLY=($( compgen -W "$( _cvs_command_options $mode )" -- "$cur" )); | |
| fi | |
| ;; | |
| commit) | |
| case $prev in | |
| -m | -r) | |
| return 0 | |
| ;; | |
| -F) | |
| _filedir; | |
| return 0 | |
| ;; | |
| esac; | |
| set_prefix; | |
| if [[ "$cur" != -* && -r ${prefix:-}CVS/Entries ]]; then | |
| if [ -n "${COMP_CVS_REMOTE:-}" ]; then | |
| changed=($( cvs -q diff --brief 2>&1 | sed -ne 's/^Files [^ ]* and \([^ ]*\) differ$/\1/p' )); | |
| newremoved=($( cvs -q diff --brief 2>&1 | sed -ne 's/^cvs diff: \([^ ]*\) .*, no comparison available$/\1/p' )); | |
| COMPREPLY=($( compgen -W '${changed[@]:-} \ | |
| ${newremoved[@]:-}' -- "$cur" )); | |
| else | |
| COMPREPLY=($(compgen -o default -- "$cur")); | |
| fi; | |
| else | |
| COMPREPLY=($( compgen -W "$( _cvs_command_options $mode )" -- "$cur" )); | |
| fi | |
| ;; | |
| cvsroot) | |
| _cvs_roots | |
| ;; | |
| export) | |
| case $prev in | |
| -r | -D) | |
| return 0 | |
| ;; | |
| -d) | |
| _filedir -d; | |
| return 0 | |
| ;; | |
| -k) | |
| _cvs_kflags; | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" != -* ]]; then | |
| [ -z "$cvsroot" ] && cvsroot=$CVSROOT; | |
| COMPREPLY=($( cvs -d "$cvsroot" co -c | awk '{print $1}' )); | |
| COMPREPLY=($( compgen -W '${COMPREPLY[@]}' -- "$cur" )); | |
| else | |
| COMPREPLY=($( compgen -W "$( _cvs_command_options $mode )" -- "$cur" )); | |
| fi | |
| ;; | |
| diff) | |
| if [[ "$cur" == -* ]]; then | |
| _longopt diff; | |
| else | |
| get_entries; | |
| COMPREPLY=($( compgen -W '${entries[@]:-}' -- "$cur" )); | |
| fi | |
| ;; | |
| remove) | |
| if [[ "$cur" != -* ]]; then | |
| set_prefix; | |
| if [[ $COMP_CWORD -gt 1 && -r ${prefix:-}CVS/Entries ]]; then | |
| get_entries; | |
| for i in "${entries[@]}"; | |
| do | |
| [ ! -r "$i" ] && miss=("${miss[@]}" $i); | |
| done; | |
| COMPREPLY=($(compgen -W '${miss[@]:-}' -- "$cur")); | |
| fi; | |
| else | |
| COMPREPLY=($( compgen -W "$( _cvs_command_options $mode )" -- "$cur" )); | |
| fi | |
| ;; | |
| import) | |
| case $prev in | |
| -I | -b | -m | -W) | |
| return 0 | |
| ;; | |
| -k) | |
| _cvs_kflags; | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" != -* ]]; then | |
| [ -z "$cvsroot" ] && cvsroot=$CVSROOT; | |
| prefix=${cur%/*}; | |
| if [ -r ${cvsroot}/${prefix} ]; then | |
| get_modules; | |
| COMPREPLY=(${COMPREPLY[@]#$cvsroot}); | |
| COMPREPLY=(${COMPREPLY[@]#\/}); | |
| fi; | |
| pwd=$( pwd ); | |
| pwd=${pwd##*/}; | |
| COMPREPLY=($( compgen -W '${COMPREPLY[@]} $pwd' -- $cur )); | |
| else | |
| COMPREPLY=($( compgen -W "$( _cvs_command_options $mode )" -- "$cur" )); | |
| fi | |
| ;; | |
| update) | |
| case $prev in | |
| -r | -D | -j | -I | -W) | |
| return 0 | |
| ;; | |
| -k) | |
| _cvs_kflags; | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" = -* ]]; then | |
| COMPREPLY=($( compgen -W "$( _cvs_command_options $mode )" -- "$cur" )); | |
| fi | |
| ;; | |
| "") | |
| case $prev in | |
| -T) | |
| _filedir -d; | |
| return 0 | |
| ;; | |
| -e | -s) | |
| return 0 | |
| ;; | |
| -z) | |
| COMPREPLY=($( compgen -W '1 2 3 4 5 6 7 8 9' -- "$cur" )); | |
| return 0 | |
| ;; | |
| esac; | |
| COMPREPLY=($( compgen -W '$( _cvs_commands ) $( _cvs_options ) \ | |
| --help --help-commands --help-options --version' -- "$cur" )) | |
| ;; | |
| esac; | |
| return 0 | |
| } | |
| _cvs_command_options () | |
| { | |
| cvs --help $1 2>&1 | sed -ne 's/^[[:space:]]*\(-[^[:space:]=[]*\).*/\1/p' | |
| } | |
| _cvs_commands () | |
| { | |
| cvs --help-commands 2>&1 | awk '/^( *|\t)/ { print $1 }' | |
| } | |
| _cvs_kflags () | |
| { | |
| COMPREPLY=($( compgen -W 'kv kvl k o b v' -- "$cur" )) | |
| } | |
| _cvs_options () | |
| { | |
| cvs --help-options 2>&1 | awk '/^( *|\t)-/ { print $1 }' | |
| } | |
| _cvs_roots () | |
| { | |
| local -a cvsroots; | |
| cvsroots=($CVSROOT); | |
| [ -r ~/.cvspass ] && cvsroots=("${cvsroots[@]}" $( awk '{ print $2 }' ~/.cvspass )); | |
| [ -r CVS/Root ] && cvsroots=("${cvsroots[@]}" $(cat CVS/Root)); | |
| COMPREPLY=($( compgen -W '${cvsroots[@]}' -- "$cur" )); | |
| __ltrim_colon_completions "$cur" | |
| } | |
| _dd () | |
| { | |
| local cur; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref -n = cur; | |
| case $cur in | |
| if=* | of=*) | |
| cur=${cur#*=}; | |
| _filedir; | |
| return 0 | |
| ;; | |
| conv=*) | |
| cur=${cur#*=}; | |
| COMPREPLY=($( compgen -W 'ascii ebcdic ibm block unblock lcase | |
| notrunc ucase swab noerror sync' -- "$cur" )); | |
| return 0 | |
| ;; | |
| esac; | |
| _expand || return 0; | |
| COMPREPLY=($( compgen -W '--help --version' -- "$cur" ) $( compgen -W 'bs cbs conv count ibs if obs of seek skip' -S '=' -- "$cur" )) | |
| } | |
| _dropdb () | |
| { | |
| local cur prev split=false; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| _split_longopt && split=true; | |
| case $prev in | |
| -h | --host) | |
| _known_hosts_real "$cur"; | |
| return 0 | |
| ;; | |
| -U | --username) | |
| _pg_users; | |
| return 0 | |
| ;; | |
| --help | --version) | |
| return 0 | |
| ;; | |
| esac; | |
| $split && return 0; | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '--host --port --username --password \ | |
| --interactive --echo --quiet --help --version' -- "$cur" )); | |
| else | |
| _pg_databases; | |
| fi | |
| } | |
| _dvd_devices () | |
| { | |
| COMPREPLY=("${COMPREPLY[@]}" $( compgen -f -d -X "!*/?(r)dvd*" -- "${cur:-/dev/}" )) | |
| } | |
| _edquota () | |
| { | |
| local cur prev split=false; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| _split_longopt && split=true; | |
| case $prev in | |
| -F | --format) | |
| _quota_formats; | |
| return 0 | |
| ;; | |
| -f | --filesystem) | |
| _filesystems; | |
| return 0 | |
| ;; | |
| esac; | |
| $split && return 0; | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '-r --remote -m --no-mixed-pathnames \ | |
| -g --group -u --user -p --prototype -F --format -f --filesystem \ | |
| -t --edit-period -T --edit-times' -- "$cur" )); | |
| else | |
| _user_or_group; | |
| fi | |
| } | |
| _expand () | |
| { | |
| if [[ "$cur" == \~*/* ]]; then | |
| eval cur=$cur; | |
| else | |
| if [[ "$cur" == \~* ]]; then | |
| cur=${cur#\~}; | |
| COMPREPLY=($( compgen -P '~' -u "$cur" )); | |
| [ ${#COMPREPLY[@]} -eq 1 ] && eval COMPREPLY[0]=${COMPREPLY[0]}; | |
| return ${#COMPREPLY[@]}; | |
| fi; | |
| fi | |
| } | |
| _export () | |
| { | |
| local cur; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur; | |
| case $COMP_LINE in | |
| *=\$*) | |
| COMPREPLY=($( compgen -v -P '$' -- "${cur#*=\$}" )) | |
| ;; | |
| *[^=]) | |
| COMPREPLY=($( compgen -v -S '=' -- "$cur" )) | |
| ;; | |
| *=) | |
| COMPREPLY=("$( eval echo -n \"$`echo ${cur%=}`\" | | |
| ( echo -n \' | |
| sed -e 's/'\''/'\''\\\'\'''\''/g' | |
| echo -n \' ) )") | |
| ;; | |
| esac | |
| } | |
| _filedir () | |
| { | |
| local i IFS=' | |
| ' xspec; | |
| _tilde "$cur" || return 0; | |
| local -a toks; | |
| local quoted tmp; | |
| _quote_readline_by_ref "$cur" quoted; | |
| toks=(${toks[@]-} $( | |
| compgen -d -- "$quoted" | { | |
| while read -r tmp; do | |
| # TODO: I have removed a "[ -n $tmp ] &&" before 'printf ..', | |
| # and everything works again. If this bug suddenly | |
| # appears again (i.e. "cd /b<TAB>" becomes "cd /"), | |
| # remember to check for other similar conditionals (here | |
| # and _filedir_xspec()). --David | |
| printf '%s\n' $tmp | |
| done | |
| } | |
| )); | |
| if [[ "$1" != -d ]]; then | |
| [[ ${BASH_VERSINFO[0]} -ge 4 ]] && xspec=${1:+"!*.@($1|${1^^})"} || xspec=${1:+"!*.@($1|$(printf %s $1 | tr '[:lower:]' '[:upper:]'))"}; | |
| toks=(${toks[@]-} $( compgen -f -X "$xspec" -- $quoted)); | |
| fi; | |
| [ ${#toks[@]} -ne 0 ] && _compopt_o_filenames; | |
| COMPREPLY=("${COMPREPLY[@]}" "${toks[@]}") | |
| } | |
| _filedir_xspec () | |
| { | |
| local IFS cur xspec; | |
| IFS=' | |
| '; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur; | |
| _expand || return 0; | |
| xspec=$( awk "/^complete[ \t]+.*[ \t]${1##*/}([ \t]|\$)/ { print \$0; exit }" "$BASH_COMPLETION" ); | |
| xspec=${xspec#*-X }; | |
| xspec=${xspec%% *}; | |
| local -a toks; | |
| local tmp; | |
| toks=(${toks[@]-} $( | |
| compgen -d -- "$(quote_readline "$cur")" | { | |
| while read -r tmp; do | |
| # see long TODO comment in _filedir() --David | |
| printf '%s\n' $tmp | |
| done | |
| } | |
| )); | |
| eval xspec="${xspec}"; | |
| local matchop=!; | |
| if [[ $xspec == !* ]]; then | |
| xspec=${xspec#!}; | |
| matchop=@; | |
| fi; | |
| [[ ${BASH_VERSINFO[0]} -ge 4 ]] && xspec="$matchop($xspec|${xspec^^})" || xspec="$matchop($xspec|$(printf %s $xspec | tr '[:lower:]' '[:upper:]'))"; | |
| toks=(${toks[@]-} $( | |
| eval compgen -f -X "!$xspec" -- "\$(quote_readline "\$cur")" | { | |
| while read -r tmp; do | |
| [ -n $tmp ] && printf '%s\n' $tmp | |
| done | |
| } | |
| )); | |
| [ ${#toks[@]} -ne 0 ] && _compopt_o_filenames; | |
| COMPREPLY=("${toks[@]}") | |
| } | |
| _filesystems () | |
| { | |
| COMPREPLY=($( compgen -W "$(awk '/^\// {print $1}' /etc/mtab)" -- "$cur" )) | |
| } | |
| _find () | |
| { | |
| local cur prev i exprfound onlyonce; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| case $prev in | |
| -maxdepth | -mindepth) | |
| COMPREPLY=($( compgen -W '0 1 2 3 4 5 6 7 8 9' -- "$cur" )); | |
| return 0 | |
| ;; | |
| -newer | -anewer | -cnewer | -fls | -fprint | -fprint0 | -fprintf | -name | -iname | -lname | -ilname | -wholename | -iwholename | -samefile) | |
| _filedir; | |
| return 0 | |
| ;; | |
| -fstype) | |
| _fstypes; | |
| if [[ "$( uname -s )" == *BSD ]]; then | |
| COMPREPLY=("${COMPREPLY[@]}" $( compgen -W 'local rdonly' -- "$cur" )); | |
| fi; | |
| return 0 | |
| ;; | |
| -gid) | |
| _gids; | |
| return 0 | |
| ;; | |
| -group) | |
| COMPREPLY=($( compgen -g -- "$cur" 2>/dev/null)); | |
| return 0 | |
| ;; | |
| -xtype | -type) | |
| COMPREPLY=($( compgen -W 'b c d p f l s' -- "$cur" )); | |
| return 0 | |
| ;; | |
| -uid) | |
| _uids; | |
| return 0 | |
| ;; | |
| -user) | |
| COMPREPLY=($( compgen -u -- "$cur" )); | |
| return 0 | |
| ;; | |
| -exec | -execdir | -ok | -okdir) | |
| COMP_WORDS=(COMP_WORDS[0] "$cur"); | |
| COMP_CWORD=1; | |
| _command; | |
| return 0 | |
| ;; | |
| -[acm]min | -[acm]time | -iname | -lname | -wholename | -iwholename | -lwholename | -ilwholename | -inum | -path | -ipath | -regex | -iregex | -links | -perm | -size | -used | -printf | -context) | |
| return 0 | |
| ;; | |
| -regextype) | |
| COMPREPLY=($( compgen -W 'emacs posix-awk posix-basic \ | |
| posix-egrep posix-extended' -- "$cur" )); | |
| return 0 | |
| ;; | |
| esac; | |
| _expand || return 0; | |
| for i in ${COMP_WORDS[@]}; | |
| do | |
| [[ "$i" = [-\(\),\!]* ]] && exprfound=1 && break; | |
| done; | |
| if [[ "$exprfound" != 1 && "$cur" != [-\(\),\!]* ]]; then | |
| _filedir -d; | |
| return 0; | |
| fi; | |
| COMPREPLY=($( compgen -W '-daystart -depth -follow -help \ | |
| -ignore_readdir_race -maxdepth -mindepth -mindepth -mount \ | |
| -noignore_readdir_race -noleaf -regextype -version -warn -nowarn \ | |
| -xdev \ | |
| -amin -anewer -atime -cmin -cnewer -ctime -empty -executable -false \ | |
| -fstype -gid -group -ilname -iname -inum -ipath -iregex -iwholename \ | |
| -links -lname -mmin -mtime -name -newer -nogroup -nouser -path -perm \ | |
| -readable -regex -samefile -size -true -type -uid -used -user \ | |
| -wholename -writable -xtype -context \ | |
| -delete -exec -execdir -fls -fprint -fprint0 -fprintf -ls -ok -okdir \ | |
| -print -print0 -printf -prune -quit' -- "$cur" )); | |
| onlyonce=' -daystart -depth -follow -help -ignore_readdir_race -maxdepth \ | |
| -mindepth -mount -noignore_readdir_race -noleaf -nowarn -regextype \ | |
| -version -warn -xdev '; | |
| COMPREPLY=($( (while read -d ' ' i; do | |
| [[ -z "$i" || "${onlyonce/ ${i%% *} / }" == "$onlyonce" ]] && | |
| continue | |
| # flatten array with spaces on either side, | |
| # otherwise we cannot grep on word boundaries of | |
| # first and last word | |
| COMPREPLY=" ${COMPREPLY[@]} " | |
| # remove word from list of completions | |
| COMPREPLY=( ${COMPREPLY/ ${i%% *} / } ) | |
| done | |
| printf '%s ' "${COMPREPLY[@]}") <<<"${COMP_WORDS[@]}" | |
| )); | |
| _filedir; | |
| return 0 | |
| } | |
| _fstypes () | |
| { | |
| local fss; | |
| if [ -e /proc/filesystems ]; then | |
| fss="$( cut -d' ' -f2 /proc/filesystems ) | |
| $( awk '! /\*/ { print $NF }' /etc/filesystems 2>/dev/null )"; | |
| else | |
| fss="$( awk '/^[ \t]*[^#]/ { print $3 }' /etc/fstab 2>/dev/null ) | |
| $( awk '/^[ \t]*[^#]/ { print $3 }' /etc/mnttab 2>/dev/null ) | |
| $( awk '/^[ \t]*[^#]/ { print $4 }' /etc/vfstab 2>/dev/null ) | |
| $( awk '{ print $1 }' /etc/dfs/fstypes 2>/dev/null ) | |
| $( [ -d /etc/fs ] && command ls /etc/fs )"; | |
| fi; | |
| [ -n "$fss" ] && COMPREPLY=("${COMPREPLY[@]}" $( compgen -W "$fss" -- "$cur" )) | |
| } | |
| _function () | |
| { | |
| local cur prev; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| if [[ $1 == @(declare|typeset) ]]; then | |
| if [ "$prev" = -f ]; then | |
| COMPREPLY=($( compgen -A function -- "$cur" )); | |
| else | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '-a -f -F -i -r -x -p' -- "$cur" )); | |
| fi; | |
| fi; | |
| else | |
| if [ $COMP_CWORD -eq 1 ]; then | |
| COMPREPLY=($( compgen -A function -- "$cur" )); | |
| else | |
| COMPREPLY=("() $( type -- ${COMP_WORDS[1]} | sed -e 1,2d )"); | |
| fi; | |
| fi | |
| } | |
| _gcc () | |
| { | |
| local cur cc backend; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur; | |
| _expand || return 0; | |
| case $1 in | |
| gcj) | |
| backend=jc1 | |
| ;; | |
| gpc) | |
| backend=gpc1 | |
| ;; | |
| *77) | |
| backend=f771 | |
| ;; | |
| *) | |
| backend=cc1 | |
| ;; | |
| esac; | |
| if [[ "$cur" == -* ]]; then | |
| cc=$( $1 -print-prog-name=$backend ); | |
| COMPREPLY=($( compgen -W "$( $cc --help 2>/dev/null | tr '\t' ' ' | sed -e '/^ *-/!d' -e 's/ *-\([^ ]*\).*/-\1/' | sort -u )" -- "$cur" )); | |
| else | |
| _filedir; | |
| fi | |
| } | |
| _gdb () | |
| { | |
| local cur prev; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| if [ $COMP_CWORD -eq 1 ]; then | |
| local IFS; | |
| _compopt_o_filenames; | |
| if [[ "$cur" == */* ]]; then | |
| IFS=' | |
| '; | |
| COMPREPLY=($( PATH="$PATH:." compgen -d -c -- "$cur" )); | |
| else | |
| IFS=":"; | |
| local path_array=($( sed -e 's/:\{2,\}/:/g' -e 's/^://' -e 's/:$//' <<<"$PATH" )); | |
| IFS=' | |
| '; | |
| COMPREPLY=($( compgen -d -W '$(find "${path_array[@]}" . \ | |
| -mindepth 1 -maxdepth 1 -not -type d -executable \ | |
| -printf "%f\\n" 2>/dev/null)' -- "$cur" )); | |
| fi; | |
| else | |
| if [ $COMP_CWORD -eq 2 ]; then | |
| prev=${prev##*/}; | |
| COMPREPLY=($( compgen -fW "$( command ps axo comm,pid | awk '{if ($1 ~ /^'"$prev"'/) print $2}' )" -- "$cur" )); | |
| fi; | |
| fi | |
| } | |
| _get_comp_words_by_ref () | |
| { | |
| local exclude flag i OPTIND=1; | |
| local cur cword words=(); | |
| local upargs=() upvars=() vcur vcword vprev vwords; | |
| while getopts "c:i:n:p:w:" flag "$@"; do | |
| case $flag in | |
| c) | |
| vcur=$OPTARG | |
| ;; | |
| i) | |
| vcword=$OPTARG | |
| ;; | |
| n) | |
| exclude=$OPTARG | |
| ;; | |
| p) | |
| vprev=$OPTARG | |
| ;; | |
| w) | |
| vwords=$OPTARG | |
| ;; | |
| esac; | |
| done; | |
| while [[ $# -ge $OPTIND ]]; do | |
| case ${!OPTIND} in | |
| cur) | |
| vcur=cur | |
| ;; | |
| prev) | |
| vprev=prev | |
| ;; | |
| cword) | |
| vcword=cword | |
| ;; | |
| words) | |
| vwords=words | |
| ;; | |
| *) | |
| echo "bash: $FUNCNAME(): \`${!OPTIND}': unknown argument" 1>&2; | |
| return 1 | |
| ;; | |
| esac; | |
| let "OPTIND += 1"; | |
| done; | |
| __get_cword_at_cursor_by_ref "$exclude" words cword cur; | |
| [[ -n $vcur ]] && { | |
| upvars+=("$vcur"); | |
| upargs+=(-v $vcur "$cur") | |
| }; | |
| [[ -n $vcword ]] && { | |
| upvars+=("$vcword"); | |
| upargs+=(-v $vcword "$cword") | |
| }; | |
| [[ -n $vprev ]] && { | |
| upvars+=("$vprev"); | |
| upargs+=(-v $vprev "${words[cword - 1]}") | |
| }; | |
| [[ -n $vwords ]] && { | |
| upvars+=("$vwords"); | |
| upargs+=(-a${#words[@]} $vwords "${words[@]}") | |
| }; | |
| (( ${#upvars[@]} )) && local "${upvars[@]}" && _upvars "${upargs[@]}" | |
| } | |
| _get_cword () | |
| { | |
| local LC_CTYPE=C; | |
| local cword words; | |
| __reassemble_comp_words_by_ref "$1" words cword; | |
| if [[ -n ${2//[^0-9]/} ]]; then | |
| printf "%s" "${words[cword-$2]}"; | |
| else | |
| if [[ "${#words[cword]}" -eq 0 || "$COMP_POINT" == "${#COMP_LINE}" ]]; then | |
| printf "%s" "${words[cword]}"; | |
| else | |
| local i; | |
| local cur="$COMP_LINE"; | |
| local index="$COMP_POINT"; | |
| for ((i = 0; i <= cword; ++i )) | |
| do | |
| while [[ "${#cur}" -ge ${#words[i]} && "${cur:0:${#words[i]}}" != "${words[i]}" ]]; do | |
| cur="${cur:1}"; | |
| ((index--)); | |
| done; | |
| if [[ "$i" -lt "$cword" ]]; then | |
| local old_size="${#cur}"; | |
| cur="${cur#${words[i]}}"; | |
| local new_size="${#cur}"; | |
| index=$(( index - old_size + new_size )); | |
| fi; | |
| done; | |
| if [[ "${words[cword]:0:${#cur}}" != "$cur" ]]; then | |
| printf "%s" "${words[cword]}"; | |
| else | |
| printf "%s" "${cur:0:$index}"; | |
| fi; | |
| fi; | |
| fi | |
| } | |
| _get_first_arg () | |
| { | |
| local i; | |
| arg=; | |
| for ((i=1; i < COMP_CWORD; i++ )) | |
| do | |
| if [[ "${COMP_WORDS[i]}" != -* ]]; then | |
| arg=${COMP_WORDS[i]}; | |
| break; | |
| fi; | |
| done | |
| } | |
| _get_pword () | |
| { | |
| if [ $COMP_CWORD -ge 1 ]; then | |
| _get_cword "${@:-}" 1; | |
| fi | |
| } | |
| _gids () | |
| { | |
| if type getent >&/dev/null; then | |
| COMPREPLY=($( compgen -W '$( getent group | cut -d: -f3 )' -- "$cur" )); | |
| else | |
| if type perl >&/dev/null; then | |
| COMPREPLY=($( compgen -W '$( perl -e '"'"'while (($gid) = (getgrent)[2]) { print $gid . "\n" }'"'"' )' -- "$cur" )); | |
| else | |
| COMPREPLY=($( compgen -W '$( cut -d: -f3 /etc/group )' -- "$cur" )); | |
| fi; | |
| fi | |
| } | |
| _git () | |
| { | |
| local i c=1 command __git_dir; | |
| if [[ -n ${ZSH_VERSION-} ]]; then | |
| emulate -L bash; | |
| setopt KSH_TYPESET; | |
| typeset -h words; | |
| typeset -h IFS; | |
| fi; | |
| local cur words cword prev; | |
| _get_comp_words_by_ref -n =: cur words cword prev; | |
| while [ $c -lt $cword ]; do | |
| i="${words[c]}"; | |
| case "$i" in | |
| --git-dir=*) | |
| __git_dir="${i#--git-dir=}" | |
| ;; | |
| --bare) | |
| __git_dir="." | |
| ;; | |
| --version | -p | --paginate) | |
| ;; | |
| --help) | |
| command="help"; | |
| break | |
| ;; | |
| *) | |
| command="$i"; | |
| break | |
| ;; | |
| esac; | |
| ((c++)); | |
| done; | |
| if [ -z "$command" ]; then | |
| case "$cur" in | |
| --*) | |
| __gitcomp " | |
| --paginate | |
| --no-pager | |
| --git-dir= | |
| --bare | |
| --version | |
| --exec-path | |
| --html-path | |
| --work-tree= | |
| --namespace= | |
| --help | |
| " | |
| ;; | |
| *) | |
| __git_compute_porcelain_commands; | |
| __gitcomp "$__git_porcelain_commands $(__git_aliases)" | |
| ;; | |
| esac; | |
| return; | |
| fi; | |
| local completion_func="_git_${command//-/_}"; | |
| declare -f $completion_func > /dev/null && $completion_func && return; | |
| local expansion=$(__git_aliased_command "$command"); | |
| if [ -n "$expansion" ]; then | |
| completion_func="_git_${expansion//-/_}"; | |
| declare -f $completion_func > /dev/null && $completion_func; | |
| fi | |
| } | |
| _git_add () | |
| { | |
| __git_has_doubledash && return; | |
| case "$cur" in | |
| --*) | |
| __gitcomp " | |
| --interactive --refresh --patch --update --dry-run | |
| --ignore-errors --intent-to-add | |
| "; | |
| return | |
| ;; | |
| esac; | |
| COMPREPLY=() | |
| } | |
| _git_am () | |
| { | |
| local dir="$(__gitdir)"; | |
| if [ -d "$dir"/rebase-apply ]; then | |
| __gitcomp "--skip --continue --resolved --abort"; | |
| return; | |
| fi; | |
| case "$cur" in | |
| --whitespace=*) | |
| __gitcomp "$__git_whitespacelist" "" "${cur##--whitespace=}"; | |
| return | |
| ;; | |
| --*) | |
| __gitcomp " | |
| --3way --committer-date-is-author-date --ignore-date | |
| --ignore-whitespace --ignore-space-change | |
| --interactive --keep --no-utf8 --signoff --utf8 | |
| --whitespace= --scissors | |
| "; | |
| return | |
| ;; | |
| esac; | |
| COMPREPLY=() | |
| } | |
| _git_apply () | |
| { | |
| case "$cur" in | |
| --whitespace=*) | |
| __gitcomp "$__git_whitespacelist" "" "${cur##--whitespace=}"; | |
| return | |
| ;; | |
| --*) | |
| __gitcomp " | |
| --stat --numstat --summary --check --index | |
| --cached --index-info --reverse --reject --unidiff-zero | |
| --apply --no-add --exclude= | |
| --ignore-whitespace --ignore-space-change | |
| --whitespace= --inaccurate-eof --verbose | |
| "; | |
| return | |
| ;; | |
| esac; | |
| COMPREPLY=() | |
| } | |
| _git_archive () | |
| { | |
| case "$cur" in | |
| --format=*) | |
| __gitcomp "$(git archive --list)" "" "${cur##--format=}"; | |
| return | |
| ;; | |
| --remote=*) | |
| __gitcomp_nl "$(__git_remotes)" "" "${cur##--remote=}"; | |
| return | |
| ;; | |
| --*) | |
| __gitcomp " | |
| --format= --list --verbose | |
| --prefix= --remote= --exec= | |
| "; | |
| return | |
| ;; | |
| esac; | |
| __git_complete_file | |
| } | |
| _git_bisect () | |
| { | |
| __git_has_doubledash && return; | |
| local subcommands="start bad good skip reset visualize replay log run"; | |
| local subcommand="$(__git_find_on_cmdline "$subcommands")"; | |
| if [ -z "$subcommand" ]; then | |
| if [ -f "$(__gitdir)"/BISECT_START ]; then | |
| __gitcomp "$subcommands"; | |
| else | |
| __gitcomp "replay start"; | |
| fi; | |
| return; | |
| fi; | |
| case "$subcommand" in | |
| bad | good | reset | skip | start) | |
| __gitcomp_nl "$(__git_refs)" | |
| ;; | |
| *) | |
| COMPREPLY=() | |
| ;; | |
| esac | |
| } | |
| _git_branch () | |
| { | |
| local i c=1 only_local_ref="n" has_r="n"; | |
| while [ $c -lt $cword ]; do | |
| i="${words[c]}"; | |
| case "$i" in | |
| -d | -m) | |
| only_local_ref="y" | |
| ;; | |
| -r) | |
| has_r="y" | |
| ;; | |
| esac; | |
| ((c++)); | |
| done; | |
| case "$cur" in | |
| --*) | |
| __gitcomp " | |
| --color --no-color --verbose --abbrev= --no-abbrev | |
| --track --no-track --contains --merged --no-merged | |
| --set-upstream --edit-description --list | |
| " | |
| ;; | |
| *) | |
| if [ $only_local_ref = "y" -a $has_r = "n" ]; then | |
| __gitcomp_nl "$(__git_heads)"; | |
| else | |
| __gitcomp_nl "$(__git_refs)"; | |
| fi | |
| ;; | |
| esac | |
| } | |
| _git_bundle () | |
| { | |
| local cmd="${words[2]}"; | |
| case "$cword" in | |
| 2) | |
| __gitcomp "create list-heads verify unbundle" | |
| ;; | |
| 3) | |
| ;; | |
| *) | |
| case "$cmd" in | |
| create) | |
| __git_complete_revlist | |
| ;; | |
| esac | |
| ;; | |
| esac | |
| } | |
| _git_checkout () | |
| { | |
| __git_has_doubledash && return; | |
| case "$cur" in | |
| --conflict=*) | |
| __gitcomp "diff3 merge" "" "${cur##--conflict=}" | |
| ;; | |
| --*) | |
| __gitcomp " | |
| --quiet --ours --theirs --track --no-track --merge | |
| --conflict= --orphan --patch | |
| " | |
| ;; | |
| *) | |
| local flags="--track --no-track --no-guess" track=1; | |
| if [ -n "$(__git_find_on_cmdline "$flags")" ]; then | |
| track=''; | |
| fi; | |
| __gitcomp_nl "$(__git_refs '' $track)" | |
| ;; | |
| esac | |
| } | |
| _git_cherry () | |
| { | |
| __gitcomp "$(__git_refs)" | |
| } | |
| _git_cherry_pick () | |
| { | |
| case "$cur" in | |
| --*) | |
| __gitcomp "--edit --no-commit" | |
| ;; | |
| *) | |
| __gitcomp_nl "$(__git_refs)" | |
| ;; | |
| esac | |
| } | |
| _git_clean () | |
| { | |
| __git_has_doubledash && return; | |
| case "$cur" in | |
| --*) | |
| __gitcomp "--dry-run --quiet"; | |
| return | |
| ;; | |
| esac; | |
| COMPREPLY=() | |
| } | |
| _git_clone () | |
| { | |
| case "$cur" in | |
| --*) | |
| __gitcomp " | |
| --local | |
| --no-hardlinks | |
| --shared | |
| --reference | |
| --quiet | |
| --no-checkout | |
| --bare | |
| --mirror | |
| --origin | |
| --upload-pack | |
| --template= | |
| --depth | |
| "; | |
| return | |
| ;; | |
| esac; | |
| COMPREPLY=() | |
| } | |
| _git_commit () | |
| { | |
| __git_has_doubledash && return; | |
| case "$cur" in | |
| --cleanup=*) | |
| __gitcomp "default strip verbatim whitespace | |
| " "" "${cur##--cleanup=}"; | |
| return | |
| ;; | |
| --reuse-message=* | --reedit-message=* | --fixup=* | --squash=*) | |
| __gitcomp_nl "$(__git_refs)" "" "${cur#*=}"; | |
| return | |
| ;; | |
| --untracked-files=*) | |
| __gitcomp "all no normal" "" "${cur##--untracked-files=}"; | |
| return | |
| ;; | |
| --*) | |
| __gitcomp " | |
| --all --author= --signoff --verify --no-verify | |
| --edit --amend --include --only --interactive | |
| --dry-run --reuse-message= --reedit-message= | |
| --reset-author --file= --message= --template= | |
| --cleanup= --untracked-files --untracked-files= | |
| --verbose --quiet --fixup= --squash= | |
| "; | |
| return | |
| ;; | |
| esac; | |
| COMPREPLY=() | |
| } | |
| _git_config () | |
| { | |
| case "$prev" in | |
| branch.*.remote) | |
| __gitcomp_nl "$(__git_remotes)"; | |
| return | |
| ;; | |
| branch.*.merge) | |
| __gitcomp_nl "$(__git_refs)"; | |
| return | |
| ;; | |
| remote.*.fetch) | |
| local remote="${prev#remote.}"; | |
| remote="${remote%.fetch}"; | |
| if [ -z "$cur" ]; then | |
| COMPREPLY=("refs/heads/"); | |
| return; | |
| fi; | |
| __gitcomp_nl "$(__git_refs_remotes "$remote")"; | |
| return | |
| ;; | |
| remote.*.push) | |
| local remote="${prev#remote.}"; | |
| remote="${remote%.push}"; | |
| __gitcomp_nl "$(git --git-dir="$(__gitdir)" for-each-ref --format='%(refname):%(refname)' refs/heads)"; | |
| return | |
| ;; | |
| pull.twohead | pull.octopus) | |
| __git_compute_merge_strategies; | |
| __gitcomp "$__git_merge_strategies"; | |
| return | |
| ;; | |
| color.branch | color.diff | color.interactive | color.showbranch | color.status | color.ui) | |
| __gitcomp "always never auto"; | |
| return | |
| ;; | |
| color.pager) | |
| __gitcomp "false true"; | |
| return | |
| ;; | |
| color.*.*) | |
| __gitcomp " | |
| normal black red green yellow blue magenta cyan white | |
| bold dim ul blink reverse | |
| "; | |
| return | |
| ;; | |
| help.format) | |
| __gitcomp "man info web html"; | |
| return | |
| ;; | |
| log.date) | |
| __gitcomp "$__git_log_date_formats"; | |
| return | |
| ;; | |
| sendemail.aliasesfiletype) | |
| __gitcomp "mutt mailrc pine elm gnus"; | |
| return | |
| ;; | |
| sendemail.confirm) | |
| __gitcomp "$__git_send_email_confirm_options"; | |
| return | |
| ;; | |
| sendemail.suppresscc) | |
| __gitcomp "$__git_send_email_suppresscc_options"; | |
| return | |
| ;; | |
| --get | --get-all | --unset | --unset-all) | |
| __gitcomp_nl "$(__git_config_get_set_variables)"; | |
| return | |
| ;; | |
| *.*) | |
| COMPREPLY=(); | |
| return | |
| ;; | |
| esac; | |
| case "$cur" in | |
| --*) | |
| __gitcomp " | |
| --global --system --file= | |
| --list --replace-all | |
| --get --get-all --get-regexp | |
| --add --unset --unset-all | |
| --remove-section --rename-section | |
| "; | |
| return | |
| ;; | |
| branch.*.*) | |
| local pfx="${cur%.*}." cur_="${cur##*.}"; | |
| __gitcomp "remote merge mergeoptions rebase" "$pfx" "$cur_"; | |
| return | |
| ;; | |
| branch.*) | |
| local pfx="${cur%.*}." cur_="${cur#*.}"; | |
| __gitcomp_nl "$(__git_heads)" "$pfx" "$cur_" "."; | |
| return | |
| ;; | |
| guitool.*.*) | |
| local pfx="${cur%.*}." cur_="${cur##*.}"; | |
| __gitcomp " | |
| argprompt cmd confirm needsfile noconsole norescan | |
| prompt revprompt revunmerged title | |
| " "$pfx" "$cur_"; | |
| return | |
| ;; | |
| difftool.*.*) | |
| local pfx="${cur%.*}." cur_="${cur##*.}"; | |
| __gitcomp "cmd path" "$pfx" "$cur_"; | |
| return | |
| ;; | |
| man.*.*) | |
| local pfx="${cur%.*}." cur_="${cur##*.}"; | |
| __gitcomp "cmd path" "$pfx" "$cur_"; | |
| return | |
| ;; | |
| mergetool.*.*) | |
| local pfx="${cur%.*}." cur_="${cur##*.}"; | |
| __gitcomp "cmd path trustExitCode" "$pfx" "$cur_"; | |
| return | |
| ;; | |
| pager.*) | |
| local pfx="${cur%.*}." cur_="${cur#*.}"; | |
| __git_compute_all_commands; | |
| __gitcomp_nl "$__git_all_commands" "$pfx" "$cur_"; | |
| return | |
| ;; | |
| remote.*.*) | |
| local pfx="${cur%.*}." cur_="${cur##*.}"; | |
| __gitcomp " | |
| url proxy fetch push mirror skipDefaultUpdate | |
| receivepack uploadpack tagopt pushurl | |
| " "$pfx" "$cur_"; | |
| return | |
| ;; | |
| remote.*) | |
| local pfx="${cur%.*}." cur_="${cur#*.}"; | |
| __gitcomp_nl "$(__git_remotes)" "$pfx" "$cur_" "."; | |
| return | |
| ;; | |
| url.*.*) | |
| local pfx="${cur%.*}." cur_="${cur##*.}"; | |
| __gitcomp "insteadOf pushInsteadOf" "$pfx" "$cur_"; | |
| return | |
| ;; | |
| esac; | |
| __gitcomp " | |
| add.ignoreErrors | |
| advice.commitBeforeMerge | |
| advice.detachedHead | |
| advice.implicitIdentity | |
| advice.pushNonFastForward | |
| advice.resolveConflict | |
| advice.statusHints | |
| alias. | |
| am.keepcr | |
| apply.ignorewhitespace | |
| apply.whitespace | |
| branch.autosetupmerge | |
| branch.autosetuprebase | |
| browser. | |
| clean.requireForce | |
| color.branch | |
| color.branch.current | |
| color.branch.local | |
| color.branch.plain | |
| color.branch.remote | |
| color.decorate.HEAD | |
| color.decorate.branch | |
| color.decorate.remoteBranch | |
| color.decorate.stash | |
| color.decorate.tag | |
| color.diff | |
| color.diff.commit | |
| color.diff.frag | |
| color.diff.func | |
| color.diff.meta | |
| color.diff.new | |
| color.diff.old | |
| color.diff.plain | |
| color.diff.whitespace | |
| color.grep | |
| color.grep.context | |
| color.grep.filename | |
| color.grep.function | |
| color.grep.linenumber | |
| color.grep.match | |
| color.grep.selected | |
| color.grep.separator | |
| color.interactive | |
| color.interactive.error | |
| color.interactive.header | |
| color.interactive.help | |
| color.interactive.prompt | |
| color.pager | |
| color.showbranch | |
| color.status | |
| color.status.added | |
| color.status.changed | |
| color.status.header | |
| color.status.nobranch | |
| color.status.untracked | |
| color.status.updated | |
| color.ui | |
| commit.status | |
| commit.template | |
| core.abbrev | |
| core.askpass | |
| core.attributesfile | |
| core.autocrlf | |
| core.bare | |
| core.bigFileThreshold | |
| core.compression | |
| core.createObject | |
| core.deltaBaseCacheLimit | |
| core.editor | |
| core.eol | |
| core.excludesfile | |
| core.fileMode | |
| core.fsyncobjectfiles | |
| core.gitProxy | |
| core.ignoreCygwinFSTricks | |
| core.ignoreStat | |
| core.ignorecase | |
| core.logAllRefUpdates | |
| core.loosecompression | |
| core.notesRef | |
| core.packedGitLimit | |
| core.packedGitWindowSize | |
| core.pager | |
| core.preferSymlinkRefs | |
| core.preloadindex | |
| core.quotepath | |
| core.repositoryFormatVersion | |
| core.safecrlf | |
| core.sharedRepository | |
| core.sparseCheckout | |
| core.symlinks | |
| core.trustctime | |
| core.warnAmbiguousRefs | |
| core.whitespace | |
| core.worktree | |
| diff.autorefreshindex | |
| diff.statGraphWidth | |
| diff.external | |
| diff.ignoreSubmodules | |
| diff.mnemonicprefix | |
| diff.noprefix | |
| diff.renameLimit | |
| diff.renames | |
| diff.suppressBlankEmpty | |
| diff.tool | |
| diff.wordRegex | |
| difftool. | |
| difftool.prompt | |
| fetch.recurseSubmodules | |
| fetch.unpackLimit | |
| format.attach | |
| format.cc | |
| format.headers | |
| format.numbered | |
| format.pretty | |
| format.signature | |
| format.signoff | |
| format.subjectprefix | |
| format.suffix | |
| format.thread | |
| format.to | |
| gc. | |
| gc.aggressiveWindow | |
| gc.auto | |
| gc.autopacklimit | |
| gc.packrefs | |
| gc.pruneexpire | |
| gc.reflogexpire | |
| gc.reflogexpireunreachable | |
| gc.rerereresolved | |
| gc.rerereunresolved | |
| gitcvs.allbinary | |
| gitcvs.commitmsgannotation | |
| gitcvs.dbTableNamePrefix | |
| gitcvs.dbdriver | |
| gitcvs.dbname | |
| gitcvs.dbpass | |
| gitcvs.dbuser | |
| gitcvs.enabled | |
| gitcvs.logfile | |
| gitcvs.usecrlfattr | |
| guitool. | |
| gui.blamehistoryctx | |
| gui.commitmsgwidth | |
| gui.copyblamethreshold | |
| gui.diffcontext | |
| gui.encoding | |
| gui.fastcopyblame | |
| gui.matchtrackingbranch | |
| gui.newbranchtemplate | |
| gui.pruneduringfetch | |
| gui.spellingdictionary | |
| gui.trustmtime | |
| help.autocorrect | |
| help.browser | |
| help.format | |
| http.lowSpeedLimit | |
| http.lowSpeedTime | |
| http.maxRequests | |
| http.minSessions | |
| http.noEPSV | |
| http.postBuffer | |
| http.proxy | |
| http.sslCAInfo | |
| http.sslCAPath | |
| http.sslCert | |
| http.sslCertPasswordProtected | |
| http.sslKey | |
| http.sslVerify | |
| http.useragent | |
| i18n.commitEncoding | |
| i18n.logOutputEncoding | |
| imap.authMethod | |
| imap.folder | |
| imap.host | |
| imap.pass | |
| imap.port | |
| imap.preformattedHTML | |
| imap.sslverify | |
| imap.tunnel | |
| imap.user | |
| init.templatedir | |
| instaweb.browser | |
| instaweb.httpd | |
| instaweb.local | |
| instaweb.modulepath | |
| instaweb.port | |
| interactive.singlekey | |
| log.date | |
| log.decorate | |
| log.showroot | |
| mailmap.file | |
| man. | |
| man.viewer | |
| merge. | |
| merge.conflictstyle | |
| merge.log | |
| merge.renameLimit | |
| merge.renormalize | |
| merge.stat | |
| merge.tool | |
| merge.verbosity | |
| mergetool. | |
| mergetool.keepBackup | |
| mergetool.keepTemporaries | |
| mergetool.prompt | |
| notes.displayRef | |
| notes.rewrite. | |
| notes.rewrite.amend | |
| notes.rewrite.rebase | |
| notes.rewriteMode | |
| notes.rewriteRef | |
| pack.compression | |
| pack.deltaCacheLimit | |
| pack.deltaCacheSize | |
| pack.depth | |
| pack.indexVersion | |
| pack.packSizeLimit | |
| pack.threads | |
| pack.window | |
| pack.windowMemory | |
| pager. | |
| pretty. | |
| pull.octopus | |
| pull.twohead | |
| push.default | |
| rebase.autosquash | |
| rebase.stat | |
| receive.autogc | |
| receive.denyCurrentBranch | |
| receive.denyDeleteCurrent | |
| receive.denyDeletes | |
| receive.denyNonFastForwards | |
| receive.fsckObjects | |
| receive.unpackLimit | |
| receive.updateserverinfo | |
| remotes. | |
| repack.usedeltabaseoffset | |
| rerere.autoupdate | |
| rerere.enabled | |
| sendemail. | |
| sendemail.aliasesfile | |
| sendemail.aliasfiletype | |
| sendemail.bcc | |
| sendemail.cc | |
| sendemail.cccmd | |
| sendemail.chainreplyto | |
| sendemail.confirm | |
| sendemail.envelopesender | |
| sendemail.from | |
| sendemail.identity | |
| sendemail.multiedit | |
| sendemail.signedoffbycc | |
| sendemail.smtpdomain | |
| sendemail.smtpencryption | |
| sendemail.smtppass | |
| sendemail.smtpserver | |
| sendemail.smtpserveroption | |
| sendemail.smtpserverport | |
| sendemail.smtpuser | |
| sendemail.suppresscc | |
| sendemail.suppressfrom | |
| sendemail.thread | |
| sendemail.to | |
| sendemail.validate | |
| showbranch.default | |
| status.relativePaths | |
| status.showUntrackedFiles | |
| status.submodulesummary | |
| submodule. | |
| tar.umask | |
| transfer.unpackLimit | |
| url. | |
| user.email | |
| user.name | |
| user.signingkey | |
| web.browser | |
| branch. remote. | |
| " | |
| } | |
| _git_describe () | |
| { | |
| case "$cur" in | |
| --*) | |
| __gitcomp " | |
| --all --tags --contains --abbrev= --candidates= | |
| --exact-match --debug --long --match --always | |
| "; | |
| return | |
| ;; | |
| esac; | |
| __gitcomp_nl "$(__git_refs)" | |
| } | |
| _git_diff () | |
| { | |
| __git_has_doubledash && return; | |
| case "$cur" in | |
| --*) | |
| __gitcomp "--cached --staged --pickaxe-all --pickaxe-regex | |
| --base --ours --theirs --no-index | |
| $__git_diff_common_options | |
| "; | |
| return | |
| ;; | |
| esac; | |
| __git_complete_revlist_file | |
| } | |
| _git_difftool () | |
| { | |
| __git_has_doubledash && return; | |
| case "$cur" in | |
| --tool=*) | |
| __gitcomp "$__git_mergetools_common kompare" "" "${cur##--tool=}"; | |
| return | |
| ;; | |
| --*) | |
| __gitcomp "--cached --staged --pickaxe-all --pickaxe-regex | |
| --base --ours --theirs | |
| --no-renames --diff-filter= --find-copies-harder | |
| --relative --ignore-submodules | |
| --tool="; | |
| return | |
| ;; | |
| esac; | |
| __git_complete_file | |
| } | |
| _git_fetch () | |
| { | |
| case "$cur" in | |
| --*) | |
| __gitcomp "$__git_fetch_options"; | |
| return | |
| ;; | |
| esac; | |
| __git_complete_remote_or_refspec | |
| } | |
| _git_format_patch () | |
| { | |
| case "$cur" in | |
| --thread=*) | |
| __gitcomp " | |
| deep shallow | |
| " "" "${cur##--thread=}"; | |
| return | |
| ;; | |
| --*) | |
| __gitcomp " | |
| --stdout --attach --no-attach --thread --thread= | |
| --output-directory | |
| --numbered --start-number | |
| --numbered-files | |
| --keep-subject | |
| --signoff --signature --no-signature | |
| --in-reply-to= --cc= | |
| --full-index --binary | |
| --not --all | |
| --cover-letter | |
| --no-prefix --src-prefix= --dst-prefix= | |
| --inline --suffix= --ignore-if-in-upstream | |
| --subject-prefix= | |
| "; | |
| return | |
| ;; | |
| esac; | |
| __git_complete_revlist | |
| } | |
| _git_fsck () | |
| { | |
| case "$cur" in | |
| --*) | |
| __gitcomp " | |
| --tags --root --unreachable --cache --no-reflogs --full | |
| --strict --verbose --lost-found | |
| "; | |
| return | |
| ;; | |
| esac; | |
| COMPREPLY=() | |
| } | |
| _git_gc () | |
| { | |
| case "$cur" in | |
| --*) | |
| __gitcomp "--prune --aggressive"; | |
| return | |
| ;; | |
| esac; | |
| COMPREPLY=() | |
| } | |
| _git_gitk () | |
| { | |
| _gitk | |
| } | |
| _git_grep () | |
| { | |
| __git_has_doubledash && return; | |
| case "$cur" in | |
| --*) | |
| __gitcomp " | |
| --cached | |
| --text --ignore-case --word-regexp --invert-match | |
| --full-name --line-number | |
| --extended-regexp --basic-regexp --fixed-strings | |
| --perl-regexp | |
| --files-with-matches --name-only | |
| --files-without-match | |
| --max-depth | |
| --count | |
| --and --or --not --all-match | |
| "; | |
| return | |
| ;; | |
| esac; | |
| case "$cword,$prev" in | |
| 2,* | *,-*) | |
| if test -r tags; then | |
| __gitcomp_nl "$(__git_match_ctag "$cur" tags)"; | |
| return; | |
| fi | |
| ;; | |
| esac; | |
| __gitcomp_nl "$(__git_refs)" | |
| } | |
| _git_help () | |
| { | |
| case "$cur" in | |
| --*) | |
| __gitcomp "--all --info --man --web"; | |
| return | |
| ;; | |
| esac; | |
| __git_compute_all_commands; | |
| __gitcomp "$__git_all_commands $(__git_aliases) | |
| attributes cli core-tutorial cvs-migration | |
| diffcore gitk glossary hooks ignore modules | |
| namespaces repository-layout tutorial tutorial-2 | |
| workflows | |
| " | |
| } | |
| _git_init () | |
| { | |
| case "$cur" in | |
| --shared=*) | |
| __gitcomp " | |
| false true umask group all world everybody | |
| " "" "${cur##--shared=}"; | |
| return | |
| ;; | |
| --*) | |
| __gitcomp "--quiet --bare --template= --shared --shared="; | |
| return | |
| ;; | |
| esac; | |
| COMPREPLY=() | |
| } | |
| _git_log () | |
| { | |
| __git_has_doubledash && return; | |
| local g="$(git rev-parse --git-dir 2>/dev/null)"; | |
| local merge=""; | |
| if [ -f "$g/MERGE_HEAD" ]; then | |
| merge="--merge"; | |
| fi; | |
| case "$cur" in | |
| --pretty=* | --format=*) | |
| __gitcomp "$__git_log_pretty_formats $(__git_pretty_aliases) | |
| " "" "${cur#*=}"; | |
| return | |
| ;; | |
| --date=*) | |
| __gitcomp "$__git_log_date_formats" "" "${cur##--date=}"; | |
| return | |
| ;; | |
| --decorate=*) | |
| __gitcomp "long short" "" "${cur##--decorate=}"; | |
| return | |
| ;; | |
| --*) | |
| __gitcomp " | |
| $__git_log_common_options | |
| $__git_log_shortlog_options | |
| $__git_log_gitk_options | |
| --root --topo-order --date-order --reverse | |
| --follow --full-diff | |
| --abbrev-commit --abbrev= | |
| --relative-date --date= | |
| --pretty= --format= --oneline | |
| --cherry-pick | |
| --graph | |
| --decorate --decorate= | |
| --walk-reflogs | |
| --parents --children | |
| $merge | |
| $__git_diff_common_options | |
| --pickaxe-all --pickaxe-regex | |
| "; | |
| return | |
| ;; | |
| esac; | |
| __git_complete_revlist | |
| } | |
| _git_ls_files () | |
| { | |
| __git_has_doubledash && return; | |
| case "$cur" in | |
| --*) | |
| __gitcomp "--cached --deleted --modified --others --ignored | |
| --stage --directory --no-empty-directory --unmerged | |
| --killed --exclude= --exclude-from= | |
| --exclude-per-directory= --exclude-standard | |
| --error-unmatch --with-tree= --full-name | |
| --abbrev --ignored --exclude-per-directory | |
| "; | |
| return | |
| ;; | |
| esac; | |
| COMPREPLY=() | |
| } | |
| _git_ls_remote () | |
| { | |
| __gitcomp_nl "$(__git_remotes)" | |
| } | |
| _git_ls_tree () | |
| { | |
| __git_complete_file | |
| } | |
| _git_merge () | |
| { | |
| __git_complete_strategy && return; | |
| case "$cur" in | |
| --*) | |
| __gitcomp "$__git_merge_options"; | |
| return | |
| ;; | |
| esac; | |
| __gitcomp_nl "$(__git_refs)" | |
| } | |
| _git_merge_base () | |
| { | |
| __gitcomp_nl "$(__git_refs)" | |
| } | |
| _git_mergetool () | |
| { | |
| case "$cur" in | |
| --tool=*) | |
| __gitcomp "$__git_mergetools_common tortoisemerge" "" "${cur##--tool=}"; | |
| return | |
| ;; | |
| --*) | |
| __gitcomp "--tool="; | |
| return | |
| ;; | |
| esac; | |
| COMPREPLY=() | |
| } | |
| _git_mv () | |
| { | |
| case "$cur" in | |
| --*) | |
| __gitcomp "--dry-run"; | |
| return | |
| ;; | |
| esac; | |
| COMPREPLY=() | |
| } | |
| _git_name_rev () | |
| { | |
| __gitcomp "--tags --all --stdin" | |
| } | |
| _git_notes () | |
| { | |
| local subcommands='add append copy edit list prune remove show'; | |
| local subcommand="$(__git_find_on_cmdline "$subcommands")"; | |
| case "$subcommand,$cur" in | |
| ,--*) | |
| __gitcomp '--ref' | |
| ;; | |
| ,*) | |
| case "${words[cword-1]}" in | |
| --ref) | |
| __gitcomp_nl "$(__git_refs)" | |
| ;; | |
| *) | |
| __gitcomp "$subcommands --ref" | |
| ;; | |
| esac | |
| ;; | |
| add,--reuse-message=* | append,--reuse-message=* | add,--reedit-message=* | append,--reedit-message=*) | |
| __gitcomp_nl "$(__git_refs)" "" "${cur#*=}" | |
| ;; | |
| add,--* | append,--*) | |
| __gitcomp '--file= --message= --reedit-message= | |
| --reuse-message=' | |
| ;; | |
| copy,--*) | |
| __gitcomp '--stdin' | |
| ;; | |
| prune,--*) | |
| __gitcomp '--dry-run --verbose' | |
| ;; | |
| prune,*) | |
| ;; | |
| *) | |
| case "${words[cword-1]}" in | |
| -m | -F) | |
| ;; | |
| *) | |
| __gitcomp_nl "$(__git_refs)" | |
| ;; | |
| esac | |
| ;; | |
| esac | |
| } | |
| _git_pull () | |
| { | |
| __git_complete_strategy && return; | |
| case "$cur" in | |
| --*) | |
| __gitcomp " | |
| --rebase --no-rebase | |
| $__git_merge_options | |
| $__git_fetch_options | |
| "; | |
| return | |
| ;; | |
| esac; | |
| __git_complete_remote_or_refspec | |
| } | |
| _git_push () | |
| { | |
| case "$prev" in | |
| --repo) | |
| __gitcomp_nl "$(__git_remotes)"; | |
| return | |
| ;; | |
| esac; | |
| case "$cur" in | |
| --repo=*) | |
| __gitcomp_nl "$(__git_remotes)" "" "${cur##--repo=}"; | |
| return | |
| ;; | |
| --*) | |
| __gitcomp " | |
| --all --mirror --tags --dry-run --force --verbose | |
| --receive-pack= --repo= --set-upstream | |
| "; | |
| return | |
| ;; | |
| esac; | |
| __git_complete_remote_or_refspec | |
| } | |
| _git_rebase () | |
| { | |
| local dir="$(__gitdir)"; | |
| if [ -d "$dir"/rebase-apply ] || [ -d "$dir"/rebase-merge ]; then | |
| __gitcomp "--continue --skip --abort"; | |
| return; | |
| fi; | |
| __git_complete_strategy && return; | |
| case "$cur" in | |
| --whitespace=*) | |
| __gitcomp "$__git_whitespacelist" "" "${cur##--whitespace=}"; | |
| return | |
| ;; | |
| --*) | |
| __gitcomp " | |
| --onto --merge --strategy --interactive | |
| --preserve-merges --stat --no-stat | |
| --committer-date-is-author-date --ignore-date | |
| --ignore-whitespace --whitespace= | |
| --autosquash | |
| "; | |
| return | |
| ;; | |
| esac; | |
| __gitcomp_nl "$(__git_refs)" | |
| } | |
| _git_reflog () | |
| { | |
| local subcommands="show delete expire"; | |
| local subcommand="$(__git_find_on_cmdline "$subcommands")"; | |
| if [ -z "$subcommand" ]; then | |
| __gitcomp "$subcommands"; | |
| else | |
| __gitcomp_nl "$(__git_refs)"; | |
| fi | |
| } | |
| _git_remote () | |
| { | |
| local subcommands="add rename rm set-head set-branches set-url show prune update"; | |
| local subcommand="$(__git_find_on_cmdline "$subcommands")"; | |
| if [ -z "$subcommand" ]; then | |
| __gitcomp "$subcommands"; | |
| return; | |
| fi; | |
| case "$subcommand" in | |
| rename | rm | set-url | show | prune) | |
| __gitcomp_nl "$(__git_remotes)" | |
| ;; | |
| set-head | set-branches) | |
| __git_complete_remote_or_refspec | |
| ;; | |
| update) | |
| local i c='' IFS=' | |
| '; | |
| for i in $(git --git-dir="$(__gitdir)" config --get-regexp "remotes\..*" 2>/dev/null); | |
| do | |
| i="${i#remotes.}"; | |
| c="$c ${i/ */}"; | |
| done; | |
| __gitcomp "$c" | |
| ;; | |
| *) | |
| COMPREPLY=() | |
| ;; | |
| esac | |
| } | |
| _git_replace () | |
| { | |
| __gitcomp_nl "$(__git_refs)" | |
| } | |
| _git_reset () | |
| { | |
| __git_has_doubledash && return; | |
| case "$cur" in | |
| --*) | |
| __gitcomp "--merge --mixed --hard --soft --patch"; | |
| return | |
| ;; | |
| esac; | |
| __gitcomp_nl "$(__git_refs)" | |
| } | |
| _git_revert () | |
| { | |
| case "$cur" in | |
| --*) | |
| __gitcomp "--edit --mainline --no-edit --no-commit --signoff"; | |
| return | |
| ;; | |
| esac; | |
| __gitcomp_nl "$(__git_refs)" | |
| } | |
| _git_rm () | |
| { | |
| __git_has_doubledash && return; | |
| case "$cur" in | |
| --*) | |
| __gitcomp "--cached --dry-run --ignore-unmatch --quiet"; | |
| return | |
| ;; | |
| esac; | |
| COMPREPLY=() | |
| } | |
| _git_send_email () | |
| { | |
| case "$cur" in | |
| --confirm=*) | |
| __gitcomp " | |
| $__git_send_email_confirm_options | |
| " "" "${cur##--confirm=}"; | |
| return | |
| ;; | |
| --suppress-cc=*) | |
| __gitcomp " | |
| $__git_send_email_suppresscc_options | |
| " "" "${cur##--suppress-cc=}"; | |
| return | |
| ;; | |
| --smtp-encryption=*) | |
| __gitcomp "ssl tls" "" "${cur##--smtp-encryption=}"; | |
| return | |
| ;; | |
| --*) | |
| __gitcomp "--annotate --bcc --cc --cc-cmd --chain-reply-to | |
| --compose --confirm= --dry-run --envelope-sender | |
| --from --identity | |
| --in-reply-to --no-chain-reply-to --no-signed-off-by-cc | |
| --no-suppress-from --no-thread --quiet | |
| --signed-off-by-cc --smtp-pass --smtp-server | |
| --smtp-server-port --smtp-encryption= --smtp-user | |
| --subject --suppress-cc= --suppress-from --thread --to | |
| --validate --no-validate"; | |
| return | |
| ;; | |
| esac; | |
| COMPREPLY=() | |
| } | |
| _git_shortlog () | |
| { | |
| __git_has_doubledash && return; | |
| case "$cur" in | |
| --*) | |
| __gitcomp " | |
| $__git_log_common_options | |
| $__git_log_shortlog_options | |
| --numbered --summary | |
| "; | |
| return | |
| ;; | |
| esac; | |
| __git_complete_revlist | |
| } | |
| _git_show () | |
| { | |
| __git_has_doubledash && return; | |
| case "$cur" in | |
| --pretty=* | --format=*) | |
| __gitcomp "$__git_log_pretty_formats $(__git_pretty_aliases) | |
| " "" "${cur#*=}"; | |
| return | |
| ;; | |
| --*) | |
| __gitcomp "--pretty= --format= --abbrev-commit --oneline | |
| $__git_diff_common_options | |
| "; | |
| return | |
| ;; | |
| esac; | |
| __git_complete_file | |
| } | |
| _git_show_branch () | |
| { | |
| case "$cur" in | |
| --*) | |
| __gitcomp " | |
| --all --remotes --topo-order --current --more= | |
| --list --independent --merge-base --no-name | |
| --color --no-color | |
| --sha1-name --sparse --topics --reflog | |
| "; | |
| return | |
| ;; | |
| esac; | |
| __git_complete_revlist | |
| } | |
| _git_stage () | |
| { | |
| _git_add | |
| } | |
| _git_stash () | |
| { | |
| local save_opts='--keep-index --no-keep-index --quiet --patch'; | |
| local subcommands='save list show apply clear drop pop create branch'; | |
| local subcommand="$(__git_find_on_cmdline "$subcommands")"; | |
| if [ -z "$subcommand" ]; then | |
| case "$cur" in | |
| --*) | |
| __gitcomp "$save_opts" | |
| ;; | |
| *) | |
| if [ -z "$(__git_find_on_cmdline "$save_opts")" ]; then | |
| __gitcomp "$subcommands"; | |
| else | |
| COMPREPLY=(); | |
| fi | |
| ;; | |
| esac; | |
| else | |
| case "$subcommand,$cur" in | |
| save,--*) | |
| __gitcomp "$save_opts" | |
| ;; | |
| apply,--* | pop,--*) | |
| __gitcomp "--index --quiet" | |
| ;; | |
| show,--* | drop,--* | branch,--*) | |
| COMPREPLY=() | |
| ;; | |
| show,* | apply,* | drop,* | pop,* | branch,*) | |
| __gitcomp_nl "$(git --git-dir="$(__gitdir)" stash list | sed -n -e 's/:.*//p')" | |
| ;; | |
| *) | |
| COMPREPLY=() | |
| ;; | |
| esac; | |
| fi | |
| } | |
| _git_submodule () | |
| { | |
| __git_has_doubledash && return; | |
| local subcommands="add status init update summary foreach sync"; | |
| if [ -z "$(__git_find_on_cmdline "$subcommands")" ]; then | |
| case "$cur" in | |
| --*) | |
| __gitcomp "--quiet --cached" | |
| ;; | |
| *) | |
| __gitcomp "$subcommands" | |
| ;; | |
| esac; | |
| return; | |
| fi | |
| } | |
| _git_svn () | |
| { | |
| local subcommands=" | |
| init fetch clone rebase dcommit log find-rev | |
| set-tree commit-diff info create-ignore propget | |
| proplist show-ignore show-externals branch tag blame | |
| migrate mkdirs reset gc | |
| "; | |
| local subcommand="$(__git_find_on_cmdline "$subcommands")"; | |
| if [ -z "$subcommand" ]; then | |
| __gitcomp "$subcommands"; | |
| else | |
| local remote_opts="--username= --config-dir= --no-auth-cache"; | |
| local fc_opts=" | |
| --follow-parent --authors-file= --repack= | |
| --no-metadata --use-svm-props --use-svnsync-props | |
| --log-window-size= --no-checkout --quiet | |
| --repack-flags --use-log-author --localtime | |
| --ignore-paths= $remote_opts | |
| "; | |
| local init_opts=" | |
| --template= --shared= --trunk= --tags= | |
| --branches= --stdlayout --minimize-url | |
| --no-metadata --use-svm-props --use-svnsync-props | |
| --rewrite-root= --prefix= --use-log-author | |
| --add-author-from $remote_opts | |
| "; | |
| local cmt_opts=" | |
| --edit --rmdir --find-copies-harder --copy-similarity= | |
| "; | |
| case "$subcommand,$cur" in | |
| fetch,--*) | |
| __gitcomp "--revision= --fetch-all $fc_opts" | |
| ;; | |
| clone,--*) | |
| __gitcomp "--revision= $fc_opts $init_opts" | |
| ;; | |
| init,--*) | |
| __gitcomp "$init_opts" | |
| ;; | |
| dcommit,--*) | |
| __gitcomp " | |
| --merge --strategy= --verbose --dry-run | |
| --fetch-all --no-rebase --commit-url | |
| --revision --interactive $cmt_opts $fc_opts | |
| " | |
| ;; | |
| set-tree,--*) | |
| __gitcomp "--stdin $cmt_opts $fc_opts" | |
| ;; | |
| create-ignore,--* | propget,--* | proplist,--* | show-ignore,--* | show-externals,--* | mkdirs,--*) | |
| __gitcomp "--revision=" | |
| ;; | |
| log,--*) | |
| __gitcomp " | |
| --limit= --revision= --verbose --incremental | |
| --oneline --show-commit --non-recursive | |
| --authors-file= --color | |
| " | |
| ;; | |
| rebase,--*) | |
| __gitcomp " | |
| --merge --verbose --strategy= --local | |
| --fetch-all --dry-run $fc_opts | |
| " | |
| ;; | |
| commit-diff,--*) | |
| __gitcomp "--message= --file= --revision= $cmt_opts" | |
| ;; | |
| info,--*) | |
| __gitcomp "--url" | |
| ;; | |
| branch,--*) | |
| __gitcomp "--dry-run --message --tag" | |
| ;; | |
| tag,--*) | |
| __gitcomp "--dry-run --message" | |
| ;; | |
| blame,--*) | |
| __gitcomp "--git-format" | |
| ;; | |
| migrate,--*) | |
| __gitcomp " | |
| --config-dir= --ignore-paths= --minimize | |
| --no-auth-cache --username= | |
| " | |
| ;; | |
| reset,--*) | |
| __gitcomp "--revision= --parent" | |
| ;; | |
| *) | |
| COMPREPLY=() | |
| ;; | |
| esac; | |
| fi | |
| } | |
| _git_tag () | |
| { | |
| local i c=1 f=0; | |
| while [ $c -lt $cword ]; do | |
| i="${words[c]}"; | |
| case "$i" in | |
| -d | -v) | |
| __gitcomp_nl "$(__git_tags)"; | |
| return | |
| ;; | |
| -f) | |
| f=1 | |
| ;; | |
| esac; | |
| ((c++)); | |
| done; | |
| case "$prev" in | |
| -m | -F) | |
| COMPREPLY=() | |
| ;; | |
| -* | tag) | |
| if [ $f = 1 ]; then | |
| __gitcomp_nl "$(__git_tags)"; | |
| else | |
| COMPREPLY=(); | |
| fi | |
| ;; | |
| *) | |
| __gitcomp_nl "$(__git_refs)" | |
| ;; | |
| esac | |
| } | |
| _git_whatchanged () | |
| { | |
| _git_log | |
| } | |
| _gitk () | |
| { | |
| if [[ -n ${ZSH_VERSION-} ]]; then | |
| emulate -L bash; | |
| setopt KSH_TYPESET; | |
| typeset -h words; | |
| typeset -h IFS; | |
| fi; | |
| local cur words cword prev; | |
| _get_comp_words_by_ref -n =: cur words cword prev; | |
| __git_has_doubledash && return; | |
| local g="$(__gitdir)"; | |
| local merge=""; | |
| if [ -f "$g/MERGE_HEAD" ]; then | |
| merge="--merge"; | |
| fi; | |
| case "$cur" in | |
| --*) | |
| __gitcomp " | |
| $__git_log_common_options | |
| $__git_log_gitk_options | |
| $merge | |
| "; | |
| return | |
| ;; | |
| esac; | |
| __git_complete_revlist | |
| } | |
| _gzip () | |
| { | |
| local cur prev xspec helpopts; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| helpopts=`_parse_help ${COMP_WORDS[0]}`; | |
| case $prev in | |
| -b | --blocksize | -p | --processes | -S | --suffix | -h | --help | -V | --version) | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W "$helpopts -1 -2 -3 -4 -5 -6 -7 -8 -9" -- "$cur" )); | |
| return 0; | |
| fi; | |
| local IFS=' | |
| '; | |
| xspec="*.@(gz|t[ag]z)"; | |
| if [[ "$prev" == --* ]]; then | |
| [[ "$prev" == --decompress || "$prev" == --list || "$prev" == --test ]] && xspec="!"$xspec; | |
| [[ "$prev" == --force ]] && xspec=; | |
| else | |
| if [[ "$prev" == -* ]]; then | |
| [[ "$prev" == -*[dlt]* ]] && xspec="!"$xspec; | |
| [[ "$prev" == -*f* ]] && xspec=; | |
| else | |
| if [[ "$prev" == '>' || "$prev" == '>>' ]]; then | |
| xspec=; | |
| else | |
| if [ "$prev" = '<' ]; then | |
| xspec=; | |
| fi; | |
| fi; | |
| fi; | |
| fi; | |
| _expand || return 0; | |
| _compopt_o_filenames; | |
| COMPREPLY=($( compgen -f -X "$xspec" -- "$cur" ) $( compgen -d -- "$cur" )) | |
| } | |
| _heimdal_encodings () | |
| { | |
| COMPREPLY=($( compgen -W 'des-cbc-mcrc des-cbc-md4 des-cbc-md5 \ | |
| des3-cbc-sha1 arcfour-hmac-md5 aes128-cts-hmac-sha1-96 \ | |
| aes256-cts-hmac-sha1-96' -- "$cur" )) | |
| } | |
| _heimdal_principals () | |
| { | |
| COMPREPLY=($( compgen -W "$( kadmin -l dump 2>/dev/null | awk '{print $1}' )" -- "$cur" )) | |
| } | |
| _heimdal_realms () | |
| { | |
| COMPREPLY=($( compgen -W "( kadmin -l dump 2>/dev/null | awk '{print $1}' | awk -F@ '{print $2}' )" -- "$cur" )) | |
| } | |
| _hg () | |
| { | |
| local cur prev cmd cmd_index opts i; | |
| local global_args='--cwd|-R|--repository'; | |
| local hg="$1"; | |
| local canonical=0; | |
| COMPREPLY=(); | |
| cur="$2"; | |
| prev="$3"; | |
| for ((i=1; $i<=$COMP_CWORD; i++)) | |
| do | |
| if [[ ${COMP_WORDS[i]} != -* ]]; then | |
| if [[ ${COMP_WORDS[i-1]} != @($global_args) ]]; then | |
| cmd="${COMP_WORDS[i]}"; | |
| cmd_index=$i; | |
| break; | |
| fi; | |
| fi; | |
| done; | |
| if [[ "$cur" == -* ]]; then | |
| if [ "$(type -t "_hg_opt_$cmd")" = function ] && "_hg_opt_$cmd"; then | |
| return; | |
| fi; | |
| opts=$(_hg_cmd debugcomplete --options "$cmd"); | |
| COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$opts' -- "$cur")); | |
| return; | |
| fi; | |
| case "$prev" in | |
| -R | --repository) | |
| _hg_paths; | |
| _hg_repos; | |
| return | |
| ;; | |
| --cwd) | |
| return | |
| ;; | |
| esac; | |
| if [ -z "$cmd" ] || [ $COMP_CWORD -eq $i ]; then | |
| _hg_commands; | |
| return; | |
| fi; | |
| local help; | |
| if _hg_command_specific; then | |
| return; | |
| fi; | |
| help=$(_hg_cmd help "$cmd"); | |
| if [ $? -ne 0 ]; then | |
| return; | |
| fi; | |
| cmd=${help#hg }; | |
| cmd=${cmd%%[' | |
| ']*}; | |
| canonical=1; | |
| _hg_command_specific | |
| } | |
| _hg_bookmarks () | |
| { | |
| local bookmarks="$(_hg_cmd bookmarks --quiet )"; | |
| local IFS=' | |
| '; | |
| COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$bookmarks' -- "$cur")) | |
| } | |
| _hg_branches () | |
| { | |
| local branches="$(_hg_cmd branches -q)"; | |
| local IFS=' | |
| '; | |
| COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$branches' -- "$cur")) | |
| } | |
| _hg_cmd () | |
| { | |
| HGPLAIN=1 "$hg" "$@" 2> /dev/null | |
| } | |
| _hg_cmd_bisect () | |
| { | |
| local i subcmd; | |
| for ((i=cmd_index+1; i<=COMP_CWORD; i++)) | |
| do | |
| if [[ ${COMP_WORDS[i]} != -* ]]; then | |
| if [[ ${COMP_WORDS[i-1]} != @($global_args) ]]; then | |
| subcmd="${COMP_WORDS[i]}"; | |
| break; | |
| fi; | |
| fi; | |
| done; | |
| if [ -z "$subcmd" ] || [ $COMP_CWORD -eq $i ] || [ "$subcmd" = help ]; then | |
| COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W 'bad good help init next reset' -- "$cur")); | |
| return; | |
| fi; | |
| case "$subcmd" in | |
| good | bad) | |
| _hg_labels | |
| ;; | |
| esac; | |
| return | |
| } | |
| _hg_cmd_bookmarks () | |
| { | |
| if [[ "$prev" = @(-d|--delete|-m|--rename) ]]; then | |
| _hg_bookmarks; | |
| return; | |
| fi | |
| } | |
| _hg_cmd_email () | |
| { | |
| case "$prev" in | |
| -c | --cc | -t | --to | -f | --from | --bcc) | |
| if [ "$(type -t _hg_emails)" = function ]; then | |
| local arg=to; | |
| if [[ "$prev" == @(-f|--from) ]]; then | |
| arg=from; | |
| fi; | |
| local addresses=$(_hg_emails $arg); | |
| COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$addresses' -- "$cur")); | |
| fi; | |
| return | |
| ;; | |
| -m | --mbox) | |
| return | |
| ;; | |
| -s | --subject) | |
| return | |
| ;; | |
| esac; | |
| _hg_labels; | |
| return | |
| } | |
| _hg_cmd_qclone () | |
| { | |
| local count=$(_hg_count_non_option); | |
| if [ $count = 1 ]; then | |
| _hg_paths; | |
| fi; | |
| _hg_repos | |
| } | |
| _hg_cmd_qcommit () | |
| { | |
| local root=$(_hg_cmd root); | |
| local files=$(cd "$root/.hg/patches" && _hg_cmd status -nmar); | |
| COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$files' -- "$cur")) | |
| } | |
| _hg_cmd_qdelete () | |
| { | |
| local qcmd=qunapplied; | |
| if [[ "$prev" = @(-r|--rev) ]]; then | |
| qcmd=qapplied; | |
| fi; | |
| _hg_ext_mq_patchlist $qcmd | |
| } | |
| _hg_cmd_qfinish () | |
| { | |
| if [[ "$prev" = @(-a|--applied) ]]; then | |
| return; | |
| fi; | |
| _hg_ext_mq_patchlist qapplied | |
| } | |
| _hg_cmd_qfold () | |
| { | |
| _hg_ext_mq_patchlist qunapplied | |
| } | |
| _hg_cmd_qgoto () | |
| { | |
| if [[ "$prev" = @(-n|--name) ]]; then | |
| _hg_ext_mq_queues; | |
| return; | |
| fi; | |
| _hg_ext_mq_patchlist qseries | |
| } | |
| _hg_cmd_qguard () | |
| { | |
| local prefix=''; | |
| if [[ "$cur" == +* ]]; then | |
| prefix=+; | |
| else | |
| if [[ "$cur" == -* ]]; then | |
| prefix=-; | |
| fi; | |
| fi; | |
| local ncur=${cur#[-+]}; | |
| if ! [ "$prefix" ]; then | |
| _hg_ext_mq_patchlist qseries; | |
| return; | |
| fi; | |
| local guards=$(_hg_ext_mq_guards); | |
| COMPREPLY=(${COMPREPLY[@]:-} $(compgen -P $prefix -W '$guards' -- "$ncur")) | |
| } | |
| _hg_cmd_qheader () | |
| { | |
| _hg_ext_mq_patchlist qseries | |
| } | |
| _hg_cmd_qpop () | |
| { | |
| if [[ "$prev" = @(-n|--name) ]]; then | |
| _hg_ext_mq_queues; | |
| return; | |
| fi; | |
| _hg_ext_mq_patchlist qapplied | |
| } | |
| _hg_cmd_qpush () | |
| { | |
| if [[ "$prev" = @(-n|--name) ]]; then | |
| _hg_ext_mq_queues; | |
| return; | |
| fi; | |
| _hg_ext_mq_patchlist qunapplied | |
| } | |
| _hg_cmd_qqueue () | |
| { | |
| local q; | |
| local queues; | |
| local opts="--list --create --rename --delete --purge"; | |
| queues=$( _hg_cmd qqueue --quiet ); | |
| COMPREPLY=($( compgen -W "${opts} ${queues}" "${cur}" )) | |
| } | |
| _hg_cmd_qrename () | |
| { | |
| _hg_ext_mq_patchlist qseries | |
| } | |
| _hg_cmd_qsave () | |
| { | |
| if [[ "$prev" = @(-n|--name) ]]; then | |
| _hg_ext_mq_queues; | |
| return; | |
| fi | |
| } | |
| _hg_cmd_qselect () | |
| { | |
| local guards=$(_hg_ext_mq_guards); | |
| COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$guards' -- "$cur")) | |
| } | |
| _hg_cmd_shelve () | |
| { | |
| _hg_status "mard" | |
| } | |
| _hg_cmd_sign () | |
| { | |
| _hg_labels | |
| } | |
| _hg_cmd_strip () | |
| { | |
| _hg_labels | |
| } | |
| _hg_cmd_transplant () | |
| { | |
| case "$prev" in | |
| -s | --source) | |
| _hg_paths; | |
| _hg_repos; | |
| return | |
| ;; | |
| --filter) | |
| return | |
| ;; | |
| esac; | |
| _hg_labels; | |
| return | |
| } | |
| _hg_cmd_unshelve () | |
| { | |
| _hg_shelves | |
| } | |
| _hg_command_specific () | |
| { | |
| if [ "$(type -t "_hg_cmd_$cmd")" = function ]; then | |
| "_hg_cmd_$cmd"; | |
| return 0; | |
| fi; | |
| if [ "$cmd" != status ] && [ "$prev" = -r ] || [ "$prev" == --rev ]; then | |
| if [ $canonical = 1 ]; then | |
| _hg_labels; | |
| return 0; | |
| else | |
| if [[ status != "$cmd"* ]]; then | |
| _hg_labels; | |
| return 0; | |
| else | |
| return 1; | |
| fi; | |
| fi; | |
| fi; | |
| case "$cmd" in | |
| help) | |
| _hg_commands | |
| ;; | |
| export) | |
| if _hg_ext_mq_patchlist qapplied && [ "${COMPREPLY[*]}" ]; then | |
| return 0; | |
| fi; | |
| _hg_labels | |
| ;; | |
| manifest | update) | |
| _hg_labels | |
| ;; | |
| pull | push | outgoing | incoming) | |
| _hg_paths; | |
| _hg_repos | |
| ;; | |
| paths) | |
| _hg_paths | |
| ;; | |
| add) | |
| _hg_status "u" | |
| ;; | |
| merge) | |
| _hg_labels | |
| ;; | |
| commit | record) | |
| _hg_status "mar" | |
| ;; | |
| remove) | |
| _hg_status "d" | |
| ;; | |
| forget) | |
| _hg_status "a" | |
| ;; | |
| diff) | |
| _hg_status "mar" | |
| ;; | |
| revert) | |
| _hg_status "mard" | |
| ;; | |
| clone) | |
| local count=$(_hg_count_non_option); | |
| if [ $count = 1 ]; then | |
| _hg_paths; | |
| fi; | |
| _hg_repos | |
| ;; | |
| debugindex | debugindexdot) | |
| COMPREPLY=(${COMPREPLY[@]:-} $(compgen -f -X "!*.i" -- "$cur")) | |
| ;; | |
| debugdata) | |
| COMPREPLY=(${COMPREPLY[@]:-} $(compgen -f -X "!*.d" -- "$cur")) | |
| ;; | |
| *) | |
| return 1 | |
| ;; | |
| esac; | |
| return 0 | |
| } | |
| _hg_commands () | |
| { | |
| local commands; | |
| commands="$(HGPLAINEXCEPT=alias _hg_cmd debugcomplete "$cur")" || commands=""; | |
| COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$commands' -- "$cur")) | |
| } | |
| _hg_count_non_option () | |
| { | |
| local i count=0; | |
| local filters="$1"; | |
| for ((i=1; $i<=$COMP_CWORD; i++)) | |
| do | |
| if [[ "${COMP_WORDS[i]}" != -* ]]; then | |
| if [[ ${COMP_WORDS[i-1]} == @($filters|$global_args) ]]; then | |
| continue; | |
| fi; | |
| count=$(($count + 1)); | |
| fi; | |
| done; | |
| echo $(($count - 1)) | |
| } | |
| _hg_ext_mq_guards () | |
| { | |
| _hg_cmd qselect --series | sed -e 's/^.//' | |
| } | |
| _hg_ext_mq_patchlist () | |
| { | |
| local patches; | |
| patches=$(_hg_cmd $1); | |
| if [ $? -eq 0 ] && [ "$patches" ]; then | |
| COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$patches' -- "$cur")); | |
| return 0; | |
| fi; | |
| return 1 | |
| } | |
| _hg_ext_mq_queues () | |
| { | |
| local root=$(_hg_cmd root); | |
| local n; | |
| for n in $(cd "$root"/.hg && compgen -d -- "$cur"); | |
| do | |
| if [ "$n" != patches ] && [ -e "$root/.hg/$n/series" ]; then | |
| COMPREPLY=(${COMPREPLY[@]:-} "$n"); | |
| fi; | |
| done | |
| } | |
| _hg_labels () | |
| { | |
| _hg_tags; | |
| _hg_branches; | |
| _hg_bookmarks | |
| } | |
| _hg_opt_qguard () | |
| { | |
| local i; | |
| for ((i=cmd_index+1; i<=COMP_CWORD; i++)) | |
| do | |
| if [[ ${COMP_WORDS[i]} != -* ]]; then | |
| if [[ ${COMP_WORDS[i-1]} != @($global_args) ]]; then | |
| _hg_cmd_qguard; | |
| return 0; | |
| fi; | |
| else | |
| if [ "${COMP_WORDS[i]}" = -- ]; then | |
| _hg_cmd_qguard; | |
| return 0; | |
| fi; | |
| fi; | |
| done; | |
| return 1 | |
| } | |
| _hg_paths () | |
| { | |
| local paths="$(_hg_cmd paths -q)"; | |
| COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$paths' -- "$cur")) | |
| } | |
| _hg_repos () | |
| { | |
| local i; | |
| for i in $(compgen -d -- "$cur"); | |
| do | |
| test ! -d "$i"/.hg || COMPREPLY=(${COMPREPLY[@]:-} "$i"); | |
| done | |
| } | |
| _hg_shelves () | |
| { | |
| local shelves="$(_hg_cmd unshelve -l .)"; | |
| local IFS=' | |
| '; | |
| COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$shelves' -- "$cur")) | |
| } | |
| _hg_status () | |
| { | |
| local files="$(_hg_cmd status -n$1 .)"; | |
| local IFS=' | |
| '; | |
| compopt -o filenames 2> /dev/null; | |
| COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$files' -- "$cur")) | |
| } | |
| _hg_tags () | |
| { | |
| local tags="$(_hg_cmd tags -q)"; | |
| local IFS=' | |
| '; | |
| COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$tags' -- "$cur")) | |
| } | |
| _iconv () | |
| { | |
| local cur prev split=false; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| _split_longopt && split=true; | |
| case $prev in | |
| -'?' | --help | --usage | -V | --version | --unicode-subst | --byte-subst | --widechar-subst) | |
| return 0 | |
| ;; | |
| -f | --from-code | -t | --to-code) | |
| COMPREPLY=($( compgen -W '$( iconv -l | \ | |
| sed -e "s@/*\$@@" -e "s/[,()]//g" )' -- "$cur" )); | |
| return 0 | |
| ;; | |
| -o | --output) | |
| _filedir; | |
| return 0 | |
| ;; | |
| esac; | |
| $split && return 0; | |
| if [[ "$cur" = -* ]]; then | |
| COMPREPLY=($( compgen -W '--from-code --to-code --list -c | |
| --unicode-subst --byte-subst --widechar-subst --output --silent | |
| --verbose --help --usage --version' -- "$cur" )); | |
| return 0; | |
| fi | |
| } | |
| _id () | |
| { | |
| local cur; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur; | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '-a -g --group -G --groups -n --name\ | |
| -r --real -u --user --help --version' -- "$cur" )); | |
| else | |
| COMPREPLY=($( compgen -u "$cur" )); | |
| fi | |
| } | |
| _info () | |
| { | |
| local cur i infopath; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur; | |
| _expand || return 0; | |
| if [[ "$cur" == */* ]]; then | |
| _filedir; | |
| return 0; | |
| fi; | |
| infopath='/usr/share/info'; | |
| if [ "${INFOPATH: -1:1}" == ':' ]; then | |
| infopath=${INFOPATH}${infopath}; | |
| else | |
| if [ ${INFOPATH:+set} ]; then | |
| infopath=$INFOPATH; | |
| fi; | |
| fi; | |
| infopath=$infopath:; | |
| if [ -n "$cur" ]; then | |
| infopath="${infopath//://$cur* }"; | |
| else | |
| infopath="${infopath//:// }"; | |
| fi; | |
| COMPREPLY=($( eval command ls "$infopath" 2>/dev/null )); | |
| COMPREPLY=(${COMPREPLY[@]##*/?(:)}); | |
| for ((i=0 ; i < ${#COMPREPLY[@]} ; ++i )) | |
| do | |
| if [ "${COMPREPLY[$i]}" == 'dir' ]; then | |
| unset COMPREPLY[$i]; | |
| fi; | |
| done; | |
| COMPREPLY=(${COMPREPLY[@]%.@(gz|bz2|xz|lzma)}); | |
| COMPREPLY=($( compgen -W '${COMPREPLY[@]%.*}' -- "${cur//\\\\/}" )); | |
| return 0 | |
| } | |
| _installed_modules () | |
| { | |
| COMPREPLY=($( compgen -W "$( PATH="$PATH:/sbin" lsmod | awk '{if (NR != 1) print $1}' )" -- "$1" )) | |
| } | |
| _jar () | |
| { | |
| local cur; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur; | |
| if [ $COMP_CWORD = 1 ]; then | |
| COMPREPLY=($( compgen -W 'c t x u' -- "$cur" )); | |
| return 0; | |
| fi; | |
| case ${COMP_WORDS[1]} in | |
| *c*f) | |
| _filedir | |
| ;; | |
| *f) | |
| _filedir '@([ejw]ar|zip|apk)' | |
| ;; | |
| *) | |
| _filedir | |
| ;; | |
| esac | |
| } | |
| _jarsigner () | |
| { | |
| COMPREPLY=(); | |
| local cur prev; | |
| _get_comp_words_by_ref cur prev; | |
| case $prev in | |
| -keystore) | |
| COMPREPLY=($( compgen -W 'NONE' -- "$cur" )); | |
| _filedir '@(jks|ks|p12|pfx)'; | |
| return 0 | |
| ;; | |
| -storepass | -keypass | -sigfile | -digestalg | -sigalg | -tsacert | -altsigner | -altsignerpath | -providerName | -providerClass | -providerArg) | |
| return 0 | |
| ;; | |
| -storetype) | |
| COMPREPLY=($( compgen -W 'JKS PKCS11 PKCS12' -- "$cur" )); | |
| return 0 | |
| ;; | |
| -signedjar) | |
| _filedir jar; | |
| return 0 | |
| ;; | |
| -tsa) | |
| _filedir; | |
| return 0 | |
| ;; | |
| esac; | |
| local i jar=false; | |
| for ((i=0; i < ${#COMP_WORDS[@]}-1; i++ )) | |
| do | |
| if [[ "${COMP_WORDS[i]}" == *.jar && "${COMP_WORDS[i-1]}" != -signedjar ]]; then | |
| jar=true; | |
| break; | |
| fi; | |
| done; | |
| if ! $jar; then | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '-keystore -storepass -storetype \ | |
| -keypass -sigfile -signedjar -digestalg -sigalg -verify \ | |
| -verbose -certs -tsa -tsacert -altsigner -altsignerpath \ | |
| -protected -providerName -providerClass -providerArg' -- "$cur" )); | |
| fi; | |
| _filedir jar; | |
| fi | |
| } | |
| _java () | |
| { | |
| local cur prev words cword i; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref -n : cur prev words cword; | |
| for ((i=1; i < $cword; i++)) | |
| do | |
| case ${words[$i]} in | |
| -cp | -classpath) | |
| ((i++)) | |
| ;; | |
| -*) | |
| ;; | |
| *) | |
| _filedir; | |
| return 0 | |
| ;; | |
| esac; | |
| done; | |
| case $cur in | |
| -verbose:*) | |
| COMPREPLY=($( compgen -W 'class gc jni' -- "${cur#*:}" )); | |
| return 0 | |
| ;; | |
| -javaagent:*) | |
| cur=${cur#*:}; | |
| _filedir '@(jar|zip)'; | |
| return 0 | |
| ;; | |
| -agentpath:*) | |
| cur=${cur#*:}; | |
| _filedir so; | |
| return 0 | |
| ;; | |
| -splash:*) | |
| cur=${cur#*:}; | |
| _filedir '@(gif|jp?(e)g|png)'; | |
| return 0 | |
| ;; | |
| -Xbootclasspath*:*) | |
| _java_path; | |
| return 0 | |
| ;; | |
| -Xcheck:*) | |
| COMPREPLY=($( compgen -W 'jni' -- "${cur#*:}" )); | |
| return 0 | |
| ;; | |
| -Xgc:*) | |
| COMPREPLY=($( compgen -W 'singlecon gencon singlepar genpar' -- "${cur#*:}" )); | |
| return 0 | |
| ;; | |
| -Xgcprio:*) | |
| COMPREPLY=($( compgen -W 'throughput pausetime deterministic' -- "${cur#*:}" )); | |
| return 0 | |
| ;; | |
| -Xloggc:* | -Xverboselog:*) | |
| cur=${cur#*:}; | |
| _filedir; | |
| return 0 | |
| ;; | |
| -Xshare:*) | |
| COMPREPLY=($( compgen -W 'auto off on' -- "${cur#*:}" )); | |
| return 0 | |
| ;; | |
| -Xverbose:*) | |
| COMPREPLY=($( compgen -W 'memory load jni cpuinfo codegen opt | |
| gcpause gcreport' -- "${cur#*:}" )); | |
| return 0 | |
| ;; | |
| -Xverify:*) | |
| COMPREPLY=($( compgen -W 'all none remote' -- "${cur#*:}" )); | |
| return 0 | |
| ;; | |
| -D* | -*:*) | |
| return 0 | |
| ;; | |
| esac; | |
| case $prev in | |
| -cp | -classpath) | |
| _java_path; | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '-client -server -agentlib: -agentpath: | |
| -classpath -D -d32 -d64 -enableassertions -disableassertions | |
| -enablesystemassertions -disablesystemassertions -jar -javaagent: | |
| -verbose -verbose -version -showversion -help -X' -- "$cur" )); | |
| else | |
| if [[ "$prev" == -jar ]]; then | |
| _filedir jar; | |
| else | |
| _java_classes; | |
| fi; | |
| fi; | |
| [[ ${#COMPREPLY[@]} -eq 1 && ${COMPREPLY[0]} == -*[:=] ]] && type compopt >&/dev/null && compopt -o nospace; | |
| __ltrim_colon_completions "$cur" | |
| } | |
| _java_classes () | |
| { | |
| local classpath i; | |
| _java_find_classpath; | |
| cur=${cur//.//}; | |
| for i in ${classpath//:/ }; | |
| do | |
| if [[ "$i" == *.@(jar|zip) && -r $i ]]; then | |
| if type zipinfo >&/dev/null; then | |
| COMPREPLY=("${COMPREPLY[@]}" $( zipinfo -1 "$i" "$cur*" 2>/dev/null | command grep '^[^$]*\.class$' )); | |
| else | |
| COMPREPLY=("${COMPREPLY[@]}" $( jar tf "$i" "$cur" | command grep '^[^$]*\.class$' )); | |
| fi; | |
| else | |
| if [ -d $i ]; then | |
| COMPREPLY=("${COMPREPLY[@]}" $( command ls $i/$cur*.class 2>/dev/null | sed -ne '/\$/d' -e "s|^$i//*||p" )); | |
| fi; | |
| fi; | |
| done; | |
| COMPREPLY=(${COMPREPLY[@]%.class}); | |
| COMPREPLY=(${COMPREPLY[@]//\//.}) | |
| } | |
| _java_find_classpath () | |
| { | |
| local i; | |
| for ((i=1; i < COMP_CWORD; i++ )) | |
| do | |
| if [[ "${COMP_WORDS[i]}" == -@(cp|classpath) ]]; then | |
| classpath=${COMP_WORDS[i+1]}; | |
| break; | |
| fi; | |
| done; | |
| [ -z "$classpath" ] && classpath=$CLASSPATH; | |
| [ -z "$classpath" ] && classpath=. | |
| } | |
| _java_find_sourcepath () | |
| { | |
| local i; | |
| for ((i=1; i < COMP_CWORD; i++ )) | |
| do | |
| if [[ "${COMP_WORDS[i]}" == -sourcepath ]]; then | |
| sourcepath=${COMP_WORDS[i+1]}; | |
| break; | |
| fi; | |
| done; | |
| if [ -z "$sourcepath" ]; then | |
| _java_find_classpath; | |
| sourcepath=$classpath; | |
| fi | |
| } | |
| _java_packages () | |
| { | |
| local sourcepath i; | |
| _java_find_sourcepath; | |
| cur=${cur//.//}; | |
| for i in ${sourcepath//:/ }; | |
| do | |
| if [ -d $i ]; then | |
| COMPREPLY=("${COMPREPLY[@]}" $( command ls -F -d $i/$cur* 2>/dev/null | sed -e 's|^'$i'/||' )); | |
| fi; | |
| done; | |
| COMPREPLY=($( tr " " "\n" <<<"${COMPREPLY[@]}" | command grep "/$" )); | |
| COMPREPLY=(${COMPREPLY[@]%/}); | |
| cur=${COMPREPLY[@]//\//.} | |
| } | |
| _java_path () | |
| { | |
| cur=${cur##*:}; | |
| _filedir '@(jar|zip)' | |
| } | |
| _javac () | |
| { | |
| COMPREPLY=(); | |
| local cur prev; | |
| _get_comp_words_by_ref cur prev; | |
| case $prev in | |
| -d) | |
| _filedir -d; | |
| return 0 | |
| ;; | |
| -classpath | -bootclasspath | -sourcepath | -extdirs) | |
| _java_path; | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '-g -g:none -g:lines -g:vars \ | |
| -g:source -O -nowarn -verbose -deprecation -classpath \ | |
| -sourcepath -bootclasspath -extdirs -d -encoding -source \ | |
| -target -help' -- "$cur" )); | |
| else | |
| _filedir java; | |
| fi | |
| } | |
| _javadoc () | |
| { | |
| COMPREPLY=(); | |
| local cur prev classpath; | |
| _get_comp_words_by_ref cur prev; | |
| case $prev in | |
| -overview | -helpfile) | |
| _filedir '?(x)htm?(l)'; | |
| return 0 | |
| ;; | |
| -stylesheetfile) | |
| _filedir css; | |
| return 0 | |
| ;; | |
| -d | -link | -linkoffline) | |
| _filedir -d; | |
| return 0 | |
| ;; | |
| -classpath | -bootclasspath | -docletpath | -sourcepath | -extdirs) | |
| _java_path; | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '-overview -public -protected \ | |
| -package -private -help -doclet -docletpath \ | |
| -sourcepath -classpath -exclude -subpackages \ | |
| -breakiterator -bootclasspath -source -extdirs \ | |
| -verbose -locale -encoding -J -d -use -version \ | |
| -author -docfilessubdirs -splitindex \ | |
| -windowtitle -doctitle -header -footer -bottom \ | |
| -link -linkoffline -excludedocfilessubdir \ | |
| -group -nocomment -nodeprecated -noqualifier \ | |
| -nosince -nodeprecatedlist -notree -noindex \ | |
| -nohelp -nonavbar -quiet -serialwarn -tag \ | |
| -taglet -tagletpath -charset -helpfile \ | |
| -linksource -stylesheetfile -docencoding' -- "$cur" )); | |
| else | |
| _filedir java; | |
| _java_packages; | |
| fi | |
| } | |
| _javaws () | |
| { | |
| COMPREPLY=(); | |
| local cur prev; | |
| _get_comp_words_by_ref cur prev; | |
| case $prev in | |
| -help | -license | -about | -viewer | -arg | -param | -property | -update | -umask) | |
| return 0 | |
| ;; | |
| -basedir | -codebase) | |
| _filedir -d; | |
| return 0 | |
| ;; | |
| -uninstall | -import) | |
| _filedir jnlp; | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ $cur == -* ]]; then | |
| COMPREPLY=($( compgen -W "$( _parse_help "$1" -help ) " -- "$cur" )); | |
| return 0; | |
| fi; | |
| _filedir jnlp | |
| } | |
| _kernel_versions () | |
| { | |
| COMPREPLY=($( compgen -W '$( command ls /lib/modules )' -- "$cur" )) | |
| } | |
| _kill () | |
| { | |
| local cur; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur; | |
| if [[ $COMP_CWORD -eq 1 && "$cur" == -* ]]; then | |
| _signals; | |
| else | |
| _pids; | |
| fi | |
| } | |
| _known_hosts () | |
| { | |
| local options; | |
| COMPREPLY=(); | |
| [[ "$1" == -a || "$2" == -a ]] && options=-a; | |
| [[ "$1" == -c || "$2" == -c ]] && options="$options -c"; | |
| _known_hosts_real $options "$(_get_cword :)" | |
| } | |
| _known_hosts_real () | |
| { | |
| local configfile flag prefix; | |
| local cur curd awkcur user suffix aliases i host; | |
| local -a kh khd config; | |
| local OPTIND=1; | |
| while getopts "acF:p:" flag "$@"; do | |
| case $flag in | |
| a) | |
| aliases='yes' | |
| ;; | |
| c) | |
| suffix=':' | |
| ;; | |
| F) | |
| configfile=$OPTARG | |
| ;; | |
| p) | |
| prefix=$OPTARG | |
| ;; | |
| esac; | |
| done; | |
| [ $# -lt $OPTIND ] && echo "error: $FUNCNAME: missing mandatory argument CWORD"; | |
| cur=${!OPTIND}; | |
| let "OPTIND += 1"; | |
| [ $# -ge $OPTIND ] && echo "error: $FUNCNAME("$@"): unprocessed arguments:" $(while [ $# -ge $OPTIND ]; do printf '%s\n' ${!OPTIND}; shift; done); | |
| [[ $cur == *@* ]] && user=${cur%@*}@ && cur=${cur#*@}; | |
| kh=(); | |
| if [ -n "$configfile" ]; then | |
| [ -r "$configfile" ] && config=("${config[@]}" "$configfile"); | |
| else | |
| for i in /etc/ssh/ssh_config "${HOME}/.ssh/config" "${HOME}/.ssh2/config"; | |
| do | |
| [ -r $i ] && config=("${config[@]}" "$i"); | |
| done; | |
| fi; | |
| if [ ${#config[@]} -gt 0 ]; then | |
| local OIFS=$IFS IFS=' | |
| '; | |
| local -a tmpkh; | |
| tmpkh=($( awk 'sub("^[ \t]*([Gg][Ll][Oo][Bb][Aa][Ll]|[Uu][Ss][Ee][Rr])[Kk][Nn][Oo][Ww][Nn][Hh][Oo][Ss][Tt][Ss][Ff][Ii][Ll][Ee][ \t]+", "") { print $0 }' "${config[@]}" | sort -u )); | |
| for i in "${tmpkh[@]}"; | |
| do | |
| i=${i//\"}; | |
| __expand_tilde_by_ref i; | |
| [ -r "$i" ] && kh=("${kh[@]}" "$i"); | |
| done; | |
| IFS=$OIFS; | |
| fi; | |
| if [ -z "$configfile" ]; then | |
| for i in /etc/ssh/ssh_known_hosts /etc/ssh/ssh_known_hosts2 /etc/known_hosts /etc/known_hosts2 ~/.ssh/known_hosts ~/.ssh/known_hosts2; | |
| do | |
| [ -r $i ] && kh=("${kh[@]}" $i); | |
| done; | |
| for i in /etc/ssh2/knownhosts ~/.ssh2/hostkeys; | |
| do | |
| [ -d $i ] && khd=("${khd[@]}" $i/*pub); | |
| done; | |
| fi; | |
| if [[ ${#kh[@]} -gt 0 || ${#khd[@]} -gt 0 ]]; then | |
| awkcur=${cur//\//\\\/}; | |
| awkcur=${awkcur//\./\\\.}; | |
| curd=$awkcur; | |
| if [[ "$awkcur" == [0-9]*[.:]* ]]; then | |
| awkcur="^$awkcur[.:]*"; | |
| else | |
| if [[ "$awkcur" == [0-9]* ]]; then | |
| awkcur="^$awkcur.*[.:]"; | |
| else | |
| if [ -z "$awkcur" ]; then | |
| awkcur="[a-z.:]"; | |
| else | |
| awkcur="^$awkcur"; | |
| fi; | |
| fi; | |
| fi; | |
| if [ ${#kh[@]} -gt 0 ]; then | |
| COMPREPLY=("${COMPREPLY[@]}" $( awk 'BEGIN {FS=","} | |
| /^\s*[^|\#]/ {for (i=1; i<=2; ++i) { \ | |
| sub(" .*$", "", $i); \ | |
| sub("^\\[", "", $i); sub("\\](:[0-9]+)?$", "", $i); \ | |
| if ($i ~ /'"$awkcur"'/) {print $i} \ | |
| }}' "${kh[@]}" 2>/dev/null )); | |
| fi; | |
| if [ ${#khd[@]} -gt 0 ]; then | |
| for i in "${khd[@]}"; | |
| do | |
| if [[ "$i" == *key_22_$curd*.pub && -r "$i" ]]; then | |
| host=${i/#*key_22_/}; | |
| host=${host/%.pub/}; | |
| COMPREPLY=("${COMPREPLY[@]}" $host); | |
| fi; | |
| done; | |
| fi; | |
| for ((i=0; i < ${#COMPREPLY[@]}; i++ )) | |
| do | |
| COMPREPLY[i]=$prefix$user${COMPREPLY[i]}$suffix; | |
| done; | |
| fi; | |
| if [[ ${#config[@]} -gt 0 && -n "$aliases" ]]; then | |
| local hosts=$( sed -ne 's/^[ \t]*[Hh][Oo][Ss][Tt]\([Nn][Aa][Mm][Ee]\)\{0,1\}['"$'\t '"']\{1,\}\([^#*?]*\)\(#.*\)\{0,1\}$/\2/p' "${config[@]}" ); | |
| COMPREPLY=("${COMPREPLY[@]}" $( compgen -P "$prefix$user" -S "$suffix" -W "$hosts" -- "$cur" )); | |
| fi; | |
| if [[ -n ${COMP_KNOWN_HOSTS_WITH_AVAHI:-} ]] && type avahi-browse >&/dev/null; then | |
| COMPREPLY=("${COMPREPLY[@]}" $( compgen -P "$prefix$user" -S "$suffix" -W "$( avahi-browse -cpr _workstation._tcp 2>/dev/null | awk -F';' '/^=/ { print $7 }' | sort -u )" -- "$cur" )); | |
| fi; | |
| if [ -n "${COMP_KNOWN_HOSTS_WITH_HOSTFILE-1}" ]; then | |
| COMPREPLY=("${COMPREPLY[@]}" $( compgen -A hostname -P "$prefix$user" -S "$suffix" -- "$cur" )); | |
| fi; | |
| __ltrim_colon_completions "$prefix$user$cur"; | |
| return 0 | |
| } | |
| _ktutil () | |
| { | |
| local cur prev command options split=false; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| _split_longopt && split=true; | |
| case $prev in | |
| -p | --principal) | |
| _heimdal_principals; | |
| return 0 | |
| ;; | |
| -e | --enctype) | |
| _heimdal_encodings; | |
| return 0 | |
| ;; | |
| -a | --admin-server) | |
| _known_hosts_real "$cur"; | |
| return 0 | |
| ;; | |
| -r | --realm) | |
| _heimdal_realms; | |
| return 0 | |
| ;; | |
| -s | -k | --srvtab | --keytab) | |
| _filedir; | |
| return 0 | |
| ;; | |
| esac; | |
| $split && return 0; | |
| commands='add change copy get list remove rename purge srvconvert \ | |
| srv2keytab srvcreate key2srvtab'; | |
| for ((i=1; i < COMP_CWORD; i++ )) | |
| do | |
| case ${COMP_WORDS[i]} in | |
| -k | --keytab) | |
| i=$(($i+1)) | |
| ;; | |
| -*) | |
| ;; | |
| *) | |
| command=${COMP_WORDS[i]}; | |
| break | |
| ;; | |
| esac; | |
| done; | |
| if [[ "$cur" == -* ]]; then | |
| case $command in | |
| add) | |
| options='-p --principal -V -e --enctype -w --password -r \ | |
| --random -s --no-salt -h --hex' | |
| ;; | |
| change) | |
| options='-r --realm -a --admin-server -s --server-port' | |
| ;; | |
| get) | |
| options='-p --principal -e --enctype -r --realm -a \ | |
| --admin-server -s server --server-port' | |
| ;; | |
| list) | |
| options='--keys --timestamp' | |
| ;; | |
| remove) | |
| options='-p --principal -V --kvno -e --enctype' | |
| ;; | |
| purge) | |
| options='--age' | |
| ;; | |
| srv2keytab | key2srvtab) | |
| options='-s --srvtab' | |
| ;; | |
| *) | |
| options='-k --keytab -v --verbose --version -v --help' | |
| ;; | |
| esac; | |
| COMPREPLY=($( compgen -W "$options" -- "$cur" )); | |
| else | |
| case $command in | |
| copy) | |
| _filedir | |
| ;; | |
| get) | |
| _heimdal_principals | |
| ;; | |
| rename) | |
| _heimdal_principals | |
| ;; | |
| *) | |
| COMPREPLY=($( compgen -W "$commands" -- "$cur" )) | |
| ;; | |
| esac; | |
| fi | |
| } | |
| _ldap_protocols () | |
| { | |
| COMPREPLY=($( compgen -W '2 3' -- "$cur" )) | |
| } | |
| _ldap_uris () | |
| { | |
| COMPREPLY=($( compgen -W 'ldap:// ldaps://' -- "$cur" )) | |
| } | |
| _ldapaddmodify () | |
| { | |
| local cur prev options; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| case $prev in | |
| -h) | |
| _known_hosts_real "$cur"; | |
| return 0 | |
| ;; | |
| -H) | |
| _ldap_uris; | |
| return 0 | |
| ;; | |
| -S | -f | -y) | |
| _filedir; | |
| return 0 | |
| ;; | |
| -P) | |
| _ldap_protocols; | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" == -* ]]; then | |
| options='-c -S -n -v -M -MM -d -D -W -w -y -h -H -p -P -O -I \ | |
| -Q -U -R -x -X -Y -Z -ZZ -f'; | |
| if [[ ${COMP_WORDS[0]} == ldapmodify ]]; then | |
| options="$options -a"; | |
| fi; | |
| COMPREPLY=($( compgen -W "$options" -- "$cur" )); | |
| fi | |
| } | |
| _ldapcompare () | |
| { | |
| local cur prev; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| case $prev in | |
| -h) | |
| _known_hosts_real "$cur"; | |
| return 0 | |
| ;; | |
| -H) | |
| _ldap_uris; | |
| return 0 | |
| ;; | |
| -y) | |
| _filedir; | |
| return 0 | |
| ;; | |
| -P) | |
| _ldap_protocols; | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '-n -v -z -M -MM -d -D -W -w -y \ | |
| -H -h -P -p -O -I -Q -U -R -x -X -Y -Z -ZZ' -- "$cur" )); | |
| fi | |
| } | |
| _ldapdelete () | |
| { | |
| local cur prev; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| case $prev in | |
| -h) | |
| _known_hosts_real "$cur"; | |
| return 0 | |
| ;; | |
| -H) | |
| _ldap_uris; | |
| return 0 | |
| ;; | |
| -f | -y) | |
| _filedir; | |
| return 0 | |
| ;; | |
| -P) | |
| _ldap_protocols; | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '-n -v -c -M -MM -d -f -D -W -w -y \ | |
| -H -h -P -p -O -U -R -r -x -I -Q -X -Y -Z -ZZ' -- "$cur" )); | |
| fi | |
| } | |
| _ldapmodrdn () | |
| { | |
| local cur prev; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| case $prev in | |
| -h) | |
| _known_hosts_real "$cur"; | |
| return 0 | |
| ;; | |
| -H) | |
| _ldap_uris; | |
| return 0 | |
| ;; | |
| -f | -y) | |
| _filedir; | |
| return 0 | |
| ;; | |
| -P) | |
| _ldap_protocols; | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '-r -s -n -v -c -M -MM -d -D -W -w \ | |
| -y -H -h -P -p -O -I -Q -U -R -x -X -Y -Z -ZZ -f' -- "$cur" )); | |
| fi | |
| } | |
| _ldappasswd () | |
| { | |
| local cur prev; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| case $prev in | |
| -h) | |
| _known_hosts_real "$cur"; | |
| return 0 | |
| ;; | |
| -H) | |
| _ldap_uris; | |
| return 0 | |
| ;; | |
| -t | -T | -y) | |
| _filedir; | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '-A -a -t -d -D -H -h -n -p -S -s -T \ | |
| -v -W -w -y -O -I -Q -U -R -x -X -Y -Z -ZZ' -- "$cur" )); | |
| fi | |
| } | |
| _ldapsearch () | |
| { | |
| local cur prev; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| case $prev in | |
| -h) | |
| _known_hosts_real "$cur"; | |
| return 0 | |
| ;; | |
| -H) | |
| _ldap_uris; | |
| return 0 | |
| ;; | |
| -T) | |
| _filedir -d; | |
| return 0 | |
| ;; | |
| -f | -y) | |
| _filedir; | |
| return 0 | |
| ;; | |
| -s) | |
| COMPREPLY=($( compgen -W 'base one sub children' -- "$cur" )); | |
| return 0 | |
| ;; | |
| -a) | |
| COMPREPLY=($( compgen -W 'never always search find' -- "$cur" )); | |
| return 0 | |
| ;; | |
| -P) | |
| _ldap_protocols; | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '-n -u -v -t -tt -T -F -A -C -L -LL \ | |
| -LLL -M -MM -S -d -f -x -D -W -w -y -H -h -p -b -s -a \ | |
| -P -e -E -l -z -O -I -Q -U -R -X -Y -Z -ZZ' -- "$cur" )); | |
| fi | |
| } | |
| _ldapwhoami () | |
| { | |
| local cur prev; | |
| COMPREPLY=(); | |
| _get_comp_words_by_ref cur prev; | |
| case $prev in | |
| -h) | |
| _known_hosts_real "$cur"; | |
| return 0 | |
| ;; | |
| -H) | |
| _ldap_uris; | |
| return 0 | |
| ;; | |
| -f | -y) | |
| _filedir; | |
| return 0 | |
| ;; | |
| -P) | |
| _ldap_protocols; | |
| return 0 | |
| ;; | |
| esac; | |
| if [[ "$cur" == -* ]]; then | |
| COMPREPLY=($( compgen -W '-n -v -z -d -D -W -w -y -H -h -p -P \ | |
| -O -I -Q -U -R -x -X -Y -Z -ZZ' -- "$cur" )); | |
| fi | |
| } | |
| _lein_completion () | |
| { | |
| local cur prev tasks; | |
| COMPREPLY=(); | |
| cur="${COMP_WORDS[COMP_CWORD]}"; | |
| prev="${COMP_WORDS[COMP_CWORD-1]}"; | |
| tasks="classpath clean compile deploy deps help install interactive jar javac new plugin pom repl run swank test test! uberjar version"; | |
| case "${prev}" in | |
| classpath | clean | compile | deploy | deps | install | interactive | jar | javac | new | plugin | pom | repl | swank | uberjar | version) | |
| COMPREPLY=() | |
| ;; | |
| help) | |
| local prev2="${COMP_WORDS[COMP_CWORD-2]}"; | |
| if [ "$prev2" == "help" ]; then | |
| COMPREPLY=(); | |
| else | |
| COMPREPLY=($(compgen -W "${tasks}" -- ${cur})); | |
| fi | |
| ;; | |
| run | test | test!) | |
| local namespaces=$(find test/ -type f -name "*.clj" -exec grep -E '^\(ns[[:space:]]+\w+' '{}' ';' | sed -n 's/(ns[ ]*//p'); | |
| COMPREPLY=($(compgen -W "${namespaces}" -- ${cur})) | |
| ;; | |
| lein) | |
| COMPREPLY=($(compgen -W "${tasks}" -- ${cur})) | |
| ;; | |
| esac; | |
| return 0 | |
| } | |
| _linux_fstab () | |
| { | |
| COMPREPLY=(); | |
| local fs_spec fs_file fs_other; | |
| local oldifs="$IFS"; | |
| while read -r fs_spec fs_file fs_other; do | |
| if [[ $fs_spec = [#]* ]]; then | |
| continue; | |
| fi; | |
| if [[ $1 == -L ]]; then | |
| local fs_label=${fs_spec/#LABEL=}; | |
| if [[ $fs_label != "$fs_spec" ]]; then | |
| __linux_fstab_unescape fs_label; | |
| IFS=''; | |
| COMPREPLY+=("$fs_label"); | |
| IFS=$oldifs; | |
| fi; | |
| else | |
| __linux_fstab_unescape fs_spec; | |
| __linux_fstab_unescape fs_file; | |
| IFS=''; | |
| [[ $fs_spec = */* ]] && COMPREPLY+=("$fs_spec"); | |
| [[ $fs_file = */* ]] && COMPREPLY+=("$fs_file"); | |
| IFS=$oldifs; | |
| fi; | |
| done; | |
| _reply_compgen_array | |
| } | |
| _longopt () | |
| { | |
| local cur prev split=false; | |
| _get_comp_words_by_ref -n = cur prev; | |
| _split_longopt && split=true; | |
| case "$prev" in | |
| --*[Dd][Ii][Rr]*) | |
| _filedir -d; | |
| return 0 | |
| ;; | |
| --*[Ff][Ii][Ll][Ee]* | --*[Pp][Aa][Tt][Hh]*) | |
| _filedir; | |
| return 0 | |
| ;; | |
| esac; | |
| $split && return 0; | |
| if [[ "$cur" == -* ]]; then | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment