| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-14 | extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`. | Yonatan Goldschmidt | |
| As mentioned in #4450, `websocket` was experimental with a single intended user, `webrepl`. Therefore, we'll make this change without a weak link `websocket` -> `uwebsocket`. | |||
| 2017-06-10 | tests: Convert remaining "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | |
| 2017-03-10 | tests/extmod: Rename websocket test to websocket_basic. | Damien George | |
| This is so that the filename of the test doesn't clash with the module name itself (being "websocket"), and lead to potential problems executing the test. | |||
