X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=python-eventlet%2FAUTHORS;fp=eventlet%2FAUTHORS;h=e0ab0e2aa946225c1ef09fb66cc3a92748b061db;hb=refs%2Fheads%2Fpre_1529660_master;hp=df79f4874c720d986800465bd5c381561248ccc1;hpb=376ff3bfe7071cc0793184a378c4e74508fb0d97;p=packages%2Ftrusty%2Fpython-eventlet.git diff --git a/eventlet/AUTHORS b/python-eventlet/AUTHORS similarity index 88% rename from eventlet/AUTHORS rename to python-eventlet/AUTHORS index df79f48..e0ab0e2 100644 --- a/eventlet/AUTHORS +++ b/python-eventlet/AUTHORS @@ -37,6 +37,8 @@ Contributors * Jakub Stasiak * Aldona Majorek * Victor Sergeyev +* David Szotten +* Victor Stinner Linden Lab Contributors ----------------------- @@ -96,7 +98,7 @@ Thanks To * Astrum Kuo, python3 compatibility fixes; greenthread.unlink() method * Davanum Srinivas, Python3 compatibility fixes * Dmitriy Kruglyak, PyPy 2.3 compatibility fix -* Jan Grant, Michael Kerrin, second simultaneous read (Github #94) +* Jan Grant, Michael Kerrin, second simultaneous read (GH-94) * Simon Jagoe, Python3 octal literal fix * Tushar Gohad, wsgi: Support optional headers w/ "100 Continue" responses * raylu, fixing operator precedence bug in eventlet.wsgi @@ -110,4 +112,10 @@ Thanks To * Steven Hardy * Stuart McLaren * Tomaz Muraus -* Victor Stinner +* ChangBo Guo(gcb), fixing typos in the documentation (GH-194) +* Marc Abramowitz, fixing the README so it renders correctly on PyPI (GH-183) +* Shaun Stanworth, equal chance to acquire semaphore from different greenthreads (GH-136) +* Lior Neudorfer, Make sure SSL retries are done using the exact same data buffer +* Sean Dague, wsgi: Provide python logging compatibility +* Tim Simmons, Use _socket_nodns and select in dnspython support +* Antonio Cuni, fix fd double close on PyPy