AUTHORS
CONTRIBUTING.md
LICENSE
MANIFEST.in
NEWS
README.rst
SECURITY.md
pyproject.toml
setup.cfg
setup.py
tox.ini
doc/requirements.txt
doc/source/authors.rst
doc/source/basic_usage.rst
doc/source/common.txt
doc/source/conf.py
doc/source/contribute.rst
doc/source/design_patterns.rst
doc/source/environment.rst
doc/source/examples.rst
doc/source/history.rst
doc/source/hubs.rst
doc/source/index.rst
doc/source/maintenance.rst
doc/source/modules.rst
doc/source/patching.rst
doc/source/ssl.rst
doc/source/testing.rst
doc/source/threading.rst
doc/source/zeromq.rst
doc/source/asyncio/asyncio.rst
doc/source/asyncio/compatibility.rst
doc/source/asyncio/migration.rst
doc/source/asyncio/warning.rst
doc/source/asyncio/guide/awaitlet.rst
doc/source/asyncio/guide/deprecation.rst
doc/source/asyncio/guide/glossary.rst
doc/source/images/threading_illustration.png
doc/source/modules/asyncio.rst
doc/source/modules/backdoor.rst
doc/source/modules/corolocal.rst
doc/source/modules/dagpool.rst
doc/source/modules/db_pool.rst
doc/source/modules/debug.rst
doc/source/modules/event.rst
doc/source/modules/greenpool.rst
doc/source/modules/greenthread.rst
doc/source/modules/pools.rst
doc/source/modules/queue.rst
doc/source/modules/semaphore.rst
doc/source/modules/timeout.rst
doc/source/modules/websocket.rst
doc/source/modules/wsgi.rst
doc/source/modules/zmq.rst
doc/source/reference/api/eventlet.green.OpenSSL.rst
doc/source/reference/api/eventlet.green.http.rst
doc/source/reference/api/eventlet.green.rst
doc/source/reference/api/eventlet.green.urllib.rst
doc/source/reference/api/eventlet.greenio.rst
doc/source/reference/api/eventlet.hubs.rst
doc/source/reference/api/eventlet.rst
doc/source/reference/api/eventlet.support.rst
doc/source/reference/api/eventlet.zipkin.rst
doc/source/reference/api/modules.rst
eventlet/__init__.py
eventlet/_version.py
eventlet/asyncio.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/lock.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/requires.txt
eventlet.egg-info/top_level.txt
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/asyncio_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/not_asyncio_test.py
tests/openssl_test.py
tests/os_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_infrastructure_tests.py
tests/test_server.crt
tests/test_server.key
tests/thread_test.py
tests/timeout_test.py
tests/timeout_with_statement_test.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/asyncio_correct_patching.py
tests/isolated/asyncio_dns.py
tests/isolated/asyncio_to_thread.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/hub_kqueue_unsupported.py
tests/isolated/hub_use_hub_class.py
tests/isolated/mysqldb_monkey_patch.py
tests/isolated/os_read_nonblocking.py
tests/isolated/os_write_nonblocking.py
tests/isolated/osthreads.py
tests/isolated/patcher_blocking_select_methods_are_deleted.py
tests/isolated/patcher_builtin.py
tests/isolated/patcher_existing_locks_early.py
tests/isolated/patcher_existing_locks_exception.py
tests/isolated/patcher_existing_locks_late.py
tests/isolated/patcher_existing_locks_locked.py
tests/isolated/patcher_existing_locks_preexisting.py
tests/isolated/patcher_existing_locks_unlocked.py
tests/isolated/patcher_existing_logging_module_lock.py
tests/isolated/patcher_fork_after_monkey_patch.py
tests/isolated/patcher_import_patched_defaults.py
tests/isolated/patcher_importlib_lock.py
tests/isolated/patcher_open_kwargs.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/patcher_threading_subclass_done.py
tests/isolated/patcher_threadpoolexecutor.py
tests/isolated/regular_file_readall.py
tests/isolated/socket_resolve_green.py
tests/isolated/ssl_context_version_setters.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/isolated/zero_second_sleep.py
tests/isolated/test_sub_module_in_import_patched/__init__.py
tests/isolated/test_sub_module_in_import_patched/test.py
tests/isolated/test_sub_module_in_import_patched/sample_main_module/__init__.py
tests/isolated/test_sub_module_in_import_patched/sample_main_module/sample_sub_module/__init__.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