Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Linting improvements, improved flake8 linting CI cmd | engn33r | 2022-02-25 | 1 | -4/+4 |
| | |||||
* | Replace deprecated stream.meetup.com, echo.websocket.org endpoint URLs | engn33r | 2022-02-25 | 1 | -28/+28 |
| | |||||
* | Update copyright year to 2022 | engn33r | 2021-12-31 | 1 | -1/+1 |
| | |||||
* | Improve unit tests with LOCAL_WS_SERVER_PORT variable | engn33r | 2021-08-13 | 1 | -2/+0 |
| | |||||
* | Transition from LGPL 2.1 license to Apache 2.0 - fix #697 | engn33r | 2021-08-10 | 1 | -13/+11 |
| | |||||
* | Unquote username and password in proxy from environment (#723) | Richard | 2021-07-16 | 1 | -0/+4 |
| | | | | | This fixes e.g. credentials containing a `@` escaped as `%40`. Closes #722. | ||||
* | First pass removing Python 2 code, mostly six dependency | engn33r | 2021-05-04 | 1 | -10/+2 |
| | |||||
* | Match no proxy on domain and * (#671) | Codeglitches | 2021-03-22 | 1 | -0/+309 |
* 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 |