summaryrefslogtreecommitdiff
path: root/requests/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Drop python2.6 supportHugo Osvaldo Barrera2017-07-141-15/+1
* Clean up flake8 errors from mergeCory Benfield2017-05-311-0/+2
* Merge branch 'master' into proposed/3.0.0Cory Benfield2017-05-311-5/+5
|\
| * cleanup utils.pyKenneth Reitz2017-05-291-2/+3
| * new requests namespaceKenneth Reitz2017-05-291-1/+1
| * Merge pull request #4052 from hile/masterKenneth Reitz2017-05-261-1/+1
| |\
| | * Fix regression in API caused by commit 85400d8d6751071ef78f042d1efa72bdcf76cc0eIlkka Tuohela2017-05-241-1/+1
| * | __version__.pyKenneth Reitz2017-05-251-1/+1
| * | fix importsKenneth Reitz2017-05-251-1/+1
| |/
* | Merge branch 'master' into proposed/3.0.0Nate Prewitt2017-05-211-6/+54
|\ \ | |/
| * proxy bypass on Windows without DNS lookupsschlamar2017-05-041-1/+51
| * revert 8e6e47af and c121b98cschlamar2017-05-041-12/+2
| * Remove some unused imports.Chris Gavin2017-04-251-2/+2
| * remove seemingly redundant pyflakes referencesThomas Grainger2017-04-201-2/+0
| * Fix a typo in utilsXuanwo2017-04-081-1/+1
| * Fixed some typos (#3892)Victor Pfautz2017-02-271-1/+1
| * wrapped proxy_bypass() with cache lookupDavid Fontenot2017-02-231-2/+12
* | consolidate super_len code and cleanup docstringsNate Prewitt2017-02-281-4/+3
* | Small fixes based on feedback in pull request.Casey Davidson2017-02-281-1/+1
* | Alternate fix for 3066 to refactor prepare_body to always call prepare_conten...Casey Davidson2017-02-281-0/+9
* | Merge branch 'master' into proposed/3.0.0Cory Benfield2017-02-141-15/+43
|\ \ | |/
| * properly handled failed seekNate Prewitt2017-02-141-8/+10
| * Allow use of 'no_proxy' in the proxies argumentJohn L. Villalovos2017-02-101-8/+34
* | Merge branch 'master' into proposed/3.0.0Cory Benfield2017-02-101-1/+1
|\ \ | |/
| * Fixed detection of utf-32-be by BOM.Герасименко Евгений2016-12-291-1/+1
* | Merge branch 'master' into proposed/3.0.0Cory Benfield2016-11-151-30/+40
|\ \ | |/
| * Merge pull request #3655 from nateprewitt/tzickel_post_redirect_w_streamableCory Benfield2016-11-031-3/+19
| |\
| | * adding rewind for re-POST bodiesNate Prewitt2016-11-021-3/+19
| * | Merge pull request #3627 from nateprewitt/remove_update_callCory Benfield2016-10-271-3/+1
| |\ \ | | |/ | |/|
| | * make add_dict_to_cookiejar cookielib.CookieJar compatibleNate Prewitt2016-10-271-3/+1
| * | fix issue when the file-like object raises an IOError with tellMohamed Elawadi2016-10-181-9/+9
| |/
| * Update Comments & Magic StringsBrian Bamsch2016-09-271-1/+1
| * Move to_native_string to _internal_utils.py to avoid circular dependencyBrian Bamsch2016-09-261-19/+4
| * Merge pull request #3535 from nateprewitt/3339_avoid_getvaluesCory Benfield2016-09-141-6/+17
| |\
| | * removing use of seek to set total_lengthNate Prewitt2016-08-241-10/+8
| | * Fall back to streamingSkipper Seabold2016-08-241-1/+5
| | * Python 2 compatibilitySkipper Seabold2016-08-241-1/+7
| | * Use seek from end rather than getvalueSkipper Seabold2016-08-241-5/+8
* | | Decode response requires encoding to be setMichael Hunsinger2016-09-141-5/+0
* | | Merge remote-tracking branch 'upstream/master' into proposed/3.0.0Ian Cordasco2016-09-061-19/+95
|\ \ \ | |/ /
| * | Fixed another scheme proxy over "all" priorityMichael Hunsinger2016-08-221-1/+1
| * | Fixed bug to give scheme proxy priority over "all"Michael Hunsinger2016-08-211-2/+2
| |/
| * reverting 3362Nate Prewitt2016-08-091-12/+5
| * Document bunch of return typesVille Skyttä2016-08-091-5/+60
| * Merge pull request #3429 from nateprewitt/docstring_cleanupKenneth Reitz2016-07-201-20/+14
| |\
| | * making class and function docstrings consistentNate Prewitt2016-07-201-19/+14
| | * making module docstrings and coding comments consistentNate Prewitt2016-07-191-1/+0
| * | adding in pep8 fixesNate Prewitt2016-07-201-2/+4
| |/
| * Defining header value type requirements and testsNate Prewitt2016-07-051-4/+9
| * adding in slice_length fix and test for chunk_size=None (#3370)Nate Prewitt2016-07-021-0/+2