This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
3d54bd0cf9becf5cf400fbce58effeaeec05accd
deb-python-eventlet
/
eventlet
/
hubs
History
Denis Bilenko
8524102547
remove a number of unused imports from eventlet/hubs
2009-06-08 15:43:08 +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
remove a number of unused imports from eventlet/hubs
2009-06-08 15:43:08 +07:00
libevent.py
remove a number of unused imports from eventlet/hubs
2009-06-08 15:43:08 +07:00
nginx.py
fixed nginx hub not to call wrap_socket
2008-11-25 00:14:19 +06:00
poll.py
remove a number of unused imports from eventlet/hubs
2009-06-08 15:43:08 +07:00
selects.py
remove a number of unused imports from eventlet/hubs
2009-06-08 15:43:08 +07: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