This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
9ea51df206bb669fc2aa3ca0d821494c72d7b284
deb-python-eventlet
/
eventlet
/
hubs
History
Tavis Rudd
cc73169f5b
fixed various minor issues that pyflakes complained about, removed extraneous whitespace, wrapped long lines
2010-02-24 22:09:12 -08:00
..
__init__.py
Removed needless cb closure.
2010-02-22 17:52:07 -05:00
epolls.py
improved the epoll implementation lookup
2010-02-23 22:51:04 -05:00
hub.py
fixed various minor issues that pyflakes complained about, removed extraneous whitespace, wrapped long lines
2010-02-24 22:09:12 -08:00
poll.py
Removed redundant switch impl in pyevent hub. Added more exc_clears where needed. Slightly optimized switch a bit.
2010-02-24 22:19:57 -05:00
pyevent.py
fix name scope error in remove_descriptor (plus some ws/linelen fixes)
2010-02-24 21:28:28 -08:00
selects.py
Removed redundant switch impl in pyevent hub. Added more exc_clears where needed. Slightly optimized switch a bit.
2010-02-24 22:19:57 -05:00
timer.py
Imported Timeout class from gevent, deprecated exc_after, replaced TimeoutError with Timeout (should be seamless).
2010-02-15 09:17:56 -08:00
twistedr.py
replace uses of eventlet.api (plus misc ws/linelen/pyflakes cleanup)
2010-02-24 22:04:56 -08:00