This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
74587e60b404aaea40909a697e1e1387206fcbbd
deb-python-eventlet
/
eventlet
/
hubs
History
Ryan Williams
441f72f408
Moved get_hub, use_hub, get_default_hub to eventlet.hubs. This is a step in the direction of better factoring and fewer circular-ish dependencies.
2009-12-17 10:37:59 -08:00
..
__init__.py
Moved get_hub, use_hub, get_default_hub to eventlet.hubs. This is a step in the direction of better factoring and fewer circular-ish dependencies.
2009-12-17 10:37:59 -08:00
epolls.py
Added epoll support, should improve performance on systems that support it.
2009-12-15 14:15:55 -08:00
hub.py
Finally, some peace and quiet around here. :-)
2009-12-06 19:20:45 -08:00
poll.py
Added epoll support, should improve performance on systems that support it.
2009-12-15 14:15:55 -08:00
pyevent.py
Renamed libevent hub to pyevent.
2009-12-16 22:40:10 -08:00
selects.py
Tweaked trampoline_timeout because Windows assumes that sockets that are not in the middle of accepting are invalid.
2009-12-04 17:12:13 -08:00
twistedr.py
Fix for twistedhub incompatibility. Added the stdlib select test, which uncovered a few more minor issues. Thanks to Luci Stanescu for the bug report.
2009-10-30 14:23:57 -07:00