This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
a0c8c7c57a63e55d345591e3efc02ea3d99179e3
deb-python-eventlet
/
eventlet
/
hubs
History
Ryan Williams
2f62137e89
Removed exc_greenlet from the hubs and the waiters_by_greenlet dict that was needed to support that functionality because the try/finally around hub.switch in trampoline does the right thing already. Added a unit test to verify that this still works.
2009-05-17 19:27:14 -07:00
..
__init__.py
__init__.py restored
2008-07-29 13:10:10 -07:00
hub.py
Removed exc_greenlet from the hubs and the waiters_by_greenlet dict that was needed to support that functionality because the try/finally around hub.switch in trampoline does the right thing already. Added a unit test to verify that this still works.
2009-05-17 19:27:14 -07:00
libev.py
Removed exc_greenlet from the hubs and the waiters_by_greenlet dict that was needed to support that functionality because the try/finally around hub.switch in trampoline does the right thing already. Added a unit test to verify that this still works.
2009-05-17 19:27:14 -07:00
libevent.py
Removed exc_greenlet from the hubs and the waiters_by_greenlet dict that was needed to support that functionality because the try/finally around hub.switch in trampoline does the right thing already. Added a unit test to verify that this still works.
2009-05-17 19:27:14 -07:00
nginx.py
fixed nginx hub not to call wrap_socket
2008-11-25 00:14:19 +06:00
poll.py
converted eventlet to use greenlet's switch and throw methods instead of greenlib.switch; greenlib is not used anymore.
2008-11-24 14:30:42 +06:00
selects.py
Rename the eventlet.support.greenlet module to greenlets to avoid clashing with the pypi greenlet distribution; support the pypi greenlet distribution; port httpc_test to use wsgi instead of httpd; add channel back in because I couldn't get pool to work properly with queue yet
2008-12-29 16:10:34 -08:00
twistedr.py
Removed exc_greenlet from the hubs and the waiters_by_greenlet dict that was needed to support that functionality because the try/finally around hub.switch in trampoline does the right thing already. Added a unit test to verify that this still works.
2009-05-17 19:27:14 -07:00