summaryrefslogtreecommitdiff
path: root/requests/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Pass urllib3.SKIP_HEADER when headers should be unsetbug/5671Ian Stapleton Cordasco2020-12-251-0/+2
* updated `get_encoding_from_headers` to return utf-8 if the content type is se...jason2020-11-291-0/+4
* Respect the NETRC environment variableMathieu Pichette2020-10-311-2/+8
* Google App Engine (#5475)Kartik Chugh2020-06-171-1/+1
* Merge branch 'master' into masterKenneth Reitz2019-08-201-2/+3
|\
| * Merge pull request #4922 from jdufresne/orderedKenneth Reitz2019-08-201-1/+2
| |\
| | * Remove internal use of unnecessary compat shim for OrderedDictJon Dufresne2018-12-291-1/+2
| * | Updated references to previous requests/requests GitHub pathNihaal2019-08-191-1/+1
| |/
* | [fix] fix failing doctests in requests/*aless102019-02-171-1/+5
|/
* Merge pull request #2 from requests/masterMaina Nick2018-10-291-0/+2
|\
| * proper handling for default ports in auth strippingdefault_port_handlingNate Prewitt2018-10-281-0/+2
* | Incorrect ValueError Messageunknown2018-10-291-1/+1
|/
* remove final remnants from 2.6Nate Prewitt2018-10-171-8/+3
* Prefer https:// for URLs throughout projectJon Dufresne2018-09-301-1/+1
* Fix assumed hostname when using a 'file' URI scheme adapterKale Franz2018-08-131-0/+4
* make content-type's charset information case-insensitiveLucy Linder2018-07-241-1/+1
* Separate collections from collections.abcRaymond Hettinger2018-06-111-3/+2
* Add a comment about lowercase env. variables precedence over uppercaseJulien Prigent2018-05-131-0/+2
* Fix typosSemen Zhydenko2018-02-071-1/+1
* Fix DNS resolution by using hostname instead of netloc and strip username and...Darren Dormer2018-01-161-8/+11
* slice function removeddbairaktaris12018-01-041-4/+2
* Continue to refactor, remove list comprehension, add double quotes test case.dbairaktaris12018-01-041-6/+10
* implement changes after code reviewdbairaktaris12018-01-031-1/+1
* implement changes after code reviewdbairaktaris12018-01-031-14/+7
* Move nested function up to module level and rename. Add more tests for funct...dbairaktaris12018-01-011-15/+31
* cleandbairaktaris12017-12-311-2/+1
* Reduce overall memory usage of Requests module by removing cgi module depende...dbairaktaris12017-12-311-2/+16
* utils: winreg module may not exist like on windows universal platform.Anton Fedchin2017-11-251-4/+8
* #4373, fix possible winreg value type difference (#4377)Mingyuan Xia2017-11-201-2/+4
* support extraction of certificate bundle from a zip archiveArthur Vigil2017-11-051-0/+34
* avoid import platformINADA Naoki2017-10-201-2/+2
* Fix parse_header_links on empty headerRemi Rampin2017-08-161-1/+5
* Adding space after colonmgasvoda2017-08-111-1/+1
* Removing trailing whitespacemgasvoda2017-08-111-1/+1
* Improving message formattingmgasvoda2017-08-111-2/+2
* Adding header name to exceptionmgasvoda2017-08-111-2/+2
* Fixes error swallowing in set_environmlcrazy2017-06-091-7/+7
* 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
|/
* 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