AUTHORS
LICENSE
MANIFEST.in
NEWS
README.rst
setup.cfg
setup.py
benchmarks/__init__.py
benchmarks/localhost_socket.py
benchmarks/spawn.py
doc/Makefile
doc/authors.rst
doc/basic_usage.rst
doc/common.txt
doc/conf.py
doc/design_patterns.rst
doc/environment.rst
doc/examples.rst
doc/history.rst
doc/hubs.rst
doc/index.rst
doc/modules.rst
doc/patching.rst
doc/ssl.rst
doc/testing.rst
doc/threading.rst
doc/zeromq.rst
doc/images/threading_illustration.png
doc/modules/backdoor.rst
doc/modules/corolocal.rst
doc/modules/dagpool.rst
doc/modules/db_pool.rst
doc/modules/debug.rst
doc/modules/event.rst
doc/modules/greenpool.rst
doc/modules/greenthread.rst
doc/modules/pools.rst
doc/modules/queue.rst
doc/modules/semaphore.rst
doc/modules/timeout.rst
doc/modules/websocket.rst
doc/modules/wsgi.rst
doc/modules/zmq.rst
eventlet/__init__.py
eventlet/backdoor.py
eventlet/convenience.py
eventlet/corolocal.py
eventlet/coros.py
eventlet/dagpool.py
eventlet/db_pool.py
eventlet/debug.py
eventlet/event.py
eventlet/greenpool.py
eventlet/greenthread.py
eventlet/patcher.py
eventlet/pools.py
eventlet/queue.py
eventlet/semaphore.py
eventlet/timeout.py
eventlet/tpool.py
eventlet/websocket.py
eventlet/wsgi.py
eventlet.egg-info/PKG-INFO
eventlet.egg-info/SOURCES.txt
eventlet.egg-info/dependency_links.txt
eventlet.egg-info/not-zip-safe
eventlet.egg-info/requires.txt
eventlet.egg-info/top_level.txt
eventlet/green/BaseHTTPServer.py
eventlet/green/CGIHTTPServer.py
eventlet/green/MySQLdb.py
eventlet/green/Queue.py
eventlet/green/SimpleHTTPServer.py
eventlet/green/SocketServer.py
eventlet/green/__init__.py
eventlet/green/_socket_nodns.py
eventlet/green/asynchat.py
eventlet/green/asyncore.py
eventlet/green/builtin.py
eventlet/green/ftplib.py
eventlet/green/httplib.py
eventlet/green/os.py
eventlet/green/profile.py
eventlet/green/select.py
eventlet/green/selectors.py
eventlet/green/socket.py
eventlet/green/ssl.py
eventlet/green/subprocess.py
eventlet/green/thread.py
eventlet/green/threading.py
eventlet/green/time.py
eventlet/green/urllib2.py
eventlet/green/zmq.py
eventlet/green/OpenSSL/SSL.py
eventlet/green/OpenSSL/__init__.py
eventlet/green/OpenSSL/crypto.py
eventlet/green/OpenSSL/tsafe.py
eventlet/green/OpenSSL/version.py
eventlet/green/http/__init__.py
eventlet/green/http/client.py
eventlet/green/http/cookiejar.py
eventlet/green/http/cookies.py
eventlet/green/http/server.py
eventlet/green/urllib/__init__.py
eventlet/green/urllib/error.py
eventlet/green/urllib/parse.py
eventlet/green/urllib/request.py
eventlet/green/urllib/response.py
eventlet/greenio/__init__.py
eventlet/greenio/base.py
eventlet/greenio/py2.py
eventlet/greenio/py3.py
eventlet/hubs/__init__.py
eventlet/hubs/epolls.py
eventlet/hubs/hub.py
eventlet/hubs/kqueue.py
eventlet/hubs/poll.py
eventlet/hubs/pyevent.py
eventlet/hubs/selects.py
eventlet/hubs/timer.py
eventlet/support/__init__.py
eventlet/support/greendns.py
eventlet/support/greenlets.py
eventlet/support/psycopg2_patcher.py
eventlet/support/pylib.py
eventlet/support/stacklesspypys.py
eventlet/support/stacklesss.py
eventlet/zipkin/__init__.py
eventlet/zipkin/api.py
eventlet/zipkin/client.py
eventlet/zipkin/greenthread.py
eventlet/zipkin/http.py
eventlet/zipkin/log.py
eventlet/zipkin/patcher.py
eventlet/zipkin/wsgi.py
eventlet/zipkin/_thrift/__init__.py
eventlet/zipkin/_thrift/zipkinCore/__init__.py
eventlet/zipkin/_thrift/zipkinCore/constants.py
eventlet/zipkin/_thrift/zipkinCore/ttypes.py
examples/chat_bridge.py
examples/chat_server.py
examples/connect.py
examples/distributed_websocket_chat.py
examples/echoserver.py
examples/feedscraper-testclient.py
examples/feedscraper.py
examples/forwarder.py
examples/producer_consumer.py
examples/recursive_crawler.py
examples/webcrawler.py
examples/websocket.html
examples/websocket.py
examples/websocket_chat.html
examples/websocket_chat.py
examples/wsgi.py
examples/zmq_chat.py
examples/zmq_simple.py
tests/__init__.py
tests/api_test.py
tests/backdoor_test.py
tests/convenience_test.py
tests/dagpool_test.py
tests/db_pool_test.py
tests/debug_test.py
tests/env_test.py
tests/event_test.py
tests/green_http_test.py
tests/green_profile_test.py
tests/green_select_test.py
tests/greendns_test.py
tests/greenio_test.py
tests/greenpool_test.py
tests/greenthread_test.py
tests/hub_test.py
tests/mock.py
tests/mysqldb_test.py
tests/nosewrapper.py
tests/openssl_test.py
tests/parse_results.py
tests/patcher_psycopg_test.py
tests/patcher_test.py
tests/pools_test.py
tests/queue_test.py
tests/semaphore_test.py
tests/socket_test.py
tests/ssl_test.py
tests/subprocess_test.py
tests/test__event.py
tests/test__greenness.py
tests/test__refcount.py
tests/test__socket_errors.py
tests/test_server.crt
tests/test_server.key
tests/thread_test.py
tests/timeout_test.py
tests/timeout_test_with_statement.py
tests/timer_test.py
tests/tpool_test.py
tests/websocket_new_test.py
tests/websocket_test.py
tests/wsgi_test.py
tests/zmq_test.py
tests/isolated/__init__.py
tests/isolated/env_tpool_negative.py
tests/isolated/env_tpool_size.py
tests/isolated/env_tpool_zero.py
tests/isolated/green_http_doesnt_change_original_module.py
tests/isolated/green_httplib_doesnt_change_original_module.py
tests/isolated/green_ssl_py36_properties.py
tests/isolated/greendns_from_address_203.py
tests/isolated/greendns_import_rdtypes_then_eventlet.py
tests/isolated/greenio_double_close_219.py
tests/isolated/hub_fork.py
tests/isolated/hub_fork_simple.py
tests/isolated/mysqldb_monkey_patch.py
tests/isolated/patcher_blocking_select_methods_are_deleted.py
tests/isolated/patcher_existing_locks_early.py
tests/isolated/patcher_existing_locks_late.py
tests/isolated/patcher_existing_locks_locked.py
tests/isolated/patcher_existing_locks_unlocked.py
tests/isolated/patcher_import_patched_defaults.py
tests/isolated/patcher_importlib_lock.py
tests/isolated/patcher_socketserver_selectors.py
tests/isolated/patcher_threading_condition.py
tests/isolated/patcher_threading_current.py
tests/isolated/patcher_threading_join.py
tests/isolated/regular_file_readall.py
tests/isolated/socket_resolve_green.py
tests/isolated/subprocess_exception_identity.py
tests/isolated/subprocess_patched_communicate.py
tests/isolated/tpool_exception_leak.py
tests/isolated/tpool_isolate_socket_default_timeout.py
tests/isolated/wsgi_connection_timeout.py
tests/manual/__init__.py
tests/manual/greenio_memtest.py
tests/manual/regress-226-unpatched-ssl.py
tests/manual/websocket-gunicorn.py
tests/patcher/__init__.py
tests/patcher/shared1.py
tests/patcher/shared_import_socket.py
tests/stdlib/all.py
tests/stdlib/all_modules.py
tests/stdlib/all_monkey.py
tests/stdlib/test_SimpleHTTPServer.py
tests/stdlib/test_asynchat.py
tests/stdlib/test_asyncore.py
tests/stdlib/test_ftplib.py
tests/stdlib/test_httplib.py
tests/stdlib/test_httpservers.py
tests/stdlib/test_os.py
tests/stdlib/test_queue.py
tests/stdlib/test_select.py
tests/stdlib/test_socket.py
tests/stdlib/test_socket_ssl.py
tests/stdlib/test_socketserver.py
tests/stdlib/test_ssl.py
tests/stdlib/test_subprocess.py
tests/stdlib/test_thread.py
tests/stdlib/test_thread__boundedsem.py
tests/stdlib/test_threading.py
tests/stdlib/test_threading_local.py
tests/stdlib/test_timeout.py
tests/stdlib/test_urllib.py
tests/stdlib/test_urllib2.py
tests/stdlib/test_urllib2_localnet.py