This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
fc10c6cc4c29ace7f530538293470aee83b18c97
deb-python-eventlet
/
eventlet
/
hubs
History
Edward George
7e6db36e0a
make BaseHub.get_timers_count() return sum of timers+next_timers rather than max()
2010-02-28 16:01:05 +00: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
make BaseHub.get_timers_count() return sum of timers+next_timers rather than max()
2010-02-28 16:01:05 +00:00
poll.py
New eventlet.common module to create version-neutral layer. For now only get_errno added there.
2010-02-28 14:53:07 -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
Added clear_sysy_exc_info to eventlet.common.
2010-02-28 15:18:30 -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