summaryrefslogtreecommitdiff
path: root/tests/test_requests.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3695 from nateprewitt/idna_bypassCory Benfield2016-11-251-0/+14
|\
| * updated tests with IDNA encoded and IPv6 urlsNate Prewitt2016-11-211-0/+14
* | Make Response.content return None if raw is NoneNicola Soranzo2016-11-241-0/+4
* | Merge pull request #3673 from klimenko-forks/auth-unicodeCory Benfield2016-11-211-3/+22
|\ \
| * | added new test, original test restoredDmitry Klimenko2016-11-211-1/+16
| * | changed behavior of basic-http-auth testDmitry Klimenko2016-11-181-24/+2
| * | fixed: httpbin with unicode authDmitry Klimenko2016-11-181-2/+13
| * | fixed some errorDmitry Klimenko2016-11-181-5/+5
| * | unicode test for _basic_auth_strDmitry Klimenko2016-11-181-7/+12
| * | Fixed: httpbin doesn't support bytesDmitry Klimenko2016-11-181-5/+10
| * | fixed usage unicode stringDmitry Klimenko2016-11-171-1/+1
| * | added unicode auth testDmitry Klimenko2016-11-171-3/+8
* | | Restrict URL preparation to HTTP/HTTPSChristian Heimes2016-11-211-0/+17
* | | Just lstrip instead of strip because trailing whitespace already works.Hussain2016-11-161-1/+1
* | | Fixed issue #3696. Added a test for it as well.Hussain2016-11-161-0/+5
* | | adding method to url testsNate Prewitt2016-11-151-2/+2
| |/ |/|
* | Fix tests for new urllib3 exception text.Cory Benfield2016-11-151-1/+1
|/
* Merge pull request #3489 from nateprewitt/1558_pickling_prepared_requestCory Benfield2016-11-101-0/+46
|\
| * updating pickling tests for PreparedRequestNate Prewitt2016-11-041-43/+31
| * Add pickle test with hooksKeyan Pishdadian2016-08-191-0/+21
| * Add prepared request pickling testsKeyan Pishdadian2016-08-191-0/+37
* | Merge pull request #3655 from nateprewitt/tzickel_post_redirect_w_streamableCory Benfield2016-11-031-1/+117
|\ \
| * | update 307 tests to check body contentNate Prewitt2016-11-021-6/+5
| * | Test case for requests getting stuck on post redirect with seekable streamtzickel2016-11-021-0/+16
| * | test _body_position and rewind_bodyNate Prewitt2016-11-021-0/+101
| * | adding rewind for re-POST bodiesNate Prewitt2016-11-021-1/+1
* | | [httpAdapter] allow empty password in proxy credentialsPawel Miech2016-10-311-0/+10
|/ /
* | requests.post checked data parameters for type like dict.Philipp Konrad2016-10-271-0/+25
* | Enable UTS46 mode.Cory Benfield2016-10-141-1/+12
* | Basic tests for internationalized domain names.Cory Benfield2016-10-141-0/+37
* | Various packaging requirements for idnaCory Benfield2016-10-141-0/+1
* | Rework Bytestring Host Test to use PyTest HttpbinBrian Bamsch2016-09-281-2/+2
* | Add test for request when Host header is bytestringBrian Bamsch2016-09-251-0/+10
* | Merge pull request #3591 from nateprewitt/3579_cookie_mergeCory Benfield2016-09-231-1/+34
|\ \
| * | converting update call to merge_cookies call for cookielib compatibilityNate Prewitt2016-09-201-1/+34
* | | removing redundant logic from prepare_content_lengthNate Prewitt2016-09-211-0/+10
* | | reverting 3357 and comparing properly encoded stringsNate Prewitt2016-09-131-3/+3
|/ /
* | Fix how we test fallback to latin-1 reason encodingIan Cordasco2016-09-061-3/+3
* | adding ISO-8859-1 fallback for reason decodingNate Prewitt2016-09-021-0/+12
|/
* Merge pull request #3510 from nateprewitt/add_close_passthroughCory Benfield2016-08-181-0/+9
|\
| * adding passthrough in close() for non-urllib3-like ResponsesNate Prewitt2016-08-121-0/+9
* | building Response manuallyNate Prewitt2016-08-111-2/+7
* | removing Content-Type and Transfer-Encoding headers on redirectNate Prewitt2016-08-111-0/+35
|/
* reverting 3362Nate Prewitt2016-08-091-7/+0
* Merge pull request #3429 from nateprewitt/docstring_cleanupKenneth Reitz2016-07-201-6/+3
|\
| * making class and function docstrings consistentNate Prewitt2016-07-201-6/+3
* | adding in pep8 fixesNate Prewitt2016-07-201-6/+4
|/
* removing redundant testNate Prewitt2016-07-141-4/+0
* Defining header value type requirements and testsNate Prewitt2016-07-051-3/+21
* Support responses like `HTTP/1.1 404 Unicode chars` (#3385)Andrii Kostenko2016-07-051-0/+9