Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing urlparse scheme in Python 2.6.1 (#332) | Brandon Moser | 2021-05-04 | 1 | -1/+1 |
| | |||||
* | Match no proxy on domain and * (#671) | Codeglitches | 2021-03-22 | 1 | -6/+12 |
| | | | | | | | | | * Extract url test methods and classes to separate test module * Fix: Restore no_proxy environment variable after tests * Fix: is_address_in_network does not pass simple unittests * Match no_proxy on * and domains | ||||
* | Fix #526 by reverting invalid BSD license migration in commit e94ed9e to ↵ | engn33r | 2021-02-22 | 1 | -2/+1 |
| | | | | return to LGPL2.1 | ||||
* | Add first draft of Sphinx documentation | engn33r | 2021-01-31 | 1 | -20/+29 |
| | |||||
* | v should be checked for emptry string before splitting it | Jayaprakash Nevara | 2019-03-29 | 1 | -1/+2 |
| | | | | | | when name 'v' has empty string on splitting this empty string we get a list with empty string like [''] This will make the next if statement "if not no_proxy:" false. This is leading to a bug where a connection initiated from a localhost / 127.0.0.1 will not be considered as no_proxy type of connection. Leading to an exception ValueError("scheme %s is invalid" % scheme) with the scheme value set to http from parse_url() function | ||||
* | Add pysocks support. | jhtitor | 2018-03-30 | 1 | -1/+4 |
| | |||||
* | cannot use long literal on python3 | liris | 2016-10-06 | 1 | -1/+1 |
| | |||||
* | _url: Added subnet IP address matching in no_proxy host detection | Miacz | 2016-09-20 | 1 | -1/+34 |
| | |||||
* | wsdump, test_fuzzingclient, websocket.*, test_websocket: Organise imports | Allan Lewis | 2016-04-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Previously, because of the multiple instances of `from foo import *`, names were imported from modules that had themselves imported them, instead of from the place of definition. This commit therefore does the following: - Declares `__all__` in every module that imports anything, so that `from foo import *` is sane. - Sorts the imports based on conventions, similar to the output of `isort`. - Places all conditional imports after unconditional imports, except where that isn't valid. - Imports local names from the modules where they are defined, except when importing the package itself. | ||||
* | _abnf, _app, _http, _url: [PEP 8] Fix indents | Allan Lewis | 2016-04-27 | 1 | -2/+3 |
| | |||||
* | wsdump, _core, _url, _utils: Remove redundant parentheses | Allan Lewis | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | fix typos | Jakub Wilk | 2016-01-03 | 1 | -2/+2 |
| | |||||
* | fixed #160 and some refactoring | liris | 2015-03-25 | 1 | -7/+7 |
| | |||||
* | add "__all__" | Hiroki Ohtani | 2015-03-19 | 1 | -9/+17 |
| | |||||
* | refactoring.,, | liris | 2015-03-13 | 1 | -0/+118 |