deb-python-eventlet/eventlet
Sergey Shepelev 5859479208 green.subprocess: keep CalledProcessError identity; Thanks to Linbing@github
https://github.com/eventlet/eventlet/issues/413
2017-07-02 12:10:29 +03:00
..
green green.subprocess: keep CalledProcessError identity; Thanks to Linbing@github 2017-07-02 12:10:29 +03:00
greenio Issue #405: GreenSocket.accept does not notify_open (#406) 2017-04-17 12:04:26 +03:00
hubs hubs: use monotonic clock by default (bundled package); Thanks to Roman Podoliaka and Victor Stinner 2017-02-16 12:46:24 +03:00
support greendns: be explicit about expecting bytes from sock.recv 2017-04-12 12:19:01 +03:00
zipkin New feature: Add zipkin tracing to eventlet 2017-03-17 22:42:27 +03:00
__init__.py v0.21.0 release 2017-04-06 01:31:08 +03:00
backdoor.py Fix whitespace to conform to our linting tests 2016-01-12 09:34:04 +01:00
convenience.py convenience: SO_REUSEPORT is not available on WSL platform (Linux on Windows) 2017-06-02 20:43:23 +03:00
corolocal.py PEP-8 fixes 2014-08-27 10:21:55 +04:00
coros.py Remove most of the deprecated code 2014-10-10 08:53:11 +01:00
dagpool.py dagpool: PropagateError was not compatible with pickle 2016-12-04 22:55:58 +03:00
db_pool.py db_pool: proxy Connection.set_isolation_level() 2017-02-25 23:02:19 +03:00
debug.py python3 compat: remove lots of Python 2.5 and earlier dependent code; use print() function syntax 2013-12-03 22:36:29 +04:00
event.py Fix typos detected by toolkit misspellings 2015-02-07 16:41:47 +01:00
greenpool.py Type check Semaphore, GreenPool arguments; Thanks to Matthew D. Pagel 2016-12-23 02:10:07 +03:00
greenthread.py New timeout error API: .is_timeout=True on exception object 2017-01-10 20:49:15 +03:00
patcher.py patcher: set locked RLocks' owner only when patching existing locks 2017-05-10 19:32:43 -07:00
pools.py PEP-8 fixes 2014-08-27 10:21:55 +04:00
queue.py queue: empty except was catching too much 2017-04-26 01:20:37 +03:00
semaphore.py Type check Semaphore, GreenPool arguments; Thanks to Matthew D. Pagel 2016-12-23 02:10:07 +03:00
timeout.py New timeout error API: .is_timeout=True on exception object 2017-01-10 20:49:15 +03:00
tpool.py tpool: isolate internal socket from default timeout; Thanks to Alex Villacís Lasso 2016-08-10 11:23:54 +05:00
websocket.py websocket: support Gunicorn environ['gunicorn.socket'] 2016-07-06 18:53:53 +05:00
wsgi.py wsgi: close idle connections (also applies to websockets) 2017-04-30 20:56:40 +03:00