AUTHORS 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. Maintainer (i.e., Who To Hassle If You Find Bugs)
  2. -------------------------------------------------
  3. Ryan Williams, rdw on Freenode, breath@alum.mit.edu
  4. Original Authors
  5. ----------------
  6. * Bob Ippolito
  7. * Donovan Preston
  8. Contributors
  9. ------------
  10. * AG Projects
  11. * Chris AtLee
  12. * R\. Tyler Ballance
  13. * Denis Bilenko
  14. * Mike Barton
  15. * Patrick Carlisle
  16. * Ben Ford
  17. * Andrew Godwin
  18. * Brantley Harris
  19. * Gregory Holt
  20. * Joe Malicki
  21. * Chet Murthy
  22. * Eugene Oden
  23. * radix
  24. * Scott Robinson
  25. * Tavis Rudd
  26. * Sergey Shepelev
  27. * Chuck Thier
  28. * Nick V
  29. * Daniele Varrazzo
  30. * Ryan Williams
  31. Linden Lab Contributors
  32. -----------------------
  33. * John Beisley
  34. * Tess Chu
  35. * Nat Goodspeed
  36. * Dave Kaprielian
  37. * Kartic Krishnamurthy
  38. * Bryan O'Sullivan
  39. * Kent Quirk
  40. * Ryan Williams
  41. Thanks To
  42. ---------
  43. * AdamKG, giving the hint that invalid argument errors were introduced post-0.9.0
  44. * Luke Tucker, bug report regarding wsgi + webob
  45. * Taso Du Val, reproing an exception squelching bug, saving children's lives ;-)
  46. * Luci Stanescu, for reporting twisted hub bug
  47. * Marcus Cavanaugh, for test case code that has been incredibly useful in tracking down bugs
  48. * Brian Brunswick, for many helpful questions and suggestions on the mailing list
  49. * Cesar Alaniz, for uncovering bugs of great import
  50. * the grugq, for contributing patches, suggestions, and use cases
  51. * Ralf Schmitt, for wsgi/webob incompatibility bug report and suggested fix
  52. * Benoit Chesneau, bug report on green.os and patch to fix it
  53. * Slant, better iterator implementation in tpool
  54. * Ambroff, nice pygtk hub example
  55. * Michael Carter, websocket patch to improve location handling
  56. * Marcin Bachry, nice repro of a bug and good diagnosis leading to the fix
  57. * David Ziegler, reporting issue #53
  58. * Favo Yang, twisted hub patch
  59. * Schmir, patch that fixes readline method with chunked encoding in wsgi.py, advice on patcher
  60. * Slide, for open-sourcing gogreen
  61. * Holger Krekel, websocket example small fix
  62. * mikepk, debugging MySQLdb/tpool issues
  63. * Malcolm Cleaton, patch for Event exception handling
  64. * Alexey Borzenkov, for finding and fixing issues with Windows error detection (#66, #69), reducing dependencies in zeromq hub (#71)
  65. * Anonymous, finding and fixing error in websocket chat example (#70)
  66. * Edward George, finding and fixing an issue in the [e]poll hubs (#74)
  67. * Ruijun Luo, figuring out incorrect openssl import for wrap_ssl (#73)