deb-python-eventlet/eventlet/greenio
Sergey Shepelev 54be7593ab New timeout error API: .is_timeout=True on exception object
Please use eventlet.is_timeout(ex) or getattr(ex, 'is_timeout', False)
instead of searching substrings in exception message.

https://github.com/eventlet/eventlet/pull/346
2017-01-10 20:49:15 +03:00
..
__init__.py Python 3 compat: Fix all Travis test failures 2015-02-13 08:52:54 +01:00
base.py New timeout error API: .is_timeout=True on exception object 2017-01-10 20:49:15 +03:00
py2.py greenio: Fix missing bufsize parameter for GreenPipe 2016-01-11 22:05:46 +01:00
py3.py greenio: only trampoline when we block 2016-07-01 14:29:16 +05:00