- fix random python 3 porting consequences. 6 weeks ago, by Edouard Tisserant
- python runtime: use given service name (-n CLI option) as CRA ID by default. 6 weeks ago, by Edouard Tisserant
- python runtime: Wamp CRA authentication is now mandatory, no connection if secret is missing. 6 weeks ago, by Edouard Tisserant
- python runtime: Wamp client now parses PSK file to extract secret from it instead of using the whole file as a secret. 6 weeks ago, by Edouard Tisserant
- python runtime: fix behaviour of -s CLI option when given file doesn't exist. 6 weeks ago, by Edouard Tisserant
- WAMP: enable TLS support. Add web settings for hostname verification and server certificate. 7 weeks ago, by Edouard Tisserant
- Python runtime: change meaning of -s and -c options in CLI 7 weeks ago, by Edouard Tisserant
- Fix debugger exception caused by py2/py3 merging error. 8 weeks ago, by Edouard Tisserant
- PY_EXT: fix exception with CSV loading. 2 months ago, by Edouard Tisserant
- merge 2 months ago, by Edouard Tisserant
- Fix csv_by_string example 2 months ago, by Edouard Tisserant
- PY_EXT: fix wrong column header produced by csv_write_by_string. 2 months ago, by Edouard Tisserant
- Add example for CSV_WRITE_BY_STRING 2 months ago, by Edouard Tisserant
- Py_ext: add CSV write by String FB + refactoring 2 months ago, by Edouard Tisserant