deb-python-eventlet/eventlet
Sergey Shepelev f92b49f77e hubs: use monotonic clock by default (bundled package); Thanks to Roman Podoliaka and Victor Stinner
eventlet/support/monotonic.py is copied by curl from specific version on Github.
Change and run bin/pull-monotonic script to update to newer version.

https://github.com/eventlet/eventlet/pull/388
https://github.com/eventlet/eventlet/pull/303
2017-02-16 12:46:24 +03:00
..
green green.zmq: support RCVTIMEO (receive timeout) 2017-02-16 01:34:57 +03:00
greenio New timeout error API: .is_timeout=True on exception object 2017-01-10 20:49:15 +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 hubs: use monotonic clock by default (bundled package); Thanks to Roman Podoliaka and Victor Stinner 2017-02-16 12:46:24 +03:00
__init__.py New timeout error API: .is_timeout=True on exception object 2017-01-10 20:49:15 +03:00
backdoor.py Fix whitespace to conform to our linting tests 2016-01-12 09:34:04 +01:00
convenience.py convenience: listen() sets SO_REUSEPORT when available; Thanks to Zhengwei Gao 2016-10-28 01:09:40 +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.BaseConnectionPool.clear updates .current_size #139 2014-12-21 02:37:36 +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: green existing locks fail (Python3) 2016-12-01 01:34:14 +03:00
pools.py PEP-8 fixes 2014-08-27 10:21:55 +04:00
queue.py python3: Stdlib_Queue from six.moves 2015-10-13 14:50:10 +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: Unix socket address representation; Thanks to Samuel Merritt 2016-08-20 12:59:45 +05:00