Adjust the package revision; no actual code changes
[packages/trusty/python-eventlet.git] / 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
41 Linden Lab Contributors
42 -----------------------
43 * John Beisley
44 * Tess Chu
45 * Nat Goodspeed
46 * Dave Kaprielian
47 * Kartic Krishnamurthy
48 * Bryan O'Sullivan
49 * Kent Quirk
50 * Ryan Williams
51
52 Thanks To
53 ---------
54 * AdamKG, giving the hint that invalid argument errors were introduced post-0.9.0
55 * Luke Tucker, bug report regarding wsgi + webob
56 * Taso Du Val, reproing an exception squelching bug, saving children's lives  ;-)
57 * Luci Stanescu, for reporting twisted hub bug
58 * Marcus Cavanaugh, for test case code that has been incredibly useful in tracking down bugs
59 * Brian Brunswick, for many helpful questions and suggestions on the mailing list
60 * Cesar Alaniz, for uncovering bugs of great import
61 * the grugq, for contributing patches, suggestions, and use cases
62 * Ralf Schmitt, for wsgi/webob incompatibility bug report and suggested fix
63 * Benoit Chesneau, bug report on green.os and patch to fix it
64 * Slant, better iterator implementation in tpool
65 * Ambroff, nice pygtk hub example
66 * Michael Carter, websocket patch to improve location handling
67 * Marcin Bachry, nice repro of a bug and good diagnosis leading to the fix
68 * David Ziegler, reporting issue #53
69 * Favo Yang, twisted hub patch
70 * Schmir, patch that fixes readline method with chunked encoding in wsgi.py, advice on patcher
71 * Slide, for open-sourcing gogreen
72 * Holger Krekel, websocket example small fix
73 * mikepk, debugging MySQLdb/tpool issues
74 * Malcolm Cleaton, patch for Event exception handling
75 * Alexey Borzenkov, for finding and fixing issues with Windows error detection (#66, #69), reducing dependencies in zeromq hub (#71)
76 * Anonymous, finding and fixing error in websocket chat example (#70)
77 * Edward George, finding and fixing an issue in the [e]poll hubs (#74), and in convenience (#86)
78 * Ruijun Luo, figuring out incorrect openssl import for wrap_ssl (#73)
79 * rfk, patch to get green zmq to respect noblock flag.
80 * Soren Hansen, finding and fixing issue in subprocess (#77)
81 * Stefano Rivera, making tests pass in absence of postgres (#78)
82 * Joshua Kwan, fixing busy-wait in eventlet.green.ssl.
83 * Nick Vatamaniuc, Windows SO_REUSEADDR patch (#83)
84 * Clay Gerrard, wsgi handle socket closed by client (#95)
85 * Eric Windisch, zmq getsockopt(EVENTS) wake correct threads (pull request 22)
86 * Raymond Lu, fixing busy-wait in eventlet.green.ssl.socket.sendall()
87 * Thomas Grainger, webcrawler example small fix, "requests" library import bug report, Travis integration
88 * Peter Portante, save syscalls in socket.dup(), environ[REMOTE_PORT] in wsgi
89 * Peter Skirko, fixing socket.settimeout(0) bug
90 * Derk Tegeler, Pre-cache proxied GreenSocket methods (Bitbucket #136)
91 * David Malcolm, optional "timeout" argument to the subprocess module (Bitbucket #89)
92 * Eric Urban, fix wsgi.input 1-byte (Bitbucket #150)
93 * David Goetz, wsgi: Allow minimum_chunk_size to be overriden on a per request basis
94 * Dmitry Orlov, websocket: accept Upgrade: websocket (lowercase)
95 * Zhang Hua, profile: accumulate results between runs (Bitbucket #162)
96 * Astrum Kuo, python3 compatibility fixes; greenthread.unlink() method
97 * Davanum Srinivas, Python3 compatibility fixes
98 * Dmitriy Kruglyak, PyPy 2.3 compatibility fix
99 * Jan Grant, Michael Kerrin, second simultaneous read (Github #94)
100 * Simon Jagoe, Python3 octal literal fix
101 * Tushar Gohad, wsgi: Support optional headers w/ "100 Continue" responses