This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
22f2f5232d13668f88090124f09ea5053e80c68f
deb-python-eventlet
/
eventlet
/
hubs
History
Johannes Erdfelt
36d82dc2b9
Import errno so the exception handler works
2012-06-27 17:43:53 +00: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
Import errno so the exception handler works
2012-06-27 17:43:53 +00: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