From 0c183b9d52b45bac22a2ff9db0e6348b655f4ab2 Mon Sep 17 00:00:00 2001 From: SVN-Git Migration Date: Thu, 8 Oct 2015 13:19:30 -0700 Subject: Imported Upstream version 1.2.2 --- CONTRIBUTORS.txt | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 CONTRIBUTORS.txt (limited to 'CONTRIBUTORS.txt') diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt new file mode 100644 index 0000000..37140ca --- /dev/null +++ b/CONTRIBUTORS.txt @@ -0,0 +1,43 @@ +# Contributions to the urllib3 project + +## Creator & Maintainer + +* Andrey Petrov + + +## Contributors + +In chronological order: + +* victor.vde + * HTTPS patch (which inspired HTTPSConnectionPool) + +* erikcederstrand + * NTLM-authenticated HTTPSConnectionPool + * Basic-authenticated HTTPSConnectionPool (merged into make_headers) + +* niphlod + * Client-verified SSL certificates for HTTPSConnectionPool + * Response gzip and deflate encoding support + * Better unicode support for filepost using StringIO buffers + +* btoconnor + * Non-multipart encoding for POST requests + +* p.dobrogost + * Code review, PEP8 compliance, benchmark fix + +* kennethreitz + * Bugfixes, suggestions, Requests integration + +* georgemarshall + * Bugfixes, Improvements and Test coverage + +* Thomas Kluyver + * Python 3 support + +* brandon-rhodes + * Design review, bugfixes, test coverage. + +* [Your name or handle] <[email or website]> + * [Brief summary of your changes] -- cgit v1.2.3