This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
c0e6b2e18ee7adbdb97c82c78fe6d0a68615af04
deb-python-eventlet
/
eventlet
/
hubs
History
Ryan Williams
f9da03b83a
Removed support for observers from hubs, because no one has used them, ever.
2010-02-13 13:04:35 -08:00
..
__init__.py
Added trampoline docs, made a note about internal APIs (and learned a bit about sphinx at the same time).
2010-01-25 15:26:38 -08:00
epolls.py
Code was correct, but only for epoll. Glad we have these tests.
2010-01-18 23:26:16 -08:00
hub.py
Removed support for observers from hubs, because no one has used them, ever.
2010-02-13 13:04:35 -08:00
poll.py
Catch IOError and OSError during poll.unregister, because conditions exist where we'll unregister twice.
2010-02-09 16:34:40 -08:00
pyevent.py
Removed the hub.closed() method because it was only helping out the selects hub. Replaced the functionality in selects with something basically the same.
2010-02-09 17:20:34 -08:00
selects.py
Silly mistake caught by continuous build.
2010-02-09 18:24:43 -08:00
twistedr.py
Removed the hub.closed() method because it was only helping out the selects hub. Replaced the functionality in selects with something basically the same.
2010-02-09 17:20:34 -08:00