This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
5ef9bd16010d97b74cf479e2fe8e949b68036e96
deb-python-eventlet
/
eventlet
/
hubs
History
Ryan Williams
5ef9bd1601
Merge
2010-02-24 17:02:33 -05: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
changed the BaseHub timer list management to use heapq instead of bisect
2010-02-23 16:38:59 -05:00
poll.py
Improved support for monkeypatching by eliminating race conditions in eventlet's own imports of patched modules.
2010-02-17 00:05:45 -08:00
pyevent.py
Fixed silly pyevent bug.
2010-02-24 16:51:41 -05:00
selects.py
Improved support for monkeypatching by eliminating race conditions in eventlet's own imports of patched modules.
2010-02-17 00:05:45 -08: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
Fix some deprecation warnings
2010-02-23 19:51:09 -05:00