summaryrefslogtreecommitdiff
path: root/tests/test_requests.py
Commit message (Expand)AuthorAgeFilesLines
* wrap url parsing exceptions from urllib3's PoolManagerNate Prewitt2018-09-301-0/+10
* Rework authorization stripping logic as discussedBruce Merry2018-09-141-11/+22
* Strip Authorization header whenever root URL changesBruce Merry2018-09-141-1/+11
* Add test for multivalued form-encoded element as a list (#4700)Antti Kaihola2018-07-201-0/+6
* Remove unused httpbin parametersSteven M. Vascellaro2018-07-171-5/+5
* Remove unused session variablesSteven M. Vascellaro2018-06-261-6/+0
* Separate collections from collections.abcRaymond Hettinger2018-06-111-1/+2
* Add a public method to get the cookie policyLaurent Bachelier2018-06-111-1/+1
* Add cookie policy related testsLaurent Bachelier2018-06-111-0/+8
* The library raises NoneType error when file-pointer (fp) resolves to None.Rajiv Mayani2018-05-171-0/+8
* Merge branch 'master' into masterDavid Poole2018-03-051-0/+8
|\
| * append previous url fragment on redirectNate Prewitt2018-01-211-0/+8
* | add test for HTTP Digest auth algorithms SHA-256 and SHA-512David Poole2017-11-291-41/+52
|/
* Check if host is invalid for proxyNehal J Wani2017-11-151-1/+14
* Split test in two better-defined testsAlvaro Gutierrez Perez2017-10-191-2/+10
* Add test for Session.get_adapter() prefix matchingAlvaro Gutierrez Perez2017-10-191-0/+18
* Add test for Session.get_adapter() case-insensitivityAlvaro Gutierrez Perez2017-10-191-0/+12
* update testsKenneth Reitz2017-09-171-3/+3
* Modifying tests to include header name infomgasvoda2017-08-111-3/+6
* Add failing test for #4209Cory Benfield2017-07-291-1/+10
* Fix a typo: paramters -> parametersFelix Yan2017-06-121-1/+1
* Remove exec permission from files that shouldn't have itJustin Mayhew2017-06-101-1/+0
* Allow Requests.Response to be used as a context managerEd Morley2017-06-061-0/+6
* new requests namespaceKenneth Reitz2017-05-291-2/+2
* fix testsKenneth Reitz2017-05-271-3/+3
* test entrypointsKenneth Reitz2017-05-271-0/+2
* remove bunk testsKenneth Reitz2017-05-261-10/+1
* remove test imports from packagesKenneth Reitz2017-05-261-1/+1
* Fix #4025Jonas Laursen2017-05-181-0/+4
* We no longer downcase some hosts.Cory Benfield2017-05-091-6/+6
* 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
* properly handled failed seekNate Prewitt2017-02-141-1/+1
* * initial attempt at `get_redirect_target`jonathan vanasco2017-02-101-0/+43
* fix broken testsKenneth Reitz2017-01-211-3/+3
* Remove unused modulewinterJ2017-01-111-2/+1
* Add deprecation warnings for 3.0Ian Cordasco2016-12-091-1/+2
* adding string casting for non-bytes valuesNate Prewitt2016-12-081-0/+11
* minor doc string cleanupNate Prewitt2016-12-041-2/+6
* Test chunked upload doesn't set content lengthCasey Davidson2016-12-041-0/+8
* Add tests to verify that correct 'Content-Length' or 'Transfer-Encoding' head...Casey Davidson2016-12-041-0/+24
* Tests for our URL handling.Cory Benfield2016-11-301-0/+71
* Revert "Restrict URL preparation to HTTP/HTTPS"Cory Benfield2016-11-301-17/+0
* 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