Add python-eventlet package to MOS 8.0 repository
[packages/trusty/python-eventlet.git] / python-eventlet / AUTHORS
similarity index 88%
rename from eventlet/AUTHORS
rename to python-eventlet/AUTHORS
index df79f4874c720d986800465bd5c381561248ccc1..e0ab0e2aa946225c1ef09fb66cc3a92748b061db 100644 (file)
@@ -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