Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 0.59.0v0.59.0python2 | engn33r | 2021-05-04 | 4 | -3/+15 |
| | |||||
* | Fixing urlparse scheme in Python 2.6.1 (#332) | Brandon Moser | 2021-05-04 | 1 | -1/+1 |
| | |||||
* | Add custom opcode example to docs | engn33r | 2021-05-04 | 1 | -0/+36 |
| | |||||
* | PEP8 style compliance fixes | engn33r | 2021-05-04 | 20 | -66/+63 |
| | |||||
* | Improve proxy example in docs | engn33r | 2021-04-29 | 1 | -8/+23 |
| | |||||
* | Add connection reestablished FAQ | engn33r | 2021-04-29 | 1 | -0/+23 |
| | |||||
* | Clarify WebSocket Extensions not supported | engn33r | 2021-04-29 | 2 | -2/+5 |
| | |||||
* | Fix #649 case of multiple set-cookie response headers | engn33r | 2021-04-26 | 1 | -1/+4 |
| | |||||
* | Add docs for custom masking | engn33r | 2021-04-26 | 1 | -4/+56 |
| | |||||
* | Add ping_payload to run_forever() | engn33r | 2021-04-26 | 1 | -3/+6 |
| | |||||
* | Fix #676 to update thread daemon | engn33r | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | uses HTTP/1.1 for connect method (#677) | GtTmy | 2021-04-19 | 1 | -1/+3 |
| | | | and add Host header for proxy connections | ||||
* | Minor documentation update | engn33r | 2021-03-31 | 3 | -3/+9 |
| | |||||
* | Comment out abnf test_mask for Python 2.7 support | engn33r | 2021-03-29 | 1 | -4/+6 |
| | |||||
* | Improve _core.py test coverage | engn33r | 2021-03-29 | 2 | -29/+20 |
| | |||||
* | Improve _abnf.py test coverage | engn33r | 2021-03-29 | 2 | -1/+84 |
| | |||||
* | Improve threading documentation | engn33r | 2021-03-29 | 2 | -6/+95 |
| | |||||
* | Document lack of WebSocket Compression support | engn33r | 2021-03-29 | 2 | -0/+14 |
| | |||||
* | Add unit test for PR #627 | engn33r | 2021-03-29 | 2 | -0/+10 |
| | |||||
* | Add support for permitting additional values in the "upgrade" and ↵ | Chris Wheeler | 2021-03-29 | 1 | -2/+2 |
| | | | | "connection" headers (#627) | ||||
* | Improve _app.py code coverage | engn33r | 2021-03-28 | 2 | -74/+142 |
| | |||||
* | Fix test_http.py import error | engn33r | 2021-03-28 | 3 | -2/+10 |
| | |||||
* | Improve _http.py code coverage | engn33r | 2021-03-28 | 2 | -1/+109 |
| | |||||
* | Fix yaml whitespace to use spaces not tabs | engn33r | 2021-03-22 | 1 | -1/+1 |
| | |||||
* | Enable TEST_WITH_INTERNET for code coverage CI action | engn33r | 2021-03-22 | 1 | -0/+2 |
| | |||||
* | Import pytest-cov for code coverage CI action | engn33r | 2021-03-22 | 1 | -1/+2 |
| | |||||
* | Use pytest for CI code coverage | engn33r | 2021-03-22 | 2 | -4/+3 |
| | |||||
* | Match no proxy on domain and * (#671) | Codeglitches | 2021-03-22 | 3 | -186/+321 |
| | | | | | | | | | * 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 | ||||
* | Merge branch 'master' into master | engn33r | 2021-03-22 | 1 | -276/+0 |
|\ | |||||
| * | Move UTF-8 magic comment to line 1 per PEP 263 | engn33r | 2021-02-27 | 1 | -2/+2 |
| | | |||||
| * | Remove end of life Python 3 releases | engn33r | 2021-02-27 | 1 | -8/+2 |
| | | |||||
| * | Use single quotes to remove GitHub Actions error | engn33r | 2021-02-27 | 1 | -2/+2 |
| | | |||||
| * | Add logic for Python 3.4 readme_renderer case | engn33r | 2021-02-27 | 1 | -0/+6 |
| | | |||||
| * | Add additional Python versions to CI | engn33r | 2021-02-27 | 1 | -1/+1 |
| | | |||||
| * | Increase pytest verbosity | engn33r | 2021-02-27 | 4 | -15/+19 |
| | | |||||
| * | Try comparing test coverage with cookiejar | engn33r | 2021-02-27 | 1 | -1/+1 |
| | | |||||
| * | Compare code coverage with cookiejar test file | engn33r | 2021-02-27 | 1 | -1/+1 |
| | | |||||
| * | Use GitHub Actions environment variable feature | engn33r | 2021-02-27 | 1 | -4/+5 |
| | | |||||
| * | replace 'python setup.py test' with 'pytest' | engn33r | 2021-02-27 | 2 | -19/+24 |
| | | |||||
| * | Do not fail GitHub Action if flake8 identifies linting errors | engn33r | 2021-02-27 | 1 | -4/+4 |
| | | |||||
| * | Add PEP8 linting workflow | engn33r | 2021-02-27 | 3 | -2/+27 |
| | | |||||
| * | Replace deprecated assertEquals() | engn33r | 2021-02-27 | 3 | -22/+22 |
| | | |||||
| * | Fix GitHub Action print error | engn33r | 2021-02-27 | 1 | -1/+1 |
| | | |||||
| * | Include internet-dependent unit tests | engn33r | 2021-02-27 | 1 | -4/+4 |
| | | |||||
| * | GitHub Actions updated | engn33r | 2021-02-27 | 3 | -282/+6 |
| | | |||||
| * | Remove commented line in GitHub Action | engn33r | 2021-02-27 | 1 | -1/+0 |
| | | |||||
| * | Reduce workload of GitHub Action strategy | engn33r | 2021-02-27 | 1 | -3/+6 |
| | | |||||
| * | Add multi-OS multi-Python version strategy to GitHub Action | engn33r | 2021-02-27 | 1 | -8/+28 |
| | | |||||
| * | Remove TravisCI config | engn33r | 2021-02-27 | 1 | -26/+0 |
| | | |||||
| * | Remove verbose to fix GitHub actions error | engn33r | 2021-02-27 | 1 | -1/+0 |
| | |