Add python-eventlet package to MOS 9.0 repository
[packages/trusty/python-eventlet.git] / python-eventlet / AUTHORS
1 Maintainer (i.e., Who To Hassle If You Find Bugs)
2 -------------------------------------------------
3 Sergey Shepelev, temoto on Freenode, temotor@gmail.com
4
5 Original Authors
6 ----------------
7 * Bob Ippolito
8 * Donovan Preston
9
10 Contributors
11 ------------
12 * AG Projects
13 * Chris AtLee
14 * R\. Tyler Ballance
15 * Denis Bilenko
16 * Mike Barton
17 * Patrick Carlisle
18 * Ben Ford
19 * Andrew Godwin
20 * Brantley Harris
21 * Gregory Holt
22 * Joe Malicki
23 * Chet Murthy
24 * Eugene Oden
25 * radix
26 * Scott Robinson
27 * Tavis Rudd
28 * Sergey Shepelev
29 * Chuck Thier
30 * Nick V
31 * Daniele Varrazzo
32 * Ryan Williams
33 * Geoff Salmon
34 * Edward George
35 * Floris Bruynooghe
36 * Paul Oppenheim
37 * Jakub Stasiak
38 * Aldona Majorek
39 * Victor Sergeyev
40 * David Szotten
41 * Victor Stinner
42 * Samuel Merritt
43 * Eric Urban
44
45 Linden Lab Contributors
46 -----------------------
47 * John Beisley
48 * Tess Chu
49 * Nat Goodspeed
50 * Dave Kaprielian
51 * Kartic Krishnamurthy
52 * Bryan O'Sullivan
53 * Kent Quirk
54 * Ryan Williams
55
56 Thanks To
57 ---------
58 * AdamKG, giving the hint that invalid argument errors were introduced post-0.9.0
59 * Luke Tucker, bug report regarding wsgi + webob
60 * Taso Du Val, reproing an exception squelching bug, saving children's lives  ;-)
61 * Luci Stanescu, for reporting twisted hub bug
62 * Marcus Cavanaugh, for test case code that has been incredibly useful in tracking down bugs
63 * Brian Brunswick, for many helpful questions and suggestions on the mailing list
64 * Cesar Alaniz, for uncovering bugs of great import
65 * the grugq, for contributing patches, suggestions, and use cases
66 * Ralf Schmitt, for wsgi/webob incompatibility bug report and suggested fix
67 * Benoit Chesneau, bug report on green.os and patch to fix it
68 * Slant, better iterator implementation in tpool
69 * Ambroff, nice pygtk hub example
70 * Michael Carter, websocket patch to improve location handling
71 * Marcin Bachry, nice repro of a bug and good diagnosis leading to the fix
72 * David Ziegler, reporting issue #53
73 * Favo Yang, twisted hub patch
74 * Schmir, patch that fixes readline method with chunked encoding in wsgi.py, advice on patcher
75 * Slide, for open-sourcing gogreen
76 * Holger Krekel, websocket example small fix
77 * mikepk, debugging MySQLdb/tpool issues
78 * Malcolm Cleaton, patch for Event exception handling
79 * Alexey Borzenkov, for finding and fixing issues with Windows error detection (#66, #69), reducing dependencies in zeromq hub (#71)
80 * Anonymous, finding and fixing error in websocket chat example (#70)
81 * Edward George, finding and fixing an issue in the [e]poll hubs (#74), and in convenience (#86)
82 * Ruijun Luo, figuring out incorrect openssl import for wrap_ssl (#73)
83 * rfk, patch to get green zmq to respect noblock flag.
84 * Soren Hansen, finding and fixing issue in subprocess (#77)
85 * Stefano Rivera, making tests pass in absence of postgres (#78)
86 * Joshua Kwan, fixing busy-wait in eventlet.green.ssl.
87 * Nick Vatamaniuc, Windows SO_REUSEADDR patch (#83)
88 * Clay Gerrard, wsgi handle socket closed by client (#95)
89 * Eric Windisch, zmq getsockopt(EVENTS) wake correct threads (pull request 22)
90 * Raymond Lu, fixing busy-wait in eventlet.green.ssl.socket.sendall()
91 * Thomas Grainger, webcrawler example small fix, "requests" library import bug report, Travis integration
92 * Peter Portante, save syscalls in socket.dup(), environ[REMOTE_PORT] in wsgi
93 * Peter Skirko, fixing socket.settimeout(0) bug
94 * Derk Tegeler, Pre-cache proxied GreenSocket methods (Bitbucket #136)
95 * David Malcolm, optional "timeout" argument to the subprocess module (Bitbucket #89)
96 * David Goetz, wsgi: Allow minimum_chunk_size to be overriden on a per request basis
97 * Dmitry Orlov, websocket: accept Upgrade: websocket (lowercase)
98 * Zhang Hua, profile: accumulate results between runs (Bitbucket #162)
99 * Astrum Kuo, python3 compatibility fixes; greenthread.unlink() method
100 * Davanum Srinivas, Python3 compatibility fixes
101 * Dmitriy Kruglyak, PyPy 2.3 compatibility fix
102 * Jan Grant, Michael Kerrin, second simultaneous read (GH-94)
103 * Simon Jagoe, Python3 octal literal fix
104 * Tushar Gohad, wsgi: Support optional headers w/ "100 Continue" responses
105 * raylu, fixing operator precedence bug in eventlet.wsgi
106 * Christoph Gysin, PEP 8 conformance
107 * Andrey Gubarev
108 * Corey Wright
109 * Deva
110 * Johannes Erdfelt
111 * Kevin
112 * QthCN
113 * Steven Hardy
114 * Stuart McLaren
115 * Tomaz Muraus
116 * ChangBo Guo(gcb), fixing typos in the documentation (GH-194)
117 * Marc Abramowitz, fixing the README so it renders correctly on PyPI (GH-183)
118 * Shaun Stanworth, equal chance to acquire semaphore from different greenthreads (GH-136)
119 * Lior Neudorfer, Make sure SSL retries are done using the exact same data buffer
120 * Sean Dague, wsgi: Provide python logging compatibility
121 * Tim Simmons, Use _socket_nodns and select in dnspython support
122 * Antonio Cuni, fix fd double close on PyPy
123 * Seyeong Kim
124 * Ihar Hrachyshka
125 * Janusz Harkot
126 * Fukuchi Daisuke
127 * Ramakrishnan G
128 * ashutosh-mishra
129 * Azhar Hussain
130 * Josh VanderLinden
131 * Levente Polyak
132 * Phus Lu