| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a comment about lowercase env. variables precedence over uppercase | Julien Prigent | 2018-05-13 | 1 | -0/+2 |
| | | |||||
| * | Fix typos | Semen Zhydenko | 2018-02-07 | 1 | -1/+1 |
| | | | | | | nonexistant -> nonexistent neccessary -> necessary | ||||
| * | Fix DNS resolution by using hostname instead of netloc and strip username ↵ | Darren Dormer | 2018-01-16 | 1 | -8/+11 |
| | | | | | and password when comparing against proxy bypass items. | ||||
| * | slice function removed | dbairaktaris1 | 2018-01-04 | 1 | -4/+2 |
| | | |||||
| * | Continue to refactor, remove list comprehension, add double quotes test case. | dbairaktaris1 | 2018-01-04 | 1 | -6/+10 |
| | | |||||
| * | implement changes after code review | dbairaktaris1 | 2018-01-03 | 1 | -1/+1 |
| | | |||||
| * | implement changes after code review | dbairaktaris1 | 2018-01-03 | 1 | -14/+7 |
| | | |||||
| * | Move nested function up to module level and rename. Add more tests for ↵ | dbairaktaris1 | 2018-01-01 | 1 | -15/+31 |
| | | | | | function. | ||||
| * | clean | dbairaktaris1 | 2017-12-31 | 1 | -2/+1 |
| | | |||||
| * | Reduce overall memory usage of Requests module by removing cgi module ↵ | dbairaktaris1 | 2017-12-31 | 1 | -2/+16 |
| | | | | | dependency in utils.py. Instead wrote a nested function to parse header and return content type and params. | ||||
| * | utils: winreg module may not exist like on windows universal platform. | Anton Fedchin | 2017-11-25 | 1 | -4/+8 |
| | | |||||
| * | #4373, fix possible winreg value type difference (#4377) | Mingyuan Xia | 2017-11-20 | 1 | -2/+4 |
| | | | | | | | | | | | * #4373, fix possible winreg value type difference * add a test for ProxyOverride and ProxyEnable on win32 * add tests for winreg key ProxyEnable with two possible types * fixing AppVeyor failures | ||||
| * | support extraction of certificate bundle from a zip archive | Arthur Vigil | 2017-11-05 | 1 | -0/+34 |
| | | |||||
| * | avoid import platform | INADA Naoki | 2017-10-20 | 1 | -2/+2 |
| | | | | | platform module is relatively large: it takes about 5ms to import | ||||
| * | Fix parse_header_links on empty header | Remi Rampin | 2017-08-16 | 1 | -1/+5 |
| | | |||||
| * | Adding space after colon | mgasvoda | 2017-08-11 | 1 | -1/+1 |
| | | |||||
| * | Removing trailing whitespace | mgasvoda | 2017-08-11 | 1 | -1/+1 |
| | | |||||
| * | Improving message formatting | mgasvoda | 2017-08-11 | 1 | -2/+2 |
| | | |||||
| * | Adding header name to exception | mgasvoda | 2017-08-11 | 1 | -2/+2 |
| | | | | Adds the name of the header to the invalid header exception raised on TypeError. | ||||
| * | Fixes error swallowing in set_environ | mlcrazy | 2017-06-09 | 1 | -7/+7 |
| | | |||||
| * | cleanup utils.py | Kenneth Reitz | 2017-05-29 | 1 | -2/+3 |
| | | |||||
| * | new requests namespace | Kenneth Reitz | 2017-05-29 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #4052 from hile/master | Kenneth Reitz | 2017-05-26 | 1 | -1/+1 |
| |\ | | | | | Fix regression in API caused by commit 85400d8d6751071ef78f042d1efa72… | ||||
| | * | Fix regression in API caused by commit 85400d8d6751071ef78f042d1efa72bdcf76cc0e | Ilkka Tuohela | 2017-05-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | - The added optional parameter changes API and should default to None This utility call is used by for example requestbuilder package directly which breaks because it passes only one argument to the function as it used to be. | ||||
| * | | __version__.py | Kenneth Reitz | 2017-05-25 | 1 | -1/+1 |
| | | | |||||
| * | | fix imports | Kenneth Reitz | 2017-05-25 | 1 | -1/+1 |
| |/ | |||||
| * | proxy bypass on Windows without DNS lookups | schlamar | 2017-05-04 | 1 | -1/+51 |
| | | |||||
| * | revert 8e6e47af and c121b98c | schlamar | 2017-05-04 | 1 | -12/+2 |
| | | |||||
| * | Remove some unused imports. | Chris Gavin | 2017-04-25 | 1 | -2/+2 |
| | | |||||
| * | remove seemingly redundant pyflakes references | Thomas Grainger | 2017-04-20 | 1 | -2/+0 |
| | | |||||
| * | Fix a typo in utils | Xuanwo | 2017-04-08 | 1 | -1/+1 |
| | | | | | Signed-off-by: Xuanwo <xuanwo.cn@gmail.com> | ||||
| * | Fixed some typos (#3892) | Victor Pfautz | 2017-02-27 | 1 | -1/+1 |
| | | | | | * Fixed some typos | ||||
| * | wrapped proxy_bypass() with cache lookup | David Fontenot | 2017-02-23 | 1 | -2/+12 |
| | | | | | | | | | | Used to alleviate long gethostbyaddr calls Made new TimedCache and decorator to wrap a function with a cache * Entries looked up older than a minute (default amount) are evicted. * When full, evicts the oldest entry | ||||
| * | properly handled failed seek | Nate Prewitt | 2017-02-14 | 1 | -8/+10 |
| | | |||||
| * | Allow use of 'no_proxy' in the proxies argument | John L. Villalovos | 2017-02-10 | 1 | -8/+34 |
| | | | | | | | | | | Add the ability to add 'no_proxy' and a value to the 'proxies' dictionary argument. https://github.com/kennethreitz/requests/issues/2817 Closes gh-2817 | ||||
| * | Fixed detection of utf-32-be by BOM. | Герасименко Евгений | 2016-12-29 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #3655 from nateprewitt/tzickel_post_redirect_w_streamable | Cory Benfield | 2016-11-03 | 1 | -3/+19 |
| |\ | | | | | Rewind readable body before POST redirect | ||||
| | * | adding rewind for re-POST bodies | Nate Prewitt | 2016-11-02 | 1 | -3/+19 |
| | | | |||||
| * | | Merge pull request #3627 from nateprewitt/remove_update_call | Cory Benfield | 2016-10-27 | 1 | -3/+1 |
| |\ \ | |/ |/| | remove RequestsCookieJar specific update call | ||||
| | * | make add_dict_to_cookiejar cookielib.CookieJar compatible | Nate Prewitt | 2016-10-27 | 1 | -3/+1 |
| | | | |||||
| * | | fix issue when the file-like object raises an IOError with tell | Mohamed Elawadi | 2016-10-18 | 1 | -9/+9 |
| |/ | |||||
| * | Update Comments & Magic Strings | Brian Bamsch | 2016-09-27 | 1 | -1/+1 |
| | | |||||
| * | Move to_native_string to _internal_utils.py to avoid circular dependency | Brian Bamsch | 2016-09-26 | 1 | -19/+4 |
| | | |||||
| * | Merge pull request #3535 from nateprewitt/3339_avoid_getvalues | Cory Benfield | 2016-09-14 | 1 | -6/+17 |
| |\ | | | | | avoid use of getvalues in super_len | ||||
| | * | removing use of seek to set total_length | Nate Prewitt | 2016-08-24 | 1 | -10/+8 |
| | | | |||||
| | * | Fall back to streaming | Skipper Seabold | 2016-08-24 | 1 | -1/+5 |
| | | | |||||
| | * | Python 2 compatibility | Skipper Seabold | 2016-08-24 | 1 | -1/+7 |
| | | | |||||
| | * | Use seek from end rather than getvalue | Skipper Seabold | 2016-08-24 | 1 | -5/+8 |
| | | | |||||
| * | | Fixed another scheme proxy over "all" priority | Michael Hunsinger | 2016-08-22 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed bug to give scheme proxy priority over "all" | Michael Hunsinger | 2016-08-21 | 1 | -2/+2 |
| |/ | |||||
