summaryrefslogtreecommitdiff
path: root/tests/test_lowlevel.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "#4965 fix: Accessing response.content twice removes forgets read error."Nate Prewitt2020-02-181-41/+0
| | | | | | This reverts commit bd100472443dcf4189630f6b1ed3ec0a61259dd8. This reverts commit d91fe00983f1c66b9a428fe1ad15bf6ea8238972.
* Merge pull request #5087 from LuckyDenis/masterKenneth Reitz2019-08-201-0/+41
|\ | | | | #4965 Fix
| * #4965 fix: Accessing response.content twice removes forgets read error.Белавин Денис2019-05-141-0/+41
| |
* | Updated references to previous requests/requests GitHub pathNihaal2019-08-191-2/+2
|/
* remove final remnants from 2.6Nate Prewitt2018-10-171-14/+14
|
* Fix a typo in a test docstringAlex Chan2018-09-131-1/+1
|
* append previous url fragment on redirectNate Prewitt2018-01-211-0/+72
|
* Remove exec permission from files that shouldn't have itJustin Mayhew2017-06-101-0/+0
|
* new requests namespaceKenneth Reitz2017-05-291-2/+2
|
* 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
|
* Only send HTTPDigestAuth on 4xx challengesMatthew Medal2017-01-271-0/+37
| | | | Resolves: #3772
* add socket tests for 401 redirect and 401 failureNate Prewitt2016-12-131-1/+112
|
* Merge pull request #3429 from nateprewitt/docstring_cleanupKenneth Reitz2016-07-201-0/+2
|\ | | | | Docstring cleanup
| * making module docstrings and coding comments consistentNate Prewitt2016-07-191-0/+2
| |
* | adding in pep8 fixesNate Prewitt2016-07-201-1/+1
|/
* Use iter instead of noop list comprehensionBrett Higgins2016-05-161-1/+1
|
* Add 'all' proxy selection to select_proxyBrett Higgins2016-05-131-1/+38
| | | | | | | It seems it's necessary both in pulling all_proxy from the environment (rebuild_proxies) and deciding which proxy to use (select_proxy). Also added new functional test.
* Fix tests in python 3Braulio Valdivielso Martínez2016-03-071-1/+1
|
* Move test_chunked_upload to test_lowlevel.pyBraulio Valdivielso Martínez2016-03-051-0/+19