This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
b35c488ff7b6fb9e59d5f76b40a8c570dbfbb81b
deb-python-eventlet
/
eventlet
/
hubs
History
Ryan Williams
cb7c8c0196
Added multiple-reader prevention code because it seems to be a fairly common pitfall. Also added defaults to the debug methods so you can call them no-args to reset them.
2010-03-15 21:14:41 -07:00
..
__init__.py
Slightly more efficient trampoline, ssl no longer calls fileno needlessly.
2010-03-14 23:25:01 -07:00
epolls.py
improved the epoll implementation lookup
2010-02-23 22:51:04 -05:00
hub.py
Added multiple-reader prevention code because it seems to be a fairly common pitfall. Also added defaults to the debug methods so you can call them no-args to reset them.
2010-03-15 21:14:41 -07:00
poll.py
Removed unnecessary __call__ from the hub, now everything hits cb directly.
2010-03-14 21:08:48 -07:00
pyevent.py
Restored multiple readers.
2010-03-14 20:52:24 -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
py3k - more changes.
2010-03-04 23:57:50 -05:00
twistedr.py
replace uses of eventlet.api (plus misc ws/linelen/pyflakes cleanup)
2010-02-24 22:04:56 -08:00