forked from urllib3/urllib3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CONTRIBUTORS.txt
46 lines (30 loc) · 1.3 KB
/
CONTRIBUTORS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Contributions to the urllib3 project
## Creator & Maintainer
* Andrey Petrov <[email protected]>
## Contributors
In chronological order:
* victor.vde <http://code.google.com/u/victor.vde/>
* HTTPS patch (which inspired HTTPSConnectionPool)
* erikcederstrand <http://code.google.com/u/erikcederstrand/>
* NTLM-authenticated HTTPSConnectionPool
* Basic-authenticated HTTPSConnectionPool (merged into make_headers)
* niphlod <[email protected]>
* Client-verified SSL certificates for HTTPSConnectionPool
* Response gzip and deflate encoding support
* Better unicode support for filepost using StringIO buffers
* btoconnor <[email protected]>
* Non-multipart encoding for POST requests
* p.dobrogost <http://code.google.com/u/@WBRSRlBZDhBFXQB6/>
* Code review, PEP8 compliance, benchmark fix
* kennethreitz <[email protected]>
* Bugfixes, suggestions, Requests integration
* georgemarshall <http://github.com/georgemarshall>
* Bugfixes, Improvements and Test coverage
* Thomas Kluyver <[email protected]>
* Python 3 support
* brandon-rhodes <http://rhodesmill.org/brandon>
* Design review, bugfixes, test coverage.
* Cal Leeming <[email protected]>
* SOCKS4/5 proxy support
* [Your name or handle] <[email or website]>
* [Brief summary of your changes]