Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PEP8 style compliance fixes | engn33r | 2021-05-04 | 1 | -2/+3 |
| | |||||
* | Fix #526 by reverting invalid BSD license migration in commit e94ed9e to ↵ | engn33r | 2021-02-22 | 1 | -1/+23 |
| | | | | return to LGPL2.1 | ||||
* | wsdump, test_fuzzingclient, websocket.*, test_websocket: Organise imports | Allan Lewis | 2016-04-27 | 1 | -5/+1 |
| | | | | | | | | | | | | | | Previously, because of the multiple instances of `from foo import *`, names were imported from modules that had themselves imported them, instead of from the place of definition. This commit therefore does the following: - Declares `__all__` in every module that imports anything, so that `from foo import *` is sane. - Sorts the imports based on conventions, similar to the output of `isort`. - Places all conditional imports after unconditional imports, except where that isn't valid. - Imports local names from the modules where they are defined, except when importing the package itself. | ||||
* | test_fuzzingclient.py: Indent with spaces | Allan Lewis | 2016-04-27 | 1 | -22/+22 |
| | |||||
* | fix typos | Jakub Wilk | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | Python 2.6 str.format does not support unindexed parameters | John Vandenberg | 2015-10-19 | 1 | -2/+2 |
| | |||||
* | fixed #117 better support for autobahn test suite. | liris | 2014-10-15 | 1 | -0/+2 |
| | | | | the remaining test case will be support in the future release. | ||||
* | refs #117 . change exception type. | liris | 2014-10-15 | 1 | -12/+10 |
| | |||||
* | refs #117 - improve close frame. | liris | 2014-10-15 | 1 | -3/+5 |
| | |||||
* | refs #117 | liris | 2014-10-15 | 1 | -2/+7 |
| | | | | better utf-8 support. | ||||
* | refs #117 | Hiroki Ohtani | 2014-10-14 | 1 | -0/+5 |
| | |||||
* | refs #117 | Hiroki Ohtani | 2014-10-14 | 1 | -0/+35 |
my first trial commit of Authbahn test suite. |