This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
172d46b25df8e11ac81b95b6f7bc21847f263afe
deb-python-eventlet
/
eventlet
/
hubs
History
Ryan Williams
dba52d1fec
Hub selection via environment variable obviates the need for the eventlethub. Fixed up docs to refer to it.
2010-02-21 14:23:20 -05:00
..
__init__.py
Hub selection via environment variable obviates the need for the eventlethub. Fixed up docs to refer to it.
2010-02-21 14:23:20 -05:00
epolls.py
Improved support for monkeypatching by eliminating race conditions in eventlet's own imports of patched modules.
2010-02-17 00:05:45 -08:00
hub.py
Improved support for monkeypatching by eliminating race conditions in eventlet's own imports of patched modules.
2010-02-17 00:05:45 -08:00
poll.py
Improved support for monkeypatching by eliminating race conditions in eventlet's own imports of patched modules.
2010-02-17 00:05:45 -08:00
pyevent.py
Improved support for monkeypatching by eliminating race conditions in eventlet's own imports of patched modules.
2010-02-17 00:05:45 -08:00
selects.py
Improved support for monkeypatching by eliminating race conditions in eventlet's own imports of patched modules.
2010-02-17 00:05:45 -08:00
timer.py
Imported Timeout class from gevent, deprecated exc_after, replaced TimeoutError with Timeout (should be seamless).
2010-02-15 09:17:56 -08:00
twistedr.py
Removed the hub.closed() method because it was only helping out the selects hub. Replaced the functionality in selects with something basically the same.
2010-02-09 17:20:34 -08:00