Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | Drop support for EOL Python 3.3 | Hugo | 2018-08-14 | 1 | -0/+2 |
| | | |||||
* | | add doc and start v0.50 | liris | 2018-08-18 | 1 | -1/+1 |
|/ | |||||
* | start v0.49.0 | liris | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | release for 0.48.0 | Hiroki Ohtani | 2018-05-27 | 1 | -1/+1 |
| | |||||
* | Remove bundled cacert.pem | minus | 2018-03-21 | 1 | -2/+1 |
| | |||||
* | set version number. | Hiroki Ohtani | 2018-01-22 | 1 | -1/+1 |
| | |||||
* | fixed #370 | Hiroki Ohtani | 2017-12-24 | 1 | -1/+1 |
| | |||||
* | 0.45.0 | ukwksk | 2017-11-13 | 1 | -1/+1 |
| | |||||
* | 0.44.1 | ukwksk | 2017-11-13 | 1 | -1/+1 |
| | |||||
* | 0.44.0v0.44.0 | liris | 2017-06-23 | 1 | -1/+1 |
| | |||||
* | 0.43.0 | liris | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | fixed #325v0.41.1 | liris | 2017-06-18 | 1 | -1/+1 |
| | |||||
* | release 0.42.0 | liris | 2017-06-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #304 from underyx/patch-1 | liris | 2017-06-18 | 1 | -1/+1 |
|\ | | | | | Fix insecure_pythons list in setup.py | ||||
| * | Fix insecure_pythons list in setup.py | Bence Nagy | 2017-03-09 | 1 | -1/+1 |
| | | | | | | | | | | Before this it generated: '2.4, 2.5, 2.62.7.0, 2.7.1, …' | ||||
* | | Merge pull request #292 from tifayuki/master | liris | 2017-06-18 | 1 | -1/+1 |
|\ \ | |/ |/| | Implement simple cookie jar | ||||
| * | Implement simple cookie jar | tifayuki | 2016-12-21 | 1 | -1/+1 |
| | | |||||
* | | move repository to https://github.com/websocket-client/websocket-client.git | liris | 2017-01-19 | 1 | -2/+2 |
|/ | |||||
* | update document and set version to 0.40!v0.40.0 | liris | 2016-12-09 | 1 | -1/+1 |
| | | | | ! | ||||
* | fix classifierv0.39.0 | liris | 2016-12-02 | 1 | -1/+1 |
| | |||||
* | setup.py: Import `logging` before calling it. | Stuart Longland | 2016-10-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | Commit 4dcd960427716289fb3446600a13634215f8d3c6 introduces an exception handling branch that uses the `logging` module to report an exception to the user, but fails to import the `logging` module first. This generated the following error in our CI environment: 03-Oct-2016 17:20:51 + python setup.py --command-package stdeb.command sdist_dsc --package python-websocket --source websocket 03-Oct-2016 17:20:51 Traceback (most recent call last): 03-Oct-2016 17:20:51 File "setup.py", line 29, in <module> 03-Oct-2016 17:20:51 logging.getLogger(__name__).exception( 03-Oct-2016 17:20:51 NameError: name 'logging' is not defined This puts an `import` statement at the location where the `logging` module is called. | ||||
* | update document, version | liris | 2016-10-03 | 1 | -1/+1 |
| | |||||
* | Support universal wheels | Thomas Grainger | 2016-09-07 | 1 | -6/+27 |
| | |||||
* | add document | liris | 2016-05-10 | 1 | -1/+1 |
| | |||||
* | wsdump, examples, setup, _abnf, _http, _utils: [PEP 8] Fix spacing | Allan Lewis | 2016-04-27 | 1 | -2/+2 |
| | |||||
* | fixed #246v0.37.0 | liris | 2016-04-14 | 1 | -1/+1 |
| | |||||
* | update document and version no. | liris | 2016-04-12 | 1 | -1/+1 |
| | |||||
* | new version | liris | 2016-01-04 | 1 | -1/+1 |
| | |||||
* | start v0.34 | liris | 2015-10-28 | 1 | -1/+1 |
| | |||||
* | - fixed #190 | liris | 2015-06-24 | 1 | -1/+1 |
| |