AUTHORS 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. Maintainer (i.e., Who To Hassle If You Find Bugs)
  2. -------------------------------------------------
  3. Jakub Stasiak
  4. Nat Goodspeed
  5. The current maintainer(s) are volunteers with unrelated jobs.
  6. We can only pay sporadic attention to responding to your issue and pull request submissions.
  7. Your patience is greatly appreciated!
  8. Original Authors
  9. ----------------
  10. * Bob Ippolito
  11. * Donovan Preston
  12. Contributors
  13. ------------
  14. * AG Projects
  15. * Chris AtLee
  16. * R\. Tyler Ballance
  17. * Denis Bilenko
  18. * Mike Barton
  19. * Patrick Carlisle
  20. * Ben Ford
  21. * Andrew Godwin
  22. * Brantley Harris
  23. * Gregory Holt
  24. * Joe Malicki
  25. * Chet Murthy
  26. * Eugene Oden
  27. * radix
  28. * Scott Robinson
  29. * Tavis Rudd
  30. * Sergey Shepelev
  31. * Chuck Thier
  32. * Nick V
  33. * Daniele Varrazzo
  34. * Ryan Williams
  35. * Geoff Salmon
  36. * Edward George
  37. * Floris Bruynooghe
  38. * Paul Oppenheim
  39. * Jakub Stasiak
  40. * Aldona Majorek
  41. * Victor Sergeyev
  42. * David Szotten
  43. * Victor Stinner
  44. * Samuel Merritt
  45. * Eric Urban
  46. Linden Lab Contributors
  47. -----------------------
  48. * John Beisley
  49. * Tess Chu
  50. * Nat Goodspeed
  51. * Dave Kaprielian
  52. * Kartic Krishnamurthy
  53. * Bryan O'Sullivan
  54. * Kent Quirk
  55. * Ryan Williams
  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
  133. * Collin Stocks, fixing eventlet.green.urllib2.urlopen() so it accepts cafile, capath, or cadefault arguments
  134. * Alexis Lee
  135. * Steven Erenst
  136. * Piët Delport
  137. * Alex Villacís Lasso
  138. * Yashwardhan Singh
  139. * Tim Burke
  140. * Ondřej Nový
  141. * Jarrod Johnson
  142. * Whitney Young
  143. * Matthew D. Pagel
  144. * Matt Yule-Bennett
  145. * Artur Stawiarski
  146. * Tal Wrii
  147. * Roman Podoliaka
  148. * Gevorg Davoian
  149. * Ondřej Kobližek
  150. * Yuichi Bando
  151. * Feng
  152. * Aayush Kasurde
  153. * Linbing
  154. * Geoffrey Thomas
  155. * Costas Christofi, adding permessage-deflate weboscket extension support
  156. * Peter Kovary, adding permessage-deflate weboscket extension support
  157. * Konstantin Enchant
  158. * James Page
  159. * Stefan Nica
  160. * Haikel Guemar
  161. * Miguel Grinberg
  162. * Chris Kerr
  163. * Anthony Sottile
  164. * Quan Tian
  165. * orishoshan
  166. * Matt Bennett
  167. * Ralf Haferkamp
  168. * Jake Tesler
  169. * Aayush Kasurde