CONTRIBUTORS.txt 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. # Contributions to the urllib3 project
  2. ## Creator & Maintainer
  3. * Andrey Petrov <andrey.petrov@shazow.net>
  4. ## Contributors
  5. In chronological order:
  6. * victor.vde <http://code.google.com/u/victor.vde/>
  7. * HTTPS patch (which inspired HTTPSConnectionPool)
  8. * erikcederstrand <http://code.google.com/u/erikcederstrand/>
  9. * NTLM-authenticated HTTPSConnectionPool
  10. * Basic-authenticated HTTPSConnectionPool (merged into make_headers)
  11. * niphlod <niphlod@gmail.com>
  12. * Client-verified SSL certificates for HTTPSConnectionPool
  13. * Response gzip and deflate encoding support
  14. * Better unicode support for filepost using StringIO buffers
  15. * btoconnor <brian@btoconnor.net>
  16. * Non-multipart encoding for POST requests
  17. * p.dobrogost <http://code.google.com/u/@WBRSRlBZDhBFXQB6/>
  18. * Code review, PEP8 compliance, benchmark fix
  19. * kennethreitz <me@kennethreitz.com>
  20. * Bugfixes, suggestions, Requests integration
  21. * georgemarshall <https://github.com/georgemarshall>
  22. * Bugfixes, Improvements and Test coverage
  23. * Thomas Kluyver <thomas@kluyver.me.uk>
  24. * Python 3 support
  25. * brandon-rhodes <http://rhodesmill.org/brandon>
  26. * Design review, bugfixes, test coverage.
  27. * studer <theo.studer@gmail.com>
  28. * IPv6 url support and test coverage
  29. * Shivaram Lingamneni <slingamn@cs.stanford.edu>
  30. * Support for explicitly closing pooled connections
  31. * hartator <hartator@gmail.com>
  32. * Corrected multipart behavior for params
  33. * Thomas Weißschuh <thomas@t-8ch.de>
  34. * Support for TLS SNI
  35. * API unification of ssl_version/cert_reqs
  36. * SSL fingerprint and alternative hostname verification
  37. * Bugfixes in testsuite
  38. * Sune Kirkeby <mig@ibofobi.dk>
  39. * Optional SNI-support for Python 2 via PyOpenSSL.
  40. * Marc Schlaich <marc.schlaich@gmail.com>
  41. * Various bugfixes and test improvements.
  42. * Bryce Boe <bbzbryce@gmail.com>
  43. * Correct six.moves conflict
  44. * Fixed pickle support of some exceptions
  45. * Boris Figovsky <boris.figovsky@ravellosystems.com>
  46. * Allowed to skip SSL hostname verification
  47. * Cory Benfield <https://lukasa.co.uk/about/>
  48. * Stream method for Response objects.
  49. * Return native strings in header values.
  50. * Generate 'Host' header when using proxies.
  51. * Jason Robinson <jaywink@basshero.org>
  52. * Add missing WrappedSocket.fileno method in PyOpenSSL
  53. * Audrius Butkevicius <audrius.butkevicius@elastichosts.com>
  54. * Fixed a race condition
  55. * Stanislav Vitkovskiy <stas.vitkovsky@gmail.com>
  56. * Added HTTPS (CONNECT) proxy support
  57. * Stephen Holsapple <sholsapp@gmail.com>
  58. * Added abstraction for granular control of request fields
  59. * Martin von Gagern <Martin.vGagern@gmx.net>
  60. * Support for non-ASCII header parameters
  61. * Kevin Burke <kev@inburke.com> and Pavel Kirichenko <juanych@yandex-team.ru>
  62. * Support for separate connect and request timeouts
  63. * Peter Waller <p@pwaller.net>
  64. * HTTPResponse.tell() for determining amount received over the wire
  65. * Nipunn Koorapati <nipunn1313@gmail.com>
  66. * Ignore default ports when comparing hosts for equality
  67. * Danilo @dbrgn <https://dbrgn.ch/>
  68. * Disabled TLS compression by default on Python 3.2+
  69. * Disabled TLS compression in pyopenssl contrib module
  70. * Configurable cipher suites in pyopenssl contrib module
  71. * Roman Bogorodskiy <roman.bogorodskiy@ericsson.com>
  72. * Account retries on proxy errors
  73. * Nicolas Delaby <nicolas.delaby@ezeep.com>
  74. * Use the platform-specific CA certificate locations
  75. * Josh Schneier <https://github.com/jschneier>
  76. * HTTPHeaderDict and associated tests and docs
  77. * Bugfixes, docs, test coverage
  78. * Tahia Khan <http://tahia.tk/>
  79. * Added Timeout examples in docs
  80. * Arthur Grunseid <https://grunseid.com>
  81. * source_address support and tests (with https://github.com/bui)
  82. * Ian Cordasco <graffatcolmingov@gmail.com>
  83. * PEP8 Compliance and Linting
  84. * Add ability to pass socket options to an HTTP Connection
  85. * Erik Tollerud <erik.tollerud@gmail.com>
  86. * Support for standard library io module.
  87. * Krishna Prasad <kprasad.iitd@gmail.com>
  88. * Google App Engine documentation
  89. * Aaron Meurer <asmeurer@gmail.com>
  90. * Added Url.url, which unparses a Url
  91. * Evgeny Kapun <abacabadabacaba@gmail.com>
  92. * Bugfixes
  93. * Benjamen Meyer <bm_witness@yahoo.com>
  94. * Security Warning Documentation update for proper capture
  95. * Shivan Sornarajah <github@sornars.com>
  96. * Support for using ConnectionPool and PoolManager as context managers.
  97. * Alex Gaynor <alex.gaynor@gmail.com>
  98. * Updates to the default SSL configuration
  99. * Tomas Tomecek <ttomecek@redhat.com>
  100. * Implemented generator for getting chunks from chunked responses.
  101. * tlynn <https://github.com/tlynn>
  102. * Respect the warning preferences at import.
  103. * David D. Riddle <ddriddle@illinois.edu>
  104. * IPv6 bugfixes in testsuite
  105. * Thea Flowers <magicalgirl@google.com>
  106. * App Engine environment tests.
  107. * Documentation re-write.
  108. * John Krauss <https://github.com/talos>
  109. * Clues to debugging problems with `cryptography` dependency in docs
  110. * Disassem <https://github.com/Disassem>
  111. * Fix pool-default headers not applying for url-encoded requests like GET.
  112. * James Atherfold <jlatherfold@hotmail.com>
  113. * Bugfixes relating to cleanup of connections during errors.
  114. * Christian Pedersen <https://github.com/chripede>
  115. * IPv6 HTTPS proxy bugfix
  116. * Jordan Moldow <https://github.com/jmoldow>
  117. * Fix low-level exceptions leaking from ``HTTPResponse.stream()``.
  118. * Bugfix for ``ConnectionPool.urlopen(release_conn=False)``.
  119. * Creation of ``HTTPConnectionPool.ResponseCls``.
  120. * Predrag Gruevski <https://github.com/obi1kenobi>
  121. * Made cert digest comparison use a constant-time algorithm.
  122. * Adam Talsma <https://github.com/a-tal>
  123. * Bugfix to ca_cert file paths.
  124. * Evan Meagher <https://evanmeagher.net>
  125. * Bugfix related to `memoryview` usage in PyOpenSSL adapter
  126. * John Vandenberg <jayvdb@gmail.com>
  127. * Python 2.6 fixes; pyflakes and pep8 compliance
  128. * Andy Caldwell <andy.m.caldwell@googlemail.com>
  129. * Bugfix related to reusing connections in indeterminate states.
  130. * Ville Skyttä <ville.skytta@iki.fi>
  131. * Logging efficiency improvements, spelling fixes, Travis config.
  132. * Shige Takeda <smtakeda@gmail.com>
  133. * Started Recipes documentation and added a recipe about handling concatenated gzip data in HTTP response
  134. * Jess Shapiro <jesse@jesseshapiro.net>
  135. * Various character-encoding fixes/tweaks
  136. * Disabling IPv6 DNS when IPv6 connections not supported
  137. * David Foster <http://dafoster.net/>
  138. * Ensure order of request and response headers are preserved.
  139. * Jeremy Cline <jeremy@jcline.org>
  140. * Added connection pool keys by scheme
  141. * Aviv Palivoda <palaviv@gmail.com>
  142. * History list to Retry object.
  143. * HTTPResponse contains the last Retry object.
  144. * Nate Prewitt <nate.prewitt@gmail.com>
  145. * Ensure timeouts are not booleans and greater than zero.
  146. * Fixed infinite loop in ``stream`` when amt=None.
  147. * Added length_remaining to determine remaining data to be read.
  148. * Added enforce_content_length to raise exception when incorrect content-length received.
  149. * Seth Michael Larson <sethmichaellarson@protonmail.com>
  150. * Created selectors backport that supports PEP 475.
  151. * Alexandre Dias <alex.dias@smarkets.com>
  152. * Don't retry on timeout if method not in whitelist
  153. * Moinuddin Quadri <moin18@gmail.com>
  154. * Lazily load idna package
  155. * Tom White <s6yg1ez3@mail2tor.com>
  156. * Made SOCKS handler differentiate socks5h from socks5 and socks4a from socks4.
  157. * Tim Burke <tim.burke@gmail.com>
  158. * Stop buffering entire deflate-encoded responses.
  159. * Tuukka Mustonen <tuukka.mustonen@gmail.com>
  160. * Add counter for status_forcelist retries.
  161. * Erik Rose <erik@mozilla.com>
  162. * Bugfix to pyopenssl vendoring
  163. * Wolfgang Richter <wolfgang.richter@gmail.com>
  164. * Bugfix related to loading full certificate chains with PyOpenSSL backend.
  165. * Mike Miller <github@mikeage.net>
  166. * Logging improvements to include the HTTP(S) port when opening a new connection
  167. * Ioannis Tziakos <mail@itziakos.gr>
  168. * Fix ``util.selectors._fileobj_to_fd`` to accept ``long``.
  169. * Update appveyor tox setup to use the 64bit python.
  170. * Akamai (through Jess Shapiro) <jshapiro@akamai.com>
  171. * Ongoing maintenance; 2017-2018
  172. * Dominique Leuenberger <dimstar@opensuse.org>
  173. * Minor fixes in the test suite
  174. * Will Bond <will@wbond.net>
  175. * Add Python 2.6 support to ``contrib.securetransport``
  176. * Aleksei Alekseev <alekseev.yeskela@gmail.com>
  177. * using auth info for socks proxy
  178. * Chris Wilcox <git@crwilcox.com>
  179. * Improve contribution guide
  180. * Add ``HTTPResponse.geturl`` method to provide ``urllib2.urlopen().geturl()`` behavior
  181. * Bruce Merry <https://www.brucemerry.org.za>
  182. * Fix leaking exceptions when system calls are interrupted with zero timeout
  183. * Hugo van Kemenade <https://github.com/hugovk>
  184. * Drop support for EOL Python 2.6
  185. * Tim Bell <https://github.com/timb07>
  186. * Bugfix for responses with Content-Type: message/* logging warnings
  187. * Justin Bramley <https://github.com/jbramleycl>
  188. * Add ability to handle multiple Content-Encodings
  189. * Katsuhiko YOSHIDA <https://github.com/kyoshidajp>
  190. * Remove Authorization header regardless of case when redirecting to cross-site
  191. * James Meickle <https://permadeath.com/>
  192. * Improve handling of Retry-After header
  193. * Chris Jerdonek <chris.jerdonek@gmail.com>
  194. * Remove a spurious TypeError from the exception chain inside
  195. HTTPConnectionPool._make_request(), also for BaseExceptions.
  196. * [Your name or handle] <[email or website]>
  197. * [Brief summary of your changes]