| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "#4965 fix: Accessing response.content twice removes forgets read error." | Nate Prewitt | 2020-02-18 | 1 | -41/+0 |
| | | | | | | | This reverts commit bd100472443dcf4189630f6b1ed3ec0a61259dd8. This reverts commit d91fe00983f1c66b9a428fe1ad15bf6ea8238972. | ||||
| * | Merge pull request #5087 from LuckyDenis/master | Kenneth Reitz | 2019-08-20 | 1 | -0/+41 |
| |\ | | | | | #4965 Fix | ||||
| | * | #4965 fix: Accessing response.content twice removes forgets read error. | Белавин Денис | 2019-05-14 | 1 | -0/+41 |
| | | | |||||
| * | | Updated references to previous requests/requests GitHub path | Nihaal | 2019-08-19 | 1 | -2/+2 |
| |/ | |||||
| * | remove final remnants from 2.6 | Nate Prewitt | 2018-10-17 | 1 | -14/+14 |
| | | |||||
| * | Fix a typo in a test docstring | Alex Chan | 2018-09-13 | 1 | -1/+1 |
| | | |||||
| * | append previous url fragment on redirect | Nate Prewitt | 2018-01-21 | 1 | -0/+72 |
| | | |||||
| * | Remove exec permission from files that shouldn't have it | Justin Mayhew | 2017-06-10 | 1 | -0/+0 |
| | | |||||
| * | new requests namespace | Kenneth Reitz | 2017-05-29 | 1 | -2/+2 |
| | | |||||
| * | fix handle of non-ascii location on redirects | shmuelamar | 2017-04-18 | 1 | -9/+3 |
| | | |||||
| * | fix unicode decode error on py2 when handling redirect without scheme | shmuelamar | 2017-04-14 | 1 | -1/+38 |
| | | |||||
| * | Only send HTTPDigestAuth on 4xx challenges | Matthew Medal | 2017-01-27 | 1 | -0/+37 |
| | | | | | Resolves: #3772 | ||||
| * | add socket tests for 401 redirect and 401 failure | Nate Prewitt | 2016-12-13 | 1 | -1/+112 |
| | | |||||
| * | Merge pull request #3429 from nateprewitt/docstring_cleanup | Kenneth Reitz | 2016-07-20 | 1 | -0/+2 |
| |\ | | | | | Docstring cleanup | ||||
| | * | making module docstrings and coding comments consistent | Nate Prewitt | 2016-07-19 | 1 | -0/+2 |
| | | | |||||
| * | | adding in pep8 fixes | Nate Prewitt | 2016-07-20 | 1 | -1/+1 |
| |/ | |||||
| * | Use iter instead of noop list comprehension | Brett Higgins | 2016-05-16 | 1 | -1/+1 |
| | | |||||
| * | Add 'all' proxy selection to select_proxy | Brett Higgins | 2016-05-13 | 1 | -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 3 | Braulio Valdivielso Martínez | 2016-03-07 | 1 | -1/+1 |
| | | |||||
| * | Move test_chunked_upload to test_lowlevel.py | Braulio Valdivielso Martínez | 2016-03-05 | 1 | -0/+19 |
