Adjust the package revision; no actual code changes
[packages/trusty/python-eventlet.git] / eventlet / eventlet.egg-info / SOURCES.txt
1 AUTHORS
2 LICENSE
3 MANIFEST.in
4 NEWS
5 README.rst
6 README.twisted
7 setup.cfg
8 setup.py
9 doc/Makefile
10 doc/authors.rst
11 doc/basic_usage.rst
12 doc/common.txt
13 doc/conf.py
14 doc/design_patterns.rst
15 doc/environment.rst
16 doc/examples.rst
17 doc/history.rst
18 doc/hubs.rst
19 doc/index.rst
20 doc/modules.rst
21 doc/patching.rst
22 doc/ssl.rst
23 doc/testing.rst
24 doc/threading.rst
25 doc/zeromq.rst
26 doc/images/threading_illustration.png
27 doc/modules/backdoor.rst
28 doc/modules/corolocal.rst
29 doc/modules/db_pool.rst
30 doc/modules/debug.rst
31 doc/modules/event.rst
32 doc/modules/greenpool.rst
33 doc/modules/greenthread.rst
34 doc/modules/pools.rst
35 doc/modules/queue.rst
36 doc/modules/semaphore.rst
37 doc/modules/timeout.rst
38 doc/modules/websocket.rst
39 doc/modules/wsgi.rst
40 doc/modules/zmq.rst
41 eventlet/__init__.py
42 eventlet/api.py
43 eventlet/backdoor.py
44 eventlet/convenience.py
45 eventlet/corolocal.py
46 eventlet/coros.py
47 eventlet/db_pool.py
48 eventlet/debug.py
49 eventlet/event.py
50 eventlet/greenio.py
51 eventlet/greenpool.py
52 eventlet/greenthread.py
53 eventlet/patcher.py
54 eventlet/pool.py
55 eventlet/pools.py
56 eventlet/proc.py
57 eventlet/processes.py
58 eventlet/queue.py
59 eventlet/semaphore.py
60 eventlet/timeout.py
61 eventlet/tpool.py
62 eventlet/util.py
63 eventlet/websocket.py
64 eventlet/wsgi.py
65 eventlet.egg-info/PKG-INFO
66 eventlet.egg-info/SOURCES.txt
67 eventlet.egg-info/dependency_links.txt
68 eventlet.egg-info/not-zip-safe
69 eventlet.egg-info/requires.txt
70 eventlet.egg-info/top_level.txt
71 eventlet/green/BaseHTTPServer.py
72 eventlet/green/CGIHTTPServer.py
73 eventlet/green/MySQLdb.py
74 eventlet/green/Queue.py
75 eventlet/green/SimpleHTTPServer.py
76 eventlet/green/SocketServer.py
77 eventlet/green/__init__.py
78 eventlet/green/_socket_nodns.py
79 eventlet/green/asynchat.py
80 eventlet/green/asyncore.py
81 eventlet/green/builtin.py
82 eventlet/green/ftplib.py
83 eventlet/green/httplib.py
84 eventlet/green/os.py
85 eventlet/green/profile.py
86 eventlet/green/select.py
87 eventlet/green/socket.py
88 eventlet/green/ssl.py
89 eventlet/green/subprocess.py
90 eventlet/green/thread.py
91 eventlet/green/threading.py
92 eventlet/green/time.py
93 eventlet/green/urllib.py
94 eventlet/green/urllib2.py
95 eventlet/green/zmq.py
96 eventlet/green/OpenSSL/SSL.py
97 eventlet/green/OpenSSL/__init__.py
98 eventlet/green/OpenSSL/crypto.py
99 eventlet/green/OpenSSL/rand.py
100 eventlet/green/OpenSSL/tsafe.py
101 eventlet/green/OpenSSL/version.py
102 eventlet/hubs/__init__.py
103 eventlet/hubs/epolls.py
104 eventlet/hubs/hub.py
105 eventlet/hubs/kqueue.py
106 eventlet/hubs/poll.py
107 eventlet/hubs/pyevent.py
108 eventlet/hubs/selects.py
109 eventlet/hubs/timer.py
110 eventlet/hubs/twistedr.py
111 eventlet/support/__init__.py
112 eventlet/support/greendns.py
113 eventlet/support/greenlets.py
114 eventlet/support/psycopg2_patcher.py
115 eventlet/support/pylib.py
116 eventlet/support/six.py
117 eventlet/support/stacklesspypys.py
118 eventlet/support/stacklesss.py
119 eventlet/twistedutil/__init__.py
120 eventlet/twistedutil/join_reactor.py
121 eventlet/twistedutil/protocol.py
122 eventlet/twistedutil/protocols/__init__.py
123 eventlet/twistedutil/protocols/basic.py
124 examples/chat_bridge.py
125 examples/chat_server.py
126 examples/connect.py
127 examples/distributed_websocket_chat.py
128 examples/echoserver.py
129 examples/feedscraper-testclient.py
130 examples/feedscraper.py
131 examples/forwarder.py
132 examples/producer_consumer.py
133 examples/recursive_crawler.py
134 examples/webcrawler.py
135 examples/websocket.html
136 examples/websocket.py
137 examples/websocket_chat.html
138 examples/websocket_chat.py
139 examples/wsgi.py
140 examples/zmq_chat.py
141 examples/zmq_simple.py
142 examples/twisted/twisted_client.py
143 examples/twisted/twisted_http_proxy.py
144 examples/twisted/twisted_portforward.py
145 examples/twisted/twisted_server.py
146 examples/twisted/twisted_srvconnector.py
147 examples/twisted/twisted_xcap_proxy.py
148 tests/__init__.py
149 tests/api_test.py
150 tests/backdoor_test.py
151 tests/convenience_test.py
152 tests/db_pool_test.py
153 tests/debug_test.py
154 tests/env_test.py
155 tests/event_test.py
156 tests/fork_test.py
157 tests/greendns_test.py
158 tests/greenio_test.py
159 tests/greenpipe_test_with_statement.py
160 tests/greenpool_test.py
161 tests/greenthread_test.py
162 tests/hub_test.py
163 tests/hub_test_fork.py
164 tests/mock.py
165 tests/mysqldb_test.py
166 tests/mysqldb_test_monkey_patch.py
167 tests/nosewrapper.py
168 tests/parse_results.py
169 tests/patcher_psycopg_test.py
170 tests/patcher_test.py
171 tests/pools_test.py
172 tests/processes_test.py
173 tests/queue_test.py
174 tests/semaphore_test.py
175 tests/ssl_test.py
176 tests/subprocess_test.py
177 tests/test__coros_queue.py
178 tests/test__event.py
179 tests/test__greenness.py
180 tests/test__pool.py
181 tests/test__proc.py
182 tests/test__refcount.py
183 tests/test__socket_errors.py
184 tests/test__twistedutil.py
185 tests/test__twistedutil_protocol.py
186 tests/test_server.crt
187 tests/test_server.key
188 tests/thread_test.py
189 tests/timeout_test.py
190 tests/timeout_test_with_statement.py
191 tests/timer_test.py
192 tests/tpool_test.py
193 tests/websocket_new_test.py
194 tests/websocket_test.py
195 tests/wsgi_test.py
196 tests/wsgi_test_conntimeout.py
197 tests/zmq_test.py
198 tests/manual/__init__.py
199 tests/manual/greenio_memtest.py
200 tests/stdlib/all.py
201 tests/stdlib/all_modules.py
202 tests/stdlib/all_monkey.py
203 tests/stdlib/test_SimpleHTTPServer.py
204 tests/stdlib/test_asynchat.py
205 tests/stdlib/test_asyncore.py
206 tests/stdlib/test_ftplib.py
207 tests/stdlib/test_httplib.py
208 tests/stdlib/test_httpservers.py
209 tests/stdlib/test_os.py
210 tests/stdlib/test_queue.py
211 tests/stdlib/test_select.py
212 tests/stdlib/test_socket.py
213 tests/stdlib/test_socket_ssl.py
214 tests/stdlib/test_socketserver.py
215 tests/stdlib/test_ssl.py
216 tests/stdlib/test_subprocess.py
217 tests/stdlib/test_thread.py
218 tests/stdlib/test_thread__boundedsem.py
219 tests/stdlib/test_threading.py
220 tests/stdlib/test_threading_local.py
221 tests/stdlib/test_timeout.py
222 tests/stdlib/test_urllib.py
223 tests/stdlib/test_urllib2.py
224 tests/stdlib/test_urllib2_localnet.py