.. |
green
|
ssl: RecursionError on Python3.6+; Thanks to justdoit0823@github and Gevent developers
|
2017-04-04 17:31:22 +03:00 |
greenio
|
greenio: Fixed OSError: [WinError 10038] Socket operation on nonsocket
|
2017-03-07 12:35:14 +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
|
dns: EAI_NODATA was removed from RFC3493 and FreeBSD
|
2017-02-25 13:40:13 +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: 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: 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
|
event: Event.wait() timeout=None argument to be compatible with upstream CPython
|
2017-04-11 02:12:16 +03: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: log_output=False was not disabling startup and accepted messages
|
2017-04-05 23:51:23 +03:00 |