- * Package: dev-python/ipython-0.12.1
- * Repository: gentoo
- * Maintainer: python@gentoo.org
- * USE: amd64 elibc_glibc kernel_linux multilib readline smp test userland_GNU
- * FEATURES: sandbox test userpriv usersandbox
- >>> Unpacking source...
- >>> Unpacking ipython-0.12.1.tar.gz to /tmp/portage/dev-python/ipython-0.12.1/work
- >>> Source unpacked in /tmp/portage/dev-python/ipython-0.12.1/work
- >>> Preparing source in /tmp/portage/dev-python/ipython-0.12.1/work/ipython-0.12.1 ...
- * Applying ipython-0.12-globalpath.patch ...
- [ ok ]
- >>> Source prepared.
- >>> Configuring source in /tmp/portage/dev-python/ipython-0.12.1/work/ipython-0.12.1 ...
- >>> Source configured.
- >>> Compiling source in /tmp/portage/dev-python/ipython-0.12.1/work/ipython-0.12.1 ...
- * Building of dev-python/ipython-0.12.1 with CPython 2.7...
- python2.7 setup.py build -b build-2.7
- ============================================================================
- BUILDING IPYTHON
- python: 2.7.3 (default, May 22 2012, 09:36:18) [GCC 4.5.3]
- platform: linux2
- OPTIONAL DEPENDENCIES
- sphinx: 1.1.3
- pygments: 1.5
- /usr/lib64/python2.7/site-packages/nose/plugins/manager.py:405: UserWarning: Module argparse was already imported from /usr/lib64/python2.7/argparse.pyc, but /usr/lib64/python2.7/site-packages is being added to sys.path
- import pkg_resources
- nose: 1.1.2
- pexpect: 2.4
- pyzmq: 2.2.0
- readline: yes
- running build
- running build_py
- creating build-2.7
- creating build-2.7/lib
- creating build-2.7/lib/IPython
- copying IPython/__init__.py -> build-2.7/lib/IPython
- creating build-2.7/lib/IPython/zmq
- copying IPython/zmq/frontend.py -> build-2.7/lib/IPython/zmq
- copying IPython/zmq/pykernel.py -> build-2.7/lib/IPython/zmq
- copying IPython/zmq/parentpoller.py -> build-2.7/lib/IPython/zmq
- copying IPython/zmq/kernelmanager.py -> build-2.7/lib/IPython/zmq
- copying IPython/zmq/entry_point.py -> build-2.7/lib/IPython/zmq
- copying IPython/zmq/iostream.py -> build-2.7/lib/IPython/zmq
- copying IPython/zmq/heartbeat.py -> build-2.7/lib/IPython/zmq
- copying IPython/zmq/zmqshell.py -> build-2.7/lib/IPython/zmq
- copying IPython/zmq/eventloops.py -> build-2.7/lib/IPython/zmq
- copying IPython/zmq/session.py -> build-2.7/lib/IPython/zmq
- copying IPython/zmq/blockingkernelmanager.py -> build-2.7/lib/IPython/zmq
- copying IPython/zmq/completer.py -> build-2.7/lib/IPython/zmq
- copying IPython/zmq/log.py -> build-2.7/lib/IPython/zmq
- copying IPython/zmq/displayhook.py -> build-2.7/lib/IPython/zmq
- copying IPython/zmq/kernelapp.py -> build-2.7/lib/IPython/zmq
- copying IPython/zmq/ipkernel.py -> build-2.7/lib/IPython/zmq
- copying IPython/zmq/__init__.py -> build-2.7/lib/IPython/zmq
- creating build-2.7/lib/IPython/zmq/gui
- copying IPython/zmq/gui/gtkembed.py -> build-2.7/lib/IPython/zmq/gui
- copying IPython/zmq/gui/__init__.py -> build-2.7/lib/IPython/zmq/gui
- creating build-2.7/lib/IPython/zmq/tests
- copying IPython/zmq/tests/test_session.py -> build-2.7/lib/IPython/zmq/tests
- copying IPython/zmq/tests/test_message_spec.py -> build-2.7/lib/IPython/zmq/tests
- copying IPython/zmq/tests/__init__.py -> build-2.7/lib/IPython/zmq/tests
- creating build-2.7/lib/IPython/zmq/pylab
- copying IPython/zmq/pylab/backend_inline.py -> build-2.7/lib/IPython/zmq/pylab
- copying IPython/zmq/pylab/__init__.py -> build-2.7/lib/IPython/zmq/pylab
- creating build-2.7/lib/IPython/extensions
- copying IPython/extensions/parallelmagic.py -> build-2.7/lib/IPython/extensions
- copying IPython/extensions/storemagic.py -> build-2.7/lib/IPython/extensions
- copying IPython/extensions/sympyprinting.py -> build-2.7/lib/IPython/extensions
- copying IPython/extensions/autoreload.py -> build-2.7/lib/IPython/extensions
- copying IPython/extensions/__init__.py -> build-2.7/lib/IPython/extensions
- creating build-2.7/lib/IPython/extensions/tests
- copying IPython/extensions/tests/test_autoreload.py -> build-2.7/lib/IPython/extensions/tests
- copying IPython/extensions/tests/__init__.py -> build-2.7/lib/IPython/extensions/tests
- creating build-2.7/lib/IPython/external
- copying IPython/external/qt_for_kernel.py -> build-2.7/lib/IPython/external
- copying IPython/external/mathjax.py -> build-2.7/lib/IPython/external
- copying IPython/external/qt.py -> build-2.7/lib/IPython/external
- copying IPython/external/__init__.py -> build-2.7/lib/IPython/external
- creating build-2.7/lib/IPython/external/ssh
- copying IPython/external/ssh/forward.py -> build-2.7/lib/IPython/external/ssh
- copying IPython/external/ssh/tunnel.py -> build-2.7/lib/IPython/external/ssh
- copying IPython/external/ssh/__init__.py -> build-2.7/lib/IPython/external/ssh
- creating build-2.7/lib/IPython/external/argparse
- copying IPython/external/argparse/_argparse.py -> build-2.7/lib/IPython/external/argparse
- copying IPython/external/argparse/__init__.py -> build-2.7/lib/IPython/external/argparse
- creating build-2.7/lib/IPython/external/guid
- copying IPython/external/guid/__init__.py -> build-2.7/lib/IPython/external/guid
- copying IPython/external/guid/_guid.py -> build-2.7/lib/IPython/external/guid
- creating build-2.7/lib/IPython/external/pyparsing
- copying IPython/external/pyparsing/_pyparsing.py -> build-2.7/lib/IPython/external/pyparsing
- copying IPython/external/pyparsing/__init__.py -> build-2.7/lib/IPython/external/pyparsing
- creating build-2.7/lib/IPython/external/decorators
- copying IPython/external/decorators/_decorators.py -> build-2.7/lib/IPython/external/decorators
- copying IPython/external/decorators/_numpy_testing_noseclasses.py -> build-2.7/lib/IPython/external/decorators
- copying IPython/external/decorators/__init__.py -> build-2.7/lib/IPython/external/decorators
- copying IPython/external/decorators/_numpy_testing_utils.py -> build-2.7/lib/IPython/external/decorators
- creating build-2.7/lib/IPython/external/decorator
- copying IPython/external/decorator/_decorator.py -> build-2.7/lib/IPython/external/decorator
- copying IPython/external/decorator/__init__.py -> build-2.7/lib/IPython/external/decorator
- creating build-2.7/lib/IPython/external/simplegeneric
- copying IPython/external/simplegeneric/_simplegeneric.py -> build-2.7/lib/IPython/external/simplegeneric
- copying IPython/external/simplegeneric/__init__.py -> build-2.7/lib/IPython/external/simplegeneric
- creating build-2.7/lib/IPython/external/Itpl
- copying IPython/external/Itpl/_Itpl.py -> build-2.7/lib/IPython/external/Itpl
- copying IPython/external/Itpl/__init__.py -> build-2.7/lib/IPython/external/Itpl
- creating build-2.7/lib/IPython/external/pexpect
- copying IPython/external/pexpect/_pexpect.py -> build-2.7/lib/IPython/external/pexpect
- copying IPython/external/pexpect/__init__.py -> build-2.7/lib/IPython/external/pexpect
- creating build-2.7/lib/IPython/external/path
- copying IPython/external/path/_path.py -> build-2.7/lib/IPython/external/path
- copying IPython/external/path/__init__.py -> build-2.7/lib/IPython/external/path
- creating build-2.7/lib/IPython/external/mglob
- copying IPython/external/mglob/_mglob.py -> build-2.7/lib/IPython/external/mglob
- copying IPython/external/mglob/__init__.py -> build-2.7/lib/IPython/external/mglob
- creating build-2.7/lib/IPython/utils
- copying IPython/utils/newserialized.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/text.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/py3compat.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/syspathcontext.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/generics.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/path.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/module_paths.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/growl.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/_sysinfo.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/_process_common.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/upgradedir.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/_process_win32.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/io.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/decorators.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/nested_context.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/dir2.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/cursesimport.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/process.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/terminal.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/coloransi.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/sysinfo.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/daemonize.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/data.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/localinterfaces.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/pyfile.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/wildcard.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/attic.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/strdispatch.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/tempdir.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/jsonutil.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/warn.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/ipstruct.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/rlineimpl.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/autoattr.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/PyColorize.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/codeutil.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/timing.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/importstring.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/pickleshare.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/frame.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/doctestreload.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/_process_posix.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/traitlets.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/pickleutil.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/__init__.py -> build-2.7/lib/IPython/utils
- copying IPython/utils/notification.py -> build-2.7/lib/IPython/utils
- creating build-2.7/lib/IPython/utils/tests
- copying IPython/utils/tests/test_traitlets.py -> build-2.7/lib/IPython/utils/tests
- copying IPython/utils/tests/test_module_paths.py -> build-2.7/lib/IPython/utils/tests
- copying IPython/utils/tests/test_io.py -> build-2.7/lib/IPython/utils/tests
- copying IPython/utils/tests/test_notification.py -> build-2.7/lib/IPython/utils/tests
- copying IPython/utils/tests/test_path.py -> build-2.7/lib/IPython/utils/tests
- copying IPython/utils/tests/test_imports.py -> build-2.7/lib/IPython/utils/tests
- copying IPython/utils/tests/test_jsonutil.py -> build-2.7/lib/IPython/utils/tests
- copying IPython/utils/tests/test_wildcard.py -> build-2.7/lib/IPython/utils/tests
- copying IPython/utils/tests/test_process.py -> build-2.7/lib/IPython/utils/tests
- copying IPython/utils/tests/test_pycolorize.py -> build-2.7/lib/IPython/utils/tests
- copying IPython/utils/tests/__init__.py -> build-2.7/lib/IPython/utils/tests
- copying IPython/utils/tests/test_text.py -> build-2.7/lib/IPython/utils/tests
- creating build-2.7/lib/IPython/frontend
- copying IPython/frontend/consoleapp.py -> build-2.7/lib/IPython/frontend
- copying IPython/frontend/__init__.py -> build-2.7/lib/IPython/frontend
- creating build-2.7/lib/IPython/frontend/qt
- copying IPython/frontend/qt/util.py -> build-2.7/lib/IPython/frontend/qt
- copying IPython/frontend/qt/base_frontend_mixin.py -> build-2.7/lib/IPython/frontend/qt
- copying IPython/frontend/qt/kernelmanager.py -> build-2.7/lib/IPython/frontend/qt
- copying IPython/frontend/qt/rich_text.py -> build-2.7/lib/IPython/frontend/qt
- copying IPython/frontend/qt/svg.py -> build-2.7/lib/IPython/frontend/qt
- copying IPython/frontend/qt/__init__.py -> build-2.7/lib/IPython/frontend/qt
- creating build-2.7/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/bracket_matcher.py -> build-2.7/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/styles.py -> build-2.7/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/qtconsoleapp.py -> build-2.7/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/pygments_highlighter.py -> build-2.7/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/ipython_widget.py -> build-2.7/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/call_tip_widget.py -> build-2.7/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/history_console_widget.py -> build-2.7/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/completion_lexer.py -> build-2.7/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/console_widget.py -> build-2.7/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/rich_ipython_widget.py -> build-2.7/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/completion_widget.py -> build-2.7/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/mainwindow.py -> build-2.7/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/kill_ring.py -> build-2.7/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/frontend_widget.py -> build-2.7/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/ansi_code_processor.py -> build-2.7/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/__init__.py -> build-2.7/lib/IPython/frontend/qt/console
- creating build-2.7/lib/IPython/frontend/qt/console/tests
- copying IPython/frontend/qt/console/tests/test_ansi_code_processor.py -> build-2.7/lib/IPython/frontend/qt/console/tests
- copying IPython/frontend/qt/console/tests/test_kill_ring.py -> build-2.7/lib/IPython/frontend/qt/console/tests
- copying IPython/frontend/qt/console/tests/test_completion_lexer.py -> build-2.7/lib/IPython/frontend/qt/console/tests
- copying IPython/frontend/qt/console/tests/__init__.py -> build-2.7/lib/IPython/frontend/qt/console/tests
- creating build-2.7/lib/IPython/frontend/terminal
- copying IPython/frontend/terminal/interactiveshell.py -> build-2.7/lib/IPython/frontend/terminal
- copying IPython/frontend/terminal/ipapp.py -> build-2.7/lib/IPython/frontend/terminal
- copying IPython/frontend/terminal/embed.py -> build-2.7/lib/IPython/frontend/terminal
- copying IPython/frontend/terminal/__init__.py -> build-2.7/lib/IPython/frontend/terminal
- creating build-2.7/lib/IPython/frontend/terminal/console
- copying IPython/frontend/terminal/console/app.py -> build-2.7/lib/IPython/frontend/terminal/console
- copying IPython/frontend/terminal/console/interactiveshell.py -> build-2.7/lib/IPython/frontend/terminal/console
- copying IPython/frontend/terminal/console/completer.py -> build-2.7/lib/IPython/frontend/terminal/console
- copying IPython/frontend/terminal/console/__init__.py -> build-2.7/lib/IPython/frontend/terminal/console
- creating build-2.7/lib/IPython/frontend/terminal/console/tests
- copying IPython/frontend/terminal/console/tests/test_console.py -> build-2.7/lib/IPython/frontend/terminal/console/tests
- copying IPython/frontend/terminal/console/tests/__init__.py -> build-2.7/lib/IPython/frontend/terminal/console/tests
- creating build-2.7/lib/IPython/frontend/terminal/tests
- copying IPython/frontend/terminal/tests/test_interactivshell.py -> build-2.7/lib/IPython/frontend/terminal/tests
- copying IPython/frontend/terminal/tests/__init__.py -> build-2.7/lib/IPython/frontend/terminal/tests
- creating build-2.7/lib/IPython/frontend/html
- copying IPython/frontend/html/__init__.py -> build-2.7/lib/IPython/frontend/html
- creating build-2.7/lib/IPython/frontend/html/notebook
- copying IPython/frontend/html/notebook/kernelmanager.py -> build-2.7/lib/IPython/frontend/html/notebook
- copying IPython/frontend/html/notebook/notebookmanager.py -> build-2.7/lib/IPython/frontend/html/notebook
- copying IPython/frontend/html/notebook/notebookapp.py -> build-2.7/lib/IPython/frontend/html/notebook
- copying IPython/frontend/html/notebook/zmqhttp.py -> build-2.7/lib/IPython/frontend/html/notebook
- copying IPython/frontend/html/notebook/handlers.py -> build-2.7/lib/IPython/frontend/html/notebook
- copying IPython/frontend/html/notebook/__init__.py -> build-2.7/lib/IPython/frontend/html/notebook
- creating build-2.7/lib/IPython/frontend/html/notebook/tests
- copying IPython/frontend/html/notebook/tests/test_kernelsession.py -> build-2.7/lib/IPython/frontend/html/notebook/tests
- copying IPython/frontend/html/notebook/tests/__init__.py -> build-2.7/lib/IPython/frontend/html/notebook/tests
- creating build-2.7/lib/IPython/core
- copying IPython/core/excolors.py -> build-2.7/lib/IPython/core
- copying IPython/core/usage.py -> build-2.7/lib/IPython/core
- copying IPython/core/history.py -> build-2.7/lib/IPython/core
- copying IPython/core/prompts.py -> build-2.7/lib/IPython/core
- copying IPython/core/debugger.py -> build-2.7/lib/IPython/core
- copying IPython/core/payloadpage.py -> build-2.7/lib/IPython/core
- copying IPython/core/oinspect.py -> build-2.7/lib/IPython/core
- copying IPython/core/prefilter.py -> build-2.7/lib/IPython/core
- copying IPython/core/interactiveshell.py -> build-2.7/lib/IPython/core
- copying IPython/core/ipapi.py -> build-2.7/lib/IPython/core
- copying IPython/core/compilerop.py -> build-2.7/lib/IPython/core
- copying IPython/core/formatters.py -> build-2.7/lib/IPython/core
- copying IPython/core/display.py -> build-2.7/lib/IPython/core
- copying IPython/core/inputsplitter.py -> build-2.7/lib/IPython/core
- copying IPython/core/builtin_trap.py -> build-2.7/lib/IPython/core
- copying IPython/core/ultratb.py -> build-2.7/lib/IPython/core
- copying IPython/core/autocall.py -> build-2.7/lib/IPython/core
- copying IPython/core/displaypub.py -> build-2.7/lib/IPython/core
- copying IPython/core/release.py -> build-2.7/lib/IPython/core
- copying IPython/core/shadowns.py -> build-2.7/lib/IPython/core
- copying IPython/core/magic.py -> build-2.7/lib/IPython/core
- copying IPython/core/pylabtools.py -> build-2.7/lib/IPython/core
- copying IPython/core/display_trap.py -> build-2.7/lib/IPython/core
- copying IPython/core/hooks.py -> build-2.7/lib/IPython/core
- copying IPython/core/plugin.py -> build-2.7/lib/IPython/core
- copying IPython/core/crashhandler.py -> build-2.7/lib/IPython/core
- copying IPython/core/macro.py -> build-2.7/lib/IPython/core
- copying IPython/core/splitinput.py -> build-2.7/lib/IPython/core
- copying IPython/core/completer.py -> build-2.7/lib/IPython/core
- copying IPython/core/profileapp.py -> build-2.7/lib/IPython/core
- copying IPython/core/magic_arguments.py -> build-2.7/lib/IPython/core
- copying IPython/core/error.py -> build-2.7/lib/IPython/core
- copying IPython/core/alias.py -> build-2.7/lib/IPython/core
- copying IPython/core/payload.py -> build-2.7/lib/IPython/core
- copying IPython/core/displayhook.py -> build-2.7/lib/IPython/core
- copying IPython/core/completerlib.py -> build-2.7/lib/IPython/core
- copying IPython/core/application.py -> build-2.7/lib/IPython/core
- copying IPython/core/fakemodule.py -> build-2.7/lib/IPython/core
- copying IPython/core/logger.py -> build-2.7/lib/IPython/core
- copying IPython/core/shellapp.py -> build-2.7/lib/IPython/core
- copying IPython/core/extensions.py -> build-2.7/lib/IPython/core
- copying IPython/core/page.py -> build-2.7/lib/IPython/core
- copying IPython/core/profiledir.py -> build-2.7/lib/IPython/core
- copying IPython/core/__init__.py -> build-2.7/lib/IPython/core
- creating build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_run.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_profile.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_completerlib.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_magic.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/tclass.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_compilerop.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/simpleerr.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_application.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_formatters.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_logger.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_autocall.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_interactiveshell.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_oinspect.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_completer.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_splitinput.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_page.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_imports.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_pylabtools.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_iplib.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_prefilter.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_inputsplitter.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_prompts.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_magic_terminal.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_fakemodule.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_magic_arguments.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/refbug.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_handlers.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_history.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/__init__.py -> build-2.7/lib/IPython/core/tests
- copying IPython/core/tests/test_plugin.py -> build-2.7/lib/IPython/core/tests
- creating build-2.7/lib/IPython/testing
- copying IPython/testing/tools.py -> build-2.7/lib/IPython/testing
- copying IPython/testing/skipdoctest.py -> build-2.7/lib/IPython/testing
- copying IPython/testing/decorators.py -> build-2.7/lib/IPython/testing
- copying IPython/testing/globalipapp.py -> build-2.7/lib/IPython/testing
- copying IPython/testing/_paramtestpy2.py -> build-2.7/lib/IPython/testing
- copying IPython/testing/mkdoctests.py -> build-2.7/lib/IPython/testing
- copying IPython/testing/iptest.py -> build-2.7/lib/IPython/testing
- copying IPython/testing/_paramtestpy3.py -> build-2.7/lib/IPython/testing
- copying IPython/testing/ipunittest.py -> build-2.7/lib/IPython/testing
- copying IPython/testing/nosepatch.py -> build-2.7/lib/IPython/testing
- copying IPython/testing/__init__.py -> build-2.7/lib/IPython/testing
- creating build-2.7/lib/IPython/testing/plugin
- copying IPython/testing/plugin/dtexample.py -> build-2.7/lib/IPython/testing/plugin
- copying IPython/testing/plugin/simple.py -> build-2.7/lib/IPython/testing/plugin
- copying IPython/testing/plugin/ipdoctest.py -> build-2.7/lib/IPython/testing/plugin
- copying IPython/testing/plugin/simplevars.py -> build-2.7/lib/IPython/testing/plugin
- copying IPython/testing/plugin/show_refs.py -> build-2.7/lib/IPython/testing/plugin
- copying IPython/testing/plugin/setup.py -> build-2.7/lib/IPython/testing/plugin
- copying IPython/testing/plugin/test_refs.py -> build-2.7/lib/IPython/testing/plugin
- copying IPython/testing/plugin/iptest.py -> build-2.7/lib/IPython/testing/plugin
- copying IPython/testing/plugin/test_ipdoctest.py -> build-2.7/lib/IPython/testing/plugin
- copying IPython/testing/plugin/__init__.py -> build-2.7/lib/IPython/testing/plugin
- creating build-2.7/lib/IPython/testing/tests
- copying IPython/testing/tests/test_ipunittest.py -> build-2.7/lib/IPython/testing/tests
- copying IPython/testing/tests/test_decorators.py -> build-2.7/lib/IPython/testing/tests
- copying IPython/testing/tests/__init__.py -> build-2.7/lib/IPython/testing/tests
- copying IPython/testing/tests/test_tools.py -> build-2.7/lib/IPython/testing/tests
- creating build-2.7/lib/IPython/nbformat
- copying IPython/nbformat/current.py -> build-2.7/lib/IPython/nbformat
- copying IPython/nbformat/__init__.py -> build-2.7/lib/IPython/nbformat
- creating build-2.7/lib/IPython/nbformat/tests
- copying IPython/nbformat/tests/__init__.py -> build-2.7/lib/IPython/nbformat/tests
- creating build-2.7/lib/IPython/nbformat/v2
- copying IPython/nbformat/v2/rwbase.py -> build-2.7/lib/IPython/nbformat/v2
- copying IPython/nbformat/v2/convert.py -> build-2.7/lib/IPython/nbformat/v2
- copying IPython/nbformat/v2/nbxml.py -> build-2.7/lib/IPython/nbformat/v2
- copying IPython/nbformat/v2/nbpy.py -> build-2.7/lib/IPython/nbformat/v2
- copying IPython/nbformat/v2/nbjson.py -> build-2.7/lib/IPython/nbformat/v2
- copying IPython/nbformat/v2/__init__.py -> build-2.7/lib/IPython/nbformat/v2
- copying IPython/nbformat/v2/nbbase.py -> build-2.7/lib/IPython/nbformat/v2
- creating build-2.7/lib/IPython/nbformat/v2/tests
- copying IPython/nbformat/v2/tests/nbexamples.py -> build-2.7/lib/IPython/nbformat/v2/tests
- copying IPython/nbformat/v2/tests/test_nbbase.py -> build-2.7/lib/IPython/nbformat/v2/tests
- copying IPython/nbformat/v2/tests/test_nbpy.py -> build-2.7/lib/IPython/nbformat/v2/tests
- copying IPython/nbformat/v2/tests/test_json.py -> build-2.7/lib/IPython/nbformat/v2/tests
- copying IPython/nbformat/v2/tests/__init__.py -> build-2.7/lib/IPython/nbformat/v2/tests
- creating build-2.7/lib/IPython/nbformat/v1
- copying IPython/nbformat/v1/rwbase.py -> build-2.7/lib/IPython/nbformat/v1
- copying IPython/nbformat/v1/convert.py -> build-2.7/lib/IPython/nbformat/v1
- copying IPython/nbformat/v1/nbjson.py -> build-2.7/lib/IPython/nbformat/v1
- copying IPython/nbformat/v1/__init__.py -> build-2.7/lib/IPython/nbformat/v1
- copying IPython/nbformat/v1/nbbase.py -> build-2.7/lib/IPython/nbformat/v1
- creating build-2.7/lib/IPython/nbformat/v1/tests
- copying IPython/nbformat/v1/tests/nbexamples.py -> build-2.7/lib/IPython/nbformat/v1/tests
- copying IPython/nbformat/v1/tests/test_nbbase.py -> build-2.7/lib/IPython/nbformat/v1/tests
- copying IPython/nbformat/v1/tests/test_json.py -> build-2.7/lib/IPython/nbformat/v1/tests
- copying IPython/nbformat/v1/tests/__init__.py -> build-2.7/lib/IPython/nbformat/v1/tests
- creating build-2.7/lib/IPython/parallel
- copying IPython/parallel/util.py -> build-2.7/lib/IPython/parallel
- copying IPython/parallel/error.py -> build-2.7/lib/IPython/parallel
- copying IPython/parallel/factory.py -> build-2.7/lib/IPython/parallel
- copying IPython/parallel/__init__.py -> build-2.7/lib/IPython/parallel
- creating build-2.7/lib/IPython/parallel/controller
- copying IPython/parallel/controller/scheduler.py -> build-2.7/lib/IPython/parallel/controller
- copying IPython/parallel/controller/hub.py -> build-2.7/lib/IPython/parallel/controller
- copying IPython/parallel/controller/heartmonitor.py -> build-2.7/lib/IPython/parallel/controller
- copying IPython/parallel/controller/dependency.py -> build-2.7/lib/IPython/parallel/controller
- copying IPython/parallel/controller/dictdb.py -> build-2.7/lib/IPython/parallel/controller
- copying IPython/parallel/controller/sqlitedb.py -> build-2.7/lib/IPython/parallel/controller
- copying IPython/parallel/controller/mongodb.py -> build-2.7/lib/IPython/parallel/controller
- copying IPython/parallel/controller/__init__.py -> build-2.7/lib/IPython/parallel/controller
- creating build-2.7/lib/IPython/parallel/apps
- copying IPython/parallel/apps/ipengineapp.py -> build-2.7/lib/IPython/parallel/apps
- copying IPython/parallel/apps/launcher.py -> build-2.7/lib/IPython/parallel/apps
- copying IPython/parallel/apps/winhpcjob.py -> build-2.7/lib/IPython/parallel/apps
- copying IPython/parallel/apps/ipcontrollerapp.py -> build-2.7/lib/IPython/parallel/apps
- copying IPython/parallel/apps/logwatcher.py -> build-2.7/lib/IPython/parallel/apps
- copying IPython/parallel/apps/win32support.py -> build-2.7/lib/IPython/parallel/apps
- copying IPython/parallel/apps/ipclusterapp.py -> build-2.7/lib/IPython/parallel/apps
- copying IPython/parallel/apps/baseapp.py -> build-2.7/lib/IPython/parallel/apps
- copying IPython/parallel/apps/iploggerapp.py -> build-2.7/lib/IPython/parallel/apps
- copying IPython/parallel/apps/__init__.py -> build-2.7/lib/IPython/parallel/apps
- creating build-2.7/lib/IPython/parallel/client
- copying IPython/parallel/client/view.py -> build-2.7/lib/IPython/parallel/client
- copying IPython/parallel/client/client.py -> build-2.7/lib/IPython/parallel/client
- copying IPython/parallel/client/asyncresult.py -> build-2.7/lib/IPython/parallel/client
- copying IPython/parallel/client/remotefunction.py -> build-2.7/lib/IPython/parallel/client
- copying IPython/parallel/client/map.py -> build-2.7/lib/IPython/parallel/client
- copying IPython/parallel/client/__init__.py -> build-2.7/lib/IPython/parallel/client
- creating build-2.7/lib/IPython/parallel/tests
- copying IPython/parallel/tests/test_asyncresult.py -> build-2.7/lib/IPython/parallel/tests
- copying IPython/parallel/tests/test_db.py -> build-2.7/lib/IPython/parallel/tests
- copying IPython/parallel/tests/test_lbview.py -> build-2.7/lib/IPython/parallel/tests
- copying IPython/parallel/tests/test_newserialized.py -> build-2.7/lib/IPython/parallel/tests
- copying IPython/parallel/tests/clienttest.py -> build-2.7/lib/IPython/parallel/tests
- copying IPython/parallel/tests/test_client.py -> build-2.7/lib/IPython/parallel/tests
- copying IPython/parallel/tests/test_dependency.py -> build-2.7/lib/IPython/parallel/tests
- copying IPython/parallel/tests/test_view.py -> build-2.7/lib/IPython/parallel/tests
- copying IPython/parallel/tests/test_mongodb.py -> build-2.7/lib/IPython/parallel/tests
- copying IPython/parallel/tests/__init__.py -> build-2.7/lib/IPython/parallel/tests
- creating build-2.7/lib/IPython/parallel/engine
- copying IPython/parallel/engine/engine.py -> build-2.7/lib/IPython/parallel/engine
- copying IPython/parallel/engine/kernelstarter.py -> build-2.7/lib/IPython/parallel/engine
- copying IPython/parallel/engine/streamkernel.py -> build-2.7/lib/IPython/parallel/engine
- copying IPython/parallel/engine/__init__.py -> build-2.7/lib/IPython/parallel/engine
- creating build-2.7/lib/IPython/parallel/scripts
- copying IPython/parallel/scripts/__init__.py -> build-2.7/lib/IPython/parallel/scripts
- creating build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_gnuglobal.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_app_completers.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_editors.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/clearcmd.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_pydb.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_workdir.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_server.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_winpdb.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_which.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_render.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_jot.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/win32clip.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ledit.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_rehashdir.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/InterpreterExec.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_extutil.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_completers.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_profile_doctest.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_synchronize_with.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_fsops.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_exportdb.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/jobctrl.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/envpersist.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_lookfor.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_signals.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ipy_system_conf.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/ext_rescapture.py -> build-2.7/lib/IPython/quarantine
- copying IPython/quarantine/__init__.py -> build-2.7/lib/IPython/quarantine
- creating build-2.7/lib/IPython/quarantine/tests
- copying IPython/quarantine/tests/__init__.py -> build-2.7/lib/IPython/quarantine/tests
- creating build-2.7/lib/IPython/scripts
- copying IPython/scripts/__init__.py -> build-2.7/lib/IPython/scripts
- creating build-2.7/lib/IPython/lib
- copying IPython/lib/irunner.py -> build-2.7/lib/IPython/lib
- copying IPython/lib/inputhookgtk.py -> build-2.7/lib/IPython/lib
- copying IPython/lib/pretty.py -> build-2.7/lib/IPython/lib
- copying IPython/lib/inputhookglut.py -> build-2.7/lib/IPython/lib
- copying IPython/lib/inputhookpyglet.py -> build-2.7/lib/IPython/lib
- copying IPython/lib/clipboard.py -> build-2.7/lib/IPython/lib
- copying IPython/lib/display.py -> build-2.7/lib/IPython/lib
- copying IPython/lib/inputhookwx.py -> build-2.7/lib/IPython/lib
- copying IPython/lib/backgroundjobs.py -> build-2.7/lib/IPython/lib
- copying IPython/lib/inputhook.py -> build-2.7/lib/IPython/lib
- copying IPython/lib/latextools.py -> build-2.7/lib/IPython/lib
- copying IPython/lib/guisupport.py -> build-2.7/lib/IPython/lib
- copying IPython/lib/demo.py -> build-2.7/lib/IPython/lib
- copying IPython/lib/inputhookqt4.py -> build-2.7/lib/IPython/lib
- copying IPython/lib/security.py -> build-2.7/lib/IPython/lib
- copying IPython/lib/deepreload.py -> build-2.7/lib/IPython/lib
- copying IPython/lib/__init__.py -> build-2.7/lib/IPython/lib
- copying IPython/lib/kernel.py -> build-2.7/lib/IPython/lib
- creating build-2.7/lib/IPython/lib/tests
- copying IPython/lib/tests/test_irunner_pylab_magic.py -> build-2.7/lib/IPython/lib/tests
- copying IPython/lib/tests/test_backgroundjobs.py -> build-2.7/lib/IPython/lib/tests
- copying IPython/lib/tests/test_imports.py -> build-2.7/lib/IPython/lib/tests
- copying IPython/lib/tests/test_kernel.py -> build-2.7/lib/IPython/lib/tests
- copying IPython/lib/tests/test_pretty.py -> build-2.7/lib/IPython/lib/tests
- copying IPython/lib/tests/test_irunner.py -> build-2.7/lib/IPython/lib/tests
- copying IPython/lib/tests/__init__.py -> build-2.7/lib/IPython/lib/tests
- copying IPython/lib/tests/test_security.py -> build-2.7/lib/IPython/lib/tests
- creating build-2.7/lib/IPython/config
- copying IPython/config/loader.py -> build-2.7/lib/IPython/config
- copying IPython/config/configurable.py -> build-2.7/lib/IPython/config
- copying IPython/config/application.py -> build-2.7/lib/IPython/config
- copying IPython/config/__init__.py -> build-2.7/lib/IPython/config
- creating build-2.7/lib/IPython/config/tests
- copying IPython/config/tests/test_application.py -> build-2.7/lib/IPython/config/tests
- copying IPython/config/tests/test_configurable.py -> build-2.7/lib/IPython/config/tests
- copying IPython/config/tests/test_loader.py -> build-2.7/lib/IPython/config/tests
- copying IPython/config/tests/__init__.py -> build-2.7/lib/IPython/config/tests
- creating build-2.7/lib/IPython/config/profile
- copying IPython/config/profile/__init__.py -> build-2.7/lib/IPython/config/profile
- creating build-2.7/lib/IPython/kernel
- copying IPython/kernel/__init__.py -> build-2.7/lib/IPython/kernel
- creating build-2.7/lib/IPython/frontend/qt/console/resources
- creating build-2.7/lib/IPython/frontend/qt/console/resources/icon
- copying IPython/frontend/qt/console/resources/icon/IPythonConsole.svg -> build-2.7/lib/IPython/frontend/qt/console/resources/icon
- creating build-2.7/lib/IPython/frontend/html/notebook/templates
- copying IPython/frontend/html/notebook/templates/login.html -> build-2.7/lib/IPython/frontend/html/notebook/templates
- copying IPython/frontend/html/notebook/templates/layout.html -> build-2.7/lib/IPython/frontend/html/notebook/templates
- copying IPython/frontend/html/notebook/templates/notebook.html -> build-2.7/lib/IPython/frontend/html/notebook/templates
- copying IPython/frontend/html/notebook/templates/logout.html -> build-2.7/lib/IPython/frontend/html/notebook/templates
- copying IPython/frontend/html/notebook/templates/projectdashboard.html -> build-2.7/lib/IPython/frontend/html/notebook/templates
- creating build-2.7/lib/IPython/frontend/html/notebook/static
- copying IPython/frontend/html/notebook/static/IPy_Notebook_logo.svg -> build-2.7/lib/IPython/frontend/html/notebook/static
- copying IPython/frontend/html/notebook/static/favicon.ico -> build-2.7/lib/IPython/frontend/html/notebook/static
- copying IPython/frontend/html/notebook/static/ipynblogo.png -> build-2.7/lib/IPython/frontend/html/notebook/static
- creating build-2.7/lib/IPython/frontend/html/notebook/static/codemirror
- copying IPython/frontend/html/notebook/static/codemirror/LICENSE -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror
- copying IPython/frontend/html/notebook/static/codemirror/README-IPython.rst -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror
- copying IPython/frontend/html/notebook/static/codemirror/README.md -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror
- creating build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode
- creating build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/javascript
- copying IPython/frontend/html/notebook/static/codemirror/mode/javascript/javascript.js -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/javascript
- copying IPython/frontend/html/notebook/static/codemirror/mode/javascript/index.html -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/javascript
- creating build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/xml
- copying IPython/frontend/html/notebook/static/codemirror/mode/xml/xml.js -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/xml
- copying IPython/frontend/html/notebook/static/codemirror/mode/xml/index.html -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/xml
- creating build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst
- copying IPython/frontend/html/notebook/static/codemirror/mode/rst/rst.css -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst
- copying IPython/frontend/html/notebook/static/codemirror/mode/rst/rst.js -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst
- copying IPython/frontend/html/notebook/static/codemirror/mode/rst/index.html -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst
- creating build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown
- copying IPython/frontend/html/notebook/static/codemirror/mode/markdown/markdown.js -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown
- copying IPython/frontend/html/notebook/static/codemirror/mode/markdown/markdown.css -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown
- copying IPython/frontend/html/notebook/static/codemirror/mode/markdown/index.html -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown
- creating build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
- copying IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/htmlmixed.js -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
- copying IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/index.html -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
- creating build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/css
- copying IPython/frontend/html/notebook/static/codemirror/mode/css/css.js -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/css
- copying IPython/frontend/html/notebook/static/codemirror/mode/css/index.html -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/css
- creating build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/python
- copying IPython/frontend/html/notebook/static/codemirror/mode/python/LICENSE.txt -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/python
- copying IPython/frontend/html/notebook/static/codemirror/mode/python/index.html -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/python
- copying IPython/frontend/html/notebook/static/codemirror/mode/python/python.js -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/python
- creating build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/lib
- copying IPython/frontend/html/notebook/static/codemirror/lib/overlay.js -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/lib
- copying IPython/frontend/html/notebook/static/codemirror/lib/codemirror.js -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/lib
- copying IPython/frontend/html/notebook/static/codemirror/lib/codemirror.css -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/lib
- copying IPython/frontend/html/notebook/static/codemirror/lib/runmode.js -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/lib
- creating build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/theme
- copying IPython/frontend/html/notebook/static/codemirror/theme/ipython.css -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/theme
- copying IPython/frontend/html/notebook/static/codemirror/theme/neat.css -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/theme
- copying IPython/frontend/html/notebook/static/codemirror/theme/elegant.css -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/theme
- copying IPython/frontend/html/notebook/static/codemirror/theme/default.css -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/theme
- copying IPython/frontend/html/notebook/static/codemirror/theme/night.css -> build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/theme
- creating build-2.7/lib/IPython/frontend/html/notebook/static/jquery
- creating build-2.7/lib/IPython/frontend/html/notebook/static/jquery/js
- copying IPython/frontend/html/notebook/static/jquery/js/jquery-ui-1.8.14.custom.min.js -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/js
- copying IPython/frontend/html/notebook/static/jquery/js/jquery-1.6.2.min.js -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/js
- copying IPython/frontend/html/notebook/static/jquery/js/jquery.autogrow.js -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/js
- creating build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css
- creating build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes
- creating build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/jquery-wijmo.css -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket
- creating build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_242122_1x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_fafafa_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_333333_1x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_diagonals-thick_50_00a6dd_40x40.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_242122_1x100_bottom.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_333333_1x100_50.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_eaffb9_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_ca3838_1x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_304915_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_9eca38_1x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_00a6dd_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_9eca38_1x100_50.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_d399ff_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_flat_0_aaaaaa_40x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_flat_100_f1f1f1_40x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_ff8f8f_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_65358a_1x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_inset-soft_15_242122_1x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_f4f4f9_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_35_00a6dd_1x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_8A56B2_1x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_inset-soft_100_e1e1e1_1x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- creating build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/jquery-wijmo.css -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo
- creating build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-soft_75_85b2cb_1x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_glass_55_fbf9ee_1x400.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_2d5972_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_0_4f4f4f_40x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_898989_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_38667f_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_3a6983_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-hard_80_e3e3e3_1x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_2e83ff_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-hard_80_85b2cb_1x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_0_aaaaaa_40x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-soft_100_c4c4c4_1x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_ffffff_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_inset-hard_65_c4c4c4_1x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_inset-hard_65_85b2cb_1x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-hard_80_c4c4c4_1x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_100_ffffff_40x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_616161_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_inset-soft_95_fef1ec_1x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_0_2d5972_40x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_cd0a0a_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- creating build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/jquery-ui-1.8.14.custom.css -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness
- creating build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_2e83ff_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_454545_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_888888_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_222222_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_cd0a0a_256x240.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png -> build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- creating build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/cell.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/notebooklist.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/notebookmain.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/codecell.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/savewidget.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/printwidget.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/layout.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/loginmain.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/pager.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/notebook.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/textcell.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/loginwidget.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/quickhelp.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/utils.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/projectdashboardmain.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/kernel.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/kernelstatus.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/leftpanel.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/namespace.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/panelsection.js -> build-2.7/lib/IPython/frontend/html/notebook/static/js
- creating build-2.7/lib/IPython/frontend/html/notebook/static/prettify
- copying IPython/frontend/html/notebook/static/prettify/COPYING -> build-2.7/lib/IPython/frontend/html/notebook/static/prettify
- copying IPython/frontend/html/notebook/static/prettify/prettify.js -> build-2.7/lib/IPython/frontend/html/notebook/static/prettify
- copying IPython/frontend/html/notebook/static/prettify/prettify.css -> build-2.7/lib/IPython/frontend/html/notebook/static/prettify
- creating build-2.7/lib/IPython/frontend/html/notebook/static/pagedown
- copying IPython/frontend/html/notebook/static/pagedown/LICENSE.txt -> build-2.7/lib/IPython/frontend/html/notebook/static/pagedown
- copying IPython/frontend/html/notebook/static/pagedown/Markdown.Converter.js -> build-2.7/lib/IPython/frontend/html/notebook/static/pagedown
- creating build-2.7/lib/IPython/frontend/html/notebook/static/unminified
- copying IPython/frontend/html/notebook/static/unminified/prettify.js -> build-2.7/lib/IPython/frontend/html/notebook/static/unminified
- copying IPython/frontend/html/notebook/static/unminified/README -> build-2.7/lib/IPython/frontend/html/notebook/static/unminified
- creating build-2.7/lib/IPython/frontend/html/notebook/static/css
- copying IPython/frontend/html/notebook/static/css/layout.css -> build-2.7/lib/IPython/frontend/html/notebook/static/css
- copying IPython/frontend/html/notebook/static/css/renderedhtml.css -> build-2.7/lib/IPython/frontend/html/notebook/static/css
- copying IPython/frontend/html/notebook/static/css/notebook.css -> build-2.7/lib/IPython/frontend/html/notebook/static/css
- copying IPython/frontend/html/notebook/static/css/base.css -> build-2.7/lib/IPython/frontend/html/notebook/static/css
- copying IPython/frontend/html/notebook/static/css/boilerplate.css -> build-2.7/lib/IPython/frontend/html/notebook/static/css
- copying IPython/frontend/html/notebook/static/css/projectdashboard.css -> build-2.7/lib/IPython/frontend/html/notebook/static/css
- copying IPython/config/profile/README_STARTUP -> build-2.7/lib/IPython/config/profile
- copying IPython/config/profile/README -> build-2.7/lib/IPython/config/profile
- creating build-2.7/lib/IPython/config/profile/sympy
- copying IPython/config/profile/sympy/ipython_config.py -> build-2.7/lib/IPython/config/profile/sympy
- creating build-2.7/lib/IPython/config/profile/python3
- copying IPython/config/profile/python3/ipython_config.py -> build-2.7/lib/IPython/config/profile/python3
- creating build-2.7/lib/IPython/config/profile/cluster
- copying IPython/config/profile/cluster/ipython_config.py -> build-2.7/lib/IPython/config/profile/cluster
- creating build-2.7/lib/IPython/config/profile/math
- copying IPython/config/profile/math/ipython_config.py -> build-2.7/lib/IPython/config/profile/math
- creating build-2.7/lib/IPython/config/profile/pysh
- copying IPython/config/profile/pysh/ipython_config.py -> build-2.7/lib/IPython/config/profile/pysh
- warning: MyBuildPy: byte-compiling is disabled, skipping.
- running build_scripts
- creating build-2.7/scripts-2.7
- copying and adjusting IPython/parallel/scripts/ipengine -> build-2.7/scripts-2.7
- copying and adjusting IPython/parallel/scripts/ipcontroller -> build-2.7/scripts-2.7
- copying and adjusting IPython/parallel/scripts/ipcluster -> build-2.7/scripts-2.7
- copying and adjusting IPython/parallel/scripts/iplogger -> build-2.7/scripts-2.7
- copying and adjusting IPython/scripts/ipython -> build-2.7/scripts-2.7
- copying and adjusting IPython/scripts/pycolor -> build-2.7/scripts-2.7
- copying and adjusting IPython/scripts/irunner -> build-2.7/scripts-2.7
- copying and adjusting IPython/scripts/iptest -> build-2.7/scripts-2.7
- changing mode of build-2.7/scripts-2.7/ipengine from 644 to 755
- changing mode of build-2.7/scripts-2.7/ipcontroller from 644 to 755
- changing mode of build-2.7/scripts-2.7/ipcluster from 644 to 755
- changing mode of build-2.7/scripts-2.7/iplogger from 644 to 755
- changing mode of build-2.7/scripts-2.7/ipython from 644 to 755
- changing mode of build-2.7/scripts-2.7/pycolor from 644 to 755
- changing mode of build-2.7/scripts-2.7/irunner from 644 to 755
- changing mode of build-2.7/scripts-2.7/iptest from 644 to 755
- * Building of dev-python/ipython-0.12.1 with CPython 3.2...
- python3.2 setup.py build -b build-3.2
- running build
- running build_py
- creating build-3.2
- creating build-3.2/lib
- creating build-3.2/lib/IPython
- copying IPython/__init__.py -> build-3.2/lib/IPython
- creating build-3.2/lib/IPython/zmq
- copying IPython/zmq/frontend.py -> build-3.2/lib/IPython/zmq
- copying IPython/zmq/pykernel.py -> build-3.2/lib/IPython/zmq
- copying IPython/zmq/parentpoller.py -> build-3.2/lib/IPython/zmq
- copying IPython/zmq/kernelmanager.py -> build-3.2/lib/IPython/zmq
- copying IPython/zmq/entry_point.py -> build-3.2/lib/IPython/zmq
- copying IPython/zmq/iostream.py -> build-3.2/lib/IPython/zmq
- copying IPython/zmq/heartbeat.py -> build-3.2/lib/IPython/zmq
- copying IPython/zmq/zmqshell.py -> build-3.2/lib/IPython/zmq
- copying IPython/zmq/eventloops.py -> build-3.2/lib/IPython/zmq
- copying IPython/zmq/session.py -> build-3.2/lib/IPython/zmq
- copying IPython/zmq/blockingkernelmanager.py -> build-3.2/lib/IPython/zmq
- copying IPython/zmq/completer.py -> build-3.2/lib/IPython/zmq
- copying IPython/zmq/log.py -> build-3.2/lib/IPython/zmq
- copying IPython/zmq/displayhook.py -> build-3.2/lib/IPython/zmq
- copying IPython/zmq/kernelapp.py -> build-3.2/lib/IPython/zmq
- copying IPython/zmq/ipkernel.py -> build-3.2/lib/IPython/zmq
- copying IPython/zmq/__init__.py -> build-3.2/lib/IPython/zmq
- creating build-3.2/lib/IPython/zmq/gui
- copying IPython/zmq/gui/gtkembed.py -> build-3.2/lib/IPython/zmq/gui
- copying IPython/zmq/gui/__init__.py -> build-3.2/lib/IPython/zmq/gui
- creating build-3.2/lib/IPython/zmq/tests
- copying IPython/zmq/tests/test_session.py -> build-3.2/lib/IPython/zmq/tests
- copying IPython/zmq/tests/test_message_spec.py -> build-3.2/lib/IPython/zmq/tests
- copying IPython/zmq/tests/__init__.py -> build-3.2/lib/IPython/zmq/tests
- creating build-3.2/lib/IPython/zmq/pylab
- copying IPython/zmq/pylab/backend_inline.py -> build-3.2/lib/IPython/zmq/pylab
- copying IPython/zmq/pylab/__init__.py -> build-3.2/lib/IPython/zmq/pylab
- creating build-3.2/lib/IPython/extensions
- copying IPython/extensions/parallelmagic.py -> build-3.2/lib/IPython/extensions
- copying IPython/extensions/storemagic.py -> build-3.2/lib/IPython/extensions
- copying IPython/extensions/sympyprinting.py -> build-3.2/lib/IPython/extensions
- copying IPython/extensions/autoreload.py -> build-3.2/lib/IPython/extensions
- copying IPython/extensions/__init__.py -> build-3.2/lib/IPython/extensions
- creating build-3.2/lib/IPython/extensions/tests
- copying IPython/extensions/tests/test_autoreload.py -> build-3.2/lib/IPython/extensions/tests
- copying IPython/extensions/tests/__init__.py -> build-3.2/lib/IPython/extensions/tests
- creating build-3.2/lib/IPython/external
- copying IPython/external/qt_for_kernel.py -> build-3.2/lib/IPython/external
- copying IPython/external/mathjax.py -> build-3.2/lib/IPython/external
- copying IPython/external/qt.py -> build-3.2/lib/IPython/external
- copying IPython/external/__init__.py -> build-3.2/lib/IPython/external
- creating build-3.2/lib/IPython/external/ssh
- copying IPython/external/ssh/forward.py -> build-3.2/lib/IPython/external/ssh
- copying IPython/external/ssh/tunnel.py -> build-3.2/lib/IPython/external/ssh
- copying IPython/external/ssh/__init__.py -> build-3.2/lib/IPython/external/ssh
- creating build-3.2/lib/IPython/external/argparse
- copying IPython/external/argparse/_argparse.py -> build-3.2/lib/IPython/external/argparse
- copying IPython/external/argparse/__init__.py -> build-3.2/lib/IPython/external/argparse
- creating build-3.2/lib/IPython/external/guid
- copying IPython/external/guid/__init__.py -> build-3.2/lib/IPython/external/guid
- copying IPython/external/guid/_guid.py -> build-3.2/lib/IPython/external/guid
- creating build-3.2/lib/IPython/external/pyparsing
- copying IPython/external/pyparsing/_pyparsing.py -> build-3.2/lib/IPython/external/pyparsing
- copying IPython/external/pyparsing/__init__.py -> build-3.2/lib/IPython/external/pyparsing
- creating build-3.2/lib/IPython/external/decorators
- copying IPython/external/decorators/_decorators.py -> build-3.2/lib/IPython/external/decorators
- copying IPython/external/decorators/_numpy_testing_noseclasses.py -> build-3.2/lib/IPython/external/decorators
- copying IPython/external/decorators/__init__.py -> build-3.2/lib/IPython/external/decorators
- copying IPython/external/decorators/_numpy_testing_utils.py -> build-3.2/lib/IPython/external/decorators
- creating build-3.2/lib/IPython/external/decorator
- copying IPython/external/decorator/_decorator.py -> build-3.2/lib/IPython/external/decorator
- copying IPython/external/decorator/__init__.py -> build-3.2/lib/IPython/external/decorator
- creating build-3.2/lib/IPython/external/simplegeneric
- copying IPython/external/simplegeneric/_simplegeneric.py -> build-3.2/lib/IPython/external/simplegeneric
- copying IPython/external/simplegeneric/__init__.py -> build-3.2/lib/IPython/external/simplegeneric
- creating build-3.2/lib/IPython/external/Itpl
- copying IPython/external/Itpl/_Itpl.py -> build-3.2/lib/IPython/external/Itpl
- copying IPython/external/Itpl/__init__.py -> build-3.2/lib/IPython/external/Itpl
- creating build-3.2/lib/IPython/external/pexpect
- copying IPython/external/pexpect/_pexpect.py -> build-3.2/lib/IPython/external/pexpect
- copying IPython/external/pexpect/__init__.py -> build-3.2/lib/IPython/external/pexpect
- creating build-3.2/lib/IPython/external/path
- copying IPython/external/path/_path.py -> build-3.2/lib/IPython/external/path
- copying IPython/external/path/__init__.py -> build-3.2/lib/IPython/external/path
- creating build-3.2/lib/IPython/external/mglob
- copying IPython/external/mglob/_mglob.py -> build-3.2/lib/IPython/external/mglob
- copying IPython/external/mglob/__init__.py -> build-3.2/lib/IPython/external/mglob
- creating build-3.2/lib/IPython/utils
- copying IPython/utils/newserialized.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/text.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/py3compat.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/syspathcontext.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/generics.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/path.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/module_paths.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/growl.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/_sysinfo.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/_process_common.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/upgradedir.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/_process_win32.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/io.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/decorators.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/nested_context.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/dir2.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/cursesimport.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/process.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/terminal.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/coloransi.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/sysinfo.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/daemonize.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/data.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/localinterfaces.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/pyfile.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/wildcard.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/attic.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/strdispatch.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/tempdir.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/jsonutil.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/warn.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/ipstruct.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/rlineimpl.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/autoattr.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/PyColorize.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/codeutil.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/timing.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/importstring.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/pickleshare.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/frame.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/doctestreload.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/_process_posix.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/traitlets.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/pickleutil.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/__init__.py -> build-3.2/lib/IPython/utils
- copying IPython/utils/notification.py -> build-3.2/lib/IPython/utils
- creating build-3.2/lib/IPython/utils/tests
- copying IPython/utils/tests/test_traitlets.py -> build-3.2/lib/IPython/utils/tests
- copying IPython/utils/tests/test_module_paths.py -> build-3.2/lib/IPython/utils/tests
- copying IPython/utils/tests/test_io.py -> build-3.2/lib/IPython/utils/tests
- copying IPython/utils/tests/test_notification.py -> build-3.2/lib/IPython/utils/tests
- copying IPython/utils/tests/test_path.py -> build-3.2/lib/IPython/utils/tests
- copying IPython/utils/tests/test_imports.py -> build-3.2/lib/IPython/utils/tests
- copying IPython/utils/tests/test_jsonutil.py -> build-3.2/lib/IPython/utils/tests
- copying IPython/utils/tests/test_wildcard.py -> build-3.2/lib/IPython/utils/tests
- copying IPython/utils/tests/test_process.py -> build-3.2/lib/IPython/utils/tests
- copying IPython/utils/tests/test_pycolorize.py -> build-3.2/lib/IPython/utils/tests
- copying IPython/utils/tests/__init__.py -> build-3.2/lib/IPython/utils/tests
- copying IPython/utils/tests/test_text.py -> build-3.2/lib/IPython/utils/tests
- creating build-3.2/lib/IPython/frontend
- copying IPython/frontend/consoleapp.py -> build-3.2/lib/IPython/frontend
- copying IPython/frontend/__init__.py -> build-3.2/lib/IPython/frontend
- creating build-3.2/lib/IPython/frontend/qt
- copying IPython/frontend/qt/util.py -> build-3.2/lib/IPython/frontend/qt
- copying IPython/frontend/qt/base_frontend_mixin.py -> build-3.2/lib/IPython/frontend/qt
- copying IPython/frontend/qt/kernelmanager.py -> build-3.2/lib/IPython/frontend/qt
- copying IPython/frontend/qt/rich_text.py -> build-3.2/lib/IPython/frontend/qt
- copying IPython/frontend/qt/svg.py -> build-3.2/lib/IPython/frontend/qt
- copying IPython/frontend/qt/__init__.py -> build-3.2/lib/IPython/frontend/qt
- creating build-3.2/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/bracket_matcher.py -> build-3.2/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/styles.py -> build-3.2/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/qtconsoleapp.py -> build-3.2/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/pygments_highlighter.py -> build-3.2/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/ipython_widget.py -> build-3.2/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/call_tip_widget.py -> build-3.2/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/history_console_widget.py -> build-3.2/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/completion_lexer.py -> build-3.2/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/console_widget.py -> build-3.2/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/rich_ipython_widget.py -> build-3.2/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/completion_widget.py -> build-3.2/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/mainwindow.py -> build-3.2/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/kill_ring.py -> build-3.2/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/frontend_widget.py -> build-3.2/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/ansi_code_processor.py -> build-3.2/lib/IPython/frontend/qt/console
- copying IPython/frontend/qt/console/__init__.py -> build-3.2/lib/IPython/frontend/qt/console
- creating build-3.2/lib/IPython/frontend/qt/console/tests
- copying IPython/frontend/qt/console/tests/test_ansi_code_processor.py -> build-3.2/lib/IPython/frontend/qt/console/tests
- copying IPython/frontend/qt/console/tests/test_kill_ring.py -> build-3.2/lib/IPython/frontend/qt/console/tests
- copying IPython/frontend/qt/console/tests/test_completion_lexer.py -> build-3.2/lib/IPython/frontend/qt/console/tests
- copying IPython/frontend/qt/console/tests/__init__.py -> build-3.2/lib/IPython/frontend/qt/console/tests
- creating build-3.2/lib/IPython/frontend/terminal
- copying IPython/frontend/terminal/interactiveshell.py -> build-3.2/lib/IPython/frontend/terminal
- copying IPython/frontend/terminal/ipapp.py -> build-3.2/lib/IPython/frontend/terminal
- copying IPython/frontend/terminal/embed.py -> build-3.2/lib/IPython/frontend/terminal
- copying IPython/frontend/terminal/__init__.py -> build-3.2/lib/IPython/frontend/terminal
- creating build-3.2/lib/IPython/frontend/terminal/console
- copying IPython/frontend/terminal/console/app.py -> build-3.2/lib/IPython/frontend/terminal/console
- copying IPython/frontend/terminal/console/interactiveshell.py -> build-3.2/lib/IPython/frontend/terminal/console
- copying IPython/frontend/terminal/console/completer.py -> build-3.2/lib/IPython/frontend/terminal/console
- copying IPython/frontend/terminal/console/__init__.py -> build-3.2/lib/IPython/frontend/terminal/console
- creating build-3.2/lib/IPython/frontend/terminal/console/tests
- copying IPython/frontend/terminal/console/tests/test_console.py -> build-3.2/lib/IPython/frontend/terminal/console/tests
- copying IPython/frontend/terminal/console/tests/__init__.py -> build-3.2/lib/IPython/frontend/terminal/console/tests
- creating build-3.2/lib/IPython/frontend/terminal/tests
- copying IPython/frontend/terminal/tests/test_interactivshell.py -> build-3.2/lib/IPython/frontend/terminal/tests
- copying IPython/frontend/terminal/tests/__init__.py -> build-3.2/lib/IPython/frontend/terminal/tests
- creating build-3.2/lib/IPython/frontend/html
- copying IPython/frontend/html/__init__.py -> build-3.2/lib/IPython/frontend/html
- creating build-3.2/lib/IPython/frontend/html/notebook
- copying IPython/frontend/html/notebook/kernelmanager.py -> build-3.2/lib/IPython/frontend/html/notebook
- copying IPython/frontend/html/notebook/notebookmanager.py -> build-3.2/lib/IPython/frontend/html/notebook
- copying IPython/frontend/html/notebook/notebookapp.py -> build-3.2/lib/IPython/frontend/html/notebook
- copying IPython/frontend/html/notebook/zmqhttp.py -> build-3.2/lib/IPython/frontend/html/notebook
- copying IPython/frontend/html/notebook/handlers.py -> build-3.2/lib/IPython/frontend/html/notebook
- copying IPython/frontend/html/notebook/__init__.py -> build-3.2/lib/IPython/frontend/html/notebook
- creating build-3.2/lib/IPython/frontend/html/notebook/tests
- copying IPython/frontend/html/notebook/tests/test_kernelsession.py -> build-3.2/lib/IPython/frontend/html/notebook/tests
- copying IPython/frontend/html/notebook/tests/__init__.py -> build-3.2/lib/IPython/frontend/html/notebook/tests
- creating build-3.2/lib/IPython/core
- copying IPython/core/excolors.py -> build-3.2/lib/IPython/core
- copying IPython/core/usage.py -> build-3.2/lib/IPython/core
- copying IPython/core/history.py -> build-3.2/lib/IPython/core
- copying IPython/core/prompts.py -> build-3.2/lib/IPython/core
- copying IPython/core/debugger.py -> build-3.2/lib/IPython/core
- copying IPython/core/payloadpage.py -> build-3.2/lib/IPython/core
- copying IPython/core/oinspect.py -> build-3.2/lib/IPython/core
- copying IPython/core/prefilter.py -> build-3.2/lib/IPython/core
- copying IPython/core/interactiveshell.py -> build-3.2/lib/IPython/core
- copying IPython/core/ipapi.py -> build-3.2/lib/IPython/core
- copying IPython/core/compilerop.py -> build-3.2/lib/IPython/core
- copying IPython/core/formatters.py -> build-3.2/lib/IPython/core
- copying IPython/core/display.py -> build-3.2/lib/IPython/core
- copying IPython/core/inputsplitter.py -> build-3.2/lib/IPython/core
- copying IPython/core/builtin_trap.py -> build-3.2/lib/IPython/core
- copying IPython/core/ultratb.py -> build-3.2/lib/IPython/core
- copying IPython/core/autocall.py -> build-3.2/lib/IPython/core
- copying IPython/core/displaypub.py -> build-3.2/lib/IPython/core
- copying IPython/core/release.py -> build-3.2/lib/IPython/core
- copying IPython/core/shadowns.py -> build-3.2/lib/IPython/core
- copying IPython/core/magic.py -> build-3.2/lib/IPython/core
- copying IPython/core/pylabtools.py -> build-3.2/lib/IPython/core
- copying IPython/core/display_trap.py -> build-3.2/lib/IPython/core
- copying IPython/core/hooks.py -> build-3.2/lib/IPython/core
- copying IPython/core/plugin.py -> build-3.2/lib/IPython/core
- copying IPython/core/crashhandler.py -> build-3.2/lib/IPython/core
- copying IPython/core/macro.py -> build-3.2/lib/IPython/core
- copying IPython/core/splitinput.py -> build-3.2/lib/IPython/core
- copying IPython/core/completer.py -> build-3.2/lib/IPython/core
- copying IPython/core/profileapp.py -> build-3.2/lib/IPython/core
- copying IPython/core/magic_arguments.py -> build-3.2/lib/IPython/core
- copying IPython/core/error.py -> build-3.2/lib/IPython/core
- copying IPython/core/alias.py -> build-3.2/lib/IPython/core
- copying IPython/core/payload.py -> build-3.2/lib/IPython/core
- copying IPython/core/displayhook.py -> build-3.2/lib/IPython/core
- copying IPython/core/completerlib.py -> build-3.2/lib/IPython/core
- copying IPython/core/application.py -> build-3.2/lib/IPython/core
- copying IPython/core/fakemodule.py -> build-3.2/lib/IPython/core
- copying IPython/core/logger.py -> build-3.2/lib/IPython/core
- copying IPython/core/shellapp.py -> build-3.2/lib/IPython/core
- copying IPython/core/extensions.py -> build-3.2/lib/IPython/core
- copying IPython/core/page.py -> build-3.2/lib/IPython/core
- copying IPython/core/profiledir.py -> build-3.2/lib/IPython/core
- copying IPython/core/__init__.py -> build-3.2/lib/IPython/core
- creating build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_run.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_profile.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_completerlib.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_magic.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/tclass.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_compilerop.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/simpleerr.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_application.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_formatters.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_logger.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_autocall.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_interactiveshell.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_oinspect.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_completer.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_splitinput.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_page.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_imports.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_pylabtools.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_iplib.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_prefilter.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_inputsplitter.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_prompts.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_magic_terminal.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_fakemodule.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_magic_arguments.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/refbug.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_handlers.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_history.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/__init__.py -> build-3.2/lib/IPython/core/tests
- copying IPython/core/tests/test_plugin.py -> build-3.2/lib/IPython/core/tests
- creating build-3.2/lib/IPython/testing
- copying IPython/testing/tools.py -> build-3.2/lib/IPython/testing
- copying IPython/testing/skipdoctest.py -> build-3.2/lib/IPython/testing
- copying IPython/testing/decorators.py -> build-3.2/lib/IPython/testing
- copying IPython/testing/globalipapp.py -> build-3.2/lib/IPython/testing
- copying IPython/testing/_paramtestpy2.py -> build-3.2/lib/IPython/testing
- copying IPython/testing/mkdoctests.py -> build-3.2/lib/IPython/testing
- copying IPython/testing/iptest.py -> build-3.2/lib/IPython/testing
- copying IPython/testing/_paramtestpy3.py -> build-3.2/lib/IPython/testing
- copying IPython/testing/ipunittest.py -> build-3.2/lib/IPython/testing
- copying IPython/testing/nosepatch.py -> build-3.2/lib/IPython/testing
- copying IPython/testing/__init__.py -> build-3.2/lib/IPython/testing
- creating build-3.2/lib/IPython/testing/plugin
- copying IPython/testing/plugin/dtexample.py -> build-3.2/lib/IPython/testing/plugin
- copying IPython/testing/plugin/simple.py -> build-3.2/lib/IPython/testing/plugin
- copying IPython/testing/plugin/ipdoctest.py -> build-3.2/lib/IPython/testing/plugin
- copying IPython/testing/plugin/simplevars.py -> build-3.2/lib/IPython/testing/plugin
- copying IPython/testing/plugin/show_refs.py -> build-3.2/lib/IPython/testing/plugin
- copying IPython/testing/plugin/setup.py -> build-3.2/lib/IPython/testing/plugin
- copying IPython/testing/plugin/test_refs.py -> build-3.2/lib/IPython/testing/plugin
- copying IPython/testing/plugin/iptest.py -> build-3.2/lib/IPython/testing/plugin
- copying IPython/testing/plugin/test_ipdoctest.py -> build-3.2/lib/IPython/testing/plugin
- copying IPython/testing/plugin/__init__.py -> build-3.2/lib/IPython/testing/plugin
- creating build-3.2/lib/IPython/testing/tests
- copying IPython/testing/tests/test_ipunittest.py -> build-3.2/lib/IPython/testing/tests
- copying IPython/testing/tests/test_decorators.py -> build-3.2/lib/IPython/testing/tests
- copying IPython/testing/tests/__init__.py -> build-3.2/lib/IPython/testing/tests
- copying IPython/testing/tests/test_tools.py -> build-3.2/lib/IPython/testing/tests
- creating build-3.2/lib/IPython/nbformat
- copying IPython/nbformat/current.py -> build-3.2/lib/IPython/nbformat
- copying IPython/nbformat/__init__.py -> build-3.2/lib/IPython/nbformat
- creating build-3.2/lib/IPython/nbformat/tests
- copying IPython/nbformat/tests/__init__.py -> build-3.2/lib/IPython/nbformat/tests
- creating build-3.2/lib/IPython/nbformat/v2
- copying IPython/nbformat/v2/rwbase.py -> build-3.2/lib/IPython/nbformat/v2
- copying IPython/nbformat/v2/convert.py -> build-3.2/lib/IPython/nbformat/v2
- copying IPython/nbformat/v2/nbxml.py -> build-3.2/lib/IPython/nbformat/v2
- copying IPython/nbformat/v2/nbpy.py -> build-3.2/lib/IPython/nbformat/v2
- copying IPython/nbformat/v2/nbjson.py -> build-3.2/lib/IPython/nbformat/v2
- copying IPython/nbformat/v2/__init__.py -> build-3.2/lib/IPython/nbformat/v2
- copying IPython/nbformat/v2/nbbase.py -> build-3.2/lib/IPython/nbformat/v2
- creating build-3.2/lib/IPython/nbformat/v2/tests
- copying IPython/nbformat/v2/tests/nbexamples.py -> build-3.2/lib/IPython/nbformat/v2/tests
- copying IPython/nbformat/v2/tests/test_nbbase.py -> build-3.2/lib/IPython/nbformat/v2/tests
- copying IPython/nbformat/v2/tests/test_nbpy.py -> build-3.2/lib/IPython/nbformat/v2/tests
- copying IPython/nbformat/v2/tests/test_json.py -> build-3.2/lib/IPython/nbformat/v2/tests
- copying IPython/nbformat/v2/tests/__init__.py -> build-3.2/lib/IPython/nbformat/v2/tests
- creating build-3.2/lib/IPython/nbformat/v1
- copying IPython/nbformat/v1/rwbase.py -> build-3.2/lib/IPython/nbformat/v1
- copying IPython/nbformat/v1/convert.py -> build-3.2/lib/IPython/nbformat/v1
- copying IPython/nbformat/v1/nbjson.py -> build-3.2/lib/IPython/nbformat/v1
- copying IPython/nbformat/v1/__init__.py -> build-3.2/lib/IPython/nbformat/v1
- copying IPython/nbformat/v1/nbbase.py -> build-3.2/lib/IPython/nbformat/v1
- creating build-3.2/lib/IPython/nbformat/v1/tests
- copying IPython/nbformat/v1/tests/nbexamples.py -> build-3.2/lib/IPython/nbformat/v1/tests
- copying IPython/nbformat/v1/tests/test_nbbase.py -> build-3.2/lib/IPython/nbformat/v1/tests
- copying IPython/nbformat/v1/tests/test_json.py -> build-3.2/lib/IPython/nbformat/v1/tests
- copying IPython/nbformat/v1/tests/__init__.py -> build-3.2/lib/IPython/nbformat/v1/tests
- creating build-3.2/lib/IPython/parallel
- copying IPython/parallel/util.py -> build-3.2/lib/IPython/parallel
- copying IPython/parallel/error.py -> build-3.2/lib/IPython/parallel
- copying IPython/parallel/factory.py -> build-3.2/lib/IPython/parallel
- copying IPython/parallel/__init__.py -> build-3.2/lib/IPython/parallel
- creating build-3.2/lib/IPython/parallel/controller
- copying IPython/parallel/controller/scheduler.py -> build-3.2/lib/IPython/parallel/controller
- copying IPython/parallel/controller/hub.py -> build-3.2/lib/IPython/parallel/controller
- copying IPython/parallel/controller/heartmonitor.py -> build-3.2/lib/IPython/parallel/controller
- copying IPython/parallel/controller/dependency.py -> build-3.2/lib/IPython/parallel/controller
- copying IPython/parallel/controller/dictdb.py -> build-3.2/lib/IPython/parallel/controller
- copying IPython/parallel/controller/sqlitedb.py -> build-3.2/lib/IPython/parallel/controller
- copying IPython/parallel/controller/mongodb.py -> build-3.2/lib/IPython/parallel/controller
- copying IPython/parallel/controller/__init__.py -> build-3.2/lib/IPython/parallel/controller
- creating build-3.2/lib/IPython/parallel/apps
- copying IPython/parallel/apps/ipengineapp.py -> build-3.2/lib/IPython/parallel/apps
- copying IPython/parallel/apps/launcher.py -> build-3.2/lib/IPython/parallel/apps
- copying IPython/parallel/apps/winhpcjob.py -> build-3.2/lib/IPython/parallel/apps
- copying IPython/parallel/apps/ipcontrollerapp.py -> build-3.2/lib/IPython/parallel/apps
- copying IPython/parallel/apps/logwatcher.py -> build-3.2/lib/IPython/parallel/apps
- copying IPython/parallel/apps/win32support.py -> build-3.2/lib/IPython/parallel/apps
- copying IPython/parallel/apps/ipclusterapp.py -> build-3.2/lib/IPython/parallel/apps
- copying IPython/parallel/apps/baseapp.py -> build-3.2/lib/IPython/parallel/apps
- copying IPython/parallel/apps/iploggerapp.py -> build-3.2/lib/IPython/parallel/apps
- copying IPython/parallel/apps/__init__.py -> build-3.2/lib/IPython/parallel/apps
- creating build-3.2/lib/IPython/parallel/client
- copying IPython/parallel/client/view.py -> build-3.2/lib/IPython/parallel/client
- copying IPython/parallel/client/client.py -> build-3.2/lib/IPython/parallel/client
- copying IPython/parallel/client/asyncresult.py -> build-3.2/lib/IPython/parallel/client
- copying IPython/parallel/client/remotefunction.py -> build-3.2/lib/IPython/parallel/client
- copying IPython/parallel/client/map.py -> build-3.2/lib/IPython/parallel/client
- copying IPython/parallel/client/__init__.py -> build-3.2/lib/IPython/parallel/client
- creating build-3.2/lib/IPython/parallel/tests
- copying IPython/parallel/tests/test_asyncresult.py -> build-3.2/lib/IPython/parallel/tests
- copying IPython/parallel/tests/test_db.py -> build-3.2/lib/IPython/parallel/tests
- copying IPython/parallel/tests/test_lbview.py -> build-3.2/lib/IPython/parallel/tests
- copying IPython/parallel/tests/test_newserialized.py -> build-3.2/lib/IPython/parallel/tests
- copying IPython/parallel/tests/clienttest.py -> build-3.2/lib/IPython/parallel/tests
- copying IPython/parallel/tests/test_client.py -> build-3.2/lib/IPython/parallel/tests
- copying IPython/parallel/tests/test_dependency.py -> build-3.2/lib/IPython/parallel/tests
- copying IPython/parallel/tests/test_view.py -> build-3.2/lib/IPython/parallel/tests
- copying IPython/parallel/tests/test_mongodb.py -> build-3.2/lib/IPython/parallel/tests
- copying IPython/parallel/tests/__init__.py -> build-3.2/lib/IPython/parallel/tests
- creating build-3.2/lib/IPython/parallel/engine
- copying IPython/parallel/engine/engine.py -> build-3.2/lib/IPython/parallel/engine
- copying IPython/parallel/engine/kernelstarter.py -> build-3.2/lib/IPython/parallel/engine
- copying IPython/parallel/engine/streamkernel.py -> build-3.2/lib/IPython/parallel/engine
- copying IPython/parallel/engine/__init__.py -> build-3.2/lib/IPython/parallel/engine
- creating build-3.2/lib/IPython/parallel/scripts
- copying IPython/parallel/scripts/__init__.py -> build-3.2/lib/IPython/parallel/scripts
- creating build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_gnuglobal.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_app_completers.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_editors.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/clearcmd.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_pydb.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_workdir.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_server.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_winpdb.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_which.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_render.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_jot.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/win32clip.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ledit.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_rehashdir.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/InterpreterExec.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_extutil.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_completers.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_profile_doctest.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_synchronize_with.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_fsops.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_exportdb.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/jobctrl.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/envpersist.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_lookfor.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_signals.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ipy_system_conf.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/ext_rescapture.py -> build-3.2/lib/IPython/quarantine
- copying IPython/quarantine/__init__.py -> build-3.2/lib/IPython/quarantine
- creating build-3.2/lib/IPython/quarantine/tests
- copying IPython/quarantine/tests/__init__.py -> build-3.2/lib/IPython/quarantine/tests
- creating build-3.2/lib/IPython/scripts
- copying IPython/scripts/__init__.py -> build-3.2/lib/IPython/scripts
- creating build-3.2/lib/IPython/lib
- copying IPython/lib/irunner.py -> build-3.2/lib/IPython/lib
- copying IPython/lib/inputhookgtk.py -> build-3.2/lib/IPython/lib
- copying IPython/lib/pretty.py -> build-3.2/lib/IPython/lib
- copying IPython/lib/inputhookglut.py -> build-3.2/lib/IPython/lib
- copying IPython/lib/inputhookpyglet.py -> build-3.2/lib/IPython/lib
- copying IPython/lib/clipboard.py -> build-3.2/lib/IPython/lib
- copying IPython/lib/display.py -> build-3.2/lib/IPython/lib
- copying IPython/lib/inputhookwx.py -> build-3.2/lib/IPython/lib
- copying IPython/lib/backgroundjobs.py -> build-3.2/lib/IPython/lib
- copying IPython/lib/inputhook.py -> build-3.2/lib/IPython/lib
- copying IPython/lib/latextools.py -> build-3.2/lib/IPython/lib
- copying IPython/lib/guisupport.py -> build-3.2/lib/IPython/lib
- copying IPython/lib/demo.py -> build-3.2/lib/IPython/lib
- copying IPython/lib/inputhookqt4.py -> build-3.2/lib/IPython/lib
- copying IPython/lib/security.py -> build-3.2/lib/IPython/lib
- copying IPython/lib/deepreload.py -> build-3.2/lib/IPython/lib
- copying IPython/lib/__init__.py -> build-3.2/lib/IPython/lib
- copying IPython/lib/kernel.py -> build-3.2/lib/IPython/lib
- creating build-3.2/lib/IPython/lib/tests
- copying IPython/lib/tests/test_irunner_pylab_magic.py -> build-3.2/lib/IPython/lib/tests
- copying IPython/lib/tests/test_backgroundjobs.py -> build-3.2/lib/IPython/lib/tests
- copying IPython/lib/tests/test_imports.py -> build-3.2/lib/IPython/lib/tests
- copying IPython/lib/tests/test_kernel.py -> build-3.2/lib/IPython/lib/tests
- copying IPython/lib/tests/test_pretty.py -> build-3.2/lib/IPython/lib/tests
- copying IPython/lib/tests/test_irunner.py -> build-3.2/lib/IPython/lib/tests
- copying IPython/lib/tests/__init__.py -> build-3.2/lib/IPython/lib/tests
- copying IPython/lib/tests/test_security.py -> build-3.2/lib/IPython/lib/tests
- creating build-3.2/lib/IPython/config
- copying IPython/config/loader.py -> build-3.2/lib/IPython/config
- copying IPython/config/configurable.py -> build-3.2/lib/IPython/config
- copying IPython/config/application.py -> build-3.2/lib/IPython/config
- copying IPython/config/__init__.py -> build-3.2/lib/IPython/config
- creating build-3.2/lib/IPython/config/tests
- copying IPython/config/tests/test_application.py -> build-3.2/lib/IPython/config/tests
- copying IPython/config/tests/test_configurable.py -> build-3.2/lib/IPython/config/tests
- copying IPython/config/tests/test_loader.py -> build-3.2/lib/IPython/config/tests
- copying IPython/config/tests/__init__.py -> build-3.2/lib/IPython/config/tests
- creating build-3.2/lib/IPython/config/profile
- copying IPython/config/profile/__init__.py -> build-3.2/lib/IPython/config/profile
- creating build-3.2/lib/IPython/kernel
- copying IPython/kernel/__init__.py -> build-3.2/lib/IPython/kernel
- creating build-3.2/lib/IPython/frontend/qt/console/resources
- creating build-3.2/lib/IPython/frontend/qt/console/resources/icon
- copying IPython/frontend/qt/console/resources/icon/IPythonConsole.svg -> build-3.2/lib/IPython/frontend/qt/console/resources/icon
- creating build-3.2/lib/IPython/frontend/html/notebook/templates
- copying IPython/frontend/html/notebook/templates/login.html -> build-3.2/lib/IPython/frontend/html/notebook/templates
- copying IPython/frontend/html/notebook/templates/layout.html -> build-3.2/lib/IPython/frontend/html/notebook/templates
- copying IPython/frontend/html/notebook/templates/notebook.html -> build-3.2/lib/IPython/frontend/html/notebook/templates
- copying IPython/frontend/html/notebook/templates/logout.html -> build-3.2/lib/IPython/frontend/html/notebook/templates
- copying IPython/frontend/html/notebook/templates/projectdashboard.html -> build-3.2/lib/IPython/frontend/html/notebook/templates
- creating build-3.2/lib/IPython/frontend/html/notebook/static
- copying IPython/frontend/html/notebook/static/IPy_Notebook_logo.svg -> build-3.2/lib/IPython/frontend/html/notebook/static
- copying IPython/frontend/html/notebook/static/favicon.ico -> build-3.2/lib/IPython/frontend/html/notebook/static
- copying IPython/frontend/html/notebook/static/ipynblogo.png -> build-3.2/lib/IPython/frontend/html/notebook/static
- creating build-3.2/lib/IPython/frontend/html/notebook/static/codemirror
- copying IPython/frontend/html/notebook/static/codemirror/LICENSE -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror
- copying IPython/frontend/html/notebook/static/codemirror/README-IPython.rst -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror
- copying IPython/frontend/html/notebook/static/codemirror/README.md -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror
- creating build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode
- creating build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/javascript
- copying IPython/frontend/html/notebook/static/codemirror/mode/javascript/javascript.js -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/javascript
- copying IPython/frontend/html/notebook/static/codemirror/mode/javascript/index.html -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/javascript
- creating build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/xml
- copying IPython/frontend/html/notebook/static/codemirror/mode/xml/xml.js -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/xml
- copying IPython/frontend/html/notebook/static/codemirror/mode/xml/index.html -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/xml
- creating build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst
- copying IPython/frontend/html/notebook/static/codemirror/mode/rst/rst.css -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst
- copying IPython/frontend/html/notebook/static/codemirror/mode/rst/rst.js -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst
- copying IPython/frontend/html/notebook/static/codemirror/mode/rst/index.html -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst
- creating build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown
- copying IPython/frontend/html/notebook/static/codemirror/mode/markdown/markdown.js -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown
- copying IPython/frontend/html/notebook/static/codemirror/mode/markdown/markdown.css -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown
- copying IPython/frontend/html/notebook/static/codemirror/mode/markdown/index.html -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown
- creating build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
- copying IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/htmlmixed.js -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
- copying IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/index.html -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
- creating build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/css
- copying IPython/frontend/html/notebook/static/codemirror/mode/css/css.js -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/css
- copying IPython/frontend/html/notebook/static/codemirror/mode/css/index.html -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/css
- creating build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/python
- copying IPython/frontend/html/notebook/static/codemirror/mode/python/LICENSE.txt -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/python
- copying IPython/frontend/html/notebook/static/codemirror/mode/python/index.html -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/python
- copying IPython/frontend/html/notebook/static/codemirror/mode/python/python.js -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/python
- creating build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/lib
- copying IPython/frontend/html/notebook/static/codemirror/lib/overlay.js -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/lib
- copying IPython/frontend/html/notebook/static/codemirror/lib/codemirror.js -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/lib
- copying IPython/frontend/html/notebook/static/codemirror/lib/codemirror.css -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/lib
- copying IPython/frontend/html/notebook/static/codemirror/lib/runmode.js -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/lib
- creating build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/theme
- copying IPython/frontend/html/notebook/static/codemirror/theme/ipython.css -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/theme
- copying IPython/frontend/html/notebook/static/codemirror/theme/neat.css -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/theme
- copying IPython/frontend/html/notebook/static/codemirror/theme/elegant.css -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/theme
- copying IPython/frontend/html/notebook/static/codemirror/theme/default.css -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/theme
- copying IPython/frontend/html/notebook/static/codemirror/theme/night.css -> build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/theme
- creating build-3.2/lib/IPython/frontend/html/notebook/static/jquery
- creating build-3.2/lib/IPython/frontend/html/notebook/static/jquery/js
- copying IPython/frontend/html/notebook/static/jquery/js/jquery-ui-1.8.14.custom.min.js -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/js
- copying IPython/frontend/html/notebook/static/jquery/js/jquery-1.6.2.min.js -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/js
- copying IPython/frontend/html/notebook/static/jquery/js/jquery.autogrow.js -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/js
- creating build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css
- creating build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes
- creating build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/jquery-wijmo.css -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket
- creating build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_242122_1x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_fafafa_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_333333_1x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_diagonals-thick_50_00a6dd_40x40.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_242122_1x100_bottom.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_333333_1x100_50.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_eaffb9_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_ca3838_1x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_304915_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_9eca38_1x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_00a6dd_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_9eca38_1x100_50.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_d399ff_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_flat_0_aaaaaa_40x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_flat_100_f1f1f1_40x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_ff8f8f_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_65358a_1x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_inset-soft_15_242122_1x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_f4f4f9_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_35_00a6dd_1x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_8A56B2_1x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_inset-soft_100_e1e1e1_1x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- creating build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/jquery-wijmo.css -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo
- creating build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-soft_75_85b2cb_1x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_glass_55_fbf9ee_1x400.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_2d5972_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_0_4f4f4f_40x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_898989_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_38667f_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_3a6983_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-hard_80_e3e3e3_1x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_2e83ff_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-hard_80_85b2cb_1x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_0_aaaaaa_40x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-soft_100_c4c4c4_1x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_ffffff_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_inset-hard_65_c4c4c4_1x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_inset-hard_65_85b2cb_1x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-hard_80_c4c4c4_1x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_100_ffffff_40x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_616161_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_inset-soft_95_fef1ec_1x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_0_2d5972_40x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_cd0a0a_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- creating build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/jquery-ui-1.8.14.custom.css -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness
- creating build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_2e83ff_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_454545_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_888888_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_222222_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_cd0a0a_256x240.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png -> build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- creating build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/cell.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/notebooklist.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/notebookmain.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/codecell.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/savewidget.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/printwidget.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/layout.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/loginmain.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/pager.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/notebook.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/textcell.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/loginwidget.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/quickhelp.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/utils.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/projectdashboardmain.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/kernel.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/kernelstatus.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/leftpanel.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/namespace.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- copying IPython/frontend/html/notebook/static/js/panelsection.js -> build-3.2/lib/IPython/frontend/html/notebook/static/js
- creating build-3.2/lib/IPython/frontend/html/notebook/static/prettify
- copying IPython/frontend/html/notebook/static/prettify/COPYING -> build-3.2/lib/IPython/frontend/html/notebook/static/prettify
- copying IPython/frontend/html/notebook/static/prettify/prettify.js -> build-3.2/lib/IPython/frontend/html/notebook/static/prettify
- copying IPython/frontend/html/notebook/static/prettify/prettify.css -> build-3.2/lib/IPython/frontend/html/notebook/static/prettify
- creating build-3.2/lib/IPython/frontend/html/notebook/static/pagedown
- copying IPython/frontend/html/notebook/static/pagedown/LICENSE.txt -> build-3.2/lib/IPython/frontend/html/notebook/static/pagedown
- copying IPython/frontend/html/notebook/static/pagedown/Markdown.Converter.js -> build-3.2/lib/IPython/frontend/html/notebook/static/pagedown
- creating build-3.2/lib/IPython/frontend/html/notebook/static/unminified
- copying IPython/frontend/html/notebook/static/unminified/prettify.js -> build-3.2/lib/IPython/frontend/html/notebook/static/unminified
- copying IPython/frontend/html/notebook/static/unminified/README -> build-3.2/lib/IPython/frontend/html/notebook/static/unminified
- creating build-3.2/lib/IPython/frontend/html/notebook/static/css
- copying IPython/frontend/html/notebook/static/css/layout.css -> build-3.2/lib/IPython/frontend/html/notebook/static/css
- copying IPython/frontend/html/notebook/static/css/renderedhtml.css -> build-3.2/lib/IPython/frontend/html/notebook/static/css
- copying IPython/frontend/html/notebook/static/css/notebook.css -> build-3.2/lib/IPython/frontend/html/notebook/static/css
- copying IPython/frontend/html/notebook/static/css/base.css -> build-3.2/lib/IPython/frontend/html/notebook/static/css
- copying IPython/frontend/html/notebook/static/css/boilerplate.css -> build-3.2/lib/IPython/frontend/html/notebook/static/css
- copying IPython/frontend/html/notebook/static/css/projectdashboard.css -> build-3.2/lib/IPython/frontend/html/notebook/static/css
- copying IPython/config/profile/README_STARTUP -> build-3.2/lib/IPython/config/profile
- copying IPython/config/profile/README -> build-3.2/lib/IPython/config/profile
- creating build-3.2/lib/IPython/config/profile/sympy
- copying IPython/config/profile/sympy/ipython_config.py -> build-3.2/lib/IPython/config/profile/sympy
- creating build-3.2/lib/IPython/config/profile/python3
- copying IPython/config/profile/python3/ipython_config.py -> build-3.2/lib/IPython/config/profile/python3
- creating build-3.2/lib/IPython/config/profile/cluster
- copying IPython/config/profile/cluster/ipython_config.py -> build-3.2/lib/IPython/config/profile/cluster
- creating build-3.2/lib/IPython/config/profile/math
- copying IPython/config/profile/math/ipython_config.py -> build-3.2/lib/IPython/config/profile/math
- creating build-3.2/lib/IPython/config/profile/pysh
- copying IPython/config/profile/pysh/ipython_config.py -> build-3.2/lib/IPython/config/profile/pysh
- Fixing build-3.2/lib/IPython/__init__.py build-3.2/lib/IPython/zmq/frontend.py build-3.2/lib/IPython/zmq/pykernel.py build-3.2/lib/IPython/zmq/parentpoller.py build-3.2/lib/IPython/zmq/kernelmanager.py build-3.2/lib/IPython/zmq/entry_point.py build-3.2/lib/IPython/zmq/iostream.py build-3.2/lib/IPython/zmq/heartbeat.py build-3.2/lib/IPython/zmq/zmqshell.py build-3.2/lib/IPython/zmq/eventloops.py build-3.2/lib/IPython/zmq/session.py build-3.2/lib/IPython/zmq/blockingkernelmanager.py build-3.2/lib/IPython/zmq/completer.py build-3.2/lib/IPython/zmq/log.py build-3.2/lib/IPython/zmq/displayhook.py build-3.2/lib/IPython/zmq/kernelapp.py build-3.2/lib/IPython/zmq/ipkernel.py build-3.2/lib/IPython/zmq/__init__.py build-3.2/lib/IPython/zmq/gui/gtkembed.py build-3.2/lib/IPython/zmq/gui/__init__.py build-3.2/lib/IPython/zmq/tests/test_session.py build-3.2/lib/IPython/zmq/tests/test_message_spec.py build-3.2/lib/IPython/zmq/tests/__init__.py build-3.2/lib/IPython/zmq/pylab/backend_inline.py build-3.2/lib/IPython/zmq/pylab/__init__.py build-3.2/lib/IPython/extensions/parallelmagic.py build-3.2/lib/IPython/extensions/storemagic.py build-3.2/lib/IPython/extensions/sympyprinting.py build-3.2/lib/IPython/extensions/autoreload.py build-3.2/lib/IPython/extensions/__init__.py build-3.2/lib/IPython/extensions/tests/test_autoreload.py build-3.2/lib/IPython/extensions/tests/__init__.py build-3.2/lib/IPython/external/qt_for_kernel.py build-3.2/lib/IPython/external/mathjax.py build-3.2/lib/IPython/external/qt.py build-3.2/lib/IPython/external/__init__.py build-3.2/lib/IPython/external/ssh/forward.py build-3.2/lib/IPython/external/ssh/tunnel.py build-3.2/lib/IPython/external/ssh/__init__.py build-3.2/lib/IPython/external/argparse/_argparse.py build-3.2/lib/IPython/external/argparse/__init__.py build-3.2/lib/IPython/external/guid/__init__.py build-3.2/lib/IPython/external/guid/_guid.py build-3.2/lib/IPython/external/pyparsing/_pyparsing.py build-3.2/lib/IPython/external/pyparsing/__init__.py build-3.2/lib/IPython/external/decorators/_decorators.py build-3.2/lib/IPython/external/decorators/_numpy_testing_noseclasses.py build-3.2/lib/IPython/external/decorators/__init__.py build-3.2/lib/IPython/external/decorators/_numpy_testing_utils.py build-3.2/lib/IPython/external/decorator/_decorator.py build-3.2/lib/IPython/external/decorator/__init__.py build-3.2/lib/IPython/external/simplegeneric/_simplegeneric.py build-3.2/lib/IPython/external/simplegeneric/__init__.py build-3.2/lib/IPython/external/Itpl/_Itpl.py build-3.2/lib/IPython/external/Itpl/__init__.py build-3.2/lib/IPython/external/pexpect/_pexpect.py build-3.2/lib/IPython/external/pexpect/__init__.py build-3.2/lib/IPython/external/path/_path.py build-3.2/lib/IPython/external/path/__init__.py build-3.2/lib/IPython/external/mglob/_mglob.py build-3.2/lib/IPython/external/mglob/__init__.py build-3.2/lib/IPython/utils/newserialized.py build-3.2/lib/IPython/utils/text.py build-3.2/lib/IPython/utils/py3compat.py build-3.2/lib/IPython/utils/syspathcontext.py build-3.2/lib/IPython/utils/generics.py build-3.2/lib/IPython/utils/path.py build-3.2/lib/IPython/utils/module_paths.py build-3.2/lib/IPython/utils/growl.py build-3.2/lib/IPython/utils/_sysinfo.py build-3.2/lib/IPython/utils/_process_common.py build-3.2/lib/IPython/utils/upgradedir.py build-3.2/lib/IPython/utils/_process_win32.py build-3.2/lib/IPython/utils/io.py build-3.2/lib/IPython/utils/decorators.py build-3.2/lib/IPython/utils/nested_context.py build-3.2/lib/IPython/utils/dir2.py build-3.2/lib/IPython/utils/cursesimport.py build-3.2/lib/IPython/utils/process.py build-3.2/lib/IPython/utils/terminal.py build-3.2/lib/IPython/utils/coloransi.py build-3.2/lib/IPython/utils/sysinfo.py build-3.2/lib/IPython/utils/daemonize.py build-3.2/lib/IPython/utils/data.py build-3.2/lib/IPython/utils/localinterfaces.py build-3.2/lib/IPython/utils/pyfile.py build-3.2/lib/IPython/utils/wildcard.py build-3.2/lib/IPython/utils/attic.py build-3.2/lib/IPython/utils/strdispatch.py build-3.2/lib/IPython/utils/tempdir.py build-3.2/lib/IPython/utils/jsonutil.py build-3.2/lib/IPython/utils/warn.py build-3.2/lib/IPython/utils/ipstruct.py build-3.2/lib/IPython/utils/rlineimpl.py build-3.2/lib/IPython/utils/autoattr.py build-3.2/lib/IPython/utils/PyColorize.py build-3.2/lib/IPython/utils/codeutil.py build-3.2/lib/IPython/utils/timing.py build-3.2/lib/IPython/utils/importstring.py build-3.2/lib/IPython/utils/pickleshare.py build-3.2/lib/IPython/utils/frame.py build-3.2/lib/IPython/utils/doctestreload.py build-3.2/lib/IPython/utils/_process_posix.py build-3.2/lib/IPython/utils/traitlets.py build-3.2/lib/IPython/utils/pickleutil.py build-3.2/lib/IPython/utils/__init__.py build-3.2/lib/IPython/utils/notification.py build-3.2/lib/IPython/utils/tests/test_traitlets.py build-3.2/lib/IPython/utils/tests/test_module_paths.py build-3.2/lib/IPython/utils/tests/test_io.py build-3.2/lib/IPython/utils/tests/test_notification.py build-3.2/lib/IPython/utils/tests/test_path.py build-3.2/lib/IPython/utils/tests/test_imports.py build-3.2/lib/IPython/utils/tests/test_jsonutil.py build-3.2/lib/IPython/utils/tests/test_wildcard.py build-3.2/lib/IPython/utils/tests/test_process.py build-3.2/lib/IPython/utils/tests/test_pycolorize.py build-3.2/lib/IPython/utils/tests/__init__.py build-3.2/lib/IPython/utils/tests/test_text.py build-3.2/lib/IPython/frontend/consoleapp.py build-3.2/lib/IPython/frontend/__init__.py build-3.2/lib/IPython/frontend/qt/util.py build-3.2/lib/IPython/frontend/qt/base_frontend_mixin.py build-3.2/lib/IPython/frontend/qt/kernelmanager.py build-3.2/lib/IPython/frontend/qt/rich_text.py build-3.2/lib/IPython/frontend/qt/svg.py build-3.2/lib/IPython/frontend/qt/__init__.py build-3.2/lib/IPython/frontend/qt/console/bracket_matcher.py build-3.2/lib/IPython/frontend/qt/console/styles.py build-3.2/lib/IPython/frontend/qt/console/qtconsoleapp.py build-3.2/lib/IPython/frontend/qt/console/pygments_highlighter.py build-3.2/lib/IPython/frontend/qt/console/ipython_widget.py build-3.2/lib/IPython/frontend/qt/console/call_tip_widget.py build-3.2/lib/IPython/frontend/qt/console/history_console_widget.py build-3.2/lib/IPython/frontend/qt/console/completion_lexer.py build-3.2/lib/IPython/frontend/qt/console/console_widget.py build-3.2/lib/IPython/frontend/qt/console/rich_ipython_widget.py build-3.2/lib/IPython/frontend/qt/console/completion_widget.py build-3.2/lib/IPython/frontend/qt/console/mainwindow.py build-3.2/lib/IPython/frontend/qt/console/kill_ring.py build-3.2/lib/IPython/frontend/qt/console/frontend_widget.py build-3.2/lib/IPython/frontend/qt/console/ansi_code_processor.py build-3.2/lib/IPython/frontend/qt/console/__init__.py build-3.2/lib/IPython/frontend/qt/console/tests/test_ansi_code_processor.py build-3.2/lib/IPython/frontend/qt/console/tests/test_kill_ring.py build-3.2/lib/IPython/frontend/qt/console/tests/test_completion_lexer.py build-3.2/lib/IPython/frontend/qt/console/tests/__init__.py build-3.2/lib/IPython/frontend/terminal/interactiveshell.py build-3.2/lib/IPython/frontend/terminal/ipapp.py build-3.2/lib/IPython/frontend/terminal/embed.py build-3.2/lib/IPython/frontend/terminal/__init__.py build-3.2/lib/IPython/frontend/terminal/console/app.py build-3.2/lib/IPython/frontend/terminal/console/interactiveshell.py build-3.2/lib/IPython/frontend/terminal/console/completer.py build-3.2/lib/IPython/frontend/terminal/console/__init__.py build-3.2/lib/IPython/frontend/terminal/console/tests/test_console.py build-3.2/lib/IPython/frontend/terminal/console/tests/__init__.py build-3.2/lib/IPython/frontend/terminal/tests/test_interactivshell.py build-3.2/lib/IPython/frontend/terminal/tests/__init__.py build-3.2/lib/IPython/frontend/html/__init__.py build-3.2/lib/IPython/frontend/html/notebook/kernelmanager.py build-3.2/lib/IPython/frontend/html/notebook/notebookmanager.py build-3.2/lib/IPython/frontend/html/notebook/notebookapp.py build-3.2/lib/IPython/frontend/html/notebook/zmqhttp.py build-3.2/lib/IPython/frontend/html/notebook/handlers.py build-3.2/lib/IPython/frontend/html/notebook/__init__.py build-3.2/lib/IPython/frontend/html/notebook/tests/test_kernelsession.py build-3.2/lib/IPython/frontend/html/notebook/tests/__init__.py build-3.2/lib/IPython/core/excolors.py build-3.2/lib/IPython/core/usage.py build-3.2/lib/IPython/core/history.py build-3.2/lib/IPython/core/prompts.py build-3.2/lib/IPython/core/debugger.py build-3.2/lib/IPython/core/payloadpage.py build-3.2/lib/IPython/core/oinspect.py build-3.2/lib/IPython/core/prefilter.py build-3.2/lib/IPython/core/interactiveshell.py build-3.2/lib/IPython/core/ipapi.py build-3.2/lib/IPython/core/compilerop.py build-3.2/lib/IPython/core/formatters.py build-3.2/lib/IPython/core/display.py build-3.2/lib/IPython/core/inputsplitter.py build-3.2/lib/IPython/core/builtin_trap.py build-3.2/lib/IPython/core/ultratb.py build-3.2/lib/IPython/core/autocall.py build-3.2/lib/IPython/core/displaypub.py build-3.2/lib/IPython/core/release.py build-3.2/lib/IPython/core/shadowns.py build-3.2/lib/IPython/core/magic.py build-3.2/lib/IPython/core/pylabtools.py build-3.2/lib/IPython/core/display_trap.py build-3.2/lib/IPython/core/hooks.py build-3.2/lib/IPython/core/plugin.py build-3.2/lib/IPython/core/crashhandler.py build-3.2/lib/IPython/core/macro.py build-3.2/lib/IPython/core/splitinput.py build-3.2/lib/IPython/core/completer.py build-3.2/lib/IPython/core/profileapp.py build-3.2/lib/IPython/core/magic_arguments.py build-3.2/lib/IPython/core/error.py build-3.2/lib/IPython/core/alias.py build-3.2/lib/IPython/core/payload.py build-3.2/lib/IPython/core/displayhook.py build-3.2/lib/IPython/core/completerlib.py build-3.2/lib/IPython/core/application.py build-3.2/lib/IPython/core/fakemodule.py build-3.2/lib/IPython/core/logger.py build-3.2/lib/IPython/core/shellapp.py build-3.2/lib/IPython/core/extensions.py build-3.2/lib/IPython/core/page.py build-3.2/lib/IPython/core/profiledir.py build-3.2/lib/IPython/core/__init__.py build-3.2/lib/IPython/core/tests/test_run.py build-3.2/lib/IPython/core/tests/test_profile.py build-3.2/lib/IPython/core/tests/test_completerlib.py build-3.2/lib/IPython/core/tests/test_magic.py build-3.2/lib/IPython/core/tests/tclass.py build-3.2/lib/IPython/core/tests/test_compilerop.py build-3.2/lib/IPython/core/tests/simpleerr.py build-3.2/lib/IPython/core/tests/test_application.py build-3.2/lib/IPython/core/tests/test_formatters.py build-3.2/lib/IPython/core/tests/test_logger.py build-3.2/lib/IPython/core/tests/test_autocall.py build-3.2/lib/IPython/core/tests/test_interactiveshell.py build-3.2/lib/IPython/core/tests/test_oinspect.py build-3.2/lib/IPython/core/tests/test_completer.py build-3.2/lib/IPython/core/tests/test_splitinput.py build-3.2/lib/IPython/core/tests/test_page.py build-3.2/lib/IPython/core/tests/test_imports.py build-3.2/lib/IPython/core/tests/test_pylabtools.py build-3.2/lib/IPython/core/tests/test_iplib.py build-3.2/lib/IPython/core/tests/test_prefilter.py build-3.2/lib/IPython/core/tests/test_inputsplitter.py build-3.2/lib/IPython/core/tests/test_prompts.py build-3.2/lib/IPython/core/tests/test_magic_terminal.py build-3.2/lib/IPython/core/tests/test_fakemodule.py build-3.2/lib/IPython/core/tests/test_magic_arguments.py build-3.2/lib/IPython/core/tests/refbug.py build-3.2/lib/IPython/core/tests/test_handlers.py build-3.2/lib/IPython/core/tests/test_history.py build-3.2/lib/IPython/core/tests/__init__.py build-3.2/lib/IPython/core/tests/test_plugin.py build-3.2/lib/IPython/testing/tools.py build-3.2/lib/IPython/testing/skipdoctest.py build-3.2/lib/IPython/testing/decorators.py build-3.2/lib/IPython/testing/globalipapp.py build-3.2/lib/IPython/testing/_paramtestpy2.py build-3.2/lib/IPython/testing/mkdoctests.py build-3.2/lib/IPython/testing/iptest.py build-3.2/lib/IPython/testing/_paramtestpy3.py build-3.2/lib/IPython/testing/ipunittest.py build-3.2/lib/IPython/testing/nosepatch.py build-3.2/lib/IPython/testing/__init__.py build-3.2/lib/IPython/testing/plugin/dtexample.py build-3.2/lib/IPython/testing/plugin/simple.py build-3.2/lib/IPython/testing/plugin/ipdoctest.py build-3.2/lib/IPython/testing/plugin/simplevars.py build-3.2/lib/IPython/testing/plugin/show_refs.py build-3.2/lib/IPython/testing/plugin/setup.py build-3.2/lib/IPython/testing/plugin/test_refs.py build-3.2/lib/IPython/testing/plugin/iptest.py build-3.2/lib/IPython/testing/plugin/test_ipdoctest.py build-3.2/lib/IPython/testing/plugin/__init__.py build-3.2/lib/IPython/testing/tests/test_ipunittest.py build-3.2/lib/IPython/testing/tests/test_decorators.py build-3.2/lib/IPython/testing/tests/__init__.py build-3.2/lib/IPython/testing/tests/test_tools.py build-3.2/lib/IPython/nbformat/current.py build-3.2/lib/IPython/nbformat/__init__.py build-3.2/lib/IPython/nbformat/tests/__init__.py build-3.2/lib/IPython/nbformat/v2/rwbase.py build-3.2/lib/IPython/nbformat/v2/convert.py build-3.2/lib/IPython/nbformat/v2/nbxml.py build-3.2/lib/IPython/nbformat/v2/nbpy.py build-3.2/lib/IPython/nbformat/v2/nbjson.py build-3.2/lib/IPython/nbformat/v2/__init__.py build-3.2/lib/IPython/nbformat/v2/nbbase.py build-3.2/lib/IPython/nbformat/v2/tests/nbexamples.py build-3.2/lib/IPython/nbformat/v2/tests/test_nbbase.py build-3.2/lib/IPython/nbformat/v2/tests/test_nbpy.py build-3.2/lib/IPython/nbformat/v2/tests/test_json.py build-3.2/lib/IPython/nbformat/v2/tests/__init__.py build-3.2/lib/IPython/nbformat/v1/rwbase.py build-3.2/lib/IPython/nbformat/v1/convert.py build-3.2/lib/IPython/nbformat/v1/nbjson.py build-3.2/lib/IPython/nbformat/v1/__init__.py build-3.2/lib/IPython/nbformat/v1/nbbase.py build-3.2/lib/IPython/nbformat/v1/tests/nbexamples.py build-3.2/lib/IPython/nbformat/v1/tests/test_nbbase.py build-3.2/lib/IPython/nbformat/v1/tests/test_json.py build-3.2/lib/IPython/nbformat/v1/tests/__init__.py build-3.2/lib/IPython/parallel/util.py build-3.2/lib/IPython/parallel/error.py build-3.2/lib/IPython/parallel/factory.py build-3.2/lib/IPython/parallel/__init__.py build-3.2/lib/IPython/parallel/controller/scheduler.py build-3.2/lib/IPython/parallel/controller/hub.py build-3.2/lib/IPython/parallel/controller/heartmonitor.py build-3.2/lib/IPython/parallel/controller/dependency.py build-3.2/lib/IPython/parallel/controller/dictdb.py build-3.2/lib/IPython/parallel/controller/sqlitedb.py build-3.2/lib/IPython/parallel/controller/mongodb.py build-3.2/lib/IPython/parallel/controller/__init__.py build-3.2/lib/IPython/parallel/apps/ipengineapp.py build-3.2/lib/IPython/parallel/apps/launcher.py build-3.2/lib/IPython/parallel/apps/winhpcjob.py build-3.2/lib/IPython/parallel/apps/ipcontrollerapp.py build-3.2/lib/IPython/parallel/apps/logwatcher.py build-3.2/lib/IPython/parallel/apps/win32support.py build-3.2/lib/IPython/parallel/apps/ipclusterapp.py build-3.2/lib/IPython/parallel/apps/baseapp.py build-3.2/lib/IPython/parallel/apps/iploggerapp.py build-3.2/lib/IPython/parallel/apps/__init__.py build-3.2/lib/IPython/parallel/client/view.py build-3.2/lib/IPython/parallel/client/client.py build-3.2/lib/IPython/parallel/client/asyncresult.py build-3.2/lib/IPython/parallel/client/remotefunction.py build-3.2/lib/IPython/parallel/client/map.py build-3.2/lib/IPython/parallel/client/__init__.py build-3.2/lib/IPython/parallel/tests/test_asyncresult.py build-3.2/lib/IPython/parallel/tests/test_db.py build-3.2/lib/IPython/parallel/tests/test_lbview.py build-3.2/lib/IPython/parallel/tests/test_newserialized.py build-3.2/lib/IPython/parallel/tests/clienttest.py build-3.2/lib/IPython/parallel/tests/test_client.py build-3.2/lib/IPython/parallel/tests/test_dependency.py build-3.2/lib/IPython/parallel/tests/test_view.py build-3.2/lib/IPython/parallel/tests/test_mongodb.py build-3.2/lib/IPython/parallel/tests/__init__.py build-3.2/lib/IPython/parallel/engine/engine.py build-3.2/lib/IPython/parallel/engine/kernelstarter.py build-3.2/lib/IPython/parallel/engine/streamkernel.py build-3.2/lib/IPython/parallel/engine/__init__.py build-3.2/lib/IPython/parallel/scripts/__init__.py build-3.2/lib/IPython/quarantine/ipy_gnuglobal.py build-3.2/lib/IPython/quarantine/ipy_app_completers.py build-3.2/lib/IPython/quarantine/ipy_editors.py build-3.2/lib/IPython/quarantine/clearcmd.py build-3.2/lib/IPython/quarantine/ipy_pydb.py build-3.2/lib/IPython/quarantine/ipy_workdir.py build-3.2/lib/IPython/quarantine/ipy_server.py build-3.2/lib/IPython/quarantine/ipy_winpdb.py build-3.2/lib/IPython/quarantine/ipy_which.py build-3.2/lib/IPython/quarantine/ipy_render.py build-3.2/lib/IPython/quarantine/ipy_jot.py build-3.2/lib/IPython/quarantine/win32clip.py build-3.2/lib/IPython/quarantine/ledit.py build-3.2/lib/IPython/quarantine/ipy_rehashdir.py build-3.2/lib/IPython/quarantine/InterpreterExec.py build-3.2/lib/IPython/quarantine/ipy_extutil.py build-3.2/lib/IPython/quarantine/ipy_completers.py build-3.2/lib/IPython/quarantine/ipy_profile_doctest.py build-3.2/lib/IPython/quarantine/ipy_synchronize_with.py build-3.2/lib/IPython/quarantine/ipy_fsops.py build-3.2/lib/IPython/quarantine/ipy_exportdb.py build-3.2/lib/IPython/quarantine/jobctrl.py build-3.2/lib/IPython/quarantine/envpersist.py build-3.2/lib/IPython/quarantine/ipy_lookfor.py build-3.2/lib/IPython/quarantine/ipy_signals.py build-3.2/lib/IPython/quarantine/ipy_system_conf.py build-3.2/lib/IPython/quarantine/ext_rescapture.py build-3.2/lib/IPython/quarantine/__init__.py build-3.2/lib/IPython/quarantine/tests/__init__.py build-3.2/lib/IPython/scripts/__init__.py build-3.2/lib/IPython/lib/irunner.py build-3.2/lib/IPython/lib/inputhookgtk.py build-3.2/lib/IPython/lib/pretty.py build-3.2/lib/IPython/lib/inputhookglut.py build-3.2/lib/IPython/lib/inputhookpyglet.py build-3.2/lib/IPython/lib/clipboard.py build-3.2/lib/IPython/lib/display.py build-3.2/lib/IPython/lib/inputhookwx.py build-3.2/lib/IPython/lib/backgroundjobs.py build-3.2/lib/IPython/lib/inputhook.py build-3.2/lib/IPython/lib/latextools.py build-3.2/lib/IPython/lib/guisupport.py build-3.2/lib/IPython/lib/demo.py build-3.2/lib/IPython/lib/inputhookqt4.py build-3.2/lib/IPython/lib/security.py build-3.2/lib/IPython/lib/deepreload.py build-3.2/lib/IPython/lib/__init__.py build-3.2/lib/IPython/lib/kernel.py build-3.2/lib/IPython/lib/tests/test_irunner_pylab_magic.py build-3.2/lib/IPython/lib/tests/test_backgroundjobs.py build-3.2/lib/IPython/lib/tests/test_imports.py build-3.2/lib/IPython/lib/tests/test_kernel.py build-3.2/lib/IPython/lib/tests/test_pretty.py build-3.2/lib/IPython/lib/tests/test_irunner.py build-3.2/lib/IPython/lib/tests/__init__.py build-3.2/lib/IPython/lib/tests/test_security.py build-3.2/lib/IPython/config/loader.py build-3.2/lib/IPython/config/configurable.py build-3.2/lib/IPython/config/application.py build-3.2/lib/IPython/config/__init__.py build-3.2/lib/IPython/config/tests/test_application.py build-3.2/lib/IPython/config/tests/test_configurable.py build-3.2/lib/IPython/config/tests/test_loader.py build-3.2/lib/IPython/config/tests/__init__.py build-3.2/lib/IPython/config/profile/__init__.py build-3.2/lib/IPython/kernel/__init__.py
- Skipping implicit fixer: buffer
- Skipping implicit fixer: idioms
- Skipping implicit fixer: set_literal
- Skipping implicit fixer: ws_comma
- Fixing build-3.2/lib/IPython/__init__.py build-3.2/lib/IPython/zmq/frontend.py build-3.2/lib/IPython/zmq/pykernel.py build-3.2/lib/IPython/zmq/parentpoller.py build-3.2/lib/IPython/zmq/kernelmanager.py build-3.2/lib/IPython/zmq/entry_point.py build-3.2/lib/IPython/zmq/iostream.py build-3.2/lib/IPython/zmq/heartbeat.py build-3.2/lib/IPython/zmq/zmqshell.py build-3.2/lib/IPython/zmq/eventloops.py build-3.2/lib/IPython/zmq/session.py build-3.2/lib/IPython/zmq/blockingkernelmanager.py build-3.2/lib/IPython/zmq/completer.py build-3.2/lib/IPython/zmq/log.py build-3.2/lib/IPython/zmq/displayhook.py build-3.2/lib/IPython/zmq/kernelapp.py build-3.2/lib/IPython/zmq/ipkernel.py build-3.2/lib/IPython/zmq/__init__.py build-3.2/lib/IPython/zmq/gui/gtkembed.py build-3.2/lib/IPython/zmq/gui/__init__.py build-3.2/lib/IPython/zmq/tests/test_session.py build-3.2/lib/IPython/zmq/tests/test_message_spec.py build-3.2/lib/IPython/zmq/tests/__init__.py build-3.2/lib/IPython/zmq/pylab/backend_inline.py build-3.2/lib/IPython/zmq/pylab/__init__.py build-3.2/lib/IPython/extensions/parallelmagic.py build-3.2/lib/IPython/extensions/storemagic.py build-3.2/lib/IPython/extensions/sympyprinting.py build-3.2/lib/IPython/extensions/autoreload.py build-3.2/lib/IPython/extensions/__init__.py build-3.2/lib/IPython/extensions/tests/test_autoreload.py build-3.2/lib/IPython/extensions/tests/__init__.py build-3.2/lib/IPython/external/qt_for_kernel.py build-3.2/lib/IPython/external/mathjax.py build-3.2/lib/IPython/external/qt.py build-3.2/lib/IPython/external/__init__.py build-3.2/lib/IPython/external/ssh/forward.py build-3.2/lib/IPython/external/ssh/tunnel.py build-3.2/lib/IPython/external/ssh/__init__.py build-3.2/lib/IPython/external/argparse/_argparse.py build-3.2/lib/IPython/external/argparse/__init__.py build-3.2/lib/IPython/external/guid/__init__.py build-3.2/lib/IPython/external/guid/_guid.py build-3.2/lib/IPython/external/pyparsing/_pyparsing.py build-3.2/lib/IPython/external/pyparsing/__init__.py build-3.2/lib/IPython/external/decorators/_decorators.py build-3.2/lib/IPython/external/decorators/_numpy_testing_noseclasses.py build-3.2/lib/IPython/external/decorators/__init__.py build-3.2/lib/IPython/external/decorators/_numpy_testing_utils.py build-3.2/lib/IPython/external/decorator/_decorator.py build-3.2/lib/IPython/external/decorator/__init__.py build-3.2/lib/IPython/external/simplegeneric/_simplegeneric.py build-3.2/lib/IPython/external/simplegeneric/__init__.py build-3.2/lib/IPython/external/Itpl/_Itpl.py build-3.2/lib/IPython/external/Itpl/__init__.py build-3.2/lib/IPython/external/pexpect/_pexpect.py build-3.2/lib/IPython/external/pexpect/__init__.py build-3.2/lib/IPython/external/path/_path.py build-3.2/lib/IPython/external/path/__init__.py build-3.2/lib/IPython/external/mglob/_mglob.py build-3.2/lib/IPython/external/mglob/__init__.py build-3.2/lib/IPython/utils/newserialized.py build-3.2/lib/IPython/utils/text.py build-3.2/lib/IPython/utils/py3compat.py build-3.2/lib/IPython/utils/syspathcontext.py build-3.2/lib/IPython/utils/generics.py build-3.2/lib/IPython/utils/path.py build-3.2/lib/IPython/utils/module_paths.py build-3.2/lib/IPython/utils/growl.py build-3.2/lib/IPython/utils/_sysinfo.py build-3.2/lib/IPython/utils/_process_common.py build-3.2/lib/IPython/utils/upgradedir.py build-3.2/lib/IPython/utils/_process_win32.py build-3.2/lib/IPython/utils/io.py build-3.2/lib/IPython/utils/decorators.py build-3.2/lib/IPython/utils/nested_context.py build-3.2/lib/IPython/utils/dir2.py build-3.2/lib/IPython/utils/cursesimport.py build-3.2/lib/IPython/utils/process.py build-3.2/lib/IPython/utils/terminal.py build-3.2/lib/IPython/utils/coloransi.py build-3.2/lib/IPython/utils/sysinfo.py build-3.2/lib/IPython/utils/daemonize.py build-3.2/lib/IPython/utils/data.py build-3.2/lib/IPython/utils/localinterfaces.py build-3.2/lib/IPython/utils/pyfile.py build-3.2/lib/IPython/utils/wildcard.py build-3.2/lib/IPython/utils/attic.py build-3.2/lib/IPython/utils/strdispatch.py build-3.2/lib/IPython/utils/tempdir.py build-3.2/lib/IPython/utils/jsonutil.py build-3.2/lib/IPython/utils/warn.py build-3.2/lib/IPython/utils/ipstruct.py build-3.2/lib/IPython/utils/rlineimpl.py build-3.2/lib/IPython/utils/autoattr.py build-3.2/lib/IPython/utils/PyColorize.py build-3.2/lib/IPython/utils/codeutil.py build-3.2/lib/IPython/utils/timing.py build-3.2/lib/IPython/utils/importstring.py build-3.2/lib/IPython/utils/pickleshare.py build-3.2/lib/IPython/utils/frame.py build-3.2/lib/IPython/utils/doctestreload.py build-3.2/lib/IPython/utils/_process_posix.py build-3.2/lib/IPython/utils/traitlets.py build-3.2/lib/IPython/utils/pickleutil.py build-3.2/lib/IPython/utils/__init__.py build-3.2/lib/IPython/utils/notification.py build-3.2/lib/IPython/utils/tests/test_traitlets.py build-3.2/lib/IPython/utils/tests/test_module_paths.py build-3.2/lib/IPython/utils/tests/test_io.py build-3.2/lib/IPython/utils/tests/test_notification.py build-3.2/lib/IPython/utils/tests/test_path.py build-3.2/lib/IPython/utils/tests/test_imports.py build-3.2/lib/IPython/utils/tests/test_jsonutil.py build-3.2/lib/IPython/utils/tests/test_wildcard.py build-3.2/lib/IPython/utils/tests/test_process.py build-3.2/lib/IPython/utils/tests/test_pycolorize.py build-3.2/lib/IPython/utils/tests/__init__.py build-3.2/lib/IPython/utils/tests/test_text.py build-3.2/lib/IPython/frontend/consoleapp.py build-3.2/lib/IPython/frontend/__init__.py build-3.2/lib/IPython/frontend/qt/util.py build-3.2/lib/IPython/frontend/qt/base_frontend_mixin.py build-3.2/lib/IPython/frontend/qt/kernelmanager.py build-3.2/lib/IPython/frontend/qt/rich_text.py build-3.2/lib/IPython/frontend/qt/svg.py build-3.2/lib/IPython/frontend/qt/__init__.py build-3.2/lib/IPython/frontend/qt/console/bracket_matcher.py build-3.2/lib/IPython/frontend/qt/console/styles.py build-3.2/lib/IPython/frontend/qt/console/qtconsoleapp.py build-3.2/lib/IPython/frontend/qt/console/pygments_highlighter.py build-3.2/lib/IPython/frontend/qt/console/ipython_widget.py build-3.2/lib/IPython/frontend/qt/console/call_tip_widget.py build-3.2/lib/IPython/frontend/qt/console/history_console_widget.py build-3.2/lib/IPython/frontend/qt/console/completion_lexer.py build-3.2/lib/IPython/frontend/qt/console/console_widget.py build-3.2/lib/IPython/frontend/qt/console/rich_ipython_widget.py build-3.2/lib/IPython/frontend/qt/console/completion_widget.py build-3.2/lib/IPython/frontend/qt/console/mainwindow.py build-3.2/lib/IPython/frontend/qt/console/kill_ring.py build-3.2/lib/IPython/frontend/qt/console/frontend_widget.py build-3.2/lib/IPython/frontend/qt/console/ansi_code_processor.py build-3.2/lib/IPython/frontend/qt/console/__init__.py build-3.2/lib/IPython/frontend/qt/console/tests/test_ansi_code_processor.py build-3.2/lib/IPython/frontend/qt/console/tests/test_kill_ring.py build-3.2/lib/IPython/frontend/qt/console/tests/test_completion_lexer.py build-3.2/lib/IPython/frontend/qt/console/tests/__init__.py build-3.2/lib/IPython/frontend/terminal/interactiveshell.py build-3.2/lib/IPython/frontend/terminal/ipapp.py build-3.2/lib/IPython/frontend/terminal/embed.py build-3.2/lib/IPython/frontend/terminal/__init__.py build-3.2/lib/IPython/frontend/terminal/console/app.py build-3.2/lib/IPython/frontend/terminal/console/interactiveshell.py build-3.2/lib/IPython/frontend/terminal/console/completer.py build-3.2/lib/IPython/frontend/terminal/console/__init__.py build-3.2/lib/IPython/frontend/terminal/console/tests/test_console.py build-3.2/lib/IPython/frontend/terminal/console/tests/__init__.py build-3.2/lib/IPython/frontend/terminal/tests/test_interactivshell.py build-3.2/lib/IPython/frontend/terminal/tests/__init__.py build-3.2/lib/IPython/frontend/html/__init__.py build-3.2/lib/IPython/frontend/html/notebook/kernelmanager.py build-3.2/lib/IPython/frontend/html/notebook/notebookmanager.py build-3.2/lib/IPython/frontend/html/notebook/notebookapp.py build-3.2/lib/IPython/frontend/html/notebook/zmqhttp.py build-3.2/lib/IPython/frontend/html/notebook/handlers.py build-3.2/lib/IPython/frontend/html/notebook/__init__.py build-3.2/lib/IPython/frontend/html/notebook/tests/test_kernelsession.py build-3.2/lib/IPython/frontend/html/notebook/tests/__init__.py build-3.2/lib/IPython/core/excolors.py build-3.2/lib/IPython/core/usage.py build-3.2/lib/IPython/core/history.py build-3.2/lib/IPython/core/prompts.py build-3.2/lib/IPython/core/debugger.py build-3.2/lib/IPython/core/payloadpage.py build-3.2/lib/IPython/core/oinspect.py build-3.2/lib/IPython/core/prefilter.py build-3.2/lib/IPython/core/interactiveshell.py build-3.2/lib/IPython/core/ipapi.py build-3.2/lib/IPython/core/compilerop.py build-3.2/lib/IPython/core/formatters.py build-3.2/lib/IPython/core/display.py build-3.2/lib/IPython/core/inputsplitter.py build-3.2/lib/IPython/core/builtin_trap.py build-3.2/lib/IPython/core/ultratb.py build-3.2/lib/IPython/core/autocall.py build-3.2/lib/IPython/core/displaypub.py build-3.2/lib/IPython/core/release.py build-3.2/lib/IPython/core/shadowns.py build-3.2/lib/IPython/core/magic.py build-3.2/lib/IPython/core/pylabtools.py build-3.2/lib/IPython/core/display_trap.py build-3.2/lib/IPython/core/hooks.py build-3.2/lib/IPython/core/plugin.py build-3.2/lib/IPython/core/crashhandler.py build-3.2/lib/IPython/core/macro.py build-3.2/lib/IPython/core/splitinput.py build-3.2/lib/IPython/core/completer.py build-3.2/lib/IPython/core/profileapp.py build-3.2/lib/IPython/core/magic_arguments.py build-3.2/lib/IPython/core/error.py build-3.2/lib/IPython/core/alias.py build-3.2/lib/IPython/core/payload.py build-3.2/lib/IPython/core/displayhook.py build-3.2/lib/IPython/core/completerlib.py build-3.2/lib/IPython/core/application.py build-3.2/lib/IPython/core/fakemodule.py build-3.2/lib/IPython/core/logger.py build-3.2/lib/IPython/core/shellapp.py build-3.2/lib/IPython/core/extensions.py build-3.2/lib/IPython/core/page.py build-3.2/lib/IPython/core/profiledir.py build-3.2/lib/IPython/core/__init__.py build-3.2/lib/IPython/core/tests/test_run.py build-3.2/lib/IPython/core/tests/test_profile.py build-3.2/lib/IPython/core/tests/test_completerlib.py build-3.2/lib/IPython/core/tests/test_magic.py build-3.2/lib/IPython/core/tests/tclass.py build-3.2/lib/IPython/core/tests/test_compilerop.py build-3.2/lib/IPython/core/tests/simpleerr.py build-3.2/lib/IPython/core/tests/test_application.py build-3.2/lib/IPython/core/tests/test_formatters.py build-3.2/lib/IPython/core/tests/test_logger.py build-3.2/lib/IPython/core/tests/test_autocall.py build-3.2/lib/IPython/core/tests/test_interactiveshell.py build-3.2/lib/IPython/core/tests/test_oinspect.py build-3.2/lib/IPython/core/tests/test_completer.py build-3.2/lib/IPython/core/tests/test_splitinput.py build-3.2/lib/IPython/core/tests/test_page.py build-3.2/lib/IPython/core/tests/test_imports.py build-3.2/lib/IPython/core/tests/test_pylabtools.py build-3.2/lib/IPython/core/tests/test_iplib.py build-3.2/lib/IPython/core/tests/test_prefilter.py build-3.2/lib/IPython/core/tests/test_inputsplitter.py build-3.2/lib/IPython/core/tests/test_prompts.py build-3.2/lib/IPython/core/tests/test_magic_terminal.py build-3.2/lib/IPython/core/tests/test_fakemodule.py build-3.2/lib/IPython/core/tests/test_magic_arguments.py build-3.2/lib/IPython/core/tests/refbug.py build-3.2/lib/IPython/core/tests/test_handlers.py build-3.2/lib/IPython/core/tests/test_history.py build-3.2/lib/IPython/core/tests/__init__.py build-3.2/lib/IPython/core/tests/test_plugin.py build-3.2/lib/IPython/testing/tools.py build-3.2/lib/IPython/testing/skipdoctest.py build-3.2/lib/IPython/testing/decorators.py build-3.2/lib/IPython/testing/globalipapp.py build-3.2/lib/IPython/testing/_paramtestpy2.py build-3.2/lib/IPython/testing/mkdoctests.py build-3.2/lib/IPython/testing/iptest.py build-3.2/lib/IPython/testing/_paramtestpy3.py build-3.2/lib/IPython/testing/ipunittest.py build-3.2/lib/IPython/testing/nosepatch.py build-3.2/lib/IPython/testing/__init__.py build-3.2/lib/IPython/testing/plugin/dtexample.py build-3.2/lib/IPython/testing/plugin/simple.py build-3.2/lib/IPython/testing/plugin/ipdoctest.py build-3.2/lib/IPython/testing/plugin/simplevars.py build-3.2/lib/IPython/testing/plugin/show_refs.py build-3.2/lib/IPython/testing/plugin/setup.py build-3.2/lib/IPython/testing/plugin/test_refs.py build-3.2/lib/IPython/testing/plugin/iptest.py build-3.2/lib/IPython/testing/plugin/test_ipdoctest.py build-3.2/lib/IPython/testing/plugin/__init__.py build-3.2/lib/IPython/testing/tests/test_ipunittest.py build-3.2/lib/IPython/testing/tests/test_decorators.py build-3.2/lib/IPython/testing/tests/__init__.py build-3.2/lib/IPython/testing/tests/test_tools.py build-3.2/lib/IPython/nbformat/current.py build-3.2/lib/IPython/nbformat/__init__.py build-3.2/lib/IPython/nbformat/tests/__init__.py build-3.2/lib/IPython/nbformat/v2/rwbase.py build-3.2/lib/IPython/nbformat/v2/convert.py build-3.2/lib/IPython/nbformat/v2/nbxml.py build-3.2/lib/IPython/nbformat/v2/nbpy.py build-3.2/lib/IPython/nbformat/v2/nbjson.py build-3.2/lib/IPython/nbformat/v2/__init__.py build-3.2/lib/IPython/nbformat/v2/nbbase.py build-3.2/lib/IPython/nbformat/v2/tests/nbexamples.py build-3.2/lib/IPython/nbformat/v2/tests/test_nbbase.py build-3.2/lib/IPython/nbformat/v2/tests/test_nbpy.py build-3.2/lib/IPython/nbformat/v2/tests/test_json.py build-3.2/lib/IPython/nbformat/v2/tests/__init__.py build-3.2/lib/IPython/nbformat/v1/rwbase.py build-3.2/lib/IPython/nbformat/v1/convert.py build-3.2/lib/IPython/nbformat/v1/nbjson.py build-3.2/lib/IPython/nbformat/v1/__init__.py build-3.2/lib/IPython/nbformat/v1/nbbase.py build-3.2/lib/IPython/nbformat/v1/tests/nbexamples.py build-3.2/lib/IPython/nbformat/v1/tests/test_nbbase.py build-3.2/lib/IPython/nbformat/v1/tests/test_json.py build-3.2/lib/IPython/nbformat/v1/tests/__init__.py build-3.2/lib/IPython/parallel/util.py build-3.2/lib/IPython/parallel/error.py build-3.2/lib/IPython/parallel/factory.py build-3.2/lib/IPython/parallel/__init__.py build-3.2/lib/IPython/parallel/controller/scheduler.py build-3.2/lib/IPython/parallel/controller/hub.py build-3.2/lib/IPython/parallel/controller/heartmonitor.py build-3.2/lib/IPython/parallel/controller/dependency.py build-3.2/lib/IPython/parallel/controller/dictdb.py build-3.2/lib/IPython/parallel/controller/sqlitedb.py build-3.2/lib/IPython/parallel/controller/mongodb.py build-3.2/lib/IPython/parallel/controller/__init__.py build-3.2/lib/IPython/parallel/apps/ipengineapp.py build-3.2/lib/IPython/parallel/apps/launcher.py build-3.2/lib/IPython/parallel/apps/winhpcjob.py build-3.2/lib/IPython/parallel/apps/ipcontrollerapp.py build-3.2/lib/IPython/parallel/apps/logwatcher.py build-3.2/lib/IPython/parallel/apps/win32support.py build-3.2/lib/IPython/parallel/apps/ipclusterapp.py build-3.2/lib/IPython/parallel/apps/baseapp.py build-3.2/lib/IPython/parallel/apps/iploggerapp.py build-3.2/lib/IPython/parallel/apps/__init__.py build-3.2/lib/IPython/parallel/client/view.py build-3.2/lib/IPython/parallel/client/client.py build-3.2/lib/IPython/parallel/client/asyncresult.py build-3.2/lib/IPython/parallel/client/remotefunction.py build-3.2/lib/IPython/parallel/client/map.py build-3.2/lib/IPython/parallel/client/__init__.py build-3.2/lib/IPython/parallel/tests/test_asyncresult.py build-3.2/lib/IPython/parallel/tests/test_db.py build-3.2/lib/IPython/parallel/tests/test_lbview.py build-3.2/lib/IPython/parallel/tests/test_newserialized.py build-3.2/lib/IPython/parallel/tests/clienttest.py build-3.2/lib/IPython/parallel/tests/test_client.py build-3.2/lib/IPython/parallel/tests/test_dependency.py build-3.2/lib/IPython/parallel/tests/test_view.py build-3.2/lib/IPython/parallel/tests/test_mongodb.py build-3.2/lib/IPython/parallel/tests/__init__.py build-3.2/lib/IPython/parallel/engine/engine.py build-3.2/lib/IPython/parallel/engine/kernelstarter.py build-3.2/lib/IPython/parallel/engine/streamkernel.py build-3.2/lib/IPython/parallel/engine/__init__.py build-3.2/lib/IPython/parallel/scripts/__init__.py build-3.2/lib/IPython/quarantine/ipy_gnuglobal.py build-3.2/lib/IPython/quarantine/ipy_app_completers.py build-3.2/lib/IPython/quarantine/ipy_editors.py build-3.2/lib/IPython/quarantine/clearcmd.py build-3.2/lib/IPython/quarantine/ipy_pydb.py build-3.2/lib/IPython/quarantine/ipy_workdir.py build-3.2/lib/IPython/quarantine/ipy_server.py build-3.2/lib/IPython/quarantine/ipy_winpdb.py build-3.2/lib/IPython/quarantine/ipy_which.py build-3.2/lib/IPython/quarantine/ipy_render.py build-3.2/lib/IPython/quarantine/ipy_jot.py build-3.2/lib/IPython/quarantine/win32clip.py build-3.2/lib/IPython/quarantine/ledit.py build-3.2/lib/IPython/quarantine/ipy_rehashdir.py build-3.2/lib/IPython/quarantine/InterpreterExec.py build-3.2/lib/IPython/quarantine/ipy_extutil.py build-3.2/lib/IPython/quarantine/ipy_completers.py build-3.2/lib/IPython/quarantine/ipy_profile_doctest.py build-3.2/lib/IPython/quarantine/ipy_synchronize_with.py build-3.2/lib/IPython/quarantine/ipy_fsops.py build-3.2/lib/IPython/quarantine/ipy_exportdb.py build-3.2/lib/IPython/quarantine/jobctrl.py build-3.2/lib/IPython/quarantine/envpersist.py build-3.2/lib/IPython/quarantine/ipy_lookfor.py build-3.2/lib/IPython/quarantine/ipy_signals.py build-3.2/lib/IPython/quarantine/ipy_system_conf.py build-3.2/lib/IPython/quarantine/ext_rescapture.py build-3.2/lib/IPython/quarantine/__init__.py build-3.2/lib/IPython/quarantine/tests/__init__.py build-3.2/lib/IPython/scripts/__init__.py build-3.2/lib/IPython/lib/irunner.py build-3.2/lib/IPython/lib/inputhookgtk.py build-3.2/lib/IPython/lib/pretty.py build-3.2/lib/IPython/lib/inputhookglut.py build-3.2/lib/IPython/lib/inputhookpyglet.py build-3.2/lib/IPython/lib/clipboard.py build-3.2/lib/IPython/lib/display.py build-3.2/lib/IPython/lib/inputhookwx.py build-3.2/lib/IPython/lib/backgroundjobs.py build-3.2/lib/IPython/lib/inputhook.py build-3.2/lib/IPython/lib/latextools.py build-3.2/lib/IPython/lib/guisupport.py build-3.2/lib/IPython/lib/demo.py build-3.2/lib/IPython/lib/inputhookqt4.py build-3.2/lib/IPython/lib/security.py build-3.2/lib/IPython/lib/deepreload.py build-3.2/lib/IPython/lib/__init__.py build-3.2/lib/IPython/lib/kernel.py build-3.2/lib/IPython/lib/tests/test_irunner_pylab_magic.py build-3.2/lib/IPython/lib/tests/test_backgroundjobs.py build-3.2/lib/IPython/lib/tests/test_imports.py build-3.2/lib/IPython/lib/tests/test_kernel.py build-3.2/lib/IPython/lib/tests/test_pretty.py build-3.2/lib/IPython/lib/tests/test_irunner.py build-3.2/lib/IPython/lib/tests/__init__.py build-3.2/lib/IPython/lib/tests/test_security.py build-3.2/lib/IPython/config/loader.py build-3.2/lib/IPython/config/configurable.py build-3.2/lib/IPython/config/application.py build-3.2/lib/IPython/config/__init__.py build-3.2/lib/IPython/config/tests/test_application.py build-3.2/lib/IPython/config/tests/test_configurable.py build-3.2/lib/IPython/config/tests/test_loader.py build-3.2/lib/IPython/config/tests/__init__.py build-3.2/lib/IPython/config/profile/__init__.py build-3.2/lib/IPython/kernel/__init__.py
- Skipping implicit fixer: buffer
- Skipping implicit fixer: idioms
- Skipping implicit fixer: set_literal
- Skipping implicit fixer: ws_comma
- warning: MyBuildPy: byte-compiling is disabled, skipping.
- >>> Source compiled.
- * Scanning for an open DISPLAY to start Xvfb ...
- * Starting Xvfb on $DISPLAY=0 ...
- * Testing of dev-python/ipython-0.12.1 with CPython 2.7...
- /usr/lib64/python2.7/site-packages/nose/plugins/manager.py:405: UserWarning: Module argparse was already imported from /usr/lib64/python2.7/argparse.pyc, but /usr/lib64/python2.7/site-packages is being added to sys.path
- import pkg_resources
- warning: MyBuildPy: byte-compiling is disabled, skipping.
- warning: install_lib: byte-compiling is disabled, skipping.
- **********************************************************************
- IPython test group: IPython.config
- /usr/lib64/python2.7/site-packages/nose/plugins/manager.py:405: UserWarning: Module argparse was already imported from /usr/lib64/python2.7/argparse.pyc, but /usr/lib64/python2.7/site-packages is being added to sys.path
- import pkg_resources
- Doctest: IPython.config.configurable.SingletonConfigurable.instance ... ok
- Doctest: IPython.config.loader.ConfigLoader.__init__ ... ok
- Doctest: IPython.config.loader.KeyValueConfigLoader.__init__ ... ok
- test_aliases (IPython.config.tests.test_application.TestApplication) ... ok
- test_basic (IPython.config.tests.test_application.TestApplication) ... ok
- test_config (IPython.config.tests.test_application.TestApplication) ... ok
- test_config_propagation (IPython.config.tests.test_application.TestApplication) ... ok
- test_extra_args (IPython.config.tests.test_application.TestApplication) ... ok
- test that setting flags doesn't clobber existing settings ... ok
- test_flags (IPython.config.tests.test_application.TestApplication) ... ok
- test_flatten_aliases (IPython.config.tests.test_application.TestApplication) ... ok
- test_flatten_flags (IPython.config.tests.test_application.TestApplication) ... ok
- test_custom (IPython.config.tests.test_configurable.TestConfigurable) ... ok
- test_default (IPython.config.tests.test_configurable.TestConfigurable) ... ok
- test_help (IPython.config.tests.test_configurable.TestConfigurable) ... ok
- test_help_inst (IPython.config.tests.test_configurable.TestConfigurable) ... ok
- test_inheritance (IPython.config.tests.test_configurable.TestConfigurable) ... ok
- test_override1 (IPython.config.tests.test_configurable.TestConfigurable) ... ok
- test_override2 (IPython.config.tests.test_configurable.TestConfigurable) ... ok
- test_parent (IPython.config.tests.test_configurable.TestConfigurable) ... ok
- test_inheritance (IPython.config.tests.test_configurable.TestSingletonConfigurable) ... ok
- test_instance (IPython.config.tests.test_configurable.TestSingletonConfigurable) ... ok
- test_add_arguments (IPython.config.tests.test_loader.TestArgParseCL) ... ok
- test_argv (IPython.config.tests.test_loader.TestArgParseCL) ... ok
- test_basic (IPython.config.tests.test_loader.TestArgParseCL) ... ok
- test_basic (IPython.config.tests.test_loader.TestArgParseKVCL) ... ok
- test_expanduser (IPython.config.tests.test_loader.TestArgParseKVCL) ... ok
- test_expanduser2 (IPython.config.tests.test_loader.TestArgParseKVCL) ... ok
- test_extra_args (IPython.config.tests.test_loader.TestArgParseKVCL) ... ok
- test_unicode_alias (IPython.config.tests.test_loader.TestArgParseKVCL) ... ok
- test_unicode_args (IPython.config.tests.test_loader.TestArgParseKVCL) ... ok
- test_unicode_bytes_args (IPython.config.tests.test_loader.TestArgParseKVCL) ... SKIP: sys.stdin.encoding can't handle 'é'
- test_auto_section (IPython.config.tests.test_loader.TestConfig) ... ok
- test_builtin (IPython.config.tests.test_loader.TestConfig) ... ok
- test_deepcopy (IPython.config.tests.test_loader.TestConfig) ... ok
- test_merge_doesnt_exist (IPython.config.tests.test_loader.TestConfig) ... ok
- test_merge_exists (IPython.config.tests.test_loader.TestConfig) ... ok
- test_setget (IPython.config.tests.test_loader.TestConfig) ... ok
- test_basic (IPython.config.tests.test_loader.TestKeyValueCL) ... ok
- test_expanduser (IPython.config.tests.test_loader.TestKeyValueCL) ... ok
- test_extra_args (IPython.config.tests.test_loader.TestKeyValueCL) ... ok
- test_unicode_alias (IPython.config.tests.test_loader.TestKeyValueCL) ... ok
- test_unicode_args (IPython.config.tests.test_loader.TestKeyValueCL) ... ok
- test_unicode_bytes_args (IPython.config.tests.test_loader.TestKeyValueCL) ... SKIP: sys.stdin.encoding can't handle 'é'
- test_basic (IPython.config.tests.test_loader.TestPyFileCL) ... ok
- ----------------------------------------------------------------------
- Ran 45 tests in 0.081s
- OK (SKIP=2)
- **********************************************************************
- IPython test group: IPython.core
- /usr/lib64/python2.7/site-packages/nose/plugins/manager.py:405: UserWarning: Module argparse was already imported from /usr/lib64/python2.7/argparse.pyc, but /usr/lib64/python2.7/site-packages is being added to sys.path
- import pkg_resources
- Doctest: IPython.core.excolors.exception_colors ... ok
- Doctest: IPython.core.history ... ok
- Doctest: IPython.core.history.magic_history ... ok
- Doctest: IPython.core.history.magic_history ... ok
- Doctest: IPython.core.interactiveshell.InteractiveShell.cache_main_mod ... ok
- Doctest: IPython.core.interactiveshell.InteractiveShell.clear_main_mod_cache ... ok
- Doctest: IPython.core.interactiveshell.InteractiveShell.complete ... ok
- Doctest: IPython.core.magic ... ok
- Doctest: IPython.core.magic.Magic.magic_config ... ok
- Doctest: IPython.core.magic.Magic.magic_prun ... ok
- Doctest: IPython.core.magic.Magic.magic_reset ... ok
- Doctest: IPython.core.magic.Magic.magic_reset_selective ... ok
- Doctest: IPython.core.magic.Magic.magic_who ... ok
- Doctest: IPython.core.magic.Magic.magic_who ... ok
- Doctest: IPython.core.oinspect.Inspector.pdoc ... ok
- Check that IPython starts with non-ascii characters in the path. ... SKIP: Skipping test: test_unicode_cwd. This test is only applicable where we can use unicode in filenames.
- Check that IPython starts with non-ascii characters in the IP dir. ... SKIP: Skipping test: test_unicode_ipdir. This test is only applicable where we can use unicode in filenames.
- Doctest: IPython.core.tests.test_autocall.doctest_autocall ... ok
- IPython.core.tests.test_compilerop.test_code_name ... ok
- IPython.core.tests.test_compilerop.test_code_name2 ... ok
- Test the compiler correctly compiles and caches inputs ... ok
- IPython.core.tests.test_compilerop.test_cache_unicode ... ok
- Test the compiler properly manages the cache. ... ok
- test_delim_setting (IPython.core.tests.test_completer.CompletionSplitterTestCase) ... ok
- Test with only spaces as split chars. ... ok
- IPython.core.tests.test_completer.test_protect_filename ... ok
- Basice line splitter test with default specs. ... ok
- Test that errors from custom attribute completers are silenced. ... ok
- IPython.core.tests.test_completer.test_unicode_completions ... ok
- IPython.core.tests.test_completer.test_has_open_quotes1 ... ok
- IPython.core.tests.test_completer.test_has_open_quotes2 ... ok
- IPython.core.tests.test_completer.test_has_open_quotes3 ... ok
- IPython.core.tests.test_completer.test_has_open_quotes4 ... ok
- IPython.core.tests.test_completer.test_abspath_file_completions ... ok
- IPython.core.tests.test_completer.test_local_file_completions ... ok
- IPython.core.tests.test_completer.test_greedy_completions ... ok
- IPython.core.tests.test_completer.test_omit__names ... ok
- Test magic_run_completer, should match two alterntives ... ERROR
- Test magic_run_completer, should match one alterntive ... ERROR
- Test magic_run_completer with unterminated " ... ERROR
- IPython.core.tests.test_fakemodule.test_mk_fakemod(<module '?' from '/tmp/portage/dev-python/ipython-0.12.1/temp/tests-2.7/usr/lib64/python2.7/site-packages/IPython/core/fakemodule.py'>,) ... ok
- IPython.core.tests.test_fakemodule.test_mk_fakemod(<function <lambda> at 0x3ee01b8>,) ... ok
- Test making a FakeModule object with initial data ... ok
- IPython.core.tests.test_formatters.test_pretty ... ok
- IPython.core.tests.test_formatters.test_deferred ... ok
- test various values for float_precision. ... ok
- test various invalid values for float_precision. ... ok
- IPython.core.tests.test_handlers.test_handlers ... ok
- IPython.core.tests.test_history.test_history ... ok
- IPython.core.tests.test_history.test_extract_hist_ranges ... ok
- Simple test for %rerun (no args -> rerun last line) ... ok
- IPython.core.tests.test_history.test_timestamp_type ... ok
- IPython.core.tests.test_history.test_hist_file_config ... ok
- IPython.core.tests.test_imports.test_import_completer ... ok
- IPython.core.tests.test_imports.test_import_crashhandler ... ok
- IPython.core.tests.test_imports.test_import_debugger ... ok
- IPython.core.tests.test_imports.test_import_fakemodule ... ok
- IPython.core.tests.test_imports.test_import_excolors ... ok
- IPython.core.tests.test_imports.test_import_history ... ok
- IPython.core.tests.test_imports.test_import_hooks ... ok
- IPython.core.tests.test_imports.test_import_ipapi ... ok
- IPython.core.tests.test_imports.test_import_interactiveshell ... ok
- IPython.core.tests.test_imports.test_import_logger ... ok
- IPython.core.tests.test_imports.test_import_macro ... ok
- IPython.core.tests.test_imports.test_import_magic ... ok
- IPython.core.tests.test_imports.test_import_oinspect ... ok
- IPython.core.tests.test_imports.test_import_prefilter ... ok
- IPython.core.tests.test_imports.test_import_prompts ... ok
- IPython.core.tests.test_imports.test_import_release ... ok
- IPython.core.tests.test_imports.test_import_shadowns ... ok
- IPython.core.tests.test_imports.test_import_ultratb ... ok
- IPython.core.tests.test_imports.test_import_usage ... ok
- test_continuation (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_dedent_pass (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_dedent_raise (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_dedent_return (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_indent (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_indent2 (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_indent3 (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_indent4 (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_push (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_push2 (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_push3 (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_push_accepts_more (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_push_accepts_more2 (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_push_accepts_more3 (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_push_accepts_more4 (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_push_accepts_more5 (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_replace_mode (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_reset (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_source (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- Call all single-line syntax tests from the main object ... ok
- test_syntax_error (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_syntax_multiline (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_unicode (IPython.core.tests.test_inputsplitter.BlockIPythonInputTestCase) ... ok
- test_continuation (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_dedent_pass (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_dedent_raise (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_dedent_return (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_indent (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_indent2 (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_indent3 (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_indent4 (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_push (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_push2 (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_push3 (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_push_accepts_more (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_push_accepts_more2 (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_push_accepts_more3 (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_push_accepts_more4 (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_push_accepts_more5 (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_replace_mode (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_reset (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_source (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- Call all single-line syntax tests from the main object ... ok
- test_syntax_error (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_syntax_multiline (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_unicode (IPython.core.tests.test_inputsplitter.IPythonInputTestCase) ... ok
- test_continuation (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_dedent_pass (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_dedent_raise (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_dedent_return (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_indent (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_indent2 (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_indent3 (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_indent4 (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_push (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_push2 (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_push3 (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_push_accepts_more (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_push_accepts_more2 (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_push_accepts_more3 (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_push_accepts_more4 (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_push_accepts_more5 (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_replace_mode (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_reset (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_source (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_syntax_error (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_unicode (IPython.core.tests.test_inputsplitter.InputSplitterTestCase) ... ok
- test_abc (IPython.core.tests.test_inputsplitter.InteractiveLoopTestCase) ... ok
- test_multi (IPython.core.tests.test_inputsplitter.InteractiveLoopTestCase) ... ok
- test_simple (IPython.core.tests.test_inputsplitter.InteractiveLoopTestCase) ... ok
- test_simple2 (IPython.core.tests.test_inputsplitter.InteractiveLoopTestCase) ... ok
- test_xy (IPython.core.tests.test_inputsplitter.InteractiveLoopTestCase) ... ok
- test (IPython.core.tests.test_inputsplitter.NoInputEncodingTestCase) ... ok
- IPython.core.tests.test_inputsplitter.test_spaces ... ok
- IPython.core.tests.test_inputsplitter.test_remove_comments ... ok
- IPython.core.tests.test_inputsplitter.test_has_comment ... ok
- IPython.core.tests.test_inputsplitter.test_get_input_encoding ... ok
- Simple test for LineInfo construction and str() ... ok
- IPython.core.tests.test_inputsplitter.test_assign_system ... ok
- IPython.core.tests.test_inputsplitter.test_assign_magic ... ok
- IPython.core.tests.test_inputsplitter.test_classic_prompt ... ok
- IPython.core.tests.test_inputsplitter.test_ipy_prompt ... ok
- IPython.core.tests.test_inputsplitter.test_end_help ... ok
- IPython.core.tests.test_inputsplitter.test_escaped_noesc ... ok
- IPython.core.tests.test_inputsplitter.test_escaped_shell ... ok
- IPython.core.tests.test_inputsplitter.test_escaped_help ... ok
- IPython.core.tests.test_inputsplitter.test_escaped_magic ... ok
- IPython.core.tests.test_inputsplitter.test_escaped_quote ... ok
- IPython.core.tests.test_inputsplitter.test_escaped_quote2 ... ok
- IPython.core.tests.test_inputsplitter.test_escaped_paren ... ok
- Verify that In variable grows with user input (GH-284) ... ok
- Errors in prefilter can't crash IPython ... ok
- Check that InteractiveShell is protected from bad custom exception handlers ... ok
- Check that InteractiveShell is protected from bad return types in custom exception handlers ... ok
- var_expand on invalid formats shouldn't raise ... ok
- Can we pickle objects defined interactively (GH-29) ... ok
- Ending a line with semicolon should not cache the returned object (GH-307) ... ok
- test_drop_by_id (IPython.core.tests.test_interactiveshell.InteractiveShellTestCase) ... ok
- Check that future flags are used for parsing code (gh-777) ... ok
- Check that unicode_literals is imported from __future__ (gh #786) ... ok
- Pretty-printing lists of objects with non-ascii reprs may cause ... ok
- Code in functions must be able to access variables outside them. ... ok
- test_magic_names_in_string (IPython.core.tests.test_interactiveshell.InteractiveShellTestCase) ... ok
- Code sprinkled with multiline strings should execute (GH-306) ... ok
- Test that cells with only naked strings are fully executed ... ok
- Multi-block, multi-line cells must execute correctly. ... ok
- Just make sure we don't get a horrible error with a blank ... ok
- test that running !(command) does not raise a SyntaxError ... ok
- test_var_expand (IPython.core.tests.test_interactiveshell.InteractiveShellTestCase) ... ok
- Test safe_execfile with non-ascii path ... ERROR
- Test system_raw with non-ascii cmd ... ok
- IPython.core.tests.test_interactiveshell.test__IPYTHON__ ... ok
- reset must clear most namespaces. ... ok
- IPython.core.tests.test_iplib.test_run_cell ... ok
- Test the internal database used for variable persistence. ... ok
- Doctest: IPython.core.tests.test_iplib.doctest_tb_context ... ok
- Doctest: IPython.core.tests.test_iplib.doctest_tb_plain ... ok
- Doctest: IPython.core.tests.test_iplib.doctest_tb_sysexit ... ok
- Doctest: IPython.core.tests.test_iplib.doctest_tb_verbose ... ok
- IPython.core.tests.test_logger.test_logstart_inaccessible_file ... ok
- Test that references from %run are cleared by xdel. ... ok
- IPython.core.tests.test_magic.test_rehashx(True,) ... ok
- IPython.core.tests.test_magic.test_rehashx(True,) ... ok
- Test that we don't mangle paths when parsing magic options. ... ok
- IPython.core.tests.test_magic.test_macro ... ok
- Test that we can run a multi-line macro successfully. ... ok
- IPython.core.tests.test_magic.test_numpy_clear_array_undec ... KNOWNFAIL: This test is known to fail
- IPython.core.tests.test_magic.test_time ... ok
- Toggle doctest_mode twice, it should be a no-op and run without error ... ok
- Tests for basic options parsing in magics. ... ok
- Test various directory handling operations. ... ok
- IPython.core.tests.test_magic.test_xmode ... ok
- IPython.core.tests.test_magic.test_reset_hard ... ok
- IPython.core.tests.test_magic.test_psearch ... ok
- test shlex issues with timeit (#1109) ... ok
- Test valid timeit arguments, should not cause SyntaxError (GH #1269) ... ok
- Test that prun does not clobber string escapes (GH #1302) ... ok
- Doctest: IPython.core.tests.test_magic.doctest_precision ... ok
- Doctest: IPython.core.tests.test_magic.doctest_time ... ok
- Doctest: IPython.core.tests.test_magic.doctest_who ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... ok
- test (IPython.core.tests.test_magic_arguments.test_magic_arguments) ... Test cpaste magic ... ok
- IPython.core.tests.test_magic_terminal.test_paste ... ok
- IPython.core.tests.test_oinspect.test_calltip_class ... ok
- IPython.core.tests.test_oinspect.test_calltip_instance ... ok
- IPython.core.tests.test_oinspect.test_calltip_method ... ok
- IPython.core.tests.test_oinspect.test_calltip_function ... ok
- IPython.core.tests.test_oinspect.test_calltip_function2 ... ok
- IPython.core.tests.test_oinspect.test_calltip_builtin ... ok
- Check that Inspector.info fills out various fields as expected. ... ok
- IPython.core.tests.test_oinspect.test_getdoc ... ok
- Simple smoketest for page._detect_screen_size. ... ok
- test_register_get (IPython.core.tests.test_plugin.PluginTest) ... ok
- test_unregister (IPython.core.tests.test_plugin.PluginTest) ... ok
- See https://github.com/ipython/ipython/issues/81 ... ok
- See https://github.com/ipython/ipython/issues/81 ... ok
- See https://github.com/ipython/ipython/issues/81 ... ok
- See https://github.com/ipython/ipython/issues/81 ... Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... ok
- Check that multiline string literals don't expand as magic ... Test user input conversions ... ok
- Test user input conversions ... ok
- Test user input conversions ... ok
- Test user input conversions ... ok
- Test user input conversions ... ok
- Test user input conversions ... Capture exceptions thrown by user objects on attribute access. ... ok
- IPython.core.tests.test_profile.test_startup_py ... ok
- IPython.core.tests.test_profile.test_startup_ipy ... ok
- test_builtins (IPython.core.tests.test_prompts.PromptTests) ... ok
- test_multiline_prompt (IPython.core.tests.test_prompts.PromptTests) ... ok
- test_render (IPython.core.tests.test_prompts.PromptTests) ... ok
- test_translate_abbreviations (IPython.core.tests.test_prompts.PromptTests) ... ok
- test_undefined (IPython.core.tests.test_prompts.PromptTests) ... ok
- test_user_ns (IPython.core.tests.test_prompts.PromptTests) ... ok
- test (IPython.core.tests.test_pylabtools.test_figure_to_svg) ... ok
- test (IPython.core.tests.test_pylabtools.test_figure_to_svg) ... ok
- test (IPython.core.tests.test_pylabtools.test_figure_to_svg) ... IPython.core.tests.test_pylabtools.test_import_pylab ... ok
- Check that %run doesn't damage __builtins__ ... ok
- Check that the type of __builtins__ doesn't change with %run. ... ok
- Test that prompts correctly generate after %run ... ok
- Test that the option -p, which invokes the profiler, do not ... ok
- Test that namespace cleanup is not too aggressive GH-238 ... KNOWNFAIL: This test is known to fail
- Test that object's __del__ methods are called on exit. ... ok
- Check that %run -i still works after %reset (gh-693) ... ok
- Test that simple class definitions work. ... ok
- IPython.core.tests.test_run.TestMagicRunSimple.test_tclass ... ok
- Doctest: IPython.core.tests.test_run.doctest_refbug ... ok
- Doctest: IPython.core.tests.test_run.doctest_reset_del ... ok
- Doctest: IPython.core.tests.test_run.doctest_run_builtins ... ok
- IPython.core.tests.test_splitinput.test_split_user_input ... ok
- ======================================================================
- ERROR: Test magic_run_completer, should match two alterntives
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/tmp/portage/dev-python/ipython-0.12.1/temp/tests-2.7/usr/lib64/python2.7/site-packages/IPython/core/tests/test_completerlib.py", line 38, in setUp
- with open(join(self.BASETESTDIR, fil), "w") as sfile:
- UnicodeEncodeError: 'ascii' codec can't encode character u'\xf8' in position 56: ordinal not in range(128)
- ======================================================================
- ERROR: Test magic_run_completer, should match one alterntive
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/tmp/portage/dev-python/ipython-0.12.1/temp/tests-2.7/usr/lib64/python2.7/site-packages/IPython/core/tests/test_completerlib.py", line 38, in setUp
- with open(join(self.BASETESTDIR, fil), "w") as sfile:
- UnicodeEncodeError: 'ascii' codec can't encode character u'\xf8' in position 56: ordinal not in range(128)
- ======================================================================
- ERROR: Test magic_run_completer with unterminated "
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/tmp/portage/dev-python/ipython-0.12.1/temp/tests-2.7/usr/lib64/python2.7/site-packages/IPython/core/tests/test_completerlib.py", line 38, in setUp
- with open(join(self.BASETESTDIR, fil), "w") as sfile:
- UnicodeEncodeError: 'ascii' codec can't encode character u'\xf8' in position 56: ordinal not in range(128)
- ======================================================================
- ERROR: Test safe_execfile with non-ascii path
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/tmp/portage/dev-python/ipython-0.12.1/temp/tests-2.7/usr/lib64/python2.7/site-packages/IPython/core/tests/test_interactiveshell.py", line 264, in setUp
- os.mkdir(self.TESTDIR)
- UnicodeEncodeError: 'ascii' codec can't encode characters in position 54-56: ordinal not in range(128)
- ----------------------------------------------------------------------
- Ran 372 tests in 6.096s
- FAILED (KNOWNFAIL=2, SKIP=2, errors=4)
- **********************************************************************
- IPython test group: IPython.extensions
- /usr/lib64/python2.7/site-packages/nose/plugins/manager.py:405: UserWarning: Module argparse was already imported from /usr/lib64/python2.7/argparse.pyc, but /usr/lib64/python2.7/site-packages is being added to sys.path
- import pkg_resources
- Doctest: IPython.extensions.autoreload ... ok
- Doctest: IPython.extensions.parallelmagic ... ok
- Doctest: IPython.extensions.parallelmagic.ParalleMagic.magic_result ... ok
- Doctest: IPython.extensions.storemagic ... ok
- Doctest: IPython.extensions.storemagic.magic_store ... ok
- ----------------------------------------------------------------------
- Ran 5 tests in 0.006s
- OK
- **********************************************************************
- IPython test group: IPython.frontend
- /usr/lib64/python2.7/site-packages/nose/plugins/manager.py:405: UserWarning: Module argparse was already imported from /usr/lib64/python2.7/argparse.pyc, but /usr/lib64/python2.7/site-packages is being added to sys.path
- import pkg_resources
- test_km_lifecycle (IPython.frontend.html.notebook.tests.test_kernelsession.TestKernelManager) ... ok
- Are beep characters processed correctly? ... ok
- Are carriage return characters processed correctly? ... ok
- transform CRLF to LF ... ok
- Do control sequences for clearing the console work? ... ok
- Do basic controls sequences for colors work? ... ok
- Do xterm-specific control sequences for colors work? ... ok
- Are formfeed characters processed correctly? ... ok
- Do control sequences for scrolling the buffer work? ... ok
- Does the CompletionLexer work for C/C++? ... ok
- Does the CompletionLexer work for Python? ... ok
- Does the generic kill ring work? ... ok
- Does the Qt kill ring work? ... ok
- Does the Qt kill ring maintain state with cursor movement? ... ok
- test that `ipython console` starts a terminal ... ok
- Doctest: IPython.frontend.terminal.interactiveshell ... ok
- Doctest: IPython.frontend.terminal.interactiveshell.TerminalInteractiveShell.magic_cpaste ... ok
- Test that multiline replace function adds history ... ok
- Test that multiline replace does nothing if disabled ... ok
- Test that multiline replace does not delete history ... ok
- Test that multiline history skips empty line cells ... ok
- Test that multiline entries are replaced twice ... ok
- Test that function does not throw on windows without ... ok
- Test that function does not throw without readline ... ok
- ----------------------------------------------------------------------
- Ran 24 tests in 3.037s
- OK
- **********************************************************************
- IPython test group: IPython.lib
- /usr/lib64/python2.7/site-packages/nose/plugins/manager.py:405: UserWarning: Module argparse was already imported from /usr/lib64/python2.7/argparse.pyc, but /usr/lib64/python2.7/site-packages is being added to sys.path
- import pkg_resources
- Doctest: IPython.lib.security ... ok
- Doctest: IPython.lib.security.passwd ... ok
- Doctest: IPython.lib.security.passwd ... ok
- Doctest: IPython.lib.security.passwd_check ... ok
- Test job submission and result retrieval ... ok
- Test job control ... ok
- Test control of dead jobs ... ok
- Test control of longer-running jobs ... ok
- IPython.lib.tests.test_imports.test_import_backgroundjobs ... ok
- IPython.lib.tests.test_imports.test_import_deepreload ... ok
- IPython.lib.tests.test_imports.test_import_demo ... ok
- IPython.lib.tests.test_imports.test_import_irunner ... ok
- Test the IPython runner. ... ok
- Test the Python runner. ... ok
- test (IPython.lib.tests.test_kernel.test_swallow_argv) ... ok
- test (IPython.lib.tests.test_kernel.test_swallow_argv) ... ok
- test (IPython.lib.tests.test_kernel.test_swallow_argv) ... ok
- test (IPython.lib.tests.test_kernel.test_swallow_argv) ... ok
- test (IPython.lib.tests.test_kernel.test_swallow_argv) ... ok
- test (IPython.lib.tests.test_kernel.test_swallow_argv) ... ok
- test (IPython.lib.tests.test_kernel.test_swallow_argv) ... ok
- test (IPython.lib.tests.test_kernel.test_swallow_argv) ... ok
- test (IPython.lib.tests.test_kernel.test_swallow_argv) ... ok
- test (IPython.lib.tests.test_kernel.test_swallow_argv) ... ok
- test (IPython.lib.tests.test_kernel.test_swallow_argv) ... ok
- test (IPython.lib.tests.test_kernel.test_swallow_argv) ... ok
- test (IPython.lib.tests.test_kernel.test_swallow_argv) ... ok
- test (IPython.lib.tests.test_kernel.test_swallow_argv) ... ok
- test (IPython.lib.tests.test_kernel.test_swallow_argv) ... ok
- test (IPython.lib.tests.test_kernel.test_swallow_argv) ... Test correct indentation in groups ... ok
- IPython.lib.tests.test_security.test_passwd_structure ... ok
- IPython.lib.tests.test_security.test_roundtrip ... ok
- IPython.lib.tests.test_security.test_bad ... ok
- ----------------------------------------------------------------------
- Ran 34 tests in 1.169s
- OK
- **********************************************************************
- IPython test group: IPython.scripts
- /usr/lib64/python2.7/site-packages/nose/plugins/manager.py:405: UserWarning: Module argparse was already imported from /usr/lib64/python2.7/argparse.pyc, but /usr/lib64/python2.7/site-packages is being added to sys.path
- import pkg_resources
- ----------------------------------------------------------------------
- Ran 0 tests in 0.000s
- OK
- **********************************************************************
- IPython test group: IPython.testing
- /usr/lib64/python2.7/site-packages/nose/plugins/manager.py:405: UserWarning: Module argparse was already imported from /usr/lib64/python2.7/argparse.pyc, but /usr/lib64/python2.7/site-packages is being added to sys.path
- import pkg_resources
- Doctest: IPython.testing.decorators.make_label_dec ... ok
- Doctest: IPython.testing.iptest.test_for ... ok
- Doctest: IPython.testing.plugin.dtexample.ipfunc ... ok
- Doctest: IPython.testing.plugin.dtexample.iprand ... ok
- Doctest: IPython.testing.plugin.dtexample.iprand_all ... ok
- Doctest: IPython.testing.plugin.dtexample.pyfunc ... ok
- Doctest: IPython.testing.plugin.dtexample.random_all ... ok
- Doctest: IPython.testing.plugin.dtexample.ranfunc ... ok
- Doctest: IPython.testing.plugin.simple.ipyfunc2 ... ok
- Doctest: IPython.testing.plugin.simple.pyfunc ... ok
- Doctest: IPython.testing.plugin.test_ipdoctest.doctest_multiline1 ... ok
- Doctest: IPython.testing.plugin.test_ipdoctest.doctest_multiline2 ... ok
- Doctest: IPython.testing.plugin.test_ipdoctest.doctest_multiline3 ... ok
- Doctest: IPython.testing.plugin.test_ipdoctest.doctest_simple ... ok
- A trivial passing test. ... ok
- Doctest: IPython.testing.plugin.test_refs.doctest_ivars ... ok
- Doctest: IPython.testing.plugin.test_refs.doctest_refs ... ok
- Doctest: IPython.testing.plugin.test_refs.doctest_run ... ok
- Doctest: IPython.testing.plugin.test_refs.doctest_runvars ... ok
- Doctest: IPython.testing.skipdoctest ... ok
- Doctest: IPython.testing.tools.AssertPrints ... ok
- Doctest: IPython.testing.tools.full_path ... ok
- test_parametric (IPython.testing.tests.test_decorators.Tester) ... ok
- test_parametric (IPython.testing.tests.test_decorators.Tester) ... ok
- test_parametric (IPython.testing.tests.test_decorators.Tester) ... test (IPython.testing.tests.test_decorators.test_par_standalone) ... ok
- test (IPython.testing.tests.test_decorators.test_par_standalone) ... ok
- test (IPython.testing.tests.test_decorators.test_par_standalone) ... test (IPython.testing.tests.test_decorators.trivial) ... ok
- Another deliberately broken test - we want to skip this one. ... SKIP: Skipping test: test_deliberately_broken2. Testing the skip decorator
- Doctest-skipping decorator should preserve the docstring. ... ok
- Doctest-skipping decorator should preserve function signature. ... ok
- IPython.testing.tests.test_decorators.test_linux ... SKIP: Skipping test: test_linux. This test does not run under Linux
- IPython.testing.tests.test_decorators.test_win32 ... ok
- IPython.testing.tests.test_decorators.test_osx ... ok
- Doctest: IPython.testing.tests.test_decorators ... ok
- Doctest: IPython.testing.tests.test_decorators.FooClass ... ok
- Doctest: IPython.testing.tests.test_decorators.FooClass.bar ... ok
- Doctest: IPython.testing.tests.test_decorators.FooClass.baz ... ok
- Doctest: IPython.testing.tests.test_decorators.call_doctest_bad ... ok
- Doctest: IPython.testing.tests.test_decorators.doctest_bad ... ok
- test (IPython.testing.tests.test_ipunittest.ipdt_flush) ... ok
- test (IPython.testing.tests.test_ipunittest.ipdt_indented_test) ... ok
- test (IPython.testing.tests.test_ipunittest.simple_dt) ... ok
- Doctest: IPython.testing.tests.test_ipunittest.Foo.ipdt_method ... ok
- Doctest: IPython.testing.tests.test_ipunittest.Foo.normaldt_method ... ok
- test_failing (IPython.testing.tests.test_tools.TestAssertPrints) ... ok
- test_passing (IPython.testing.tests.test_tools.TestAssertPrints) ... ok
- test (IPython.testing.tests.test_tools.test_parser) ... ok
- test (IPython.testing.tests.test_tools.test_parser) ... ok
- test (IPython.testing.tests.test_tools.test_parser) ... ok
- test (IPython.testing.tests.test_tools.test_parser) ... ok
- test (IPython.testing.tests.test_tools.test_parser) ... ok
- test (IPython.testing.tests.test_tools.test_parser) ... ok
- test (IPython.testing.tests.test_tools.test_parser) ... test (IPython.testing.tests.test_tools.test_temp_pyfile) ... ok
- test (IPython.testing.tests.test_tools.test_temp_pyfile) ... ok
- test (IPython.testing.tests.test_tools.test_temp_pyfile) ... IPython.testing.tests.test_tools.test_full_path_posix ... ok
- IPython.testing.tests.test_tools.test_full_path_win32 ... SKIP: Skipping test: test_full_path_win32. This test only runs under Windows
- ----------------------------------------------------------------------
- Ran 60 tests in 0.129s
- OK (SKIP=3)
- **********************************************************************
- IPython test group: IPython.utils
- /usr/lib64/python2.7/site-packages/nose/plugins/manager.py:405: UserWarning: Module argparse was already imported from /usr/lib64/python2.7/argparse.pyc, but /usr/lib64/python2.7/site-packages is being added to sys.path
- import pkg_resources
- Doctest: IPython.utils.attic.EvalDict ... ok
- Doctest: IPython.utils.autoattr.ResetMixin ... ok
- Doctest: IPython.utils.autoattr.auto_attr ... ok
- Doctest: IPython.utils.frame.extract_vars ... ok
- Doctest: IPython.utils.ipstruct.Struct.__add__ ... ok
- Doctest: IPython.utils.ipstruct.Struct.__getattr__ ... ok
- Doctest: IPython.utils.ipstruct.Struct.__iadd__ ... ok
- Doctest: IPython.utils.ipstruct.Struct.__init__ ... ok
- Doctest: IPython.utils.ipstruct.Struct.__isub__ ... ok
- Doctest: IPython.utils.ipstruct.Struct.__setattr__ ... ok
- Doctest: IPython.utils.ipstruct.Struct.__setitem__ ... ok
- Doctest: IPython.utils.ipstruct.Struct.__sub__ ... ok
- Doctest: IPython.utils.ipstruct.Struct.copy ... ok
- Doctest: IPython.utils.ipstruct.Struct.hasattr ... ok
- Doctest: IPython.utils.ipstruct.Struct.merge ... ok
- Doctest: IPython.utils.jsonutil.json_clean ... ok
- Doctest: IPython.utils.path.expand_path ... ok
- Doctest: IPython.utils.strdispatch.StrDispatch ... ok
- Doctest: IPython.utils.sysinfo.sys_info ... ok
- Doctest: IPython.utils.text.DollarFormatter ... ok
- Doctest: IPython.utils.text.DollarFormatter ... ok
- Doctest: IPython.utils.text.FullEvalFormatter ... ok
- Doctest: IPython.utils.text.FullEvalFormatter ... ok
- Doctest: IPython.utils.text.list_strings ... ok
- Doctest: IPython.utils.text.marquee ... ok
- Doctest: IPython.utils.text.qw ... ok
- Doctest: IPython.utils.traitlets.parse_notifier_name ... ok
- IPython.utils.tests.test_imports.test_import_coloransi ... ok
- IPython.utils.tests.test_imports.test_import_generics ... ok
- IPython.utils.tests.test_imports.test_import_ipstruct ... ok
- IPython.utils.tests.test_imports.test_import_PyColorize ... ok
- IPython.utils.tests.test_imports.test_import_rlineimpl ... ok
- IPython.utils.tests.test_imports.test_import_strdispatch ... ok
- IPython.utils.tests.test_imports.test_import_upgradedir ... ok
- IPython.utils.tests.test_imports.test_import_wildcard ... ok
- test (IPython.utils.tests.test_io.TeeTestCase) ... ok
- test (IPython.utils.tests.test_io.TeeTestCase) ... ok
- test (IPython.utils.tests.test_io.TeeTestCase) ... ok
- test (IPython.utils.tests.test_io.TeeTestCase) ... ok
- test (IPython.utils.tests.test_io.TeeTestCase) ... Very simple check with stdout only ... ok
- Test that io.stdin/out/err exist at startup ... ok
- IPython.utils.tests.test_jsonutil.test ... ok
- IPython.utils.tests.test_jsonutil.test_lambda ... ok
- IPython.utils.tests.test_jsonutil.test_exception ... ok
- See if get_init can find __init__.py in this testdir ... ok
- See if get_init can find __init__.pyw in this testdir ... ok
- get_init can't find __init__ in empty testdir ... ok
- IPython.utils.tests.test_module_paths.test_find_mod_1 ... ok
- IPython.utils.tests.test_module_paths.test_find_mod_2 ... ok
- IPython.utils.tests.test_module_paths.test_find_mod_3 ... ok
- IPython.utils.tests.test_module_paths.test_find_mod_4 ... ok
- IPython.utils.tests.test_module_paths.test_find_mod_5 ... ok
- IPython.utils.tests.test_module_paths.test_find_module_1 ... ok
- Testing sys.path that is empty ... ok
- Testing sys.path that is empty ... ok
- Testing sys.path that is empty ... ok
- IPython.utils.tests.test_module_paths.test_find_module_5 ... ok
- test_any_sender (IPython.utils.tests.test_notification.NotificationTests) ... ok
- Test that notifications are delivered ... ok
- Test that post_notification, even with many registered irrelevant ... ok
- White-box test for remove_all_observers ... ok
- Test that observers are registered by sender ... ok
- Test that observers are registered by type ... ok
- Testcase for py2exe logic, un-compressed lib ... SKIP: Skipping test: test_get_home_dir_1. This test only runs under Windows
- Testcase for py2exe logic, compressed lib ... SKIP: Skipping test: test_get_home_dir_2. This test only runs under Windows
- get_home_dir() uses $HOME if set ... ok
- get_home_dir() still works if $HOME is not set ... ok
- raise HomeDirError if $HOME is specified, but not a writable dir ... ok
- Using registry hack for 'My Documents', os=='nt' ... SKIP: Skipping test: test_get_home_dir_8. This test only runs under Windows
- test_get_ipython_dir_1, Testcase to see if we can call get_ipython_dir without Exceptions. ... ok
- test_get_ipython_dir_2, Testcase to see if we can call get_ipython_dir without Exceptions. ... ok
- test_get_ipython_dir_3, use XDG if defined, and .ipython doesn't exist. ... ok
- test_get_ipython_dir_4, use XDG if both exist. ... ok
- test_get_ipython_dir_5, use .ipython if exists and XDG defined, but doesn't exist. ... ok
- test_get_ipython_dir_6, use XDG if defined and neither exist. ... ok
- test_get_ipython_dir_7, test home directory expansion on IPYTHON_DIR ... ok
- test_get_xdg_dir_1, check nonexistant xdg_dir ... ok
- test_get_xdg_dir_2, check xdg_dir default to ~/.config ... ok
- Various tests for filefind ... ok
- IPython.utils.tests.test_path.test_get_ipython_package_dir ... ok
- IPython.utils.tests.test_path.test_get_ipython_module_path ... ok
- IPython.utils.tests.test_path.test_get_long_path_name_win32 ... SKIP: Skipping test: test_get_long_path_name_win32. This test only runs under Windows
- IPython.utils.tests.test_path.test_get_long_path_name ... ok
- IPython.utils.tests.test_path.test_not_writable_ipdir ... ok
- IPython.utils.tests.test_path.test_unquote_filename ... ok
- IPython.utils.tests.test_path.test_get_py_filename ... ok
- When a file doesn't exist, the exception raised should be safe to call ... ERROR
- test_getoutput (IPython.utils.tests.test_process.SubProcessTestCase) ... ok
- test_getoutput_quoted (IPython.utils.tests.test_process.SubProcessTestCase) ... ok
- test_getoutput_quoted2 (IPython.utils.tests.test_process.SubProcessTestCase) ... ok
- test_system (IPython.utils.tests.test_process.SubProcessTestCase) ... ok
- test_system_quotes (IPython.utils.tests.test_process.SubProcessTestCase) ... ok
- Make sure we find sys.exectable for python. ... ok
- Make sure we can find the full path to ls. ... ok
- Try to find pythonw on Windows. ... SKIP: Skipping test: test_find_cmd_pythonw. This test requires win32api to run
- Make sure that FindCmdError is raised if we can't find the cmd. ... which: no asdfasdf in (/tmp/portage/dev-python/ipython-0.12.1/temp/tests-2.7/usr/bin:/usr/lib64/portage/bin/ebuild-helpers/4:/usr/lib64/portage/bin/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.1:/opt/hp/hpacucli:/usr/x86_64-pc-linux-gnu/gnat-gcc-bin/4.4:/usr/libexec/gnat-gcc/x86_64-pc-linux-gnu/4.4:/opt/aws-elb-tools/bin)
- ok
- Ensure that argument lines are correctly split like in a shell. ... ok
- Ensure that argument lines are correctly split like in a shell. ... SKIP: Skipping test: test_arg_split_win32. This test only runs under Windows
- IPython.utils.tests.test_pycolorize.test_unicode_colorize ... ok
- Basic columnize tests. ... ok
- Test columnize with inputs longer than the display window ... ok
- IPython.utils.tests.test_text.test_eval_formatter ... ok
- IPython.utils.tests.test_text.test_full_eval_formatter ... ok
- IPython.utils.tests.test_text.test_dollar_formatter ... ok
- test_bad_values (IPython.utils.tests.test_traitlets.AnyTraitTest) ... ok
- test_default_value (IPython.utils.tests.test_traitlets.AnyTraitTest) ... ok
- test_good_values (IPython.utils.tests.test_traitlets.AnyTraitTest) ... ok
- test_bad_values (IPython.utils.tests.test_traitlets.TestBytes) ... ok
- test_default_value (IPython.utils.tests.test_traitlets.TestBytes) ... ok
- test_good_values (IPython.utils.tests.test_traitlets.TestBytes) ... ok
- test_bad_values (IPython.utils.tests.test_traitlets.TestComplex) ... ok
- test_default_value (IPython.utils.tests.test_traitlets.TestComplex) ... ok
- test_good_values (IPython.utils.tests.test_traitlets.TestComplex) ... ok
- test_bad_values (IPython.utils.tests.test_traitlets.TestDottedObjectName) ... ok
- test_default_value (IPython.utils.tests.test_traitlets.TestDottedObjectName) ... ok
- test_good_values (IPython.utils.tests.test_traitlets.TestDottedObjectName) ... ok
- test_bad_values (IPython.utils.tests.test_traitlets.TestFloat) ... ok
- test_default_value (IPython.utils.tests.test_traitlets.TestFloat) ... ok
- test_good_values (IPython.utils.tests.test_traitlets.TestFloat) ... ok
- test_init (IPython.utils.tests.test_traitlets.TestHasTraits) ... ok
- test_trait_metadata (IPython.utils.tests.test_traitlets.TestHasTraits) ... ok
- test_trait_names (IPython.utils.tests.test_traitlets.TestHasTraits) ... ok
- test_traits (IPython.utils.tests.test_traitlets.TestHasTraits) ... ok
- test_traits_metadata (IPython.utils.tests.test_traitlets.TestHasTraits) ... ok
- test_metaclass (IPython.utils.tests.test_traitlets.TestHasTraitsMeta) ... ok
- test_this_class (IPython.utils.tests.test_traitlets.TestHasTraitsMeta) ... ok
- test_notify_all (IPython.utils.tests.test_traitlets.TestHasTraitsNotify) ... ok
- test_notify_args (IPython.utils.tests.test_traitlets.TestHasTraitsNotify) ... ok
- test_notify_one (IPython.utils.tests.test_traitlets.TestHasTraitsNotify) ... ok
- test_notify_subclass (IPython.utils.tests.test_traitlets.TestHasTraitsNotify) ... ok
- test_static_notify (IPython.utils.tests.test_traitlets.TestHasTraitsNotify) ... ok
- test_subclass (IPython.utils.tests.test_traitlets.TestHasTraitsNotify) ... ok
- test_args_kw (IPython.utils.tests.test_traitlets.TestInstance) ... ok
- test_bad_default (IPython.utils.tests.test_traitlets.TestInstance) ... ok
- test_basic (IPython.utils.tests.test_traitlets.TestInstance) ... ok
- test_instance (IPython.utils.tests.test_traitlets.TestInstance) ... ok
- test_unique_default_value (IPython.utils.tests.test_traitlets.TestInstance) ... ok
- test_bad_values (IPython.utils.tests.test_traitlets.TestInt) ... ok
- test_default_value (IPython.utils.tests.test_traitlets.TestInt) ... ok
- test_good_values (IPython.utils.tests.test_traitlets.TestInt) ... ok
- test_bad_values (IPython.utils.tests.test_traitlets.TestInteger) ... ok
- Integer casts small longs to int ... ok
- test_default_value (IPython.utils.tests.test_traitlets.TestInteger) ... ok
- test_good_values (IPython.utils.tests.test_traitlets.TestInteger) ... ok
- test_bad_values (IPython.utils.tests.test_traitlets.TestLenList) ... ok
- test_default_value (IPython.utils.tests.test_traitlets.TestLenList) ... ok
- test_good_values (IPython.utils.tests.test_traitlets.TestLenList) ... ok
- test_bad_values (IPython.utils.tests.test_traitlets.TestList) ... ok
- test_default_value (IPython.utils.tests.test_traitlets.TestList) ... ok
- test_good_values (IPython.utils.tests.test_traitlets.TestList) ... ok
- test_bad_values (IPython.utils.tests.test_traitlets.TestLong) ... ok
- Long casts ints to long ... ok
- test_default_value (IPython.utils.tests.test_traitlets.TestLong) ... ok
- test_good_values (IPython.utils.tests.test_traitlets.TestLong) ... ok
- test_bad_values (IPython.utils.tests.test_traitlets.TestLooseTupleTrait) ... ok
- test_default_value (IPython.utils.tests.test_traitlets.TestLooseTupleTrait) ... ok
- test_good_values (IPython.utils.tests.test_traitlets.TestLooseTupleTrait) ... ok
- test_invalid_args (IPython.utils.tests.test_traitlets.TestLooseTupleTrait) ... ok
- test_bad_values (IPython.utils.tests.test_traitlets.TestMultiTuple) ... ok
- test_default_value (IPython.utils.tests.test_traitlets.TestMultiTuple) ... ok
- test_good_values (IPython.utils.tests.test_traitlets.TestMultiTuple) ... ok
- test_bad_values (IPython.utils.tests.test_traitlets.TestObjectName) ... ok
- test_default_value (IPython.utils.tests.test_traitlets.TestObjectName) ... ok
- test_good_values (IPython.utils.tests.test_traitlets.TestObjectName) ... ok
- test_bad_values (IPython.utils.tests.test_traitlets.TestTCPAddress) ... ok
- test_default_value (IPython.utils.tests.test_traitlets.TestTCPAddress) ... ok
- test_good_values (IPython.utils.tests.test_traitlets.TestTCPAddress) ... ok
- test_subclass (IPython.utils.tests.test_traitlets.TestThis) ... ok
- test_subclass_override (IPython.utils.tests.test_traitlets.TestThis) ... ok
- test_this_class (IPython.utils.tests.test_traitlets.TestThis) ... ok
- test_this_inst (IPython.utils.tests.test_traitlets.TestThis) ... ok
- test_default_validate (IPython.utils.tests.test_traitlets.TestTraitType) ... ok
- test_dynamic_initializer (IPython.utils.tests.test_traitlets.TestTraitType) ... ok
- test_error (IPython.utils.tests.test_traitlets.TestTraitType) ... ok
- test_get_undefined (IPython.utils.tests.test_traitlets.TestTraitType) ... ok
- test_info (IPython.utils.tests.test_traitlets.TestTraitType) ... ok
- test_is_valid_for (IPython.utils.tests.test_traitlets.TestTraitType) ... ok
- test_set (IPython.utils.tests.test_traitlets.TestTraitType) ... ok
- test_validate (IPython.utils.tests.test_traitlets.TestTraitType) ... ok
- test_value_for (IPython.utils.tests.test_traitlets.TestTraitType) ... ok
- test_bad_values (IPython.utils.tests.test_traitlets.TestTupleTrait) ... ok
- test_default_value (IPython.utils.tests.test_traitlets.TestTupleTrait) ... ok
- test_good_values (IPython.utils.tests.test_traitlets.TestTupleTrait) ... ok
- test_invalid_args (IPython.utils.tests.test_traitlets.TestTupleTrait) ... ok
- test_allow_none (IPython.utils.tests.test_traitlets.TestType) ... ok
- test_default (IPython.utils.tests.test_traitlets.TestType) ... ok
- test_str_klass (IPython.utils.tests.test_traitlets.TestType) ... ok
- test_validate_default (IPython.utils.tests.test_traitlets.TestType) ... ok
- test_validate_klass (IPython.utils.tests.test_traitlets.TestType) ... ok
- test_value (IPython.utils.tests.test_traitlets.TestType) ... ok
- test_bad_values (IPython.utils.tests.test_traitlets.TestUnicode) ... ok
- test_default_value (IPython.utils.tests.test_traitlets.TestUnicode) ... ok
- test_good_values (IPython.utils.tests.test_traitlets.TestUnicode) ... ok
- test_bad_values (IPython.utils.tests.test_traitlets.TraitTestBase) ... ok
- test_default_value (IPython.utils.tests.test_traitlets.TraitTestBase) ... ok
- test_good_values (IPython.utils.tests.test_traitlets.TraitTestBase) ... ok
- test_case (IPython.utils.tests.test_wildcard.Tests) ... ok
- test_case_showall (IPython.utils.tests.test_wildcard.Tests) ... ok
- Dictionaries should be indexed by attributes, not by keys. This was ... ok
- test_dict_dir (IPython.utils.tests.test_wildcard.Tests) ... ok
- test_nocase (IPython.utils.tests.test_wildcard.Tests) ... ok
- test_nocase_showall (IPython.utils.tests.test_wildcard.Tests) ... ok
- ======================================================================
- ERROR: When a file doesn't exist, the exception raised should be safe to call
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest
- self.test(*self.arg)
- File "/tmp/portage/dev-python/ipython-0.12.1/temp/tests-2.7/usr/lib64/python2.7/site-packages/IPython/utils/tests/test_path.py", line 418, in test_unicode_in_filename
- path.get_py_filename(u'fooéè.py', force_win32=False)
- File "/tmp/portage/dev-python/ipython-0.12.1/temp/tests-2.7/usr/lib64/python2.7/site-packages/IPython/utils/path.py", line 104, in get_py_filename
- if not os.path.isfile(name) and not name.endswith('.py'):
- File "/usr/lib64/python2.7/genericpath.py", line 29, in isfile
- st = os.stat(path)
- UnicodeEncodeError: 'ascii' codec can't encode characters in position 3-4: ordinal not in range(128)
- ----------------------------------------------------------------------
- Ran 203 tests in 2.517s
- FAILED (SKIP=6, errors=1)
- **********************************************************************
- IPython test group: IPython.nbformat
- /usr/lib64/python2.7/site-packages/nose/plugins/manager.py:405: UserWarning: Module argparse was already imported from /usr/lib64/python2.7/argparse.pyc, but /usr/lib64/python2.7/site-packages is being added to sys.path
- import pkg_resources
- test_roundtrip (IPython.nbformat.v1.tests.test_json.TestJSON) ... ok
- test_code_cell (IPython.nbformat.v1.tests.test_nbbase.TestCell) ... ok
- test_empty_code_cell (IPython.nbformat.v1.tests.test_nbbase.TestCell) ... ok
- test_empty_text_cell (IPython.nbformat.v1.tests.test_nbbase.TestCell) ... ok
- test_text_cell (IPython.nbformat.v1.tests.test_nbbase.TestCell) ... ok
- test_empty_notebook (IPython.nbformat.v1.tests.test_nbbase.TestNotebook) ... ok
- test_notebooke (IPython.nbformat.v1.tests.test_nbbase.TestNotebook) ... ok
- test_roundtrip (IPython.nbformat.v2.tests.test_json.TestJSON) ... ok
- Ensure that multiline blobs are still readable ... ok
- Ensure that splitting multiline blocks is safe ... ok
- test_code_cell (IPython.nbformat.v2.tests.test_nbbase.TestCell) ... ok
- test_empty_code_cell (IPython.nbformat.v2.tests.test_nbbase.TestCell) ... ok
- test_empty_html_cell (IPython.nbformat.v2.tests.test_nbbase.TestCell) ... ok
- test_empty_markdown_cell (IPython.nbformat.v2.tests.test_nbbase.TestCell) ... ok
- test_html_cell (IPython.nbformat.v2.tests.test_nbbase.TestCell) ... ok
- test_markdown_cell (IPython.nbformat.v2.tests.test_nbbase.TestCell) ... ok
- test_pyerr (IPython.nbformat.v2.tests.test_nbbase.TestCell) ... ok
- test_empty_metadata (IPython.nbformat.v2.tests.test_nbbase.TestMetadata) ... ok
- test_metadata (IPython.nbformat.v2.tests.test_nbbase.TestMetadata) ... ok
- test_empty_notebook (IPython.nbformat.v2.tests.test_nbbase.TestNotebook) ... ok
- test_notebook (IPython.nbformat.v2.tests.test_nbbase.TestNotebook) ... ok
- test_empty_worksheet (IPython.nbformat.v2.tests.test_nbbase.TestWorksheet) ... ok
- test_worksheet (IPython.nbformat.v2.tests.test_nbbase.TestWorksheet) ... ok
- test_write (IPython.nbformat.v2.tests.test_nbpy.TestPy) ... ok
- ----------------------------------------------------------------------
- Ran 24 tests in 0.022s
- OK
- **********************************************************************
- IPython test group: IPython.parallel
- /usr/lib64/python2.7/site-packages/nose/plugins/manager.py:405: UserWarning: Module argparse was already imported from /usr/lib64/python2.7/argparse.pyc, but /usr/lib64/python2.7/site-packages is being added to sys.path
- import pkg_resources
- Doctest: IPython.parallel.client.remotefunction ... ok
- Doctest: IPython.parallel.client.remotefunction.remote ... ok
- Doctest: IPython.parallel.client.view ... ok
- Doctest: IPython.parallel.client.view.DirectView ... ok
- Doctest: IPython.parallel.controller.dependency.require ... ok
- test_get_after_done (IPython.parallel.tests.test_asyncresult.AsyncResultTest) ... ok
- test_get_after_error (IPython.parallel.tests.test_asyncresult.AsyncResultTest) ... ok
- test_get_before_done (IPython.parallel.tests.test_asyncresult.AsyncResultTest) ... ok
- test_get_dict (IPython.parallel.tests.test_asyncresult.AsyncResultTest) ... ok
- test_getattr (IPython.parallel.tests.test_asyncresult.AsyncResultTest) ... ok
- test_getitem (IPython.parallel.tests.test_asyncresult.AsyncResultTest) ... ok
- test_list_amr (IPython.parallel.tests.test_asyncresult.AsyncResultTest) ... ok
- test_single_result (IPython.parallel.tests.test_asyncresult.AsyncResultTest) ... ok
- test clear behavior ... ok
- test db query by date ... ok
- test db query with '$in','$nin' operators ... ok
- test extracting subset of record keys ... ok
- ensure msg_id is always in db queries ... ok
- test direct_view targets ... ok
- test getting results from the Hub. ... ok
- test_hub_history (IPython.parallel.tests.test_client.TestClient) ... ok
- test_ids (IPython.parallel.tests.test_client.TestClient) ... ok
- test client.ids ... ok
- test lazy evaluation of rc.direct_view('all') ... ok
- test load_balanced_view targets ... ok
- test_purge_all_results (IPython.parallel.tests.test_client.TestClient) ... ok
- test_purge_results (IPython.parallel.tests.test_client.TestClient) ... ok
- test_queue_status (IPython.parallel.tests.test_client.TestClient) ... ok
- test_resubmit (IPython.parallel.tests.test_client.TestClient) ... ok
- ensure KeyError on resubmit of nonexistant task ... ok
- ensure ValueError on resubmit of inflight task ... ok
- test_result_status (IPython.parallel.tests.test_client.TestClient) ... ok
- test_shutdown (IPython.parallel.tests.test_client.TestClient) ... ok
- test various valid targets arguments ... ok
- test index access for views ... ok
- test_add_record (IPython.parallel.tests.test_db.TestDictBackend) ... ok
- get/set timestamps with datetime objects ... ok
- test_drop_matching (IPython.parallel.tests.test_db.TestDictBackend) ... ok
- test_drop_record (IPython.parallel.tests.test_db.TestDictBackend) ... ok
- test finding records by date ... ok
- test finding records with '$in','$nin' operators ... ok
- test extracting subset of record keys ... ok
- ensure msg_id is always in found records ... ok
- test_get_history (IPython.parallel.tests.test_db.TestDictBackend) ... ok
- test None comparison queries ... ok
- test_update_record (IPython.parallel.tests.test_db.TestDictBackend) ... ok
- test_add_record (IPython.parallel.tests.test_db.TestSQLiteBackend) ... ok
- get/set timestamps with datetime objects ... ok
- test_drop_matching (IPython.parallel.tests.test_db.TestSQLiteBackend) ... ok
- test_drop_record (IPython.parallel.tests.test_db.TestSQLiteBackend) ... ok
- test finding records by date ... ok
- test finding records with '$in','$nin' operators ... ok
- test extracting subset of record keys ... ok
- ensure msg_id is always in found records ... ok
- test_get_history (IPython.parallel.tests.test_db.TestSQLiteBackend) ... ok
- test None comparison queries ... ok
- test_update_record (IPython.parallel.tests.test_db.TestSQLiteBackend) ... ok
- test_failure_only (IPython.parallel.tests.test_dependency.DependencyTest) ... ok
- test that @require imports names ... ok
- test_success_only (IPython.parallel.tests.test_dependency.DependencyTest) ... ok
- test_abort (IPython.parallel.tests.test_lbview.TestLoadBalancedView) ... ok
- test_after (IPython.parallel.tests.test_lbview.TestLoadBalancedView) ... ok
- test_follow (IPython.parallel.tests.test_lbview.TestLoadBalancedView) ... ok
- test_impossible_dependency (IPython.parallel.tests.test_lbview.TestLoadBalancedView) ... ok
- test_invalid_dependency (IPython.parallel.tests.test_lbview.TestLoadBalancedView) ... ok
- test_map (IPython.parallel.tests.test_lbview.TestLoadBalancedView) ... ok
- test map on iterables (balanced) ... ok
- test_map_ordered (IPython.parallel.tests.test_lbview.TestLoadBalancedView) ... ok
- test_map_unordered (IPython.parallel.tests.test_lbview.TestLoadBalancedView) ... ok
- test_retries (IPython.parallel.tests.test_lbview.TestLoadBalancedView) ... ok
- test graceful handling of engine death (balanced) ... SKIP: crash tests disabled, due to undesirable crash reports
- test_canned_function (IPython.parallel.tests.test_newserialized.CanningTestCase) ... ok
- test_canning (IPython.parallel.tests.test_newserialized.CanningTestCase) ... ok
- test_ndarray_serialized (IPython.parallel.tests.test_newserialized.CanningTestCase) ... ok
- test_pickle_serialized (IPython.parallel.tests.test_newserialized.CanningTestCase) ... ok
- test_serialized_interfaces (IPython.parallel.tests.test_newserialized.CanningTestCase) ... ok
- test that uncanning a module function restores it into its module ... ok
- test_abort (IPython.parallel.tests.test_view.TestView) ... ok
- view.abort() aborts all outstanding tasks ... ok
- view.apply(f, ndarray) ... ok
- view.apply(<Reference>, *args) should work ... ok
- test tracking for apply ... ok
- test_execute (IPython.parallel.tests.test_view.TestView) ... ok
- test getting results from the Hub. ... ok
- test_importer (IPython.parallel.tests.test_view.TestView) ... ok
- test_magic_autopx_blocking (IPython.parallel.tests.test_view.TestView) ... ok
- test_magic_autopx_nonblocking (IPython.parallel.tests.test_view.TestView) ... ok
- test_magic_px_blocking (IPython.parallel.tests.test_view.TestView) ... ok
- test_magic_px_nonblocking (IPython.parallel.tests.test_view.TestView) ... ok
- test_magic_result (IPython.parallel.tests.test_view.TestView) ... ok
- test_map (IPython.parallel.tests.test_view.TestView) ... ok
- test map on iterables (direct) ... ok
- view.map(<Reference>, *seqs) should work ... ok
- test that pushed functions preserve default args ... ok
- test that pushed functions have access to globals ... ok
- test pushing and pulling ... ok
- test pushing and pulling functions ... ok
- test_push_tracked (IPython.parallel.tests.test_view.TestView) ... ok
- test_remote_reference (IPython.parallel.tests.test_view.TestView) ... ok
- test that run appends newline to files ... ok
- test_scatterGatherNonblocking (IPython.parallel.tests.test_view.TestView) ... ok
- test_scatter_gather (IPython.parallel.tests.test_view.TestView) ... ok
- test_scatter_gather_numpy (IPython.parallel.tests.test_view.TestView) ... ok
- test_scatter_gather_numpy_nonblocking (IPython.parallel.tests.test_view.TestView) ... ok
- test_scatter_tracked (IPython.parallel.tests.test_view.TestView) ... ok
- test_temp_flags (IPython.parallel.tests.test_view.TestView) ... ok
- test passing unicode arguments to apply ... ok
- test unicode apply results ... ok
- test executing unicode strings ... ok
- test graceful handling of engine death (direct) ... SKIP: crash tests disabled, due to undesirable crash reports
- ----------------------------------------------------------------------
- Ran 110 tests in 111.750s
- OK (SKIP=2)
- **********************************************************************
- Test suite completed for system with the following information:
- {'commit_hash': '<not found>',
- 'commit_source': '(none found)',
- 'ipython_path': '/tmp/portage/dev-python/ipython-0.12.1/temp/tests-2.7/usr/lib64/python2.7/site-packages/IPython',
- 'ipython_version': '0.12.1',
- 'os_name': 'posix',
- 'platform': 'Linux-3.4.3-hardened-x86_64-AMD_Opteron-TM-_Processor_6272-with-gentoo-2.1',
- 'sys_executable': '/usr/bin/python2.7',
- 'sys_platform': 'linux2',
- 'sys_version': '2.7.3 (default, May 22 2012, 09:36:18) \n[GCC 4.5.3]'}
- Tools and libraries available at test time:
- curses matplotlib pexpect qt sqlite3 tornado wx wx.aui zmq
- Tools and libraries NOT available at test time:
- pymongo
- Ran 10 test groups in 146.826s
- Status:
- ERROR - 2 out of 10 test groups failed.
- ----------------------------------------
- Runner failed: IPython.core
- You may wish to rerun this one individually, with:
- /usr/bin/python2.7 /tmp/portage/dev-python/ipython-0.12.1/temp/tests-2.7/usr/lib64/python2.7/site-packages/IPython/testing/iptest.py -v IPython.core
- ----------------------------------------
- Runner failed: IPython.utils
- You may wish to rerun this one individually, with:
- /usr/bin/python2.7 /tmp/portage/dev-python/ipython-0.12.1/temp/tests-2.7/usr/lib64/python2.7/site-packages/IPython/testing/iptest.py -v IPython.utils
- * ERROR: dev-python/ipython-0.12.1 failed (test phase):
- * Testing failed with CPython 2.7 in testing() function
- *
- * Call stack:
- * ebuild.sh, line 85: Called src_test
- * environment, line 5426: Called virtualmake 'testing'
- * environment, line 5980: Called python_execute_function 'testing'
- * environment, line 3762: Called die
- * The specific snippet of code:
- * die "${failure_message}";
- *
- * If you need support, post the output of `emerge --info '=dev-python/ipython-0.12.1'`,
- * the complete build log and the output of `emerge -pqv '=dev-python/ipython-0.12.1'`.
- * The complete build log is located at '/var/log/portage/dev-python:ipython-0.12.1:20120619-220422.log'.
- * For convenience, a symlink to the build log is located at '/tmp/portage/dev-python/ipython-0.12.1/temp/build.log'.
- * The ebuild environment file is located at '/tmp/portage/dev-python/ipython-0.12.1/temp/environment'.
- * Working directory: '/tmp/portage/dev-python/ipython-0.12.1/work/ipython-0.12.1'
- * S: '/tmp/portage/dev-python/ipython-0.12.1/work/ipython-0.12.1'
- >>> Install ipython-0.12.1 into /tmp/portage/dev-python/ipython-0.12.1/image/ category dev-python
- * Installation of dev-python/ipython-0.12.1 with CPython 2.7...
- python2.7 setup.py build -b build-2.7 install --no-compile --root=/tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7
- ============================================================================
- BUILDING IPYTHON
- python: 2.7.3 (default, May 22 2012, 09:36:18) [GCC 4.5.3]
- platform: linux2
- OPTIONAL DEPENDENCIES
- sphinx: 1.1.3
- pygments: 1.5
- /usr/lib64/python2.7/site-packages/nose/plugins/manager.py:405: UserWarning: Module argparse was already imported from /usr/lib64/python2.7/argparse.pyc, but /usr/lib64/python2.7/site-packages is being added to sys.path
- import pkg_resources
- nose: 1.1.2
- pexpect: 2.4
- pyzmq: 2.2.0
- readline: yes
- running build
- running build_py
- warning: MyBuildPy: byte-compiling is disabled, skipping.
- running build_scripts
- running install
- running install_lib
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/kernel
- copying build-2.7/lib/IPython/kernel/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/kernel
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config/profile
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config/profile/pysh
- copying build-2.7/lib/IPython/config/profile/pysh/ipython_config.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config/profile/pysh
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config/profile/math
- copying build-2.7/lib/IPython/config/profile/math/ipython_config.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config/profile/math
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config/profile/cluster
- copying build-2.7/lib/IPython/config/profile/cluster/ipython_config.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config/profile/cluster
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config/profile/python3
- copying build-2.7/lib/IPython/config/profile/python3/ipython_config.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config/profile/python3
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config/profile/sympy
- copying build-2.7/lib/IPython/config/profile/sympy/ipython_config.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config/profile/sympy
- copying build-2.7/lib/IPython/config/profile/README -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config/profile
- copying build-2.7/lib/IPython/config/profile/README_STARTUP -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config/profile
- copying build-2.7/lib/IPython/config/profile/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config/profile
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config/tests
- copying build-2.7/lib/IPython/config/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config/tests
- copying build-2.7/lib/IPython/config/tests/test_loader.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config/tests
- copying build-2.7/lib/IPython/config/tests/test_configurable.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config/tests
- copying build-2.7/lib/IPython/config/tests/test_application.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config/tests
- copying build-2.7/lib/IPython/config/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config
- copying build-2.7/lib/IPython/config/application.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config
- copying build-2.7/lib/IPython/config/configurable.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config
- copying build-2.7/lib/IPython/config/loader.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/config
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib/tests
- copying build-2.7/lib/IPython/lib/tests/test_security.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib/tests
- copying build-2.7/lib/IPython/lib/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib/tests
- copying build-2.7/lib/IPython/lib/tests/test_irunner.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib/tests
- copying build-2.7/lib/IPython/lib/tests/test_pretty.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib/tests
- copying build-2.7/lib/IPython/lib/tests/test_kernel.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib/tests
- copying build-2.7/lib/IPython/lib/tests/test_imports.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib/tests
- copying build-2.7/lib/IPython/lib/tests/test_backgroundjobs.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib/tests
- copying build-2.7/lib/IPython/lib/tests/test_irunner_pylab_magic.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib/tests
- copying build-2.7/lib/IPython/lib/kernel.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib
- copying build-2.7/lib/IPython/lib/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib
- copying build-2.7/lib/IPython/lib/deepreload.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib
- copying build-2.7/lib/IPython/lib/security.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib
- copying build-2.7/lib/IPython/lib/inputhookqt4.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib
- copying build-2.7/lib/IPython/lib/demo.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib
- copying build-2.7/lib/IPython/lib/guisupport.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib
- copying build-2.7/lib/IPython/lib/latextools.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib
- copying build-2.7/lib/IPython/lib/inputhook.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib
- copying build-2.7/lib/IPython/lib/backgroundjobs.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib
- copying build-2.7/lib/IPython/lib/inputhookwx.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib
- copying build-2.7/lib/IPython/lib/display.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib
- copying build-2.7/lib/IPython/lib/clipboard.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib
- copying build-2.7/lib/IPython/lib/inputhookpyglet.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib
- copying build-2.7/lib/IPython/lib/inputhookglut.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib
- copying build-2.7/lib/IPython/lib/pretty.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib
- copying build-2.7/lib/IPython/lib/inputhookgtk.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib
- copying build-2.7/lib/IPython/lib/irunner.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/lib
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/scripts
- copying build-2.7/lib/IPython/scripts/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/scripts
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine/tests
- copying build-2.7/lib/IPython/quarantine/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine/tests
- copying build-2.7/lib/IPython/quarantine/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ext_rescapture.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_system_conf.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_signals.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_lookfor.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/envpersist.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/jobctrl.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_exportdb.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_fsops.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_synchronize_with.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_profile_doctest.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_completers.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_extutil.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/InterpreterExec.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_rehashdir.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ledit.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/win32clip.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_jot.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_render.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_which.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_winpdb.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_server.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_workdir.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_pydb.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/clearcmd.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_editors.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_app_completers.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- copying build-2.7/lib/IPython/quarantine/ipy_gnuglobal.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/quarantine
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/scripts
- copying build-2.7/lib/IPython/parallel/scripts/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/scripts
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/engine
- copying build-2.7/lib/IPython/parallel/engine/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/engine
- copying build-2.7/lib/IPython/parallel/engine/streamkernel.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/engine
- copying build-2.7/lib/IPython/parallel/engine/kernelstarter.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/engine
- copying build-2.7/lib/IPython/parallel/engine/engine.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/engine
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/tests
- copying build-2.7/lib/IPython/parallel/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/tests
- copying build-2.7/lib/IPython/parallel/tests/test_mongodb.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/tests
- copying build-2.7/lib/IPython/parallel/tests/test_view.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/tests
- copying build-2.7/lib/IPython/parallel/tests/test_dependency.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/tests
- copying build-2.7/lib/IPython/parallel/tests/test_client.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/tests
- copying build-2.7/lib/IPython/parallel/tests/clienttest.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/tests
- copying build-2.7/lib/IPython/parallel/tests/test_newserialized.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/tests
- copying build-2.7/lib/IPython/parallel/tests/test_lbview.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/tests
- copying build-2.7/lib/IPython/parallel/tests/test_db.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/tests
- copying build-2.7/lib/IPython/parallel/tests/test_asyncresult.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/tests
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/client
- copying build-2.7/lib/IPython/parallel/client/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/client
- copying build-2.7/lib/IPython/parallel/client/map.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/client
- copying build-2.7/lib/IPython/parallel/client/remotefunction.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/client
- copying build-2.7/lib/IPython/parallel/client/asyncresult.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/client
- copying build-2.7/lib/IPython/parallel/client/client.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/client
- copying build-2.7/lib/IPython/parallel/client/view.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/client
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/apps
- copying build-2.7/lib/IPython/parallel/apps/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/apps
- copying build-2.7/lib/IPython/parallel/apps/iploggerapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/apps
- copying build-2.7/lib/IPython/parallel/apps/baseapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/apps
- copying build-2.7/lib/IPython/parallel/apps/ipclusterapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/apps
- copying build-2.7/lib/IPython/parallel/apps/win32support.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/apps
- copying build-2.7/lib/IPython/parallel/apps/logwatcher.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/apps
- copying build-2.7/lib/IPython/parallel/apps/ipcontrollerapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/apps
- copying build-2.7/lib/IPython/parallel/apps/winhpcjob.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/apps
- copying build-2.7/lib/IPython/parallel/apps/launcher.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/apps
- copying build-2.7/lib/IPython/parallel/apps/ipengineapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/apps
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/controller
- copying build-2.7/lib/IPython/parallel/controller/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/controller
- copying build-2.7/lib/IPython/parallel/controller/mongodb.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/controller
- copying build-2.7/lib/IPython/parallel/controller/sqlitedb.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/controller
- copying build-2.7/lib/IPython/parallel/controller/dictdb.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/controller
- copying build-2.7/lib/IPython/parallel/controller/dependency.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/controller
- copying build-2.7/lib/IPython/parallel/controller/heartmonitor.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/controller
- copying build-2.7/lib/IPython/parallel/controller/hub.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/controller
- copying build-2.7/lib/IPython/parallel/controller/scheduler.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel/controller
- copying build-2.7/lib/IPython/parallel/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel
- copying build-2.7/lib/IPython/parallel/factory.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel
- copying build-2.7/lib/IPython/parallel/error.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel
- copying build-2.7/lib/IPython/parallel/util.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/parallel
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v1
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v1/tests
- copying build-2.7/lib/IPython/nbformat/v1/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v1/tests
- copying build-2.7/lib/IPython/nbformat/v1/tests/test_json.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v1/tests
- copying build-2.7/lib/IPython/nbformat/v1/tests/test_nbbase.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v1/tests
- copying build-2.7/lib/IPython/nbformat/v1/tests/nbexamples.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v1/tests
- copying build-2.7/lib/IPython/nbformat/v1/nbbase.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v1
- copying build-2.7/lib/IPython/nbformat/v1/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v1
- copying build-2.7/lib/IPython/nbformat/v1/nbjson.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v1
- copying build-2.7/lib/IPython/nbformat/v1/convert.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v1
- copying build-2.7/lib/IPython/nbformat/v1/rwbase.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v1
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v2
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v2/tests
- copying build-2.7/lib/IPython/nbformat/v2/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v2/tests
- copying build-2.7/lib/IPython/nbformat/v2/tests/test_json.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v2/tests
- copying build-2.7/lib/IPython/nbformat/v2/tests/test_nbpy.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v2/tests
- copying build-2.7/lib/IPython/nbformat/v2/tests/test_nbbase.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v2/tests
- copying build-2.7/lib/IPython/nbformat/v2/tests/nbexamples.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v2/tests
- copying build-2.7/lib/IPython/nbformat/v2/nbbase.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v2
- copying build-2.7/lib/IPython/nbformat/v2/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v2
- copying build-2.7/lib/IPython/nbformat/v2/nbjson.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v2
- copying build-2.7/lib/IPython/nbformat/v2/nbpy.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v2
- copying build-2.7/lib/IPython/nbformat/v2/nbxml.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v2
- copying build-2.7/lib/IPython/nbformat/v2/convert.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v2
- copying build-2.7/lib/IPython/nbformat/v2/rwbase.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/v2
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/tests
- copying build-2.7/lib/IPython/nbformat/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat/tests
- copying build-2.7/lib/IPython/nbformat/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat
- copying build-2.7/lib/IPython/nbformat/current.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/nbformat
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing/tests
- copying build-2.7/lib/IPython/testing/tests/test_tools.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing/tests
- copying build-2.7/lib/IPython/testing/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing/tests
- copying build-2.7/lib/IPython/testing/tests/test_decorators.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing/tests
- copying build-2.7/lib/IPython/testing/tests/test_ipunittest.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing/tests
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing/plugin
- copying build-2.7/lib/IPython/testing/plugin/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing/plugin
- copying build-2.7/lib/IPython/testing/plugin/test_ipdoctest.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing/plugin
- copying build-2.7/lib/IPython/testing/plugin/iptest.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing/plugin
- copying build-2.7/lib/IPython/testing/plugin/test_refs.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing/plugin
- copying build-2.7/lib/IPython/testing/plugin/setup.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing/plugin
- copying build-2.7/lib/IPython/testing/plugin/show_refs.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing/plugin
- copying build-2.7/lib/IPython/testing/plugin/simplevars.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing/plugin
- copying build-2.7/lib/IPython/testing/plugin/ipdoctest.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing/plugin
- copying build-2.7/lib/IPython/testing/plugin/simple.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing/plugin
- copying build-2.7/lib/IPython/testing/plugin/dtexample.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing/plugin
- copying build-2.7/lib/IPython/testing/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing
- copying build-2.7/lib/IPython/testing/nosepatch.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing
- copying build-2.7/lib/IPython/testing/ipunittest.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing
- copying build-2.7/lib/IPython/testing/_paramtestpy3.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing
- copying build-2.7/lib/IPython/testing/iptest.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing
- copying build-2.7/lib/IPython/testing/mkdoctests.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing
- copying build-2.7/lib/IPython/testing/_paramtestpy2.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing
- copying build-2.7/lib/IPython/testing/globalipapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing
- copying build-2.7/lib/IPython/testing/decorators.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing
- copying build-2.7/lib/IPython/testing/skipdoctest.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing
- copying build-2.7/lib/IPython/testing/tools.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/testing
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_plugin.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_history.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_handlers.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/refbug.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_magic_arguments.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_fakemodule.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_magic_terminal.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_prompts.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_inputsplitter.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_prefilter.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_iplib.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_pylabtools.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_imports.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_page.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_splitinput.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_completer.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_oinspect.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_interactiveshell.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_autocall.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_logger.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_formatters.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_application.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/simpleerr.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_compilerop.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/tclass.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_magic.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_completerlib.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_profile.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/tests/test_run.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core/tests
- copying build-2.7/lib/IPython/core/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/profiledir.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/page.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/extensions.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/shellapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/logger.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/fakemodule.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/application.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/completerlib.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/displayhook.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/payload.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/alias.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/error.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/magic_arguments.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/profileapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/completer.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/splitinput.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/macro.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/crashhandler.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/plugin.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/hooks.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/display_trap.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/pylabtools.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/magic.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/shadowns.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/release.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/displaypub.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/autocall.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/ultratb.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/builtin_trap.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/inputsplitter.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/display.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/formatters.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/compilerop.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/ipapi.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/interactiveshell.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/prefilter.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/oinspect.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/payloadpage.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/debugger.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/prompts.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/history.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/usage.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- copying build-2.7/lib/IPython/core/excolors.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/core
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/css
- copying build-2.7/lib/IPython/frontend/html/notebook/static/css/projectdashboard.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/css
- copying build-2.7/lib/IPython/frontend/html/notebook/static/css/boilerplate.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/css
- copying build-2.7/lib/IPython/frontend/html/notebook/static/css/base.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/css
- copying build-2.7/lib/IPython/frontend/html/notebook/static/css/notebook.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/css
- copying build-2.7/lib/IPython/frontend/html/notebook/static/css/renderedhtml.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/css
- copying build-2.7/lib/IPython/frontend/html/notebook/static/css/layout.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/css
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/unminified
- copying build-2.7/lib/IPython/frontend/html/notebook/static/unminified/README -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/unminified
- copying build-2.7/lib/IPython/frontend/html/notebook/static/unminified/prettify.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/unminified
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/pagedown
- copying build-2.7/lib/IPython/frontend/html/notebook/static/pagedown/Markdown.Converter.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/pagedown
- copying build-2.7/lib/IPython/frontend/html/notebook/static/pagedown/LICENSE.txt -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/pagedown
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/prettify
- copying build-2.7/lib/IPython/frontend/html/notebook/static/prettify/prettify.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/prettify
- copying build-2.7/lib/IPython/frontend/html/notebook/static/prettify/prettify.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/prettify
- copying build-2.7/lib/IPython/frontend/html/notebook/static/prettify/COPYING -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/prettify
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/panelsection.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/namespace.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/leftpanel.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/kernelstatus.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/kernel.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/projectdashboardmain.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/utils.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/quickhelp.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/loginwidget.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/textcell.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/notebook.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/pager.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/loginmain.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/layout.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/printwidget.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/savewidget.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/codecell.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/notebookmain.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/notebooklist.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/js/cell.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/js
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_cd0a0a_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_222222_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_888888_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_454545_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_2e83ff_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/jquery-ui-1.8.14.custom.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_cd0a0a_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_0_2d5972_40x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_inset-soft_95_fef1ec_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_616161_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_100_ffffff_40x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-hard_80_c4c4c4_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_inset-hard_65_85b2cb_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_inset-hard_65_c4c4c4_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_ffffff_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-soft_100_c4c4c4_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_0_aaaaaa_40x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-hard_80_85b2cb_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_2e83ff_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-hard_80_e3e3e3_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_3a6983_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_38667f_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_898989_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_0_4f4f4f_40x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_2d5972_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_glass_55_fbf9ee_1x400.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-soft_75_85b2cb_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/jquery-wijmo.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_inset-soft_100_e1e1e1_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_8A56B2_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_35_00a6dd_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_f4f4f9_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_inset-soft_15_242122_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_65358a_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_ff8f8f_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_flat_100_f1f1f1_40x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_flat_0_aaaaaa_40x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_d399ff_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_9eca38_1x100_50.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_00a6dd_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_9eca38_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_304915_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_ca3838_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_eaffb9_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_333333_1x100_50.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_242122_1x100_bottom.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_diagonals-thick_50_00a6dd_40x40.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_333333_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_fafafa_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_242122_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/jquery-wijmo.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/js/jquery.autogrow.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/js/jquery-1.6.2.min.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/js
- copying build-2.7/lib/IPython/frontend/html/notebook/static/jquery/js/jquery-ui-1.8.14.custom.min.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/js
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/theme
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/theme/night.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/theme
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/theme/default.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/theme
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/theme/elegant.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/theme
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/theme/neat.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/theme
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/theme/ipython.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/theme
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/lib/runmode.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/lib/codemirror.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/lib/codemirror.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/lib/overlay.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/python
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/python/python.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/python
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/python/index.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/python
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/python/LICENSE.txt -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/python
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/css
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/css/index.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/css
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/css/css.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/css
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/index.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/htmlmixed.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/markdown
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown/index.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/markdown
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown/markdown.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/markdown
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown/markdown.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/markdown
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/rst
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst/index.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/rst
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst/rst.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/rst
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst/rst.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/rst
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/xml
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/xml/index.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/xml
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/xml/xml.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/xml
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/javascript
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/javascript/index.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/javascript
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/mode/javascript/javascript.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/javascript
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/README.md -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/README-IPython.rst -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror
- copying build-2.7/lib/IPython/frontend/html/notebook/static/codemirror/LICENSE -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror
- copying build-2.7/lib/IPython/frontend/html/notebook/static/ipynblogo.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static
- copying build-2.7/lib/IPython/frontend/html/notebook/static/favicon.ico -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static
- copying build-2.7/lib/IPython/frontend/html/notebook/static/IPy_Notebook_logo.svg -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/static
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/templates
- copying build-2.7/lib/IPython/frontend/html/notebook/templates/projectdashboard.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/templates
- copying build-2.7/lib/IPython/frontend/html/notebook/templates/logout.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/templates
- copying build-2.7/lib/IPython/frontend/html/notebook/templates/notebook.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/templates
- copying build-2.7/lib/IPython/frontend/html/notebook/templates/layout.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/templates
- copying build-2.7/lib/IPython/frontend/html/notebook/templates/login.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/templates
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/tests
- copying build-2.7/lib/IPython/frontend/html/notebook/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/tests
- copying build-2.7/lib/IPython/frontend/html/notebook/tests/test_kernelsession.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook/tests
- copying build-2.7/lib/IPython/frontend/html/notebook/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook
- copying build-2.7/lib/IPython/frontend/html/notebook/handlers.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook
- copying build-2.7/lib/IPython/frontend/html/notebook/zmqhttp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook
- copying build-2.7/lib/IPython/frontend/html/notebook/notebookapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook
- copying build-2.7/lib/IPython/frontend/html/notebook/notebookmanager.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook
- copying build-2.7/lib/IPython/frontend/html/notebook/kernelmanager.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html/notebook
- copying build-2.7/lib/IPython/frontend/html/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/html
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/terminal
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/terminal/tests
- copying build-2.7/lib/IPython/frontend/terminal/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/terminal/tests
- copying build-2.7/lib/IPython/frontend/terminal/tests/test_interactivshell.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/terminal/tests
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/terminal/console
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/terminal/console/tests
- copying build-2.7/lib/IPython/frontend/terminal/console/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/terminal/console/tests
- copying build-2.7/lib/IPython/frontend/terminal/console/tests/test_console.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/terminal/console/tests
- copying build-2.7/lib/IPython/frontend/terminal/console/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/terminal/console
- copying build-2.7/lib/IPython/frontend/terminal/console/completer.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/terminal/console
- copying build-2.7/lib/IPython/frontend/terminal/console/interactiveshell.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/terminal/console
- copying build-2.7/lib/IPython/frontend/terminal/console/app.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/terminal/console
- copying build-2.7/lib/IPython/frontend/terminal/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/terminal
- copying build-2.7/lib/IPython/frontend/terminal/embed.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/terminal
- copying build-2.7/lib/IPython/frontend/terminal/ipapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/terminal
- copying build-2.7/lib/IPython/frontend/terminal/interactiveshell.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/terminal
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console/resources
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console/resources/icon
- copying build-2.7/lib/IPython/frontend/qt/console/resources/icon/IPythonConsole.svg -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console/resources/icon
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console/tests
- copying build-2.7/lib/IPython/frontend/qt/console/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console/tests
- copying build-2.7/lib/IPython/frontend/qt/console/tests/test_completion_lexer.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console/tests
- copying build-2.7/lib/IPython/frontend/qt/console/tests/test_kill_ring.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console/tests
- copying build-2.7/lib/IPython/frontend/qt/console/tests/test_ansi_code_processor.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console/tests
- copying build-2.7/lib/IPython/frontend/qt/console/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console
- copying build-2.7/lib/IPython/frontend/qt/console/ansi_code_processor.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console
- copying build-2.7/lib/IPython/frontend/qt/console/frontend_widget.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console
- copying build-2.7/lib/IPython/frontend/qt/console/kill_ring.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console
- copying build-2.7/lib/IPython/frontend/qt/console/mainwindow.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console
- copying build-2.7/lib/IPython/frontend/qt/console/completion_widget.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console
- copying build-2.7/lib/IPython/frontend/qt/console/rich_ipython_widget.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console
- copying build-2.7/lib/IPython/frontend/qt/console/console_widget.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console
- copying build-2.7/lib/IPython/frontend/qt/console/completion_lexer.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console
- copying build-2.7/lib/IPython/frontend/qt/console/history_console_widget.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console
- copying build-2.7/lib/IPython/frontend/qt/console/call_tip_widget.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console
- copying build-2.7/lib/IPython/frontend/qt/console/ipython_widget.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console
- copying build-2.7/lib/IPython/frontend/qt/console/pygments_highlighter.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console
- copying build-2.7/lib/IPython/frontend/qt/console/qtconsoleapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console
- copying build-2.7/lib/IPython/frontend/qt/console/styles.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console
- copying build-2.7/lib/IPython/frontend/qt/console/bracket_matcher.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt/console
- copying build-2.7/lib/IPython/frontend/qt/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt
- copying build-2.7/lib/IPython/frontend/qt/svg.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt
- copying build-2.7/lib/IPython/frontend/qt/rich_text.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt
- copying build-2.7/lib/IPython/frontend/qt/kernelmanager.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt
- copying build-2.7/lib/IPython/frontend/qt/base_frontend_mixin.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt
- copying build-2.7/lib/IPython/frontend/qt/util.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend/qt
- copying build-2.7/lib/IPython/frontend/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend
- copying build-2.7/lib/IPython/frontend/consoleapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/frontend
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils/tests
- copying build-2.7/lib/IPython/utils/tests/test_text.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils/tests
- copying build-2.7/lib/IPython/utils/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils/tests
- copying build-2.7/lib/IPython/utils/tests/test_pycolorize.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils/tests
- copying build-2.7/lib/IPython/utils/tests/test_process.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils/tests
- copying build-2.7/lib/IPython/utils/tests/test_wildcard.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils/tests
- copying build-2.7/lib/IPython/utils/tests/test_jsonutil.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils/tests
- copying build-2.7/lib/IPython/utils/tests/test_imports.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils/tests
- copying build-2.7/lib/IPython/utils/tests/test_path.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils/tests
- copying build-2.7/lib/IPython/utils/tests/test_notification.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils/tests
- copying build-2.7/lib/IPython/utils/tests/test_io.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils/tests
- copying build-2.7/lib/IPython/utils/tests/test_module_paths.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils/tests
- copying build-2.7/lib/IPython/utils/tests/test_traitlets.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils/tests
- copying build-2.7/lib/IPython/utils/notification.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/pickleutil.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/traitlets.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/_process_posix.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/doctestreload.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/frame.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/pickleshare.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/importstring.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/timing.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/codeutil.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/PyColorize.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/autoattr.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/rlineimpl.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/ipstruct.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/warn.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/jsonutil.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/tempdir.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/strdispatch.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/attic.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/wildcard.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/pyfile.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/localinterfaces.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/data.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/daemonize.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/sysinfo.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/coloransi.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/terminal.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/process.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/cursesimport.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/dir2.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/nested_context.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/decorators.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/io.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/_process_win32.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/upgradedir.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/_process_common.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/_sysinfo.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/growl.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/module_paths.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/path.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/generics.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/syspathcontext.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/py3compat.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/text.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- copying build-2.7/lib/IPython/utils/newserialized.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/utils
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/mglob
- copying build-2.7/lib/IPython/external/mglob/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/mglob
- copying build-2.7/lib/IPython/external/mglob/_mglob.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/mglob
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/path
- copying build-2.7/lib/IPython/external/path/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/path
- copying build-2.7/lib/IPython/external/path/_path.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/path
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/pexpect
- copying build-2.7/lib/IPython/external/pexpect/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/pexpect
- copying build-2.7/lib/IPython/external/pexpect/_pexpect.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/pexpect
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/Itpl
- copying build-2.7/lib/IPython/external/Itpl/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/Itpl
- copying build-2.7/lib/IPython/external/Itpl/_Itpl.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/Itpl
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/simplegeneric
- copying build-2.7/lib/IPython/external/simplegeneric/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/simplegeneric
- copying build-2.7/lib/IPython/external/simplegeneric/_simplegeneric.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/simplegeneric
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/decorator
- copying build-2.7/lib/IPython/external/decorator/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/decorator
- copying build-2.7/lib/IPython/external/decorator/_decorator.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/decorator
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/decorators
- copying build-2.7/lib/IPython/external/decorators/_numpy_testing_utils.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/decorators
- copying build-2.7/lib/IPython/external/decorators/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/decorators
- copying build-2.7/lib/IPython/external/decorators/_numpy_testing_noseclasses.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/decorators
- copying build-2.7/lib/IPython/external/decorators/_decorators.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/decorators
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/pyparsing
- copying build-2.7/lib/IPython/external/pyparsing/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/pyparsing
- copying build-2.7/lib/IPython/external/pyparsing/_pyparsing.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/pyparsing
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/guid
- copying build-2.7/lib/IPython/external/guid/_guid.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/guid
- copying build-2.7/lib/IPython/external/guid/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/guid
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/argparse
- copying build-2.7/lib/IPython/external/argparse/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/argparse
- copying build-2.7/lib/IPython/external/argparse/_argparse.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/argparse
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/ssh
- copying build-2.7/lib/IPython/external/ssh/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/ssh
- copying build-2.7/lib/IPython/external/ssh/tunnel.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/ssh
- copying build-2.7/lib/IPython/external/ssh/forward.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external/ssh
- copying build-2.7/lib/IPython/external/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external
- copying build-2.7/lib/IPython/external/qt.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external
- copying build-2.7/lib/IPython/external/mathjax.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external
- copying build-2.7/lib/IPython/external/qt_for_kernel.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/external
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/extensions
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/extensions/tests
- copying build-2.7/lib/IPython/extensions/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/extensions/tests
- copying build-2.7/lib/IPython/extensions/tests/test_autoreload.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/extensions/tests
- copying build-2.7/lib/IPython/extensions/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/extensions
- copying build-2.7/lib/IPython/extensions/autoreload.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/extensions
- copying build-2.7/lib/IPython/extensions/sympyprinting.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/extensions
- copying build-2.7/lib/IPython/extensions/storemagic.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/extensions
- copying build-2.7/lib/IPython/extensions/parallelmagic.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/extensions
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq/pylab
- copying build-2.7/lib/IPython/zmq/pylab/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq/pylab
- copying build-2.7/lib/IPython/zmq/pylab/backend_inline.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq/pylab
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq/tests
- copying build-2.7/lib/IPython/zmq/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq/tests
- copying build-2.7/lib/IPython/zmq/tests/test_message_spec.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq/tests
- copying build-2.7/lib/IPython/zmq/tests/test_session.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq/tests
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq/gui
- copying build-2.7/lib/IPython/zmq/gui/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq/gui
- copying build-2.7/lib/IPython/zmq/gui/gtkembed.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq/gui
- copying build-2.7/lib/IPython/zmq/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq
- copying build-2.7/lib/IPython/zmq/ipkernel.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq
- copying build-2.7/lib/IPython/zmq/kernelapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq
- copying build-2.7/lib/IPython/zmq/displayhook.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq
- copying build-2.7/lib/IPython/zmq/log.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq
- copying build-2.7/lib/IPython/zmq/completer.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq
- copying build-2.7/lib/IPython/zmq/blockingkernelmanager.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq
- copying build-2.7/lib/IPython/zmq/session.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq
- copying build-2.7/lib/IPython/zmq/eventloops.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq
- copying build-2.7/lib/IPython/zmq/zmqshell.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq
- copying build-2.7/lib/IPython/zmq/heartbeat.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq
- copying build-2.7/lib/IPython/zmq/iostream.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq
- copying build-2.7/lib/IPython/zmq/entry_point.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq
- copying build-2.7/lib/IPython/zmq/kernelmanager.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq
- copying build-2.7/lib/IPython/zmq/parentpoller.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq
- copying build-2.7/lib/IPython/zmq/pykernel.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq
- copying build-2.7/lib/IPython/zmq/frontend.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython/zmq
- copying build-2.7/lib/IPython/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/IPython
- warning: install_lib: byte-compiling is disabled, skipping.
- running install_scripts
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/bin
- copying build-2.7/scripts-2.7/iptest -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/bin
- copying build-2.7/scripts-2.7/irunner -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/bin
- copying build-2.7/scripts-2.7/pycolor -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/bin
- copying build-2.7/scripts-2.7/ipython -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/bin
- copying build-2.7/scripts-2.7/iplogger -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/bin
- copying build-2.7/scripts-2.7/ipcluster -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/bin
- copying build-2.7/scripts-2.7/ipcontroller -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/bin
- copying build-2.7/scripts-2.7/ipengine -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/bin
- changing mode of /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/bin/iptest to 755
- changing mode of /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/bin/irunner to 755
- changing mode of /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/bin/pycolor to 755
- changing mode of /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/bin/ipython to 755
- changing mode of /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/bin/iplogger to 755
- changing mode of /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/bin/ipcluster to 755
- changing mode of /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/bin/ipcontroller to 755
- changing mode of /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/bin/ipengine to 755
- running install_data
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/share
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/share/man
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/share/man/man1
- copying docs/man/ipengine.1 -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/share/man/man1
- copying docs/man/iplogger.1 -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/share/man/man1
- copying docs/man/ipcluster.1 -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/share/man/man1
- copying docs/man/pycolor.1 -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/share/man/man1
- copying docs/man/ipcontroller.1 -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/share/man/man1
- copying docs/man/ipython.1 -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/share/man/man1
- copying docs/man/irunner.1 -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/share/man/man1
- running install_egg_info
- Writing /tmp/portage/dev-python/ipython-0.12.1/temp/images/2.7/usr/lib64/python2.7/site-packages/ipython-0.12.1-py2.7.egg-info
- * Installation of dev-python/ipython-0.12.1 with CPython 3.2...
- python3.2 setup.py build -b build-3.2 install --no-compile --root=/tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2
- running build
- running build_py
- warning: MyBuildPy: byte-compiling is disabled, skipping.
- running install
- running install_lib
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/kernel
- copying build-3.2/lib/IPython/kernel/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/kernel
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config/profile
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config/profile/pysh
- copying build-3.2/lib/IPython/config/profile/pysh/ipython_config.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config/profile/pysh
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config/profile/math
- copying build-3.2/lib/IPython/config/profile/math/ipython_config.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config/profile/math
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config/profile/cluster
- copying build-3.2/lib/IPython/config/profile/cluster/ipython_config.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config/profile/cluster
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config/profile/python3
- copying build-3.2/lib/IPython/config/profile/python3/ipython_config.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config/profile/python3
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config/profile/sympy
- copying build-3.2/lib/IPython/config/profile/sympy/ipython_config.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config/profile/sympy
- copying build-3.2/lib/IPython/config/profile/README -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config/profile
- copying build-3.2/lib/IPython/config/profile/README_STARTUP -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config/profile
- copying build-3.2/lib/IPython/config/profile/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config/profile
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config/tests
- copying build-3.2/lib/IPython/config/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config/tests
- copying build-3.2/lib/IPython/config/tests/test_loader.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config/tests
- copying build-3.2/lib/IPython/config/tests/test_configurable.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config/tests
- copying build-3.2/lib/IPython/config/tests/test_application.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config/tests
- copying build-3.2/lib/IPython/config/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config
- copying build-3.2/lib/IPython/config/application.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config
- copying build-3.2/lib/IPython/config/configurable.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config
- copying build-3.2/lib/IPython/config/loader.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/config
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib/tests
- copying build-3.2/lib/IPython/lib/tests/test_security.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib/tests
- copying build-3.2/lib/IPython/lib/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib/tests
- copying build-3.2/lib/IPython/lib/tests/test_irunner.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib/tests
- copying build-3.2/lib/IPython/lib/tests/test_pretty.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib/tests
- copying build-3.2/lib/IPython/lib/tests/test_kernel.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib/tests
- copying build-3.2/lib/IPython/lib/tests/test_imports.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib/tests
- copying build-3.2/lib/IPython/lib/tests/test_backgroundjobs.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib/tests
- copying build-3.2/lib/IPython/lib/tests/test_irunner_pylab_magic.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib/tests
- copying build-3.2/lib/IPython/lib/kernel.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib
- copying build-3.2/lib/IPython/lib/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib
- copying build-3.2/lib/IPython/lib/deepreload.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib
- copying build-3.2/lib/IPython/lib/security.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib
- copying build-3.2/lib/IPython/lib/inputhookqt4.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib
- copying build-3.2/lib/IPython/lib/demo.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib
- copying build-3.2/lib/IPython/lib/guisupport.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib
- copying build-3.2/lib/IPython/lib/latextools.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib
- copying build-3.2/lib/IPython/lib/inputhook.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib
- copying build-3.2/lib/IPython/lib/backgroundjobs.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib
- copying build-3.2/lib/IPython/lib/inputhookwx.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib
- copying build-3.2/lib/IPython/lib/display.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib
- copying build-3.2/lib/IPython/lib/clipboard.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib
- copying build-3.2/lib/IPython/lib/inputhookpyglet.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib
- copying build-3.2/lib/IPython/lib/inputhookglut.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib
- copying build-3.2/lib/IPython/lib/pretty.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib
- copying build-3.2/lib/IPython/lib/inputhookgtk.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib
- copying build-3.2/lib/IPython/lib/irunner.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/lib
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/scripts
- copying build-3.2/lib/IPython/scripts/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/scripts
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine/tests
- copying build-3.2/lib/IPython/quarantine/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine/tests
- copying build-3.2/lib/IPython/quarantine/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ext_rescapture.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_system_conf.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_signals.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_lookfor.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/envpersist.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/jobctrl.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_exportdb.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_fsops.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_synchronize_with.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_profile_doctest.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_completers.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_extutil.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/InterpreterExec.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_rehashdir.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ledit.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/win32clip.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_jot.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_render.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_which.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_winpdb.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_server.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_workdir.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_pydb.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/clearcmd.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_editors.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_app_completers.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- copying build-3.2/lib/IPython/quarantine/ipy_gnuglobal.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/quarantine
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/scripts
- copying build-3.2/lib/IPython/parallel/scripts/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/scripts
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/engine
- copying build-3.2/lib/IPython/parallel/engine/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/engine
- copying build-3.2/lib/IPython/parallel/engine/streamkernel.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/engine
- copying build-3.2/lib/IPython/parallel/engine/kernelstarter.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/engine
- copying build-3.2/lib/IPython/parallel/engine/engine.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/engine
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/tests
- copying build-3.2/lib/IPython/parallel/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/tests
- copying build-3.2/lib/IPython/parallel/tests/test_mongodb.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/tests
- copying build-3.2/lib/IPython/parallel/tests/test_view.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/tests
- copying build-3.2/lib/IPython/parallel/tests/test_dependency.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/tests
- copying build-3.2/lib/IPython/parallel/tests/test_client.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/tests
- copying build-3.2/lib/IPython/parallel/tests/clienttest.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/tests
- copying build-3.2/lib/IPython/parallel/tests/test_newserialized.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/tests
- copying build-3.2/lib/IPython/parallel/tests/test_lbview.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/tests
- copying build-3.2/lib/IPython/parallel/tests/test_db.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/tests
- copying build-3.2/lib/IPython/parallel/tests/test_asyncresult.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/tests
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/client
- copying build-3.2/lib/IPython/parallel/client/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/client
- copying build-3.2/lib/IPython/parallel/client/map.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/client
- copying build-3.2/lib/IPython/parallel/client/remotefunction.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/client
- copying build-3.2/lib/IPython/parallel/client/asyncresult.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/client
- copying build-3.2/lib/IPython/parallel/client/client.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/client
- copying build-3.2/lib/IPython/parallel/client/view.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/client
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/apps
- copying build-3.2/lib/IPython/parallel/apps/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/apps
- copying build-3.2/lib/IPython/parallel/apps/iploggerapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/apps
- copying build-3.2/lib/IPython/parallel/apps/baseapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/apps
- copying build-3.2/lib/IPython/parallel/apps/ipclusterapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/apps
- copying build-3.2/lib/IPython/parallel/apps/win32support.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/apps
- copying build-3.2/lib/IPython/parallel/apps/logwatcher.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/apps
- copying build-3.2/lib/IPython/parallel/apps/ipcontrollerapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/apps
- copying build-3.2/lib/IPython/parallel/apps/winhpcjob.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/apps
- copying build-3.2/lib/IPython/parallel/apps/launcher.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/apps
- copying build-3.2/lib/IPython/parallel/apps/ipengineapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/apps
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/controller
- copying build-3.2/lib/IPython/parallel/controller/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/controller
- copying build-3.2/lib/IPython/parallel/controller/mongodb.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/controller
- copying build-3.2/lib/IPython/parallel/controller/sqlitedb.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/controller
- copying build-3.2/lib/IPython/parallel/controller/dictdb.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/controller
- copying build-3.2/lib/IPython/parallel/controller/dependency.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/controller
- copying build-3.2/lib/IPython/parallel/controller/heartmonitor.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/controller
- copying build-3.2/lib/IPython/parallel/controller/hub.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/controller
- copying build-3.2/lib/IPython/parallel/controller/scheduler.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel/controller
- copying build-3.2/lib/IPython/parallel/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel
- copying build-3.2/lib/IPython/parallel/factory.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel
- copying build-3.2/lib/IPython/parallel/error.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel
- copying build-3.2/lib/IPython/parallel/util.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/parallel
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v1
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v1/tests
- copying build-3.2/lib/IPython/nbformat/v1/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v1/tests
- copying build-3.2/lib/IPython/nbformat/v1/tests/test_json.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v1/tests
- copying build-3.2/lib/IPython/nbformat/v1/tests/test_nbbase.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v1/tests
- copying build-3.2/lib/IPython/nbformat/v1/tests/nbexamples.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v1/tests
- copying build-3.2/lib/IPython/nbformat/v1/nbbase.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v1
- copying build-3.2/lib/IPython/nbformat/v1/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v1
- copying build-3.2/lib/IPython/nbformat/v1/nbjson.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v1
- copying build-3.2/lib/IPython/nbformat/v1/convert.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v1
- copying build-3.2/lib/IPython/nbformat/v1/rwbase.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v1
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v2
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v2/tests
- copying build-3.2/lib/IPython/nbformat/v2/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v2/tests
- copying build-3.2/lib/IPython/nbformat/v2/tests/test_json.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v2/tests
- copying build-3.2/lib/IPython/nbformat/v2/tests/test_nbpy.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v2/tests
- copying build-3.2/lib/IPython/nbformat/v2/tests/test_nbbase.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v2/tests
- copying build-3.2/lib/IPython/nbformat/v2/tests/nbexamples.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v2/tests
- copying build-3.2/lib/IPython/nbformat/v2/nbbase.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v2
- copying build-3.2/lib/IPython/nbformat/v2/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v2
- copying build-3.2/lib/IPython/nbformat/v2/nbjson.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v2
- copying build-3.2/lib/IPython/nbformat/v2/nbpy.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v2
- copying build-3.2/lib/IPython/nbformat/v2/nbxml.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v2
- copying build-3.2/lib/IPython/nbformat/v2/convert.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v2
- copying build-3.2/lib/IPython/nbformat/v2/rwbase.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/v2
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/tests
- copying build-3.2/lib/IPython/nbformat/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat/tests
- copying build-3.2/lib/IPython/nbformat/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat
- copying build-3.2/lib/IPython/nbformat/current.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/nbformat
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing/tests
- copying build-3.2/lib/IPython/testing/tests/test_tools.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing/tests
- copying build-3.2/lib/IPython/testing/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing/tests
- copying build-3.2/lib/IPython/testing/tests/test_decorators.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing/tests
- copying build-3.2/lib/IPython/testing/tests/test_ipunittest.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing/tests
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing/plugin
- copying build-3.2/lib/IPython/testing/plugin/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing/plugin
- copying build-3.2/lib/IPython/testing/plugin/test_ipdoctest.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing/plugin
- copying build-3.2/lib/IPython/testing/plugin/iptest.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing/plugin
- copying build-3.2/lib/IPython/testing/plugin/test_refs.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing/plugin
- copying build-3.2/lib/IPython/testing/plugin/setup.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing/plugin
- copying build-3.2/lib/IPython/testing/plugin/show_refs.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing/plugin
- copying build-3.2/lib/IPython/testing/plugin/simplevars.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing/plugin
- copying build-3.2/lib/IPython/testing/plugin/ipdoctest.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing/plugin
- copying build-3.2/lib/IPython/testing/plugin/simple.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing/plugin
- copying build-3.2/lib/IPython/testing/plugin/dtexample.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing/plugin
- copying build-3.2/lib/IPython/testing/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing
- copying build-3.2/lib/IPython/testing/nosepatch.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing
- copying build-3.2/lib/IPython/testing/ipunittest.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing
- copying build-3.2/lib/IPython/testing/_paramtestpy3.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing
- copying build-3.2/lib/IPython/testing/iptest.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing
- copying build-3.2/lib/IPython/testing/mkdoctests.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing
- copying build-3.2/lib/IPython/testing/_paramtestpy2.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing
- copying build-3.2/lib/IPython/testing/globalipapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing
- copying build-3.2/lib/IPython/testing/decorators.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing
- copying build-3.2/lib/IPython/testing/skipdoctest.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing
- copying build-3.2/lib/IPython/testing/tools.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/testing
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_plugin.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_history.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_handlers.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/refbug.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_magic_arguments.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_fakemodule.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_magic_terminal.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_prompts.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_inputsplitter.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_prefilter.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_iplib.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_pylabtools.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_imports.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_page.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_splitinput.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_completer.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_oinspect.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_interactiveshell.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_autocall.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_logger.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_formatters.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_application.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/simpleerr.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_compilerop.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/tclass.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_magic.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_completerlib.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_profile.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/tests/test_run.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core/tests
- copying build-3.2/lib/IPython/core/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/profiledir.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/page.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/extensions.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/shellapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/logger.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/fakemodule.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/application.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/completerlib.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/displayhook.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/payload.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/alias.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/error.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/magic_arguments.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/profileapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/completer.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/splitinput.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/macro.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/crashhandler.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/plugin.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/hooks.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/display_trap.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/pylabtools.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/magic.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/shadowns.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/release.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/displaypub.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/autocall.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/ultratb.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/builtin_trap.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/inputsplitter.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/display.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/formatters.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/compilerop.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/ipapi.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/interactiveshell.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/prefilter.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/oinspect.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/payloadpage.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/debugger.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/prompts.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/history.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/usage.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- copying build-3.2/lib/IPython/core/excolors.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/core
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/css
- copying build-3.2/lib/IPython/frontend/html/notebook/static/css/projectdashboard.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/css
- copying build-3.2/lib/IPython/frontend/html/notebook/static/css/boilerplate.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/css
- copying build-3.2/lib/IPython/frontend/html/notebook/static/css/base.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/css
- copying build-3.2/lib/IPython/frontend/html/notebook/static/css/notebook.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/css
- copying build-3.2/lib/IPython/frontend/html/notebook/static/css/renderedhtml.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/css
- copying build-3.2/lib/IPython/frontend/html/notebook/static/css/layout.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/css
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/unminified
- copying build-3.2/lib/IPython/frontend/html/notebook/static/unminified/README -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/unminified
- copying build-3.2/lib/IPython/frontend/html/notebook/static/unminified/prettify.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/unminified
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/pagedown
- copying build-3.2/lib/IPython/frontend/html/notebook/static/pagedown/Markdown.Converter.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/pagedown
- copying build-3.2/lib/IPython/frontend/html/notebook/static/pagedown/LICENSE.txt -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/pagedown
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/prettify
- copying build-3.2/lib/IPython/frontend/html/notebook/static/prettify/prettify.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/prettify
- copying build-3.2/lib/IPython/frontend/html/notebook/static/prettify/prettify.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/prettify
- copying build-3.2/lib/IPython/frontend/html/notebook/static/prettify/COPYING -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/prettify
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/panelsection.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/namespace.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/leftpanel.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/kernelstatus.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/kernel.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/projectdashboardmain.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/utils.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/quickhelp.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/loginwidget.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/textcell.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/notebook.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/pager.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/loginmain.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/layout.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/printwidget.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/savewidget.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/codecell.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/notebookmain.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/notebooklist.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/js/cell.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/js
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_cd0a0a_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_222222_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_888888_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_454545_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_2e83ff_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/jquery-ui-1.8.14.custom.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_cd0a0a_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_0_2d5972_40x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_inset-soft_95_fef1ec_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_616161_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_100_ffffff_40x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-hard_80_c4c4c4_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_inset-hard_65_85b2cb_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_inset-hard_65_c4c4c4_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_ffffff_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-soft_100_c4c4c4_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_0_aaaaaa_40x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-hard_80_85b2cb_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_2e83ff_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-hard_80_e3e3e3_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_3a6983_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_38667f_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_898989_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_0_4f4f4f_40x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_2d5972_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_glass_55_fbf9ee_1x400.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-soft_75_85b2cb_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/jquery-wijmo.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/aristo
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_inset-soft_100_e1e1e1_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_8A56B2_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_35_00a6dd_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_f4f4f9_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_inset-soft_15_242122_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_65358a_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_ff8f8f_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_flat_100_f1f1f1_40x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_flat_0_aaaaaa_40x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_d399ff_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_9eca38_1x100_50.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_00a6dd_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_9eca38_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_304915_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_ca3838_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_eaffb9_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_333333_1x100_50.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_242122_1x100_bottom.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_diagonals-thick_50_00a6dd_40x40.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_333333_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_fafafa_256x240.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_242122_1x100.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/jquery-wijmo.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/rocket
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/js/jquery.autogrow.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/js/jquery-1.6.2.min.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/js
- copying build-3.2/lib/IPython/frontend/html/notebook/static/jquery/js/jquery-ui-1.8.14.custom.min.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/jquery/js
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/theme
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/theme/night.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/theme
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/theme/default.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/theme
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/theme/elegant.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/theme
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/theme/neat.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/theme
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/theme/ipython.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/theme
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/lib
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/lib/runmode.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/lib
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/lib/codemirror.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/lib
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/lib/codemirror.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/lib
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/lib/overlay.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/lib
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/python
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/python/python.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/python
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/python/index.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/python
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/python/LICENSE.txt -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/python
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/css
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/css/index.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/css
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/css/css.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/css
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/index.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/htmlmixed.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/markdown
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown/index.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/markdown
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown/markdown.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/markdown
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown/markdown.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/markdown
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/rst
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst/index.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/rst
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst/rst.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/rst
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst/rst.css -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/rst
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/xml
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/xml/index.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/xml
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/xml/xml.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/xml
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/javascript
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/javascript/index.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/javascript
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/mode/javascript/javascript.js -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/javascript
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/README.md -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/README-IPython.rst -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror
- copying build-3.2/lib/IPython/frontend/html/notebook/static/codemirror/LICENSE -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static/codemirror
- copying build-3.2/lib/IPython/frontend/html/notebook/static/ipynblogo.png -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static
- copying build-3.2/lib/IPython/frontend/html/notebook/static/favicon.ico -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static
- copying build-3.2/lib/IPython/frontend/html/notebook/static/IPy_Notebook_logo.svg -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/static
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/templates
- copying build-3.2/lib/IPython/frontend/html/notebook/templates/projectdashboard.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/templates
- copying build-3.2/lib/IPython/frontend/html/notebook/templates/logout.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/templates
- copying build-3.2/lib/IPython/frontend/html/notebook/templates/notebook.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/templates
- copying build-3.2/lib/IPython/frontend/html/notebook/templates/layout.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/templates
- copying build-3.2/lib/IPython/frontend/html/notebook/templates/login.html -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/templates
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/tests
- copying build-3.2/lib/IPython/frontend/html/notebook/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/tests
- copying build-3.2/lib/IPython/frontend/html/notebook/tests/test_kernelsession.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook/tests
- copying build-3.2/lib/IPython/frontend/html/notebook/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook
- copying build-3.2/lib/IPython/frontend/html/notebook/handlers.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook
- copying build-3.2/lib/IPython/frontend/html/notebook/zmqhttp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook
- copying build-3.2/lib/IPython/frontend/html/notebook/notebookapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook
- copying build-3.2/lib/IPython/frontend/html/notebook/notebookmanager.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook
- copying build-3.2/lib/IPython/frontend/html/notebook/kernelmanager.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html/notebook
- copying build-3.2/lib/IPython/frontend/html/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/html
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/terminal
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/terminal/tests
- copying build-3.2/lib/IPython/frontend/terminal/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/terminal/tests
- copying build-3.2/lib/IPython/frontend/terminal/tests/test_interactivshell.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/terminal/tests
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/terminal/console
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/terminal/console/tests
- copying build-3.2/lib/IPython/frontend/terminal/console/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/terminal/console/tests
- copying build-3.2/lib/IPython/frontend/terminal/console/tests/test_console.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/terminal/console/tests
- copying build-3.2/lib/IPython/frontend/terminal/console/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/terminal/console
- copying build-3.2/lib/IPython/frontend/terminal/console/completer.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/terminal/console
- copying build-3.2/lib/IPython/frontend/terminal/console/interactiveshell.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/terminal/console
- copying build-3.2/lib/IPython/frontend/terminal/console/app.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/terminal/console
- copying build-3.2/lib/IPython/frontend/terminal/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/terminal
- copying build-3.2/lib/IPython/frontend/terminal/embed.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/terminal
- copying build-3.2/lib/IPython/frontend/terminal/ipapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/terminal
- copying build-3.2/lib/IPython/frontend/terminal/interactiveshell.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/terminal
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console/resources
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console/resources/icon
- copying build-3.2/lib/IPython/frontend/qt/console/resources/icon/IPythonConsole.svg -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console/resources/icon
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console/tests
- copying build-3.2/lib/IPython/frontend/qt/console/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console/tests
- copying build-3.2/lib/IPython/frontend/qt/console/tests/test_completion_lexer.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console/tests
- copying build-3.2/lib/IPython/frontend/qt/console/tests/test_kill_ring.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console/tests
- copying build-3.2/lib/IPython/frontend/qt/console/tests/test_ansi_code_processor.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console/tests
- copying build-3.2/lib/IPython/frontend/qt/console/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console
- copying build-3.2/lib/IPython/frontend/qt/console/ansi_code_processor.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console
- copying build-3.2/lib/IPython/frontend/qt/console/frontend_widget.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console
- copying build-3.2/lib/IPython/frontend/qt/console/kill_ring.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console
- copying build-3.2/lib/IPython/frontend/qt/console/mainwindow.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console
- copying build-3.2/lib/IPython/frontend/qt/console/completion_widget.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console
- copying build-3.2/lib/IPython/frontend/qt/console/rich_ipython_widget.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console
- copying build-3.2/lib/IPython/frontend/qt/console/console_widget.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console
- copying build-3.2/lib/IPython/frontend/qt/console/completion_lexer.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console
- copying build-3.2/lib/IPython/frontend/qt/console/history_console_widget.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console
- copying build-3.2/lib/IPython/frontend/qt/console/call_tip_widget.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console
- copying build-3.2/lib/IPython/frontend/qt/console/ipython_widget.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console
- copying build-3.2/lib/IPython/frontend/qt/console/pygments_highlighter.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console
- copying build-3.2/lib/IPython/frontend/qt/console/qtconsoleapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console
- copying build-3.2/lib/IPython/frontend/qt/console/styles.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console
- copying build-3.2/lib/IPython/frontend/qt/console/bracket_matcher.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt/console
- copying build-3.2/lib/IPython/frontend/qt/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt
- copying build-3.2/lib/IPython/frontend/qt/svg.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt
- copying build-3.2/lib/IPython/frontend/qt/rich_text.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt
- copying build-3.2/lib/IPython/frontend/qt/kernelmanager.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt
- copying build-3.2/lib/IPython/frontend/qt/base_frontend_mixin.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt
- copying build-3.2/lib/IPython/frontend/qt/util.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend/qt
- copying build-3.2/lib/IPython/frontend/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend
- copying build-3.2/lib/IPython/frontend/consoleapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/frontend
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils/tests
- copying build-3.2/lib/IPython/utils/tests/test_text.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils/tests
- copying build-3.2/lib/IPython/utils/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils/tests
- copying build-3.2/lib/IPython/utils/tests/test_pycolorize.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils/tests
- copying build-3.2/lib/IPython/utils/tests/test_process.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils/tests
- copying build-3.2/lib/IPython/utils/tests/test_wildcard.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils/tests
- copying build-3.2/lib/IPython/utils/tests/test_jsonutil.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils/tests
- copying build-3.2/lib/IPython/utils/tests/test_imports.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils/tests
- copying build-3.2/lib/IPython/utils/tests/test_path.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils/tests
- copying build-3.2/lib/IPython/utils/tests/test_notification.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils/tests
- copying build-3.2/lib/IPython/utils/tests/test_io.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils/tests
- copying build-3.2/lib/IPython/utils/tests/test_module_paths.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils/tests
- copying build-3.2/lib/IPython/utils/tests/test_traitlets.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils/tests
- copying build-3.2/lib/IPython/utils/notification.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/pickleutil.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/traitlets.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/_process_posix.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/doctestreload.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/frame.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/pickleshare.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/importstring.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/timing.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/codeutil.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/PyColorize.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/autoattr.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/rlineimpl.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/ipstruct.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/warn.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/jsonutil.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/tempdir.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/strdispatch.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/attic.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/wildcard.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/pyfile.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/localinterfaces.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/data.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/daemonize.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/sysinfo.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/coloransi.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/terminal.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/process.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/cursesimport.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/dir2.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/nested_context.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/decorators.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/io.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/_process_win32.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/upgradedir.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/_process_common.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/_sysinfo.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/growl.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/module_paths.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/path.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/generics.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/syspathcontext.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/py3compat.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/text.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- copying build-3.2/lib/IPython/utils/newserialized.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/utils
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/mglob
- copying build-3.2/lib/IPython/external/mglob/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/mglob
- copying build-3.2/lib/IPython/external/mglob/_mglob.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/mglob
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/path
- copying build-3.2/lib/IPython/external/path/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/path
- copying build-3.2/lib/IPython/external/path/_path.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/path
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/pexpect
- copying build-3.2/lib/IPython/external/pexpect/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/pexpect
- copying build-3.2/lib/IPython/external/pexpect/_pexpect.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/pexpect
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/Itpl
- copying build-3.2/lib/IPython/external/Itpl/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/Itpl
- copying build-3.2/lib/IPython/external/Itpl/_Itpl.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/Itpl
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/simplegeneric
- copying build-3.2/lib/IPython/external/simplegeneric/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/simplegeneric
- copying build-3.2/lib/IPython/external/simplegeneric/_simplegeneric.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/simplegeneric
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/decorator
- copying build-3.2/lib/IPython/external/decorator/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/decorator
- copying build-3.2/lib/IPython/external/decorator/_decorator.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/decorator
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/decorators
- copying build-3.2/lib/IPython/external/decorators/_numpy_testing_utils.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/decorators
- copying build-3.2/lib/IPython/external/decorators/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/decorators
- copying build-3.2/lib/IPython/external/decorators/_numpy_testing_noseclasses.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/decorators
- copying build-3.2/lib/IPython/external/decorators/_decorators.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/decorators
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/pyparsing
- copying build-3.2/lib/IPython/external/pyparsing/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/pyparsing
- copying build-3.2/lib/IPython/external/pyparsing/_pyparsing.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/pyparsing
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/guid
- copying build-3.2/lib/IPython/external/guid/_guid.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/guid
- copying build-3.2/lib/IPython/external/guid/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/guid
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/argparse
- copying build-3.2/lib/IPython/external/argparse/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/argparse
- copying build-3.2/lib/IPython/external/argparse/_argparse.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/argparse
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/ssh
- copying build-3.2/lib/IPython/external/ssh/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/ssh
- copying build-3.2/lib/IPython/external/ssh/tunnel.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/ssh
- copying build-3.2/lib/IPython/external/ssh/forward.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external/ssh
- copying build-3.2/lib/IPython/external/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external
- copying build-3.2/lib/IPython/external/qt.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external
- copying build-3.2/lib/IPython/external/mathjax.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external
- copying build-3.2/lib/IPython/external/qt_for_kernel.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/external
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/extensions
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/extensions/tests
- copying build-3.2/lib/IPython/extensions/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/extensions/tests
- copying build-3.2/lib/IPython/extensions/tests/test_autoreload.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/extensions/tests
- copying build-3.2/lib/IPython/extensions/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/extensions
- copying build-3.2/lib/IPython/extensions/autoreload.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/extensions
- copying build-3.2/lib/IPython/extensions/sympyprinting.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/extensions
- copying build-3.2/lib/IPython/extensions/storemagic.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/extensions
- copying build-3.2/lib/IPython/extensions/parallelmagic.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/extensions
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq/pylab
- copying build-3.2/lib/IPython/zmq/pylab/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq/pylab
- copying build-3.2/lib/IPython/zmq/pylab/backend_inline.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq/pylab
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq/tests
- copying build-3.2/lib/IPython/zmq/tests/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq/tests
- copying build-3.2/lib/IPython/zmq/tests/test_message_spec.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq/tests
- copying build-3.2/lib/IPython/zmq/tests/test_session.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq/tests
- creating /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq/gui
- copying build-3.2/lib/IPython/zmq/gui/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq/gui
- copying build-3.2/lib/IPython/zmq/gui/gtkembed.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq/gui
- copying build-3.2/lib/IPython/zmq/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq
- copying build-3.2/lib/IPython/zmq/ipkernel.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq
- copying build-3.2/lib/IPython/zmq/kernelapp.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq
- copying build-3.2/lib/IPython/zmq/displayhook.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq
- copying build-3.2/lib/IPython/zmq/log.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq
- copying build-3.2/lib/IPython/zmq/completer.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq
- copying build-3.2/lib/IPython/zmq/blockingkernelmanager.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq
- copying build-3.2/lib/IPython/zmq/session.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq
- copying build-3.2/lib/IPython/zmq/eventloops.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq
- copying build-3.2/lib/IPython/zmq/zmqshell.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq
- copying build-3.2/lib/IPython/zmq/heartbeat.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq
- copying build-3.2/lib/IPython/zmq/iostream.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq
- copying build-3.2/lib/IPython/zmq/entry_point.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq
- copying build-3.2/lib/IPython/zmq/kernelmanager.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq
- copying build-3.2/lib/IPython/zmq/parentpoller.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq
- copying build-3.2/lib/IPython/zmq/pykernel.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq
- copying build-3.2/lib/IPython/zmq/frontend.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython/zmq
- copying build-3.2/lib/IPython/__init__.py -> /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/IPython
- warning: install_lib: byte-compiling is disabled, skipping.
- running install_egg_info
- running egg_info
- creating ipython.egg-info
- writing ipython.egg-info/PKG-INFO
- writing top-level names to ipython.egg-info/top_level.txt
- writing dependency_links to ipython.egg-info/dependency_links.txt
- writing entry points to ipython.egg-info/entry_points.txt
- writing manifest file 'ipython.egg-info/SOURCES.txt'
- reading manifest file 'ipython.egg-info/SOURCES.txt'
- reading manifest template 'MANIFEST.in'
- no previously-included directories found matching 'IPython/deathrow'
- no previously-included directories found matching 'IPython/frontend/html/notebook/static/mathjax'
- warning: no files found matching 'IPython/.git_commit_info.ini'
- warning: no previously-included files found matching 'docs/#*'
- warning: no previously-included files found matching 'docs/man/*.1.gz'
- no previously-included directories found matching 'docs/attic'
- no previously-included directories found matching 'docs/build'
- no previously-included directories found matching 'docs/gh-pages'
- no previously-included directories found matching 'docs/dist'
- warning: no previously-included files matching '*~' found anywhere in distribution
- warning: no previously-included files matching '*.flc' found anywhere in distribution
- warning: no previously-included files matching '*.pyc' found anywhere in distribution
- warning: no previously-included files matching '*.pyo' found anywhere in distribution
- warning: no previously-included files matching '.dircopy.log' found anywhere in distribution
- writing manifest file 'ipython.egg-info/SOURCES.txt'
- Copying ipython.egg-info to /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/lib64/python3.2/site-packages/ipython-0.12.1-py3.2.egg-info
- running install_scripts
- Installing ipcontroller script to /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/bin
- Installing iptest script to /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/bin
- Installing ipcluster script to /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/bin
- Installing ipython script to /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/bin
- Installing pycolor script to /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/bin
- Installing iplogger script to /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/bin
- Installing irunner script to /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/bin
- Installing ipengine script to /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/bin
- Installing ipython-qtconsole script to /tmp/portage/dev-python/ipython-0.12.1/temp/images/3.2/usr/bin
- * Generating '/usr/bin/ipcluster' wrapper script
- * Generating '/usr/bin/ipcontroller' wrapper script
- * Generating '/usr/bin/ipengine' wrapper script
- * Generating '/usr/bin/iplogger' wrapper script
- * Generating '/usr/bin/iptest' wrapper script
- * Generating '/usr/bin/ipython' wrapper script
- * Generating '/usr/bin/ipython-qtconsole' wrapper script
- * Generating '/usr/bin/irunner' wrapper script
- * Generating '/usr/bin/pycolor' wrapper script
- >>> Completed installing ipython-0.12.1 into /tmp/portage/dev-python/ipython-0.12.1/image/
- ecompressdir: bzip2 -9 /usr/share/man
- ecompressdir: bzip2 -9 /usr/share/doc
- * Compilation and optimization of Python modules for CPython 2.7 ...
- [ ok ]
- * Compilation and optimization of Python modules for CPython 3.2 ...
- [ ok ]