summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test that ssl version check doesn't fail on Python2.6fix_help_ssl_checkNate Prewitt2017-07-031-0/+15
* 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
* 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
* 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
|/
* Only send HTTPDigestAuth on 4xx challengesMatthew Medal2017-01-271-0/+37
* fix broken testsKenneth Reitz2017-01-211-3/+3
* Remove unused modulewinterJ2017-01-112-3/+2
* Fixed tests for python 2.x.Герасименко Евгений2016-12-291-1/+1
* Fixed detection of utf-32-be by BOM.Герасименко Евгений2016-12-291-0/+11
* Merge pull request #3766 from nateprewitt/1979_test_401Cory Benfield2016-12-141-1/+112
|\
| * add socket tests for 401 redirect and 401 failureNate Prewitt2016-12-131-1/+112
* | 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-252-0/+27
|\
| * updated tests with IDNA encoded and IPv6 urlsNate Prewitt2016-11-212-0/+27