This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
d3bdee431c5cd38ad010a4466aebfb42e7935c3f
deb-python-eventlet
/
eventlet
/
hubs
History
Ryan Williams
4cfaf65d79
Adding exc_clear to hub.switch, since things don't like it when exceptions from other coroutines get up in their thing.
2010-02-14 18:33:03 -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
Adding exc_clear to hub.switch, since things don't like it when exceptions from other coroutines get up in their thing.
2010-02-14 18:33:03 -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
timer.py
Moved timer to hubs package, since that's almost all of its usage.
2010-02-13 18:58:35 -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