This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
d5403dc9637b85a04c1bc2ddebdf7c1bec16bf26
deb-python-eventlet
/
eventlet
/
hubs
History
Ryan Williams
8e1a262fcc
Fix blocking detector for cases that don't have the itimer module installed.
2010-08-28 16:04:58 -07:00
..
__init__.py
Removed circular import in twistedr.py, and Eventlet stops using the Twisted hub by default if Twisted has been imported.
2010-08-17 11:05:43 -07:00
epolls.py
Added do_poll method to poll hubs so that the APis get handed the appropriate flavor of timeout. Thanks to redbo for tracking this down.
2010-04-19 23:53:07 -07:00
hub.py
Fix blocking detector for cases that don't have the itimer module installed.
2010-08-28 16:04:58 -07:00
poll.py
Removed duplicate code.
2010-06-24 13:41:07 -07:00
pyevent.py
Removed undocumented stop() method from hub it's the same as abort(True). Fixed pyevent test failures and broken import that I somehow earlier missed.
2010-05-05 23:14:14 -07:00
selects.py
Removed unnecessary __call__ from the hub, now everything hits cb directly.
2010-03-14 21:08:48 -07:00
timer.py
Removed timer_finished method, as it was unused.
2010-05-06 11:06:14 -07:00
twistedr.py
Removed circular import in twistedr.py, and Eventlet stops using the Twisted hub by default if Twisted has been imported.
2010-08-17 11:05:43 -07:00