summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update links in index.rstorg-linksSeth M. Larson2018-03-301-2/+2
* Update links in contributing.rstSeth M. Larson2018-03-301-3/+3
* Update links and shields in READMESeth M. Larson2018-03-301-8/+8
* x509.UnsupportedExtension is gone in cryptography >= 2.1 (#1342)Seth M. Larson2018-03-293-1/+49
|\
| * empty commitJeremy Lainé2018-03-250-0/+0
| * keep handling UnsupportedExtension for old cryptography versionsJeremy Lainé2018-03-221-1/+8
| * add test which triggers x509.DuplicateExtensionJeremy Lainé2018-03-222-0/+42
| * x509.UnsupportedExtension is gone in cryptography >= 2.1Jeremy Lainé2018-03-201-2/+1
* | Closed HTTPResponse.read_chunked() returns no chunks instead of exception (#1...Seth M. Larson2018-03-294-0/+35
|\ \
| * | Disable chunked tests on GAESeth M. Larson2018-03-281-0/+1
| * | Add test for read_chunked() on a closed responseSeth M. Larson2018-03-271-0/+10
| * | Disable test_read_chunked_short_circuit on GAElars48392018-03-251-0/+1
| * | Add entry in CHANGES.rstSethMichaelLarson2018-03-251-0/+2
| * | read_chunked() method on closed Response no longerSethMichaelLarson2018-03-252-0/+21
* | | Remove Authorization header when redirecting cross-host (#1346)Seth M. Larson2018-03-295-2/+81
|\ \ \
| * | | Change remove_headers_on_redirect default valueSeth M. Larson2018-03-281-5/+1
| * | | Move the entry to the top of CHANGES.rstSeth M. Larson2018-03-271-4/+4
| * | | Move DEFAULT_REDIRECT_HEADERS_BLACKLIST under RetrySeth M. Larson2018-03-271-4/+3
| * | | Add a comment about short-circuiting is_same_hostSeth M. Larson2018-03-271-0/+2
| * | | Add a default list of headers to strip as a globalSeth M. Larson2018-03-271-1/+5
| * | | Stop using headers, instead use kw['headers']Seth M. Larson2018-03-271-6/+2
| * | | Switch to Retry.remove_headers_on_redirectlars48392018-03-268-69/+54
| * | | Fix AppEngine connection pool testsSethMichaelLarson2018-03-252-3/+10
| * | | Add entry to CHANGES.rstSethMichaelLarson2018-03-251-0/+4
| * | | Add Authentication strip logic to PoolManagerSethMichaelLarson2018-03-252-1/+41
| * | | Add Authentication strip logic to ConnectionPoolSethMichaelLarson2018-03-252-1/+39
| * | | Add forward_auth_headers_across_hosts parameter to RetrySethMichaelLarson2018-03-251-1/+9
| |/ /
* | | Add @jonparrott as lead maintainer and @SethMichaelLarson as a maintainer (#1...Jon Wayne Parrott2018-03-261-0/+3
|/ /
* | Merge pull request #1339 from katbot99/decode_content_commentIan Stapleton Cordasco2018-03-241-3/+2
|\ \
| * | Fix docstring in HTTPResponseKatherine2018-03-161-3/+2
| |/
* | Merge pull request #1343 from SethMichaelLarson/fix-selectorsIan Stapleton Cordasco2018-03-243-16/+106
|\ \ | |/ |/|
| * Add tests for _syscall_wrapper on Python <3.5lars48392018-03-223-1/+92
| * Fix KQueue.control not allowing kwargslars48392018-03-221-3/+6
| * Fix timeout kwargs in _syscall_wrapperlars48392018-03-221-19/+15
|/
* Merge pull request #1336 from luzpaz/misc-typosIan Stapleton Cordasco2018-03-037-9/+9
|\
| * Misc. typosluz.paz2018-03-027-9/+9
|/
* Merge pull request #1328 from dienteperro/patch-1Jesse Shapiro2018-02-261-1/+1
|\
| * minor typo fixed.dienteperro2018-02-161-1/+1
* | Merge pull request #1333 from jwilk-forks/spellingJesse Shapiro2018-02-261-1/+1
|\ \
| * | Fix typoJakub Wilk2018-02-251-1/+1
* | | Merge pull request #1332 from jwilk-forks/certifi.ioJesse Shapiro2018-02-262-2/+2
|\ \ \ | |/ / |/| |
| * | Update certifi homepage URLJakub Wilk2018-02-252-2/+2
|/ /
* | Merge pull request #1283 from erlichmen/masterIan Stapleton Cordasco2018-02-243-2/+17
|\ \
| * \ Merge remote-tracking branch 'upstream/master'Shay Erlichmen2018-02-2125-58/+282
| |\ \ | |/ / |/| |
* | | Merge pull request #1289 from isaacto/masterIan Stapleton Cordasco2018-02-172-15/+75
|\ \ \ | |_|/ |/| |
| * | Handle gzip responses with multiple membersIsaac To2017-12-192-15/+75
* | | Merge pull request #1325 from rhettinger/masterIan Stapleton Cordasco2018-02-072-2/+10
|\ \ \
| * | | Separate collections from collections.abcRaymond Hettinger2018-02-042-2/+10
|/ / /
* | | Merge pull request #1318 from haikuginger/header-continuation-standardizationJesse Shapiro2018-01-302-7/+26
|\ \ \
| * | | Remove trailing commaJesse Shapiro2018-01-291-1/+1