PyZMQ restore removed by accident version of Python3/32 bits
authorYaroslav Brustinov <[email protected]>
Tue, 28 Feb 2017 12:21:30 +0000 (14:21 +0200)
committerYaroslav Brustinov <[email protected]>
Tue, 28 Feb 2017 12:21:30 +0000 (14:21 +0200)
commitd3907f0dcac6c6e0d7b3c3abe69c64fe4e9dcaa6
tree526e0d5300550f0c43a6638f80950c253cf141cf
parent2ba80c6a96d3b7af496428a68e59391daad34c86
PyZMQ restore removed by accident version of Python3/32 bits

Change-Id: Ie8a54015a02bdcc5cd0a50faff7b82cf0ad8de93
Signed-off-by: Yaroslav Brustinov <[email protected]>
126 files changed:
scripts/external_libs/pyzmq-14.5.0/python2/fedora18/64bit/zmq/sugar/.version.py.swp [deleted file]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/__init__.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/auth/__init__.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/auth/base.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/auth/certs.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/auth/ioloop.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/auth/thread.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/__init__.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cffi/__init__.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cffi/_cdefs.h [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cffi/_cffi.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cffi/_poll.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cffi/_verify.c [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cffi/constants.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cffi/context.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cffi/devices.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cffi/error.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cffi/message.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cffi/socket.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cffi/utils.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cython/__init__.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cython/_device.cpython-34m.so [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cython/_poll.cpython-34m.so [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cython/_version.cpython-34m.so [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cython/checkrc.pxd [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cython/constants.cpython-34m.so [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cython/context.cpython-34m.so [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cython/context.pxd [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cython/error.cpython-34m.so [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cython/libzmq.pxd [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cython/message.cpython-34m.so [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cython/message.pxd [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cython/socket.cpython-34m.so [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cython/socket.pxd [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cython/utils.cpython-34m.so [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/cython/utils.pxd [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/backend/select.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/devices/__init__.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/devices/basedevice.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/devices/monitoredqueue.cpython-34m.so [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/devices/monitoredqueue.pxd [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/devices/monitoredqueue.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/devices/monitoredqueuedevice.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/devices/proxydevice.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/error.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/eventloop/__init__.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/eventloop/ioloop.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/eventloop/minitornado/__init__.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/eventloop/minitornado/concurrent.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/eventloop/minitornado/ioloop.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/eventloop/minitornado/log.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/eventloop/minitornado/platform/__init__.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/eventloop/minitornado/platform/auto.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/eventloop/minitornado/platform/common.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/eventloop/minitornado/platform/interface.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/eventloop/minitornado/platform/posix.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/eventloop/minitornado/platform/windows.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/eventloop/minitornado/stack_context.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/eventloop/minitornado/util.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/eventloop/zmqstream.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/green/__init__.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/green/core.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/green/device.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/green/eventloop/__init__.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/green/eventloop/ioloop.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/green/eventloop/zmqstream.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/green/poll.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/libzmq.so.3 [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/log/__init__.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/log/handlers.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/ssh/__init__.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/ssh/forward.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/ssh/tunnel.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/sugar/__init__.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/sugar/attrsettr.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/sugar/constants.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/sugar/context.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/sugar/frame.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/sugar/poll.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/sugar/socket.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/sugar/tracker.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/sugar/version.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/__init__.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_auth.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_cffi_backend.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_constants.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_context.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_device.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_error.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_etc.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_imports.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_ioloop.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_log.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_message.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_monitor.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_monqueue.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_multipart.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_pair.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_poll.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_pubsub.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_reqrep.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_security.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_socket.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_stopwatch.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_version.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_win32_shim.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_z85.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/tests/test_zmqstream.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/utils/__init__.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/utils/buffers.pxd [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/utils/compiler.json [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/utils/config.json [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/utils/constant_names.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/utils/garbage.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/utils/getpid_compat.h [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/utils/interop.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/utils/ipcmaxlen.h [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/utils/jsonapi.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/utils/monitor.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/utils/pyversion_compat.h [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/utils/sixcerpt.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/utils/strtypes.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/utils/win32.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/utils/z85.py [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/utils/zmq_compat.h [new file with mode: 0644]
scripts/external_libs/pyzmq-14.5.0/python3/ucs4/32bit/zmq/utils/zmq_constants.h [new file with mode: 0644]