summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.59.0v0.59.0python2engn33r2021-05-044-3/+15
* Fixing urlparse scheme in Python 2.6.1 (#332)Brandon Moser2021-05-041-1/+1
* Add custom opcode example to docsengn33r2021-05-041-0/+36
* PEP8 style compliance fixesengn33r2021-05-0420-66/+63
* Improve proxy example in docsengn33r2021-04-291-8/+23
* Add connection reestablished FAQengn33r2021-04-291-0/+23
* Clarify WebSocket Extensions not supportedengn33r2021-04-292-2/+5
* Fix #649 case of multiple set-cookie response headersengn33r2021-04-261-1/+4
* Add docs for custom maskingengn33r2021-04-261-4/+56
* Add ping_payload to run_forever()engn33r2021-04-261-3/+6
* Fix #676 to update thread daemonengn33r2021-04-261-1/+1
* uses HTTP/1.1 for connect method (#677)GtTmy2021-04-191-1/+3
* Minor documentation updateengn33r2021-03-313-3/+9
* Comment out abnf test_mask for Python 2.7 supportengn33r2021-03-291-4/+6
* Improve _core.py test coverageengn33r2021-03-292-29/+20
* Improve _abnf.py test coverageengn33r2021-03-292-1/+84
* Improve threading documentationengn33r2021-03-292-6/+95
* Document lack of WebSocket Compression supportengn33r2021-03-292-0/+14
* Add unit test for PR #627engn33r2021-03-292-0/+10
* Add support for permitting additional values in the "upgrade" and "connection...Chris Wheeler2021-03-291-2/+2
* Improve _app.py code coverageengn33r2021-03-282-74/+142
* Fix test_http.py import errorengn33r2021-03-283-2/+10
* Improve _http.py code coverageengn33r2021-03-282-1/+109
* Fix yaml whitespace to use spaces not tabsengn33r2021-03-221-1/+1
* Enable TEST_WITH_INTERNET for code coverage CI actionengn33r2021-03-221-0/+2
* Import pytest-cov for code coverage CI actionengn33r2021-03-221-1/+2
* Use pytest for CI code coverageengn33r2021-03-222-4/+3
* Match no proxy on domain and * (#671)Codeglitches2021-03-223-186/+321
* Merge branch 'master' into masterengn33r2021-03-221-276/+0
|\
| * Move UTF-8 magic comment to line 1 per PEP 263engn33r2021-02-271-2/+2
| * Remove end of life Python 3 releasesengn33r2021-02-271-8/+2
| * Use single quotes to remove GitHub Actions errorengn33r2021-02-271-2/+2
| * Add logic for Python 3.4 readme_renderer caseengn33r2021-02-271-0/+6
| * Add additional Python versions to CIengn33r2021-02-271-1/+1
| * Increase pytest verbosityengn33r2021-02-274-15/+19
| * Try comparing test coverage with cookiejarengn33r2021-02-271-1/+1
| * Compare code coverage with cookiejar test fileengn33r2021-02-271-1/+1
| * Use GitHub Actions environment variable featureengn33r2021-02-271-4/+5
| * replace 'python setup.py test' with 'pytest'engn33r2021-02-272-19/+24
| * Do not fail GitHub Action if flake8 identifies linting errorsengn33r2021-02-271-4/+4
| * Add PEP8 linting workflowengn33r2021-02-273-2/+27
| * Replace deprecated assertEquals()engn33r2021-02-273-22/+22
| * Fix GitHub Action print errorengn33r2021-02-271-1/+1
| * Include internet-dependent unit testsengn33r2021-02-271-4/+4
| * GitHub Actions updatedengn33r2021-02-273-282/+6
| * Remove commented line in GitHub Actionengn33r2021-02-271-1/+0
| * Reduce workload of GitHub Action strategyengn33r2021-02-271-3/+6
| * Add multi-OS multi-Python version strategy to GitHub Actionengn33r2021-02-271-8/+28
| * Remove TravisCI configengn33r2021-02-271-26/+0
| * Remove verbose to fix GitHub actions errorengn33r2021-02-271-1/+0