blob: 7dfbcafcd477127ddc56f6e3e5b0ab97323a9be9 (
plain)
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
47
48
49
|
# Contributions to the urllib3 project
## Creator & Maintainer
* Andrey Petrov <andrey.petrov@shazow.net>
## 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 <niphlod@gmail.com>
* Client-verified SSL certificates for HTTPSConnectionPool
* Response gzip and deflate encoding support
* Better unicode support for filepost using StringIO buffers
* btoconnor <brian@btoconnor.net>
* Non-multipart encoding for POST requests
* p.dobrogost <http://code.google.com/u/@WBRSRlBZDhBFXQB6/>
* Code review, PEP8 compliance, benchmark fix
* kennethreitz <me@kennethreitz.com>
* Bugfixes, suggestions, Requests integration
* georgemarshall <http://github.com/georgemarshall>
* Bugfixes, Improvements and Test coverage
* Thomas Kluyver <thomas@kluyver.me.uk>
* Python 3 support
* brandon-rhodes <http://rhodesmill.org/brandon>
* Design review, bugfixes, test coverage.
* studer <theo.studer@gmail.com>
* IPv6 url support and test coverage
* Shivaram Lingamneni <slingamn@cs.stanford.edu>
* Support for explicitly closing pooled connections
* [Your name or handle] <[email or website]>
* [Brief summary of your changes]
|