This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
219dda9fa0f223d74bae98c05f0331180b262010
deb-python-eventlet
/
eventlet
/
hubs
History
Ryan Williams
ba6960d141
Fixes
#74
, removing filenos from the hub when they raise a value error, thanks to Edward George for the repro and fix.
2011-01-23 17:31:43 -08: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
Merge from trunk
2010-12-04 23:16:04 +00:00
poll.py
Fixes
#74
, removing filenos from the hub when they raise a value error, thanks to Edward George for the repro and fix.
2011-01-23 17:31:43 -08: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
Fixes
#66
. Not super-happy that it doesn't work in epoll, but haven't cracked that nut yet.
2010-11-20 17:53:38 -08: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
zeromq.py
Ha ha, importing patch from
#71
(thanks, Alexey, and fixing up the AUTHORS.
2010-12-20 18:08:00 -08:00