| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "Fix for response with UTF-8 BOM #4976" | Nate Prewitt | 2020-02-18 | 1 | -1/+0 |
| | | | | | | | This reverts commit 19cff44ec1b8eeec99459b504a681aa440f6344c. This reverts commit 9e27326d6843e7c26e9847776159eeb68a999675. This reverts commit f507a3ef12ce6e100f68741f68d39bcaf8a70c7a. | ||||
| * | Merge branch 'master' into feature/strip-utf8-bom | Kenneth Reitz | 2019-08-20 | 1 | -2/+3 |
| |\ | |||||
| | * | Merge pull request #5049 from hroncok/pytest4 | Kenneth Reitz | 2019-08-20 | 1 | -1/+2 |
| | |\ | | | | | | | Support pytest 4 | ||||
| | | * | Support pytest 4 | Miro Hrončok | 2019-05-24 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | Fixes https://github.com/kennethreitz/requests/issues/5048 See https://docs.pytest.org/en/latest/deprecations.html#marks-in-pytest-mark-parametrize | ||||
| | * | | Updated references to previous requests/requests GitHub path | Nihaal | 2019-08-19 | 1 | -1/+1 |
| | |/ | |||||
| * | | add failing tests for bom | Eduardo Rodrigues | 2019-02-09 | 1 | -1/+1 |
| | | | |||||
| * | | add utf8 with bom to test | Eduardo Rodrigues | 2019-02-09 | 1 | -0/+1 |
| |/ | |||||
| * | Use comprehensions whenever possible | Hugo Osvaldo Barrera | 2018-10-16 | 1 | -1/+1 |
| | | |||||
| * | Fix assumed hostname when using a 'file' URI scheme adapter | Kale Franz | 2018-08-13 | 1 | -0/+1 |
| | | |||||
| * | make content-type's charset information case-insensitive | Lucy Linder | 2018-07-24 | 1 | -0/+4 |
| | | | | | see issue https://github.com/requests/requests/issues/4748 for more information | ||||
| * | Fix DNS resolution by using hostname instead of netloc and strip username ↵ | Darren Dormer | 2018-01-16 | 1 | -2/+23 |
| | | | | | and password when comparing against proxy bypass items. | ||||
| * | added more to test scenarios | dbairaktaris1 | 2018-01-04 | 1 | -1/+9 |
| | | |||||
| * | Continue to refactor, remove list comprehension, add double quotes test case. | dbairaktaris1 | 2018-01-04 | 1 | -4/+8 |
| | | |||||
| * | implement changes after code review | dbairaktaris1 | 2018-01-03 | 1 | -8/+0 |
| | | |||||
| * | Move nested function up to module level and rename. Add more tests for ↵ | dbairaktaris1 | 2018-01-01 | 1 | -1/+36 |
| | | | | | function. | ||||
| * | #4373, fix possible winreg value type difference (#4377) | Mingyuan Xia | 2017-11-20 | 1 | -1/+6 |
| | | | | | | | | | | | * #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 | -1/+29 |
| | | |||||
| * | Add test case for empty `Link:` header | Remi Rampin | 2017-08-17 | 1 | -0/+4 |
| | | |||||
| * | Fixes error swallowing in set_environ | mlcrazy | 2017-06-09 | 1 | -2/+28 |
| | | |||||
| * | new requests namespace | Kenneth Reitz | 2017-05-29 | 1 | -1/+1 |
| | | |||||
| * | proxy bypass on Windows without DNS lookups | schlamar | 2017-05-04 | 1 | -11/+16 |
| | | |||||
| * | test proxy bypass with config from registry | schlamar | 2017-05-04 | 1 | -0/+48 |
| | | |||||
| * | Allow use of 'no_proxy' in the proxies argument | John L. Villalovos | 2017-02-10 | 1 | -3/+49 |
| | | | | | | | | | | 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 | ||||
| * | Remove unused module | winterJ | 2017-01-11 | 1 | -1/+1 |
| | | |||||
| * | Fixed tests for python 2.x. | Герасименко Евгений | 2016-12-29 | 1 | -1/+1 |
| | | |||||
| * | Fixed detection of utf-32-be by BOM. | Герасименко Евгений | 2016-12-29 | 1 | -0/+11 |
| | | |||||
| * | updated tests with IDNA encoded and IPv6 urls | Nate Prewitt | 2016-11-21 | 1 | -0/+13 |
| | | |||||
| * | Merge pull request #3627 from nateprewitt/remove_update_call | Cory Benfield | 2016-10-27 | 1 | -1/+17 |
| |\ | | | | | remove RequestsCookieJar specific update call | ||||
| | * | test different CookieJar types for add_dict_to_cookiejar | Nate Prewitt | 2016-10-27 | 1 | -1/+17 |
| | | | |||||
| * | | fix issue when the file-like object raises an IOError with tell | Mohamed Elawadi | 2016-10-18 | 1 | -0/+12 |
| |/ | |||||
| * | Merge pull request #3535 from nateprewitt/3339_avoid_getvalues | Cory Benfield | 2016-09-14 | 1 | -0/+28 |
| |\ | | | | | avoid use of getvalues in super_len | ||||
| | * | adding tests for super_len conditional flow | Nate Prewitt | 2016-08-25 | 1 | -0/+28 |
| | | | |||||
| * | | 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 | -0/+8 |
| |/ | |||||
| * | Merge pull request #3429 from nateprewitt/docstring_cleanup | Kenneth Reitz | 2016-07-20 | 1 | -9/+8 |
| |\ | | | | | Docstring cleanup | ||||
| | * | making class and function docstrings consistent | Nate Prewitt | 2016-07-20 | 1 | -8/+6 |
| | | | |||||
| | * | making module docstrings and coding comments consistent | Nate Prewitt | 2016-07-19 | 1 | -1/+2 |
| | | | |||||
| * | | adding in pep8 fixes | Nate Prewitt | 2016-07-20 | 1 | -0/+1 |
| |/ | |||||
| * | adding in slice_length fix and test for chunk_size=None (#3370) | Nate Prewitt | 2016-07-02 | 1 | -2/+8 |
| | | |||||
| * | Merge pull request #3185 from brettdh/3183-support-all-proxy-env-var | Ian Cordasco | 2016-05-17 | 1 | -8/+19 |
| |\ | | | | | Support ALL_PROXY environment variable | ||||
| | * | Add 'all' proxy selection to select_proxy | Brett Higgins | 2016-05-13 | 1 | -8/+19 |
| | | | | | | | | | | | | | | | 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. | ||||
| * | | Combined tests to one tests for should_bypass_proxies method | Kumar Varadarajulu | 2016-05-16 | 1 | -36/+20 |
| | | | |||||
| * | | Added tests for should_bypass_proxies function | Kumar Varadarajulu | 2016-05-16 | 1 | -1/+37 |
| |/ | |||||
| * | utils: let select_proxy not raise an exception when url has no hostname | John R. Lenton | 2016-04-26 | 1 | -0/+1 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' into utils-unit-tests | Dmitry Dygalo | 2016-03-13 | 1 | -0/+14 |
| |\ | | | | | | | | | Conflicts: tests/test_utils.py | ||||
| | * | Switch to treat files without tell() as zero-length | Cory Benfield | 2016-03-07 | 1 | -1/+1 |
| | | | |||||
| | * | Allow for exceptions from tell() | Cory Benfield | 2016-03-07 | 1 | -1/+14 |
| | | | |||||
| * | | Added unit tests for utils module | Dmitry Dygalo | 2016-02-19 | 1 | -10/+194 |
| |/ | |||||
| * | syntax changes | Kenneth Reitz | 2016-02-05 | 1 | -23/+12 |
| | | |||||
| * | Added tests module. | Dmitry Dygalo | 2016-02-05 | 1 | -0/+242 |
| | | |||||
