summaryrefslogtreecommitdiff
path: root/tests
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
* Fix a typo in a test docstringAlex Chan2018-09-131-1/+1
* Fix assumed hostname when using a 'file' URI scheme adapterKale Franz2018-08-131-0/+1
* make content-type's charset information case-insensitiveLucy Linder2018-07-241-0/+4
* 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-053-3/+143
|\
| * append previous url fragment on redirectNate Prewitt2018-01-212-0/+80
| * Fix DNS resolution by using hostname instead of netloc and strip username and...Darren Dormer2018-01-161-2/+23
| * added more to test scenariosdbairaktaris12018-01-041-1/+9
| * Continue to refactor, remove list comprehension, add double quotes test case.dbairaktaris12018-01-041-4/+8
| * implement changes after code reviewdbairaktaris12018-01-031-8/+0
| * Move nested function up to module level and rename. Add more tests for funct...dbairaktaris12018-01-011-1/+36
* | Merge branch 'master' into masterDavid Poole2017-11-291-1/+6
|\ \ | |/
| * #4373, fix possible winreg value type difference (#4377)Mingyuan Xia2017-11-201-1/+6
* | 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
* support extraction of certificate bundle from a zip archiveArthur Vigil2017-11-051-1/+29
* 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
* Add test case for empty `Link:` headerRemi Rampin2017-08-171-0/+4
* Modifying tests to include header name infomgasvoda2017-08-111-3/+6
* Add failing test for #4209Cory Benfield2017-07-291-1/+10
* Add idna version info to requests.helpAlex Chan2017-07-271-0/+19
* test ssl version check functions as expected in python 2.6Nate Prewitt2017-07-041-0/+21
* Fix a typo: paramters -> parametersFelix Yan2017-06-121-1/+1
* Remove exec permission from files that shouldn't have itJustin Mayhew2017-06-102-1/+0
* Merge remote-tracking branch 'upstream/master'mlcrazy2017-06-091-0/+6
|\
| * Allow Requests.Response to be used as a context managerEd Morley2017-06-061-0/+6
* | Fixes error swallowing in set_environmlcrazy2017-06-091-2/+28
|/
* 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
* Fix #4025Jonas Laursen2017-05-181-0/+4