This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
392682b8fa2fd2bdd9c5bd5b6ec84cae5ef5526f
deb-python-eventlet
/
eventlet
/
hubs
History
Ryan Williams
4353de6e85
Fixed behavior on suspend, thanks to Michael Carter for identifying the problem.
2010-05-25 12:03:18 -07:00
..
__init__.py
Slightly more efficient trampoline, ssl no longer calls fileno needlessly.
2010-03-14 23:25:01 -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
Included next_timers in the cleanup, thanks to redbo's suggestion.
2010-05-06 23:29:24 -07:00
poll.py
Fixed behavior on suspend, thanks to Michael Carter for identifying the problem.
2010-05-25 12:03:18 -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
replace uses of eventlet.api (plus misc ws/linelen/pyflakes cleanup)
2010-02-24 22:04:56 -08:00