Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.5.1v1.5.1 | engn33r | 2023-02-05 | 1 | -1/+1 |
| | |||||
* | 1.5.0v1.5.0 | engn33r | 2023-01-26 | 1 | -1/+1 |
| | |||||
* | 1.4.2v1.4.2 | engn33r | 2022-11-03 | 1 | -1/+1 |
| | |||||
* | Add Python 3.11 to build CI, setup.py | engn33r | 2022-10-25 | 1 | -0/+1 |
| | |||||
* | 1.4.1v1.4.1 | engn33r | 2022-09-04 | 1 | -1/+1 |
| | |||||
* | 1.4.0v1.4.0 | engn33r | 2022-08-24 | 1 | -1/+1 |
| | |||||
* | 1.3.3v1.3.3 | engn33r | 2022-06-20 | 1 | -1/+1 |
| | |||||
* | 1.3.2v1.3.2 | engn33r | 2022-03-29 | 1 | -1/+1 |
| | |||||
* | Remove EOL Python 3.6 references | engn33r | 2022-02-25 | 1 | -1/+1 |
| | |||||
* | Linting improvements, improved flake8 linting CI cmd | engn33r | 2022-02-25 | 1 | -7/+3 |
| | |||||
* | 1.3.1v1.3.1 | engn33r | 2022-02-25 | 1 | -1/+1 |
| | |||||
* | Remove EOL Python 3.6 from setup.py | engn33r | 2022-02-25 | 1 | -1/+0 |
| | |||||
* | 1.3.0v1.3.0 | engn33r | 2022-02-25 | 1 | -1/+1 |
| | |||||
* | Update copyright year to 2022 | engn33r | 2021-12-31 | 1 | -1/+1 |
| | |||||
* | 1.2.3v1.2.3 | engn33r | 2021-12-07 | 1 | -1/+1 |
| | |||||
* | 1.2.2v1.2.2 | engn33r | 2021-12-06 | 1 | -1/+1 |
| | |||||
* | Add entry points (#763) | Bastian Zimmermann | 2021-12-07 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | * Add entry_points * Move wsdump * Add wsdump test * Lean setup * Remove temp test * Omit _wsdump.py script from code coverage * Add wsdump test to GitHub Action CI * Set wsdump GitHub Action custom script path in CI * Last try to see how GitHub Actions CI handles this * Remove wsdump test in CI due to GitHub CI issues Co-authored-by: engn33r <engn33r@users.noreply.github.com> | ||||
* | Add support for Python 3.10 (#746) | Hugo van Kemenade | 2021-10-12 | 1 | -0/+1 |
| | | | | | * Add support for Python 3.10 * Universal wheels are for code expected to work on both Python 2 and 3 | ||||
* | Fix #734 improve extra_requires documentation in README | engn33r | 2021-08-26 | 1 | -0/+1 |
| | |||||
* | 1.2.1v1.2.1 | engn33r | 2021-08-12 | 1 | -1/+1 |
| | |||||
* | Fix python-socks dependency and replace echo.websocket.org in tests | engn33r | 2021-08-11 | 1 | -0/+4 |
| | | | | | | | | The recent addition of python-socks required it to be a dependency. This was mentioned in #728. Additional changes were made to prevent python-socks from becoming a required dependency for every install, so now it is only required for SOCKS proxy usage. Additionally, because echo.websockets.org was experiencing downtime issues during this fix, echo.websockets.org was replaced in unit tests with a local echo server from the Python websockets library. This should speed up tests, avoid test errors cause by external website downtime, and reduce traffic to echo.websocket.org caused by this project. | ||||
* | Transition file header license text to Apache 2.0 | engn33r | 2021-08-10 | 1 | -13/+11 |
| | |||||
* | 1.2.0v1.2.0 | engn33r | 2021-08-10 | 1 | -1/+1 |
| | |||||
* | Transition from LGPL 2.1 license to Apache 2.0 - fix #697 | engn33r | 2021-08-10 | 1 | -2/+2 |
| | |||||
* | 1.1.1v1.1.1 | engn33r | 2021-08-05 | 1 | -1/+1 |
| | |||||
* | 1.1.0v1.1.0 | engn33r | 2021-06-09 | 1 | -1/+1 |
| | |||||
* | 1.0.1v1.0.1 | engn33r | 2021-05-21 | 1 | -1/+1 |
| | |||||
* | 1.0.0v1.0.0 | engn33r | 2021-05-17 | 1 | -1/+1 |
| | |||||
* | Remove six dependency and transition related code to Python3 | engn33r | 2021-05-05 | 1 | -2/+2 |
| | |||||
* | First pass removing Python 2 code, mostly six dependency | engn33r | 2021-05-04 | 1 | -33/+1 |
| | |||||
* | 0.59.0v0.59.0python2 | engn33r | 2021-05-04 | 1 | -1/+1 |
| | |||||
* | PEP8 style compliance fixes | engn33r | 2021-05-04 | 1 | -1/+1 |
| | |||||
* | Fix #482 | engn33r | 2021-03-03 | 1 | -2/+1 |
| | |||||
* | 0.58.0v0.58.0 | engn33r | 2021-03-02 | 1 | -1/+1 |
| | |||||
* | Replace TravisCI with GitHub Actions | engn33r | 2021-02-27 | 1 | -3/+9 |
| | |||||
* | Fix #526 by reverting invalid BSD license migration in commit e94ed9e to ↵ | engn33r | 2021-02-22 | 1 | -2/+26 |
| | | | | return to LGPL2.1 | ||||
* | Add support for Python 3.8 and 3.9 (#596) | Hugo van Kemenade | 2021-01-27 | 1 | -0/+2 |
| | | | Add Python 3.8 and 3.9 support in .travis.yml | ||||
* | 0.57.0v0.57.0 | liris | 2019-12-25 | 1 | -1/+1 |
| | |||||
* | release 0.56.0v0.56.0 | liris | 2019-03-21 | 1 | -1/+1 |
| | |||||
* | Let setup.py use the same license as LICENSE file | Daisuke Miyakawa | 2019-01-04 | 1 | -1/+1 |
| | |||||
* | start 0.55.0 | liris | 2018-12-15 | 1 | -1/+1 |
| | |||||
* | Change License | liris | 2018-10-28 | 1 | -1/+1 |
| | |||||
* | start v.0.54 | liris | 2018-10-28 | 1 | -1/+1 |
| | |||||
* | fixed #471v0.53.0 | liris | 2018-09-09 | 1 | -1/+1 |
| | |||||
* | add doc | liris | 2018-09-03 | 1 | -1/+1 |
| | |||||
* | revert #442v0.51.0 | liris | 2018-08-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #460 from hugovk/rm-3.3v0.50.0 | liris | 2018-08-18 | 1 | -3/+10 |
|\ | | | | | Update supported Python versions (2.6, 2.7, 3.4+) | ||||
| * | Drop support for EOL Python <= 2.5 | Hugo | 2018-08-14 | 1 | -3/+5 |
| | | |||||
| * | Add python_requires to help pip | Hugo | 2018-08-14 | 1 | -0/+1 |
| | | |||||
| * | Add support for Python 3.6 and 3.7 | Hugo | 2018-08-14 | 1 | -0/+2 |
| | |