summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use comprehensions whenever possibleHugo Osvaldo Barrera2017-07-142-2/+2
* Remove the dictionary comprehension from the testsJeremy Cline2017-06-271-2/+4
* Tests to demonstrate issue #3633Jeremy Cline2017-06-241-0/+196
* Merge branch 'master' into proposed/3.0.0Cory Benfield2017-05-316-30/+29
|\
| * Fix requests.packages not having package attributesRyan Pineo2017-05-291-0/+13
| * new requests namespaceKenneth Reitz2017-05-293-5/+5
| * skip for nowtravis2Kenneth Reitz2017-05-281-0/+1
| * todoKenneth Reitz2017-05-281-0/+1
| * fix testsKenneth Reitz2017-05-271-3/+3
| * test entrypointsKenneth Reitz2017-05-271-0/+2
| * remove bunk testsKenneth Reitz2017-05-261-10/+1
| * fix __init__.pyKenneth Reitz2017-05-261-1/+1
| * more test removal of old importsKenneth Reitz2017-05-261-11/+2
| * remove test imports from packagesKenneth Reitz2017-05-261-1/+1
* | persist session-level CookiePolicyNate Prewitt2017-05-221-0/+29
* | Merge branch 'master' into proposed/3.0.0Nate Prewitt2017-05-213-16/+141
|\ \ | |/
| * Fix #4025Jonas Laursen2017-05-181-0/+4
| * We no longer downcase some hosts.Cory Benfield2017-05-091-6/+6
| * proxy bypass on Windows without DNS lookupsschlamar2017-05-041-11/+16
| * test proxy bypass with config from registryschlamar2017-05-041-0/+48
| * revert 8e6e47af and c121b98cschlamar2017-05-041-73/+1
| * fix handle of non-ascii location on redirectsshmuelamar2017-04-181-9/+3
| * fix unicode decode error on py2 when handling redirect without schemeshmuelamar2017-04-141-1/+38
| * oops! import Timeout as Urllib3TimeoutAlexander 'Leo' Bergolth2017-04-031-5/+5
| * use @pytest.mark.parametrizeAlexander 'Leo' Bergolth2017-04-031-50/+29
| * add some tests for passing in Timeout objectsAlexander 'Leo' Bergolth2017-04-021-0/+42
| * PR review fixes:Bastien Gérard2017-03-221-8/+8
| * #3926 raise IOError when providing an invalid path to a CA bundle or certific...Bastien Gérard2017-03-221-0/+16
| * Fixed some typos (#3892)Victor Pfautz2017-02-271-1/+1
| * wrapped proxy_bypass() with cache lookupDavid Fontenot2017-02-231-1/+73
* | Fix the additional newline generated by iter_lines() caused by a '\r\n' pair ...Hong Jen-Yee (PCMan)2017-04-261-38/+66
* | use [-1] instead of endswith() to work with bytes or stringVincent Barbaresi2017-03-151-3/+4
* | add more tests for iter_lines()Vincent Barbaresi2017-03-151-1/+4
* | add some parametrized tests for iter_lines()Vincent Barbaresi2017-03-151-6/+35
* | Review markups for @LukasaAlex Chan2017-03-141-9/+12
* | Test to show bug when delimiter is split between readsIan Epperson2017-03-141-0/+40
* | test prepare_content_length sets expected headersNate Prewitt2017-03-021-1/+31
* | use InvalidHeader instead of ConflictingHeaderErrorNate Prewitt2017-03-011-7/+7
* | consolidate super_len code and cleanup docstringsNate Prewitt2017-02-281-6/+8
* | Alternate fix for 3066 to refactor prepare_body to always call prepare_conten...Casey Davidson2017-02-281-1/+24
* | Merge branch 'master' into proposed/3.0.0Cory Benfield2017-02-142-4/+93
|\ \ | |/
| * properly handled failed seekNate Prewitt2017-02-141-1/+1
| * Merge pull request #3865 from JohnVillalovos/masterKenneth Reitz2017-02-101-3/+49
| |\
| | * Allow use of 'no_proxy' in the proxies argumentJohn L. Villalovos2017-02-101-3/+49
| * | * initial attempt at `get_redirect_target`jonathan vanasco2017-02-101-0/+43
| |/
* | Make Response.raise_for_status() return the response object if the response i...Rotem Yaari2017-02-121-0/+4
* | revert removal of request param from resolve_redirectsNate Prewitt2017-02-111-3/+4
* | Merge branch 'master' into proposed/3.0.0Cory Benfield2017-02-103-7/+165
|\ \ | |/
| * Only send HTTPDigestAuth on 4xx challengesMatthew Medal2017-01-271-0/+37
| * fix broken testsKenneth Reitz2017-01-211-3/+3