| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | remove all old tests | Kenneth Reitz | 2012-12-17 | 1 | -122/+0 |
| | | |||||
| * | Make sure we reset environment variables. | Cory Benfield | 2012-11-18 | 1 | -0/+21 |
| | | | | | | Turns out nose runs all the tests in one process, so changing the os.environ dictionary makes everything go horribly wrong. | ||||
| * | Respect the no_proxy environment variable. | Cory Benfield | 2012-11-18 | 1 | -1/+25 |
| | | | | | This change is in response to issue #879. | ||||
| * | Fix the smoke test in the face of UTF-16 surrogate pairs. | Martijn Pieters | 2012-10-26 | 1 | -5/+24 |
| | | | | | | | If the random data starts with a UTF-16 BOM *and* the next two bytes are for a character in the `\ud800`-`\udfff` range decoding would fail. Small chance, but still possible. Extend it to check the UTF-8 error as well. The goal is to test that the guesser was *mostly* correct, and to verify the cases where it wasn't that it was to be expected. Most of all that the function doesn't buckle under wildly unexpected data. | ||||
| * | Better not call it `chr`, rename to `byteschr`. | Martijn Pieters | 2012-10-25 | 1 | -2/+4 |
| | | |||||
| * | Redefine the `unichr` and bytes-variant of `chr` at module level. | Martijn Pieters | 2012-10-25 | 1 | -2/+5 |
| | | | | | Needed to appease Travis; it's python 2.6 and 2.7 builds are weird and the `__builtins__` dict is not following CPython conventions. | ||||
| * | Correct a c&p mistake: set a correct docstring for the unit test class. | Martijn Pieters | 2012-10-25 | 1 | -1/+1 |
| | | |||||
| * | Use a JSON-specific encoding detection when no encoding has been specified. | Martijn Pieters | 2012-10-25 | 1 | -0/+53 |
| JSON *must* be encoded using UTF-8, UTF-16 or UTF-32 (see the [RFC][1]; detect the encoding based on the fact that JSON always starts with 2 ASCII characters. [1]: http://tools.ietf.org/html/rfc4627#section-3 | |||||
