This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
133253e6b32de1ea0a80473884d67a08056ef5a2
deb-python-eventlet
/
eventlet
/
hubs
History
R. Tyler Ballance
22a6049afe
Merging rdw's blocking detector changes with my own
2010-06-24 13:49:03 -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
Add support for the itimer module with blocking detection
2010-06-24 13:47:38 -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
replace uses of eventlet.api (plus misc ws/linelen/pyflakes cleanup)
2010-02-24 22:04:56 -08:00