This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
6f73e6668c75f98f53b0beafbbe3870d42a69e31
deb-python-eventlet
/
eventlet
/
hubs
History
Zed Shaw
6f811879e8
Initial implementation of hubless zeromq support using ZMQ_FD and ZMQ_EVENTS.
2011-04-08 14:14:45 -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
Ignoring EEXIST in epoll hub on register. Should
fix
#80
.
2011-04-02 17:16: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